我从Live CD启动了一个操作系统。操作系统成功启动但eth0无法启动。我检查了 lspci
,它输出以太网卡的详细信息:
(Broadcom Netextreme II BCM5716 GBabyte ethernet)
ifconfig -a
仅返回环回接口 lo
和 sit0
。的输出 dmesg | grep -I 'eth'
是:
"Netfront : initializing network ethernet driver"
我跑的时候 service network restart
我明白了:
"Obtaining IP for lo [FAILED]
WARNING: Deprecated config gile /etc/modprobe.conf , all config files belong into /etc/modprobe.d/
Device eth0 does not seem to be present, delaying initialization [FAILED]"
的输出 MII-tool -v
是:
No MII interface found.
我也能找到内核模块 bnx2.ko
。我做到了 insmod
和 lsmod
列出来。我不确定究竟是什么问题或如何调试此问题。任何帮助或指示都会有所帮助。