Eu atualizei para o ubuntu 16, então eu tenho um problema com wifi, pois ele não funciona e me dá a mensagem "dispositivo não está pronto" quando ele tenta fazer o dev up
$sudo ip link set wlo1 up
RTNETLINK answers: Operation not possible due to RF-kill
o dispositivo com bloqueio, então eu desbloqueio, então eu recebi uma mensagem diferente
$sudo rfkill unblock wifi
sudo ip link set wlo1 up
RTNETLINK answers: Input/output error
eu descobri que há um problema com o módulo de carregamento rt2800pci e a saída de dmesg contém esse erro
[ 1418.415901] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1420.015845] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1420.015851] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 1421.635703] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1423.235726] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1423.235733] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 1424.851615] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1426.451591] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1426.451597] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 1437.995145] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1439.599083] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1439.599089] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 1441.215039] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1442.814958] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 1442.814964] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
Eu estava usando o kernel versão 4.4 Eu tentei mudar para 4.5, mas o problema ainda não foi resolvido
uname -a
Linux PC 4.5.0-040500-generic #201603140130 SMP Mon Mar 14 05:32:22 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux