+ -
当前位置:首页 → 问答吧 → 蔡鸟问题,找不到网卡

蔡鸟问题,找不到网卡

时间:2004-02-29

来源:互联网

大家好。不好意思,我知道这种问题,有人问了一百遍。我也知道,我问出这种问题来,简直就是在降低这个论坛的质量,可是,我搜索了这个论坛的相关文章,弄了一上午,还是没搞定。
不好意思,问题sb了点,可没办法,还是得问出来。

inconfig -eth0
报错:error fetching interface information: no such device
然后呢,该怎么办?
我用的是slackware 9.1.1, ADSL开了路由上网的。 网卡realtek 8139

作者: ppqq   发布时间: 2004-02-29

在 /etc/modules.conf 中加入 alias eth0 8139too
就可在开机时载入网卡

作者: qianzheng82   发布时间: 2004-02-29

还是说 no such device

作者: ppqq   发布时间: 2004-03-01

试试看重编内核,把你的驱动编进`内核里,不要编成module

作者: zonzi   发布时间: 2004-03-01

try 'modprobe 8139too' or 'modprobe ne2k', you need to find the correct network drvice module first, then you can modify /etc/rc.d/rc.netdevice to add the module during boot

作者: terminator   发布时间: 2004-03-01

sorry, should be ne2kpci

作者: terminator   发布时间: 2004-03-01

用lspci看看有没有你的网卡,如果没有就重新插一下。然后用netconfig来配置你的网卡,ifconfig eth0来是你的网卡工作

作者: laxi1982   发布时间: 2004-03-03