다양한 방법을 시도했는데 이제 Wi-Fi가 정말 엉망이 된 것 같아요. 다음은 도움이 될 수 있는 몇 가지 정보입니다.
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 출력에는 Wi-Fi가 rfkill(라인 5)에 의해 차단된 것으로 표시됩니다. 다시 켜려면 을 시도해 보세요 sudo rfkill unblock all
.