LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   nvidia driver problems (https://www.linuxquestions.org/questions/linux-hardware-18/nvidia-driver-problems-264993/)

novacrasher 12-10-2004 04:27 PM

nvidia driver problems
 
I am trying to install my nvidia graphics card and I am coming up with some error. At first I get the rivafb error but I checked some other posts and it turns out then when I do an lsmod it isn't even in there. When I try to boot into my system it says the the nvidia kernel fails. I try to do an insmod nvidia but my computer doesn't recognize that command. If I modprobe nvidia it works then I startx and everything works fine. My question is how do I add modprobe nvidia so it will automatically do it at start up. Thanks for the help

reddazz 12-10-2004 04:34 PM

It helps if you let us know what distro you are using.

Andrew Benton 12-10-2004 04:37 PM

read /usr/share/doc/NVIDIA_GLX-1.0/README

you probably need to put alias char something in /etc/modules.conf or modprobe.conf
Quote:

Q: The kernel module does not get loaded dynamically when X starts;
I always have to do 'modprobe nvidia' first. What is wrong?

A: Make sure the line "alias char-major-195 nvidia" appears in
your module configuration file, generally one of "/etc/conf.modules",
"/etc/modules.conf" or "/etc/modutils/alias". With 2.6 kernels,
this file is normally /etc/modprobe.conf. The correct way to update
this file is distribution dependant, and it is often not a good idea
to edit this file directly. Please consult the documentation that
came with your distribution for details.

novacrasher 12-10-2004 04:39 PM

wow thanks for the quick replies guys.
I got the problem fixed.
I just added the line:
"alias eth0 nvidia"
to the /etc/modprobe.conf file and it worked like a charm.
Thanks again for all of the help

Tuttle 12-10-2004 05:07 PM

Quote:

Originally posted by novacrasher
wow thanks for the quick replies guys.
I got the problem fixed.
I just added the line:
"alias eth0 nvidia"
to the /etc/modprobe.conf file and it worked like a charm.
Thanks again for all of the help

eth0 is your first ethernet card so gawd knows how that worked!!


All times are GMT -5. The time now is 08:56 PM.