Nenhuma conexão sem fio detectou o HP Pavilion DV6 1220 com um Broadcom BCM 4312

2

Acabei de instalar o Ubuntu 11.10 no meu HP Pavilion DV6 1220 ek e o laptop não detectou nenhuma conexão sem fio. Duas horas antes disso, o Windows 7 estava funcionando na minha máquina e o WiFi funcionava perfeitamente.

Alguém tem uma ideia? Eu tenho tentado por várias horas consertá-lo sem sucesso.

Saída de 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

Saída de 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
    
por Lahbib Zentari 03.02.2012 / 15:22

1 resposta

0

Você pode tentar este método: link É um método aprovado entre vários usuários: link

Ou enquanto estiver usando a conexão com fio, você pode usar

sudo apt-get remove bcmwl-kernel-source
sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
sudo apt-get install b43-fwcutter firmware-b43-installer bcmwl*

Ou você pode tentar: Como posso obter o trabalho sem fio Broadcom BCM4311?

    
por numand 14.04.2012 / 14:47