A opção “Enable Wireless” está desabilitada nas configurações de rede

0

Estou usando o Ubuntu 15.10, mas não consigo acessar a Internet sem fio.

A saída para rfkill list all é fornecida abaixo:

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

A saída para sudo lshw -C network é:

  *-network               
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 02
       serial: 90:fb:a6:a7:1c:47
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.106 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:25 ioport:2000(size=256) memory:c0410000-c0410fff memory:c0400000-c040ffff memory:c3400000-c341ffff
  *-network DISABLED
       description: Wireless interface
       product: BCM4313 802.11bgn Wireless Network Adapter
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 01
       serial: 00:26:82:a0:2f:10
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=6.30.223.248 (r487574) latency=0 multicast=yes wireless=IEEE 802.11abg
       resources: irq:18 memory:c2400000-c2403fff

Quando eu tento ativar meu wifi eu não posso ...

Eu também tentei com sudo rfkill unblock all , mas ainda não está funcionando

Roteador: Sitecom | Meu laptop é um HP-G62.

    
por Dank13 25.11.2015 / 20:28

2 respostas

1

Seu Wi-Fi está desativado no hardware: na página 2-4 do manual do seu computador : pressione a tecla Fn + F12 para ligar ou desligar o WiFi. Se isso falhar, talvez a configuração do BIOS esteja definida para não usar a tecla Fn . Nesse caso: pressione F12 sozinho.

Comentadores de filas da LQ: : - /

    
por Fabby 26.11.2015 / 01:27
0

Tente com este comando para ativar seu wifi

sudo ifconfig wlan0 up

para desativar seu wifi,

sudo ifconfig wlan0 down

Se você quiser desativar ou ativar sua rede, altere wlan0 com eth0 .

    
por adadion 26.11.2015 / 09:29