| 昨天帮朋友装系统,遇到一特郁闷的网卡,芯片是MYSON MT803F的,老半天没搞定,回来用我机器详细测试和找了资料才知道原因,改天再去弄。 居然连快pci网卡都搞不定,忑郁闷了。windows server 2003认定那快网卡为asound 10/1000,症状是怎么都ping不同其他机器,adsl modem的L-LINK正常,但拨号时W-ACT怎么也没有反应。
实在搞的头疼了,后来拿回那快网卡回来后在我的台式机器上测试了一下。进入FC4的单用户模式,执行了kudzu,/etc/modprobe.conf里面多了一条alias eth2 fealnx的记录。 然后init 3,adsl自动拨号一切正常,ping www.google.com正常。初步判定,网卡没有问题,windows的硬件识别有问题。
顺便翻了一下kernel代码,net部分的Kconf摘录如下:
1419 config FEALNX 1420 tristate "Myson MTD-8xx PCI Ethernet support" 1421 depends on NET_PCI && PCI 1422 select CRC32 1423 select MII 1424 help 1425 Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet 1426 cards. Specifications and data at 1427 <http://www.myson.com.hk/mtd/datasheet/>.
哈哈,谁说Linux硬件支持差的?
过些天去搞定那快网卡。
|