我嘗試了很多不同的方法,我想現在我的無線網路真的搞砸了。以下是一些可能有幫助的資訊。
dmesg | grep iwlwifi
[ 13.148519] iwlwifi 0000:07:00.0: Direct firmware load for iwlwifi-3160-17.ucode failed with error -2
[ 13.514569] iwlwifi 0000:07:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[ 14.180253] iwlwifi 0000:07:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
[ 14.180590] iwlwifi 0000:07:00.0: L1 Enabled - LTR Enabled
[ 14.181088] iwlwifi 0000:07:00.0: RF_KILL bit toggled to disable radio.
[ 14.181114] iwlwifi 0000:07:00.0: L1 Enabled - LTR Enabled
[ 19.180492] iwlwifi 0000:07:00.0: Failed to load firmware chunk!
[ 19.180497] iwlwifi 0000:07:00.0: Could not load the [0] uCode section
[ 19.180505] iwlwifi 0000:07:00.0: Failed to start INIT ucode: -110
[ 19.180931] iwlwifi 0000:07:00.0: Failed to run INIT ucode: -110
[ 19.181008] iwlwifi 0000:07:00.0: L1 Enabled - LTR Enabled
請幫忙。
答案1
您的 dmesg 輸出顯示您的 wifi 被 rfkill 封鎖(第 5 行)。要重新打開它,請嘗試sudo rfkill unblock all
.