[Kernel/Drive] 无线网用不了
Tofloor
poster avatar
quietboy1996
deepin
2021-06-07 01:35
Author

无线网卡每次开机都是禁用状态,启用了不行,只有图标。系统是20.2.1,内核是5.10.29,网卡型号是wireless3160,驱动是iwlwifi。求助大佬。

Reply Favorite View the author
All Replies
lcw0268
deepin
2021-06-07 02:30
#1
It has been deleted!
fira
deepin
2021-06-07 18:19
#2

有图标就证明iwlwifi模块加载了。。。

在终端中输入

sudo dmesg | grep iwlwifi

看看日志中有没有报错。

Reply View the author
哎呦喂
deepin
2025-08-01 21:43
#3
It has been deleted!
哎呦喂
deepin
2025-08-01 21:44
#4
fira

有图标就证明iwlwifi模块加载了。。。

在终端中输入

sudo dmesg | grep iwlwifi

看看日志中有没有报错。

$ sudo dmesg |grep iwlwifi
[ 8.869813] iwlwifi 0000:02:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
[ 8.869834] iwlwifi 0000:02:00.0: PCI dev 08b3/8470, rev=0x164, rfid=0xd55555d5
[ 8.869841] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3160
[ 8.874767] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-3160-17.ucode (-2)
[ 8.895012] iwlwifi 0000:02:00.0: loaded firmware version 17.bfb58538.0 3160-17.ucode op_mode iwlmvm
[ 9.216657] iwlwifi 0000:02:00.0: base HW address: 34🇩🇪1a:5d:b5:d3, OTP minor version: 0x0
[ 9.322818] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 1887.358992] (NULL device *): firmware: failed to load iwlwifi-3160-17.ucode (-2)
[ 1889.944246] iwlwifi 0000:02:00.0: reporting RF_KILL (radio disabled)
[ 1889.944310] iwlwifi 0000:02:00.0: RF_KILL bit toggled to disable radio.
[ 1890.417448] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
[ 1890.417452] iwlwifi 0000:02:00.0: reporting RF_KILL (radio enabled)
报以上错误是神马原因?该如何处理呢

Reply View the author