- 论坛徽章:
- 0
|
网卡型号是Marvell Yukon 88E8040T,我装驱动时出现了以下错误
[root@localhost Documents]# ls
install_v10.70.1.3.tar.bz2
[root@localhost Documents]# tar xfvj install_v10.70.1.3.tar.bz2
DriverInstall/
DriverInstall/README
DriverInstall/sk98lin.4
DriverInstall/sk98lin.tar.bz2
DriverInstall/install.sh
DriverInstall/functions
[root@localhost Documents]# cd DriverInstall
[root@localhost DriverInstall]# # ./install.sh
[root@localhost DriverInstall]# ./install.sh
Installation script for sk98lin driver.
Version 10.70.1.3 (Jun-30-200
(C)Copyright 2003-2008 Marvell(R).
====================================================
Add to your trouble-report the logfile install.log
which is located in the DriverInstall directory.
====================================================
1) installation
2) generate patch
3) exit
Choose your favorite installation method: 1
Please read this carfully!
This script will automatically compile and load the sk98lin
driver on your host system. Before performing both compilation
and loading, it is necessary to shutdown any device using the
sk98lin kernel module and to unload the old sk98lin kernel
module. This script will do this automatically per default.
Please plug a card into your machine. Without a card we aren't
able to check the full driver functionality.
Do you want proceed? (y/N) y
Create tmp dir (/tmp/Sk98IBBOeSHoWEndQFloiirrK) [ OK ]
Check user id (0) [ OK ]
Check kernel version (2.6.21-1.3194.fc7) [ 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 compiler (/usr/lib/ccache/gcc) [ OK ]
Check mcmodel flags (none) [ OK ]
Check module supportwhich: no insmod in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/caffry/bin)
(/sbin/insmod) [ OK ]
Check make (/usr/bin/make) [ OK ]
Check kernel gcc version (4.1.2) (Kernel:4.1.2 == gcc:4.1.2) [ OK ]
Check sk98lin driver availability./functions: line 677: lsmod: command not found
(not loaded) [ OK ]
Check kernel header files (/lib/modules/2.6.21-1.3194.fc7/source) [ OK ]
Check sources for .config file (/lib/modules/2.6.21-1.3194.fc7/source[ OK ]
Copy and check .config file (done) [ OK ]
Check the mem address space (highmem) [ OK ]
Change IOMMU (disabled) [ OK ]
Create new .config file (done) [ OK ]
Execute: make oldconfig (done) [ OK ]
Check modpost availability (available) [ OK ]
Unpack the sources (done) [ OK ]
Check firmware availability (not available) [ OK ]
Check kernel header version (Kernel:2.6.21 == Header:2.6.21) [ OK ]
Check kernel functions (Changed: nothing) [ OK ]
Compile the kernel (done) [ OK ]
Copy driver man page into /usr/share/man/man4/ (done) [ OK ]
Check the driver working./functions: line 1109: lsmod: command not found
Check the driver (error) [ failed ]
An error has occurred during the check proces which prevented
the installation from completing.
It's not possible to build a standalone sk98lin driver on this
host. The kernel don't export a neccesary symbols for the
device driver and we aren't able to load the driver.
Please compile the kernel and the driver manually.
The new driver has been installed in the /usr/src/linux
directory.
1.) Go to the directory /usr/src/linux
2.) For the console mode, run the command: make menuconfig
3.) Select the options you want to compile into the kernel
4.) Select the menu "Network Device Support"
5.) Select "Ethernet (1000 Mbit)".
5.) Mark "Marvell Yukon/SysKonnect SK-98xx/SK-95xx Gigabit
Ethernet Adapter support" with (M)
6.) Execute the command:
make dep clean bzImage modules modules_install
7.) Install the new kernel
Installation of package failed.
Make dependency (done) [ OK ]
Delete temp directories (done) [ OK ]
[root@localhost DriverInstall]# ifconfig
bash: ifconfig: command not found
[root@localhost DriverInstall]#
后面我就不知道怎么办了,希望哪位大侠指点一下啊 |
|