|
楼主 |
发表于 2005-11-1 12:41:24
|
显示全部楼层
安装驱动时的错误提示:
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 sk98lin driver module failed.
Delete temp directories (done) |
|