找不到以太网接口 - eth0


0

我从Live CD启动了一个操作系统。操作系统成功启动但eth0无法启动。我检查了 lspci,它输出以太网卡的详细信息:

(Broadcom Netextreme II BCM5716 GBabyte ethernet)

ifconfig -a 仅返回环回接口 losit0。的输出 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。我做到了 insmodlsmod 列出来。我不确定究竟是什么问题或如何调试此问题。任何帮助或指示都会有所帮助。

Answers:


0

我相信该设备还需要一个单独的PHY驱动程序来编译。查看内核配置的PHY部分,并选择所有这些作为模块,只是为了确定。


您能否提供有关PHY驱动程序或如何验证的更多信息?我对此并不十分熟悉。
sethu

你用的是什么发行版?
Keith

我不确定。这是克里斯特尔。它使用基于redhat的我猜!
sethu
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.