我的电脑装有RED HAT LINUX8.0 和WINXP双系统,我的D-LINK DFE-530TX REV(V)网卡在WINXP下能正常使用,在LINUX系统中不能安装.
按安装盘文档的安装过程:1、在/目录下建立文件夹temp。2、考贝安装盘上的dlkfet-4.16.tar.gz到/temp文件夹。3、在/temp下解压dlkfet-4.16.tar.gz。4、在/temp/dlkfet-4.16下运行make install命令.运行结果如下:mkdir -p /lib/modules/2.4.18-14/kernel/drivers/net
install -m 644 -o root rhinefet.o /lib/modules/2.4.18-14 /kernel/drivers/net
/sbin/depmod -a || true.
5、运行alias eth0 rhinefet 命令。结果如下:bash:alias:eth0 no found
bash:alias:rhinefet.o no found
查看/etc/modules.conf 文件无alias eth0 rhinefet 行。
6、运行 insmod rhinefet 命令。结果如下:
using /lib/modules/2.4.18-14/kernel/drivers/net/rhinefet.o
/lib/modules/2.4.18-14/kernel/drivers/net/rhinefet.o : init_module :
No Such device.
Hint:insmod errors can becaused by incorrect module parmeters.
you may find more information in syslog or the output from dmesg.
本人是菜鸟又不懂英文,请教安装过程中出了什么问题,怎样才能安装我的网卡。