LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-14-2009, 10:17 AM   #1
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Rep: Reputation: 0
installing of driver and adobe flash player (fedora10)


Had a clean install on a system, how should i go about to install the driver?
graphic card etc...
and how install the adobe flash player had tried dl from the http://get.adobe.com/flashplayer/ but just couldnt get it work/installed
 
Old 03-14-2009, 10:35 AM   #2
watcher69b
Member
 
Registered: Nov 2007
Location: /home/watcher69b
Distribution: RH, Fedora & CentOS
Posts: 552

Rep: Reputation: 41
What OS are you using?
Redhat, CentOS, Fedora you should use .rpm
Umbuntu, debian use .deb
SuSe use .yum

.tar will be harder so would stay away from that until you have more exp.


The video driver we will need to know what card and again what OS

Cheers!
 
Old 03-14-2009, 10:53 AM   #3
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Original Poster
Rep: Reputation: 0
im using fedora.

card is...nvidia geforce
 
Old 03-14-2009, 11:16 AM   #4
watcher69b
Member
 
Registered: Nov 2007
Location: /home/watcher69b
Distribution: RH, Fedora & CentOS
Posts: 552

Rep: Reputation: 41
so download the .rpm
open a terminal
su to root
cd to where ever you saved the file
type rpm -ivh filename.rpm and hit enter
watch the fun :-)


Do you have a driver for the nvidia already?
 
Old 03-14-2009, 11:20 AM   #5
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i have the installation kit for the graphic card
 
Old 03-14-2009, 11:27 AM   #6
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by watcher69b View Post
so download the .rpm
open a terminal
su to root
cd to where ever you saved the file
type rpm -ivh filename.rpm and hit enter
watch the fun :-)
thx got it done...
try it on youtube...but no sound...
need to get all the driver install...
 
Old 03-14-2009, 11:42 AM   #7
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
trade:

Since you already have that driver installer the better. Now see if that installer is for your distro/OS which is fedora?

If that driver-installer has the extension xxxxx.rpm (an .rpm file) then you may proceed to install it according to the code given by watcher69b above. It means you will launch a terminal (a dos prompt for Windows users), you must be a root to install it, enter the code given above:

rpm -ivh "filename".rpm

filename is the name of your nvidia driver-installer.

However, if your driver-installer has the extension xxxxxx.run (a .run file, which is freely offered in the web) then you must install it in the shell. This means you logout from X window first (because the installer demands that X window is not running during installation). You must run it as root. Then at the shell installation is very easy, at the prompt you only enter the name of the installer file:

xxxxxxxxxxxxxxxxxxxx.run (hit Enter)

if prompted to answer, just click yes. If the installer needs to compile a new kernel, click yes. All you need to do is "yes" and wait. Then reboot if being asked, if not, you may proceed to enter command: startx. You'll have nice resolution by then.

Hope this helps.

Goodluck.
 
Old 03-14-2009, 11:45 AM   #8
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by malekmustaq View Post
trade:

Since you already have that driver installer the better. Now see if that installer is for your distro/OS which is fedora?

If that driver-installer has the extension xxxxx.rpm (an .rpm file) then you may proceed to install it according to the code given by watcher69b above. It means you will launch a terminal (a dos prompt for Windows users), you must be a root to install it, enter the code given above:

rpm -ivh "filename".rpm

filename is the name of your nvidia driver-installer.

However, if your driver-installer has the extension xxxxxx.run (a .run file, which is freely offered in the web) then you must install it in the shell. This means you logout from X window first (because the installer demands that X window is not running during installation). You must run it as root. Then at the shell installation is very easy, at the prompt you only enter the name of the installer file:

xxxxxxxxxxxxxxxxxxxx.run (hit Enter)

if prompted to answer, just click yes. If the installer needs to compile a new kernel, click yes. All you need to do is "yes" and wait. Then reboot if being asked, if not, you may proceed to enter command: startx. You'll have nice resolution by then.

Hope this helps.

Goodluck.


hi thx...
what abt the extension with exe?
 
Old 03-14-2009, 11:55 AM   #9
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
trade:

In linux xxx.exe, xxx.com, xxx.sys are not recognized: they are only microsoft file-formats. In linux (as well as any Unix like systems) an executable file may be named anything with or without extension, still it runs. So among linux ported drivers there is no such thing as xxx.exe. I too was a M$window user for very long time and today I have somehow managed to "unlearn" the bad habits

If xxx.rpm did not work for you, try to look for an nvidia driver-installer with a xxxxxx.run extension. So far .run installer from nvidia did good to me. Use google:: "nvidia linux driver .run download" it sure will return good quickly.

Just be sure X window is not running while you install: this means you must be on "shell" not just in a terminal "emulator".

Check back how it goes.

Goodluck.
 
Old 03-15-2009, 05:10 AM   #10
trade
LQ Newbie
 
Registered: Mar 2009
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by malekmustaq View Post
trade:

In linux xxx.exe, xxx.com, xxx.sys are not recognized: they are only microsoft file-formats. In linux (as well as any Unix like systems) an executable file may be named anything with or without extension, still it runs. So among linux ported drivers there is no such thing as xxx.exe. I too was a M$window user for very long time and today I have somehow managed to "unlearn" the bad habits

If xxx.rpm did not work for you, try to look for an nvidia driver-installer with a xxxxxx.run extension. So far .run installer from nvidia did good to me. Use google:: "nvidia linux driver .run download" it sure will return good quickly.

Just be sure X window is not running while you install: this means you must be on "shell" not just in a terminal "emulator".

Check back how it goes.

Goodluck.


had dl the NVIDIA-Linux-x86-180.29-pkg1.run...
but had no idea how to get to the 'shell' thing...

i tried wine...
but found out the driver in the installation cd only for windows..
 
Old 03-15-2009, 02:27 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
had dl the NVIDIA-Linux-x86-180.29-pkg1.run...
DO NOT USE THE .run installer , unless you MUST
use the akmod-nvidia driver

trade:
you might want to look at some fedora how to pages
for installing the akmod-nvidia driver and the flash-plugin
http://www.mjmwired.net/resources/mjm-fedora-f10.html
http://www.mjmwired.net/resources/mj...f10.html#flash
http://www.mjmwired.net/resources/mj...10.html#nvidia
-- and the fedora " F10 & F9 Nvidia driver guides"
http://forums.fedoraforum.org/showthread.php?t=204752
and
http://www.dnmouse.org/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Cannot pause Adobe Flash Player 9 Steve W Linux - Software 1 12-24-2008 03:59 PM
LXer: Adobe releases Adobe Flash Player 10 beta for Linux LXer Syndicated Linux News 0 05-16-2008 07:30 AM
difficulty with installing Adobe Flash Player in RHEL 4 saak.stepi Linux - Software 36 01-07-2008 09:57 AM
Installing Adobe Flash Player on Konqueror, Epiphany and Other Browsers rm_-rf_windows Linux - Software 9 09-07-2007 05:26 PM
Looking for information on installing Flash Player & Adobe in CentOS4 ga.solutions Linux - Desktop 1 12-20-2006 03:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration