Results 1 to 10 of 34
Ok I finnaly found the Red Hat 8 nforce drivers. Now do I just vurn the RPM document onto a CD?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-05-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Nforce Drivers
Ok I finnaly found the Red Hat 8 nforce drivers. Now do I just vurn the RPM document onto a CD?
- 04-05-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Absolutely not! The RPMs are for installing directly. Go to a shell, become root ("su -"), and run "rpm -ihv filename", where filename is the name of the RPM file.
- 04-05-2003 #3Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
go here and read the instructions, these are the latest nforce drivers:
http://www.nvidia.com/view.asp?IO=linux_nforce_1.0-0248
also, I think dolda meant to type...
not -ihvCode:rpm -ivh filename
read the instructions on the nvidia site first before doing anything.
- 04-06-2003 #4Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Well once I go to type cd filename it says bash no file found. What are the exact instructions I should use? THe nvidia ones don't offer what I am doing.
- 04-06-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What, exactly, is it that you're trying to type, Timdog? Anyway, this is the documentation:
http://download.nvidia.com/XFree86_4...e-1.0-0248.txt
yowwww, you are aware that options can come in any order, right? "-ihv" is just as valid as "-ivh", "-i -v -h" and even "-hvi".
- 04-06-2003 #6Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
actually, i forgot about that
as they say on the streets....
my bad! lol
- 04-06-2003 #7Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Ok here is what I am doing. I downloaded the Red Hat 8.0 drivers and burned them to a cd. Then I put the cd in my server and boot up. I log in as root and type in cd NVIDIA_nforce-1.0-0248.rh80up_2.4.18_14.athlon.rpm . Then it says bash cd: NVIDIA_nforce-1.0-0248.rh80up_2.4.18_14.athlon.rpm no such directory or file.
Any ideas?
- 04-06-2003 #8Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Bump
- 04-06-2003 #9Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
u cant cd into an rpm file. cd stands for change directory, its the same as double clicking a folder in windows ro whatever ur used to. and it only works on DIRECTORIES not individual files
u want to cd into the directory containing this NVIDIA_nforce-1.0-0248.rh80up_2.4.18_14.athlon.rpm file, then type
rpm -ivh NVIDIA_nforce-1.0-0248.rh80up_2.4.18_14.athlon.rpm
or better way is to type
rpm -ivh NV
then press tab, this way u r sure to get the file name correct.
- 04-06-2003 #10Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Uh I don't know what directory it is in. So what exactly should I type if I have the RH8.0 drivers on a cd?


Reply With Quote
