wifi 不适用于各种错误消息

mol*_*lhm 7 wireless networking drivers loop-device

我已升级到 ubuntu 16 ,然后我遇到了 wifi 问题,因为它无法正常工作,并在尝试进行开发时给我消息“设备未准备好”

$sudo ip link set wlo1 up
RTNETLINK answers: Operation not possible due to RF-kill
Run Code Online (Sandbox Code Playgroud)

设备被阻止,所以我取消阻止它,然后我收到一条不同的消息

$sudo rfkill unblock wifi 
sudo ip link set wlo1 up
RTNETLINK answers: Input/output error
Run Code Online (Sandbox Code Playgroud)

我发现加载模块rt2800pci有问题,dmesg的输出包含该错误

    [ 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)
Run Code Online (Sandbox Code Playgroud)

我使用的是内核版本 4.4 我试图将其更改为 4.5 但问题仍未解决

 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
Run Code Online (Sandbox Code Playgroud)