|
我已经找到华硕P5M2-E的千兆网卡的Linux驱动了(install_v10.0.5.3.tar.Z),我用
- #tar xf install_v10.0.5.3.tar.Z
复制代码
解压后再进入目录运行
但没有安装成功,驱动可以确定是没错的了。
请问我用的方法错在什么地方,应该怎么做呢?
下面是我安装过程的一些提示:
- ...
- 1) Do nothing
- 2) Deactivate diver
- 3) Remove driver
- Action: 2
- Disconnect alternative devices: (done) [ OK ]
- Unload alternative driver (done) [ OK ]
- Create tmp dir (/tmp/Sk98IafeFrJAmNEkURHpYVcJG) [ OK ]
- Check user id (0) [ OK ]
- Check kernel version (2.6.21-si-1) [ OK ]
- Check kernel symbol file (/proc/kallsyms) [ OK ]
- Check kernel type (SMP) [ OK ]
- Check number of CPUs (2) [ OK ]
- Check architecture (found) [ OK ]
- Set architecture (i386) [ OK ]
- Check compilerwhich: no gcc in
- (/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games) (not found) [ failed ]
- install.sh: line 507: inst_failed: command not found
- Check mcmodel flags (none) [ OK ]
- Check module support (/sbin/insmod) [ OK ]
- Check makewhich: no make in
- (/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/game
- s) (not found) [ failed]
- install.sh: line 557: inst_failed: command not found
- Check archive file (sk98lin) [ OK ]
- Check kernel gcc version (3.4.6)which: no gcc in
- (/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games)
- (Kernel:3.4.6 != gcc:732:) [ failed ]
- There is a version mismatch between the compiler that was used to build the current
- running kernel and the compiler which you intend to compile the kernel module with. In most of the cases, this is no problem, but there are cases in which this compiler-mismatch leads to unexpected system crashes If you know what you are doing and want to override this check, you can do so by setting IGNORE_CC_MISMATCH system
- variable:
- Example: export IGNORE_CC_MISMATCH=1
- Installation of sk98lin driver module failed.
- Delete temp directories (done) [ OK ]
- ...
复制代码
|
|