当前位置: 技术问答>linux和unix
怎么样激活网卡
来源: 互联网 发布时间:2015-02-11
本文导语: RH 7.3,我的网卡是NE2000,系统安装完后,看到网卡的状态是未激活,我该怎么激活? | 在/etc/modules.conf中加入 alias eth0 ne options ne irq=3 io=0x300 其中irq就是ne网卡的中断号,io是ne2000的地址 ...
RH 7.3,我的网卡是NE2000,系统安装完后,看到网卡的状态是未激活,我该怎么激活?
|
在/etc/modules.conf中加入
alias eth0 ne
options ne irq=3 io=0x300
其中irq就是ne网卡的中断号,io是ne2000的地址
然后执行
modprobe *
alias eth0 ne
options ne irq=3 io=0x300
其中irq就是ne网卡的中断号,io是ne2000的地址
然后执行
modprobe *
|
字符方式下用ifconfig eth0 up即可启动网卡!
|
ifconfig eth? up