wifi 无法使用,并显示各种错误消息

wifi 无法使用,并显示各种错误消息

我已经升级到 ubuntu 16,然后我的 wifi 出现了问题,因为它不工作,当它尝试启动设备时,会给我消息“设备未准备好”

$sudo ip link set wlo1 up
RTNETLINK answers: Operation not possible due to RF-kill

设备已被阻止,因此我解除阻止,然后我收到了一条不同的消息

$sudo rfkill unblock wifi 
sudo ip link set wlo1 up
RTNETLINK answers: Input/output error

我发现加载模块有问题rt2800pci以及输出消息包含该错误

    [ 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)

我使用的是内核版本 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

相关内容