This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 急急急!!!如何在Red Hat Linux环境中安装NIC驱动程序?我安装完Linux后发现系统没有自动检测到我的网卡(DM9102),但我有一张驱动程序软盘For这张网卡。但我不知道该如何安装,请赐教!
-lijay(飘);
2002-12-14
{122}
(#913924@0)
-
这个管用么?
-coala(考拉);
2002-12-14
(#913931@0)
-
看不太懂!好像没有步骤在其中
-lijay(飘);
2002-12-14
(#913944@0)
-
好久没摸linux了,是rpm -ivh 语句吧,还看你软盘里有什么?有readme么?
-coala(考拉);
2002-12-14
(#913962@0)
-
盘上有什么文件?
-life_is_so_short(人生苦"短");
2002-12-14
(#913960@0)
-
在Linux目录下:....dmfe.c
dmfe.o
dmfe_m70.o
dmfe_r62.o
readme.txt
Makefile
....
我按照Readme的步骤做:
1):编译dmfe.c To dmfe.o
2):insmod dmfe
or
insmod dmfe_m70
该步骤出错:
Using /lib/modules/2.2.16.22/net/dmfe.o
dmfe: Interrupt wrong : IRQ=0
/lib/modules/2.2.16-22/net/dmfe.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
-lijay(飘);
2002-12-14
{447}
(#913964@0)
-
这不是说irq 0 忙么,有没有换irq的地方,比如卡上有无跳线可改此设置?
-coala(考拉);
2002-12-14
(#914053@0)
-
我的网卡是新型号的,没有任何跳线
-lijay(飘);
2002-12-14
(#914600@0)
-
有的网卡安装的时候需指定IO和IRQ, man一下insmod会有详细说明,具体IO和中断可以参照windows下的,如果你装的是双操作系统。
-gettext(gettext);
2002-12-15
(#915581@0)
-
insmod 太复杂,看不懂
-lijay(飘);
2002-12-18
(#921654@0)
-
Readme.txt 文件内容如下...
-lijay(飘);
2002-12-14
{5447}
(#913965@0)
-
I don't know why, try to download the newest driver from
-dahuaidan(不懂);
2002-12-14
(#914061@0)
-
or buy a new one. Now nic is not expensive, about 8CND
-dahuaidan(不懂);
2002-12-14
(#914067@0)
-
8CND太贵了,我穷!
-lijay(飘);
2002-12-27
(#938181@0)
-
你怎么知道没有检测到网卡?
-xiagangle(xiagangle);
2002-12-15
{554}
(#915622@0)
-
我操作的步骤如下:...
-lijay(飘);
2002-12-18
{720}
(#921641@0)
-
my suggestionI used redhat 7.2, I can find the dmfe in system directory.
1. build the new module file according to your redhat kernel.
2.get the nic irq before your installation
-xiagangle(xiagangle);
2002-12-18
{168}
(#921735@0)
-
哪个版本? 8.0很容易
-tztz(tztz);
2002-12-17
(#920622@0)
-
Mine is Red Hat Linux 7.0
-lijay(飘);
2002-12-18
(#921646@0)
-
7.0就需要手工配置了,第一需要把你的网卡的PNP关掉, 7。0不认即插即用,然后试试用 setup 配置 (login as root and type setup in command line prompt )
-tztz(tztz);
2002-12-19
(#924556@0)
-
说错了,用linuxconfig不是setup , 另外linuxconfig 在图形模式下也可以用,而且更好用
-tztz(tztz);
2002-12-19
(#924559@0)
-
我是用linuxconf做的,设置完后启动计算机,显示网卡错误信息
-lijay(飘);
2002-12-27
(#938179@0)
-
可能是网卡的 irq/mem 的设置跟 linux 设置不同,或者是跟其他器件冲突,强烈建议装 redhat 8.0 ,在redhat 网站上可以当,如果不方便,偶这里有,帮你烧一套
-tztz(tztz);
2002-12-27
(#938185@0)
-
cd /proc
cat pci
if you could find a ethernet device there means your kernel had detected your NIC
copy your .o to /lib/modules/2.2.16/net/
modconf , select your device from net modules
it sould be OK
-sabotage(不会游泳的鱼);
2002-12-27
(#938716@0)