|
楼主 |
发表于 2007-11-18 19:18:36
|
显示全部楼层
1. download from marvell site
http://www.marvell.com/drivers/d ... ?dId=153&pId=36
2. untar install_v10.20.3.3.tar.bz2 to /usr/src/
3. read the README and install opensuse 10.1 kernel source before doing this.
4. run the DriverInstall/install.sh
5. select option "patch generation mode"
6. perform the following command
# cd /usr/src/linux
# cat /patch-location/sk98lin__vX.XX_a_b_c_patch | patch -p1
7. make menuconfig
8. make dep; make clean bzImage; make modules; make modules_install; make install
9. restart the system
10. dmesg | grep sk98lin would result:
sk98lin: Network Device Driver v10.20.3.3
11. ls /proc/net/sk98lin, would result:
eth0
12. setup ip address using your favourite way, i'm testing with ip addr add 10.0.0.1/24 dev eth0 and it works well.
不知道这样行不行,我没有试,不过我找到这里下完了。
有空试试,debian 是装不了的,没有网卡装不上。 |
|