tigerlord 发表于 2004-8-5 13:35:06

网卡装不上,帮忙看看!

装的rh7.2版本
windows下显示的网卡型号:Intel(R) PRO/100 VE Network Connection
安装内容如下
Ethernet controller: PCI device 8086:1039 (Intel Corporation) (rev 129).
IRQ 11.
Master Capable. Latency=64. Min Gnt=8.Max Lat=56.
Non-prefetchable 32 bit memory at 0xff6ff000 .
I/O at 0xdcc0 .

#more /etc/modules.conf
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
alias usb-controller1 usb-ohci
alias eth0 eepro


#insmod /lib/modules/2.4.7-10/kernel/drivers/net/eepro.o
/lib/modules/2.4.7-10/kernel/drivers/net/eepro.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters

# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:30 errors:0 dropped:0 overruns:0 frame:0
TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2002 (1.9 Kb) TX bytes:2002 (1.9 Kb)
有谁知道该怎么作么?

linky_fan 发表于 2004-8-5 23:29:47

好像应该是eepro100 ,我有两块,都用这个的,还有就是像网卡这种驱动最好直接编译进内核,插入模块一般都是用modprobe的,insmod不是很安全. 或者你的网卡有驱动但是没起来, 试一下ifconfig eth0 up :mrgreen:

tigerlord 发表于 2004-8-6 09:43:35

eepro100也不行
modprobe eepro100 使用也不行
# ifconfig eth0 up
eth0: unknown interface: No such device

我想应该是网卡没有装好,还是因为找不到合适的驱动?
页: [1]
查看完整版本: 网卡装不上,帮忙看看!