发新话题
打印

求助 华硕P5M2-E的千兆网卡驱动如何安装?

求助 华硕P5M2-E的千兆网卡驱动如何安装?


我已经找到华硕P5M2-E的千兆网卡的Linux驱动了(install_v10.0.5.3.tar.Z),我用
复制内容到剪贴板
代码:
#tar xf install_v10.0.5.3.tar.Z
解压后再进入目录运行
复制内容到剪贴板
代码:
#sh install.sh
但没有安装成功,驱动可以确定是没错的了。
请问我用的方法错在什么地方,应该怎么做呢?
下面是我安装过程的一些提示:
复制内容到剪贴板
代码:
...
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   ]
...

本文由qasa 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-6381-1-1.html

TOP

你的开发工具没装
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

那我该如何安装开发工具呢?
请写个大概的步骤,谢谢了。

TOP

你没说你是哪个版本,要装gcc,make,kernel-dev 。。。。
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

发新话题