|
|
一开始就卡住了!郁闷哦~~
我的网卡是:Intel(R) PRO/100+ PCI Adapter
# lspci 可以看到检测到网卡
先# modprobe e100 或者# modprobe e1000,加载正常,但均无法找到eth0!
# ifconfig -a
lo ...(省略)
只有lo没有eth0!
# net-setup eth0,然后ifconfig,也只有lo没有eth0!
# dhcpcd eth0,然后ifconfig,同样错误结果!
再试。# ifconfig eth0 192.168.1.100 broadcast 192.168.1.255 netmask 255.255.255.0 up,错误提示如下:
SIOCSIFADDR: No Such device
eth0: Unknown Interface: No Such device
SIOCSIFBRDADDR: No Such device
eth0: Unknown Interface: No Such device
netmsk: Host name lookup failure
要怎么办?睡不着啦,高手指点下,谢谢啦! |
|