+ -
当前位置:首页 → 问答吧 → 请问启动是网卡时常加载不了怎么办?

请问启动是网卡时常加载不了怎么办?

时间:2004-10-15

来源:互联网

启动是网卡时常加载不了,有时正常。是不是因为网卡驱动没装?我的网卡是ST201 Sundance Ethernet。(Windows XP中显示为Sundance ST201 based PCI Fast Ethernet Adapter)

作者: nxufeng   发布时间: 2004-10-15

是什么芯片?8139?

作者: 锋锋   发布时间: 2004-10-15

标称是TEL-9939DI Series PCI Ethernet,好像与TEL-8139有关,因为驱动软盘中linux目录下是下面一个文件。顺便问一下,如果找到了驱动code,怎么装啊?

作者: nxufeng   发布时间: 2004-10-15

PHP 代码:
 (1)The object code can be obtained by compiling 8169.c using the associated 'Makefile'.
   (2)Move the object code 8169.o to the directory /lib/modules/2.4.2/kernel/drivers/net.
   (3)Type command "insmod 8169"
   (4)Type command "dmesg", then some information about the driver will be printed. 

作者: 锋锋   发布时间: 2004-10-15

今天在网上看了一下,网卡芯片为TEL8139D 26080S1。驱动中没有readme文件,与linux相关的只有下面几句:
Tenda Tel8139d Based Fast Ethernet 10/100 Adapter


For Linux kernel-2.4, Tel8139d driver can be found and initiailied by a
compatible Fast Ethernet driver "sundance.o" under the net module directory.
Its source code is under /usr/src/linux2.4/drivers/net directory.
在网上找了一下,没找到TEL8139D的linux驱动。

作者: nxufeng   发布时间: 2004-10-15