LinuxSir.cn,穿越时空的Linuxsir!

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

如何启动两块网块在slackwre?

[复制链接]
发表于 2006-5-20 21:41:40 | 显示全部楼层 |阅读模式
先介绍一下我的系统环境:
系统:slackware 10.1,没有更改内核(安装此系统时,主板只安装了一块网卡)
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL- 8139/8139C/813c+

新添加的网卡:Ethernet controller: Sundance Technology Inc ST201 Sundance Ethernet (rev 14)

现在遇到的问题是:
每当系统启动后,并不能自动识别到新添加的网卡。我不得不手动运行一下rc.hotplug程序。让他识别到新的改动。
才能手动启动第二根网卡。我怎么做才能让系统自己加载新网卡呢?

:ask
谢谢
发表于 2006-5-21 16:10:19 | 显示全部楼层
看看在rc.module中加入合适的modprobe
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-22 21:44:23 | 显示全部楼层
Post by pipehappy
看看在rc.module中加入合适的modprobe


谢谢,哪天试试,一定回来报告结果
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-22 23:33:04 | 显示全部楼层
两块网卡所需的模块是一致的:
8139too                13928   1
mii                           2272   0 [sundance 8139too]
crc32                       2880   0 [sundance 8139too]
系统启动时就是检测不到eth1,dmesg只能显示eth0。
系统启动后手动运行 rc.hotplug start,显示能检测到eth1.
杂么解决呢?:ask

PS:dmesg的显示为:
eth0: RealTek RTL8139 at 0xc8910000, 00:e0:4c:3a:28:45, IRQ 11
eth0:  Identified 8139 chip type 'RTL-8139C'
eth0: link up, 10Mbps, half-duplex, lpa 0x0000
eth1: Sundance Technology Alta at 0xdc00, 00:05:5d:06:d2:c1, IRQ 10.
eth1: MII PHY found at address 1, status 0x7829 advertising 01e1.
eth0: link up, 10Mbps, half-duplex, lpa 0x0000
eth1: Link changed: 100Mbps, full duplex
回复 支持 反对

使用道具 举报

发表于 2006-5-23 09:41:20 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2006-5-26 08:38:03 | 显示全部楼层

如何启动两块网块在slackwre?

如何启动两块网块在slackwre?请大家说一下的.
回复 支持 反对

使用道具 举报

发表于 2006-5-26 09:36:52 | 显示全部楼层
  1. ifconfig eth0 xx.xx.xx.xx up
  2. ifconfig eth1 xx.xx.xx.xx up
复制代码


好像是这样吧
回复 支持 反对

使用道具 举报

发表于 2006-5-26 17:14:23 | 显示全部楼层
修改/etc/modprobe.conf,加入
# --- BEGIN: Ethernet Adapter by darkblue, do not edit. ---
# --- Ethernet Adapter Modules ---
alias eth0 via-rhine(网卡1对应的模块)
alias eth1 tulip(网卡2对应的模块)
# --- END: Ethernet Adapter by darkblue, do not edit ---
编辑/etc/rc.d/rc.inet1.conf,修改IP地址,重启看看效果,应该就可以了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-27 11:04:11 | 显示全部楼层
Post by r00to
修改/etc/modprobe.conf,加入
# --- BEGIN: Ethernet Adapter by darkblue, do not edit. ---
# --- Ethernet Adapter Modules ---
alias eth0 via-rhine(网卡1对应的模块)
alias eth1 tulip(网卡2对应的模块)
# --- END: Ethernet Adapter by darkblue, do not edit ---
编辑/etc/rc.d/rc.inet1.conf,修改IP地址,重启看看效果,应该就可以了。


谢谢,实在不行准备编译内核了
回复 支持 反对

使用道具 举报

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

本版积分规则

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