未检测到带有 Broadcom BCM 4312 的 HP Pavilion DV6 1220 的无线连接

未检测到带有 Broadcom BCM 4312 的 HP Pavilion DV6 1220 的无线连接

我刚刚在 HP Pavilion DV6 1220 ek 上安装了 Ubuntu 11.10,但笔记本电脑未检测到任何无线连接。在此之前两个小时,我的电脑上运行着 Windows 7,WiFi 运行正常。

有人有主意吗?我已经尝试了几个小时来修复它,但没有成功。

输出lspci -nnk | grep -i net -A2

02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Hewlett-Packard Company Device [103c:1508]
    Kernel driver in use: b43-pci-bridge
--
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
    Subsystem: Hewlett-Packard Company Device [103c:3628]
    Kernel driver in use: r8169

输出sudo ifconfig wlan0 up;iwconfig

SIOCSIFFLAGS: No such file or directory
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

答案1

你可以尝试这个方法:http://forums.linuxmint.com/viewtopic.php?f=194&p=497599#p497599 这是得到众多用户认可的方法:http://forum.ubuntu-tr.net/index.php?topic=30521.0

或者在使用有线连接时,您可以使用

sudo apt-get remove bcmwl-kernel-source
sudo apt-get install firmware-b43-installer

或者您可以尝试:如何使 Broadcom BCM4311 无线工作?

相关内容