nVidia Driver 6111 Install problems
This is a discussion about nVidia Driver 6111 Install problems in the Everything Linux category; I am a complete newbie here so bear with me. . . . I have a Dell Optiplex GX270 running slackware 10. . . with an nVidia GeForce 4 card. I have downloaded the Linux nVidia driver and get the following error during the install.
I am a complete newbie here so bear with me....
I have a Dell Optiplex GX270 running slackware 10...with an nVidia GeForce 4 card.
I have downloaded the Linux nVidia driver and get the following error during the install.
"Unable to load kernel module 'nsound.o'"
It goes on to mention that I have an incorrect kernel loaded.
Any advice? I know just enough about Linux to be dangerous.
I have a Dell Optiplex GX270 running slackware 10...with an nVidia GeForce 4 card.
I have downloaded the Linux nVidia driver and get the following error during the install.
"Unable to load kernel module 'nsound.o'"
It goes on to mention that I have an incorrect kernel loaded.
Any advice? I know just enough about Linux to be dangerous.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Nov 18
Nov 19
0
2 minutes
Responses to this topic
What Kernel are you running? do you have the kernel source installed in /usr/src?
to find kernel version type uname -r at the console
looks like this.
Quote:[11/18/04][greg@otis:~]$ uname -r2.6.8.egorgry
to find kernel version type uname -r at the console
looks like this.
Quote:[11/18/04][greg@otis:~]$ uname -r2.6.8.egorgry
Could this be a problem with module loading??? We should ensure that kernel loading is compiled in the kernel.
Yes ! NVIDIA chipset based motherboard? Is the message the following;
Quote:ERROR: Unable to load the kernel module 'nvsound.o'. This is most likely because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' commandline option.
The kernel-source or kernel-headers package must be installed on the system, which is what the package is looking for.
Do you have sound on the system currently?
I would also try the newest version of the NVIDIA video card drivers.
Quote:ERROR: Unable to load the kernel module 'nvsound.o'. This is most likely because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' commandline option.
The kernel-source or kernel-headers package must be installed on the system, which is what the package is looking for.
Do you have sound on the system currently?
I would also try the newest version of the NVIDIA video card drivers.