LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1073|回复: 4

Slackware下支持网卡的Kernel Module是哪个?

[复制链接]
发表于 2008-4-29 16:40:45 | 显示全部楼层 |阅读模式
我笔记本上装的Slackware10.0, 一开始装的时候,没有联网. 所以可能系统没有对机子上的网卡做配置.

现在我想让这个Slackware做Server,但用netconfig命令后, 依然没有办法找到eth0设置. 用ifconfig eth0, 总是说没有eth0设备. 我估计是Kernel中没有加载网卡的驱动.

我不知道在/lib/module/2.4.60/driver/net/下的哪个.o是网卡的module. 使用的时候,直接insmode xxx.o就可以了吗?不要指定IRQ之类的参数?

谢谢.
发表于 2008-4-30 14:49:50 | 显示全部楼层
首要的问题是:你的网卡是什么型号?
回复 支持 反对

使用道具 举报

发表于 2008-5-4 22:02:23 | 显示全部楼层
把lspci列出来
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-7 09:35:15 | 显示全部楼层
#/sbin/lspci
00:00.0 Host bridge: Intel Corp.: Unknown device 2774
00:01.0 PCI bridge: Intel Corp.: Unknown device 2775
00:1b.0 Class 0403: Intel Corp.: Unknown device 27d8 (rev 01)
00:1c.0 PCI bridge: Intel Corp.: Unknown device 27d0 (rev 01)
00:1c.4 PCI bridge: Intel Corp.: Unknown device 27e0 (rev 01)
00:1c.5 PCI bridge: Intel Corp.: Unknown device 27e2 (rev 01)
00:1d.0 USB Controller: Intel Corp.: Unknown device 27c8 (rev 01)
00:1d.1 USB Controller: Intel Corp.: Unknown device 27c9 (rev 01)
00:1d.2 USB Controller: Intel Corp.: Unknown device 27ca (rev 01)
00:1d.3 USB Controller: Intel Corp.: Unknown device 27cb (rev 01)
00:1d.7 USB Controller: Intel Corp.: Unknown device 27cc (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 27b8 (rev 01)
00:1f.2 IDE interface: Intel Corp.: Unknown device 27c0 (rev 01)
00:1f.3 SMBus: Intel Corp.: Unknown device 27da (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 014e (rev a2)
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
回复 支持 反对

使用道具 举报

发表于 2008-5-7 13:52:11 | 显示全部楼层
你的机器所用的网卡模块应是tg3
可先手动加入:
modprobe tg3
再用以下命令查看是否已加载成功:
lsmod
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表