ubuntu 12.04 Wireless problema hp pavilion

0

Não consigo ativar o Wireless usando o switch de hardware -f12- no meu HP Pavilion dv6-7080-se.

a opção Ativar Wireless é greyd out, então não posso ativá-lo.

ao iniciar o ubuntu quando eu pressionar f12 - que inicia o wifi drive - por um tempo de login o wifi funciona.

Os resultados de iwconfig para o meu sistema são os seguintes

eth0      no wireless extensions.

eth1      IEEE 802.11abg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

lo        no wireless extensions.

o resultado de rfkill list all para o meu sistema é o seguinte 1

: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
2: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
3: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
5: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
6: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

aqui está o meu resultado sudo lshw -C network .

 *-network               
       description: Wireless interface
       product: BCM4313 802.11bgn Wireless Network Adapter
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0a:00.0
       logical name: eth1
       version: 01
       serial: 08:ed:b9:26:06:81
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=6.20.155.1 (r326264) latency=0 multicast=yes wireless=IEEE 802.11abg
       resources: irq:19 memory:d4500000-d4503fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:0b:00.0
       logical name: eth0
       version: 07
       serial: 08:2e:5f:73:2a:e2
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.2 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:42 ioport:2000(size=256) memory:d4404000-d4404fff memory:d4400000-d4403fff

lspci -vnn | grep Network mostrou:

0a:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
    
por Ayman Khaled Geneidy 20.02.2014 / 10:59

3 respostas

1

Tente

sudo rfkill unblock all

então

sudo ifconfig eth1 up

Isso deve te deixar ligado.

    
por g_p 20.02.2014 / 11:08
2

No aplicativo Drivers Adicionais, verifique se há algum driver pertencente ao STA e desative-o.

Abra o Terminal e digite o seguinte comando:

sudo apt-get remove b43-fwcutter broadcom-sta-common broadcom-sta-source firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl-kernel-source

Agora, digite os seguintes comandos:

echo "blacklist bcma" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist brcm80211" | sudo tee -a /etc/modprobe.d/blacklist.conf

Reinicie o Ubuntu.

Abra o Terminal novamente e digite o seguinte comando:

sudo apt-get install bcmwl-kernel-source broadcom-sta-common broadcom-sta-source firmware-b43-installer

Após a conclusão da instalação do pacote, reinicialize.

Abra drivers adicionais.

Ative o driver STA do Broadcom.

Seu Wifi agora deve estar ativo e funcional.

    
por Neeraj Sharma 26.03.2015 / 09:19
0

O mesmo problema com o HP Pavilion dv5 e o Mint 16 Petra. O que funcionou para mim foi redefinir o BIOS para os padrões de fábrica. Parece não haver outra maneira de acessar wi-fi no BIOS e tocar antena wi-fi para transformá-lo em azul no estado de inicialização não funcionou, embora ele funciona para o Windows.

    
por user268527 13.04.2014 / 17:54