以太网*-网络已禁用


10

刚刚在我的笔记本电脑上安装了Ubuntu Server 12.04。台式机版本始终存在驱动程序问题,但仅在WiFi而不是以太网上存在,我可以硬接线并手动安装专有驱动程序,它可以正常工作。但是在我安装的服务器上,没有以太网连接。

ifconfig仅显示lo回送,eth0与往常不同。

lshw -C network

*-network DISABLED
   description: Ethernet interface

我试过了

ifconfig up

up: error fetching interface information: device unknown

然后

lsmod

显示b34和b44模块在那里,但是在USE列中它们显示0,并且没有程序在使用它们,但是b44在使用另一个程序。

=======================

更新1:

lspci -nnk | grep -i -A2 net

05:00.0 Network Controller 0280 Broadcom Corporation, BCM4311 802.11B/G WLAN 14E4:4311 REV 01
Subsystem: Dell Wireless 1390WLAN mini card 102b:007
Kernel driver in use b43-pic-brige
Kernel module: ssb

08:00.0 Ethernet Controller 0200 Broadcom Corporation, BCM4401-B0 100BASE-TX 14E4:170C REV 02
Subsystem Dell Device 102B01f5
Kernel driver in use b44

谢谢。


1
请将输出结果添加lspci -nnk | grep -i -A2 net到您的帖子中。
奥利(Oli)

Answers:


13

我可以通过以下方法解决此问题:

sudo ifconfig wlan0 up

也许会有所帮助。


1
谢谢!我实际上结束了一段时间,但是因为我在学校,所以没有来更新它。我不能1 Up,但如果有代表我就可以。那是我试图启动的eth0卡,所以我用eth0代替了wlan0。
chrstphrmllr 2014年

2
然后,我iwconfig抢了接口名称sudo ifconfig enp0s31f6 up
-Natim

其次这篇文章中,工作就像一个梦想- linuxbabe.com/ubuntu/...
尼克Grealy

0

您的b44控制器是否在/etc/modprobe.d下的文件中被列入黑名单?
如果是,删除此文件(或整个文件)中的行是否有帮助?
我遵循对308958问题的建议,并删除了整个bcmwl-kernel源代码,该源代码无法完全完成(可能是因为我没有连接的“鸡和蛋”问题)。

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.