Eu tenho um reciclado "Toshiba Tecra A10", eu fiz uma nova instalação do Ubuntu 17.04. Tudo está funcionando perfeitamente, exceto o Wi-Fi, que está causando uma dor de cabeça.
Após a instalação, o "Ativar Wi-Fi" não foi alterado e o widget está dizendo corretamente que o Wi-Fi está desativado. Então, tentei ativá-lo por meio do widget, mas ainda assim o Wi-Fi está desativado.
Eu tentei usar a combinação de teclado para ativar o cartão Wi-Fi, o rfkill
não é animador de:
root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
para:
root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Ainda não tenho sorte se eu tentar desbloquear tudo:
root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Aqui o cartão infos:
root@sulaco:~# lshw -c network
*-network
description: Ethernet interface
product: 82567LM Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 03
serial: 00:1c:7e:29:9b:b6
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=1.8-8 latency=0 link=no multicast=yes port=twisted pair
resources: irq:27 memory:ffcc0000-ffcdffff memory:ffcfe000-ffcfefff ioport:cf80(size=32)
*-network DISABLED
description: Wireless interface
product: WiFi Link 5100
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlp1s0
version: 00
serial: de:d5:02:78:77:3a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.10.0-19-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:31 memory:ff900000-ff901fff
Eu não tenho idéia, qualquer ajuda é muito bem vinda, obrigado!