在slackware 2.0.0 以后,网卡缺省的是用module 方式编译进内核的,而在这种方式下,检测到第一块网卡后就不再进行下一步的检测,所以应该在/etc/rc.d/rc.modules 里加上
/sbin/modprobe ne io=0x300 ,0 x 3 3 0,这里假设用两块NE 2000 网卡,I O地址分别是0 x 3 0 0,
0 x 3 3 0,以下方法是可行的:
# / e t c / c o n f . m o d u l e
alias eth0 ne
options ne io=0x300
,0 x 3 3 0
请参考/ u s r / s r c / l i n u x / D o c u m e n t a t i o n s / m o d u l e s . t x t。