📄 hardware-multi-netcard.html
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Author" content="Edward Fu">
<meta name="GENERATOR" content="Mozilla/4.05 [zh-CN] (X11; I; Linux 2.1.127 i686) [Netscape]">
<title>Freesoft Linux FAQ -- 如何安装多个网卡</title>
</head>
<body>
标 题: [安装] 如何让内核检测到两块网卡
<br>发信站: BBS 水木清华站 (Sun Nov 16 19:54:57 1997)
<p>经常碰到这类问题,其实非常简单:
<p>当你有两块网卡时,在lilo.conf里加上
<p>append = "ether=0,0,eth1"
<p>当你插了三块, 则为:
<p>append = "ether=0,0,eth1 ether=0,0,eth2"
<p>举例如下:
<p>boot = /dev/hda
<br>#compact # faster, but won't
work on all systems.
<br>delay = 50
<br>vga = normal # force sane state
<br>append= "ether=0,0,eth1"
<br># ramdisk = 0 # paranoia setting
<br># End LILO global section
<br># Linux bootable partition config begins
<br>image = /zImage
<br> root = /dev/hda1
<br> label = linux
<br> read-only # Non-UMSDOS filesystems should be mounted read-only
for checking
<br># Linux bootable partition config ends
<p>这是不知道网卡irq和iobase时的做法(尤其是PCI网卡时,象3c590...)
<p>当知道网卡irq和iobase时,还是指定的好:
<p>例如:两块3c590:
<p>append="ether=9,0xfce0,eth0 ether=5,0xfcc0,eth1"
<br>
<p>注:如果已经编译成模块的话,应该在/etc/rc.d/rc.modules(在Redhat里是/etc/conf.modules)
<br>加上类似的一行:
<br>/sbin/modprobe ne io=io1,io2
<br>先试试上面的方法吧.
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -