我的问题是,我搬到了一套新公寓,一开始我在列表中找不到我的家庭 WLAN 网络,但显示了其他网络(而且,我的室友中没有一个人出现网络问题)。所以我试图通过检查 ubuntu 论坛来帮助自己,这将我带到了当前状态,尽管我的 wifi 已启用,但根本没有检测到网络。我不知道知道这是否有任何用处,但是当打开“附加驱动程序”窗口时,我无法启用 Broadcom 公司。我在 thinkpad edge e335 上使用 ubuntu 13.04,这里有一些可能很重要的进一步信息:
* lspci * 的输出
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
* rfkill 的输出列出所有 *
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
* lspci -vvnn | 的输出grep -A 9 网络 *
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Broadcom Corporation Device [14e4:0608]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at f0200000 (64-bit, non-prefetchable) [size=16K]
Capabilities: Kernel driver in use: bcma-pci-bridge
答案1
尝试:
sudo apt-get update
sudo apt-get install linux-headers-`uname -r` dkms build-essential bcmwl-kernel-source
reboot
看:
https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/252499