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

CPU/显卡/打印机/USB设备等硬件问题
回复
rpsite
帖子: 1
注册时间: 2006-04-02 11:43

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

#1

帖子 rpsite » 2006-04-07 0:11

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.
头像
hethe
帖子: 3666
注册时间: 2005-08-01 9:14

#2

帖子 hethe » 2006-04-08 22:20

应该是没有装对应内核的头文件吧

试试:
apt-get install linux-headers-'uname -r'
Gedanken ohne Inhalt sind leer .Anschauungen ohne Begriffe sind blind.
yoshubom
帖子: 233
注册时间: 2005-12-28 16:23

#3

帖子 yoshubom » 2006-04-29 20:58

应该是这样吧,使用反引号,不过在我的debian上还是不能安装nv驱动。

代码: 全选

apt-get install linux-headers-`uname -r`
yoshubom
帖子: 233
注册时间: 2005-12-28 16:23

#4

帖子 yoshubom » 2006-04-29 21:02

原来得这样子装

代码: 全选

sudo apt-get install kernel-headers-`uname -r`
至少在我debian 3.1r1上是这样才能将头文件装上的。呵呵。
szwolf
帖子: 7
注册时间: 2006-05-07 18:22

#5

帖子 szwolf » 2006-05-12 15:24

NND,真是郁闷。。。我什么都装好了,就是用不了。。好你DAPPER的内核不支持还是怎么回,我是从BREEZ等级过去的。。有一个老的内核在那里。。。用老的就可以上网了,还好没有删,要不然就死得很惨。。。
不知道是不是装完了还要怎么配置。。。我照着NVIDAI的ReleaseNotes上面做还是不行。。。
头像
notwind
帖子: 20
注册时间: 2005-12-05 19:25
联系:

#6

帖子 notwind » 2006-05-12 21:49

我在dapper装nvidia驱动时,内核是用gcc-4.0编译的,不是gcc-3.4
xinye0123
帖子: 61
注册时间: 2006-01-10 13:36

#7

帖子 xinye0123 » 2006-06-03 23:04

Ubuntu的内核是2.6.15-23 ,怎么光盘里提供的linux-headers 却是linux-kernel-headers_2.6.11.2-0ubuntu18_i386.deb 晕,怎么对不上,我装了后装nforce驱动就提示版本对不上了,谁在Ubuntu606上成功安装nforce最新驱动了?
NICMICHAEL
帖子: 309
注册时间: 2006-01-04 19:26

#8

帖子 NICMICHAEL » 2006-06-06 14:24

我也想知道,一直无法安装NV的网上和声卡驱动.UBUNTU默认的驱动不好.
Athlon 64 X2 Dual Core Processor 4200+ Socket 939 OC 2.8 GHZ
G.Skill DDR400 2 3 2 5 1GB *2 Dual Channel OC DDR500
Szgalaxy 8600 GTE 650MHZ/2000MHZ
Seagate 80GB *2 RAID 0+Maxtor 80G
DFI LanParty UT NF4-D
kernel 2.6.22-ck1 再见,Con Kolivas!
头像
哇msn
帖子: 50
注册时间: 2006-06-02 9:29

#9

帖子 哇msn » 2006-06-08 12:28

我已经放弃了,aliases文件不管用
头像
notwind
帖子: 20
注册时间: 2005-12-05 19:25
联系:

#10

帖子 notwind » 2006-06-10 13:33

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

内核版本:2.6.15-23-386
驱动版本:NForce x86 1.0-0310
硬件平台:Onda N61G (nVidia GeForce 6100+nForce 410)
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#11

帖子 yongyi » 2006-06-10 13:47

从光盘里装上了内核头文件 :shock: 原来还得在光盘。。。!
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
回复