|
|
#1 | |
|
Registered User
Join Date: Nov 2005
Posts: 3
|
Could someone tell me how to proceed? I received the following error message during the nForce driver (v1.0-0310) installation:
Code:
ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for you 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. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Posts: 77
|
sudo apt-get install linux-headers-`uname -r`
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2005
Posts: 3
|
Thanks for the help, I did that and now I ended up with a new error message, do you think its OK to continue installation or what should I do?
Code:
gcc-version-check failed: ./nvsound/main/conftest.sh: line 9: cc: command not found Could not compile gcc-version-check.c If you know what you are doing and want to ignore the gcc version check, select "No" to continue installation. Otherwise, select "yes" to abort installation, set the CC environment variable to the name of the compiler used to compile your kernel, and restart installation. Abort now? |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
You need to install gcc and may be missing other development tools, as well; try `sudo apt-get install gcc libc6-dev make` and retry the installation.
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2005
Posts: 77
|
Execute the following command to install the necessary build tools and gcc-3.4. Ubuntu 5.10 uses gcc-4.0 by default but the kernel is compiled with 3.4.
Code:
sudo apt-get install build-essential gcc-3.4 Code:
export CC=/usr/bin/gcc-3.4 sudo sh NFORCE.... |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Nov 2005
Posts: 3
|
YES! I got it installed. Tho I can't hear any sound yet. I didn't install network drivers because both NICs were autodetected during Ubuntu install. What can I do to enable sound?
|
|
|
|
|
|
|
#7 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Did you make the changes in the ReleaseNotes.html? Have you tried running nvmixer?
If so, please generate and post an nforce-bug-report.log. Thanks, Lonni |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jul 2005
Posts: 77
|
Create a file in /etc/modprobe.d, for example:
Code:
sudo gedit /etc/modprobe.d/nvsound Code:
alias sound-slot-0 nvsound alias snd-intel8x0 off alias i810_audio off |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mageia 2 Cannot Install 71.86.15 for Riva TNT/TNT2 | kbulgrien | NVIDIA Linux | 3 | 06-29-12 08:27 AM |
| Corrupted display - 302.17 - Dell Precision T3500 (G98 [Quadro NVS 295]) | gbailey | NVIDIA Linux | 1 | 06-27-12 10:24 AM |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |