分页: 1 / 1

装nvidia的网卡驱动总是有错误!帮俺看看!

发表于 : 2006-04-07 0:11
rpsite
nforce-installer log file '/var/log/nvidia-nforce-installer.log'
creation time: Fri Apr 7 06:21:34 2006

option status:
license pre-accepted : false
expert : false
uninstall : false
driver info : false
no precompiled interface : false
no ncurses color : false
no questions : false
silent : false
Installer install prefix : /usr
kernel source path : /usr/
net kernel install path : (not specified)
audio kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp

Using: nvidia-installer ncurses user interface
-> Found package NVIDIA network driver for Linux-x86
-> Found package NVIDIA audio driver for Linux-x86
-> Please select packages for installation:
Selections:
NVIDIA network driver for Linux-x86 (1.0-13)
NVIDIA audio driver for Linux-x86 (1.0-7)
-> Starting install of NVIDIA network driver for Linux-x86
-> Checking for loaded module nvnet
-> Checking for loaded module forcedeth
-> License accepted.
-> Skipping check for conflicting rpms.
-> /proc/version is Linux version 2.6.12-9-386 (buildd@rothera) (gcc version
3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Oct 10 13:14:36
BST 2005
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Using the kernel source path '/usr/' as specified by the
'--kernel-source-path' commandline option.
-> Kernel source path: '/usr/'
ERROR: Unable to find the kernel output tree for the currently running kernel.
If you know the correct kernel output path, you may specify it with the
'--kernel-output-path' commandline option.
ERROR: Installation of the network driver has failed. Please see the file
'/var/log/nvidia-nforce-installer.log' for details. You may find
suggestions on fixing installation problems in the README available on
the Linux driver download page at www.nvidia.com.
-> Starting install of NVIDIA audio driver for Linux-x86
-> Checking for loaded module nvsound
-> Checking for loaded module nvaudio
-> License not accepted, aborting installation of audio driver.

发表于 : 2006-04-08 22:20
hethe
应该是没有装对应内核的头文件吧

试试:
apt-get install linux-headers-'uname -r'

发表于 : 2006-04-29 20:58
yoshubom
应该是这样吧,使用反引号,不过在我的debian上还是不能安装nv驱动。

代码: 全选

apt-get install linux-headers-`uname -r`

发表于 : 2006-04-29 21:02
yoshubom
原来得这样子装

代码: 全选

sudo apt-get install kernel-headers-`uname -r`
至少在我debian 3.1r1上是这样才能将头文件装上的。呵呵。

发表于 : 2006-05-12 15:24
szwolf
NND,真是郁闷。。。我什么都装好了,就是用不了。。好你DAPPER的内核不支持还是怎么回,我是从BREEZ等级过去的。。有一个老的内核在那里。。。用老的就可以上网了,还好没有删,要不然就死得很惨。。。
不知道是不是装完了还要怎么配置。。。我照着NVIDAI的ReleaseNotes上面做还是不行。。。

发表于 : 2006-05-12 21:49
notwind
我在dapper装nvidia驱动时,内核是用gcc-4.0编译的,不是gcc-3.4

发表于 : 2006-06-03 23:04
xinye0123
Ubuntu的内核是2.6.15-23 ,怎么光盘里提供的linux-headers 却是linux-kernel-headers_2.6.11.2-0ubuntu18_i386.deb 晕,怎么对不上,我装了后装nforce驱动就提示版本对不上了,谁在Ubuntu606上成功安装nforce最新驱动了?

发表于 : 2006-06-06 14:24
NICMICHAEL
我也想知道,一直无法安装NV的网上和声卡驱动.UBUNTU默认的驱动不好.

发表于 : 2006-06-08 12:28
哇msn
我已经放弃了,aliases文件不管用

发表于 : 2006-06-10 13:33
notwind
原来我自己编译的显卡驱动有点问题,后来就用apt装了nvidia-glx后,搞定显卡,却发现网卡不能驱动
还好从光盘里装上了内核头文件,再重新编译了一遍网卡的驱动,就ok了

内核版本:2.6.15-23-386
驱动版本:NForce x86 1.0-0310
硬件平台:Onda N61G (nVidia GeForce 6100+nForce 410)

发表于 : 2006-06-10 13:47
yongyi
从光盘里装上了内核头文件 :shock: 原来还得在光盘。。。!