|
|
#1 | |
|
Registered User
Join Date: Dec 2002
Posts: 2
|
I thought I followed everything by the book, but I still can't get it to work. overview:
downloaded and ran NVchooser downloaded NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0.i686.rpm and NVIDIA_GLX-1.0-4191.i386.rpm. tried to install, and got modprobe: can't locate module nvidia Failed to install nvidia.o installed the GLX, and tried to startx, which promptly didn't work, since I think I've got 2.4.18-14. Then I downloaded and compiled NVIDIA_kernel-1.0-4191.src.rpm tried to uninstall NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0.i686.rpm, and it told me that it wasn't installed. Then tried to run the rpm created after compiling, and it told me that there was a newer version installed (the one that I tried to uninstall!) I think I'm in a catch-22 here. I know I messed up, but can't seem to fix it! This was a new install of Red Hat 8.0, on a new hard drive, set up as a dual boot. can someone tell me how to fix this? thanks. paul and yes, I'm new to linux. |
|
|
|
|
|
|
#2 | |
|
l33t master
Join Date: Jul 2002
Location: Santa Clara, CA
Posts: 1,163
|
What's the output of 'uname -r'? NVchooser.sh may have given you the wrong RPM to install. If so, please contact me via PM so I can get a bug report from you.
To uninstall an RPM, you have to pass the exact name listed in the RPM database. This doesn't always match the actual name of the RPM. (annoying, isn't it?) To figure out what the name is, you can run 'rpm -qa | grep "NVIDIA_kernel"'. If the RPM you installed is the only one returned, then you can either cut and paste the result to 'rpm -e *RESULT*', or do 'rpm -qa | grep "NVIDIA_kernel" | xargs rpm -e'. Once the 2.4.18-18 RPM is uninstalled, you should be able to install the one you rebuild yourself. -andy
__________________
Andy Mecham NVIDIA Corporation |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2002
Posts: 2
|
Made the changes as recommended, & after editing the XF86Config file, all is working. Thanks!
|
|
|
|
|
|
#4 | |
|
Geforce 8800 GTS 512
Join Date: Nov 2002
Location: Australia
Posts: 396
|
When I update the Nvidia drivers, I usually run rpm -e NVIDIA_GLX, then
rpm -e NVIDIA_kernel. (You have to run it that way due to dependancies). I found that you can use the '--force' at the beginning to force it to install the driver. (But I kind of find that very messy) |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Red Hat null(limbo beta 3), guide to install Nvidia Drivers | utiel | NVIDIA Linux | 21 | 09-30-02 05:32 PM |
| red hat 7.3 driver problems please help | war18 | NVIDIA Linux | 7 | 09-16-02 12:25 PM |
| red hat distros | gadido | NVIDIA Linux | 3 | 09-02-02 05:17 PM |
| Red Hat Linux and Dell Inspiron 8200 | haridamineni | NVIDIA Linux | 3 | 08-27-02 12:37 PM |
| Source RPMS for GCC3.2 - Red Hat 8.0? | chrisw01 | NVIDIA Linux | 4 | 08-21-02 08:17 AM |