http://linux.chinaunix.net/bbs/v ... hlight=%C8%FD%D6%D6
我用的模块都是这个文章里提供的链接,内核是自己下载的。要说其他区别,除了我用的CENTOS,他用的RHEL,没啥了。
我刚才还发现个问题
我的三块网卡,两块8139,一块DLINK。DLINK网卡接的内网。
/etc/modprobe.conf里的配置如下:
alias eth0 via-rhine
alias eth1 8139too
alias eth2 8139too
alias scsi_hostadapter ata_piix
复制代码
我的网线也是这么接的。但是用dmesg看到DLINK网卡成了eth2了。
ACPI: PCI Interrupt 0000:01:0c.0[A] -> GSI 16 (level, low) -> IRQ 185
eth0: RealTek RTL8139 at 0xf8988000, 00:0a:eb:ae:0d:ef, IRQ 185
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
ACPI: PCI Interrupt 0000:01:0d.0[A] -> GSI 19 (level, low) -> IRQ 193
eth1: RealTek RTL8139 at 0xf898a000, 00:0a:eb:9c:ec:d0, IRQ 193
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
ACPI: PCI Interrupt 0000:01:0e.0[A] -> GSI 18 (level, low) -> IRQ 169
eth2: VIA Rhine III at 0xf5002000, 00:11:95:fd:43:f3, IRQ 169.
eth2: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
input: PC Speaker as /class/input/input1
复制代码
从MAC地址分辨一下这三块网卡分别在modprobe.conf和用dmesg显示,对应的网卡顺序是这样的:
eth0------------eth2
eth1------------eth0
eth2------------eth1
复制代码
[ 本帖最后由 dbsrv 于 2008-11-25 20:06 编辑 ]