내 Archlinux 설치의 마지막 업데이트 후에 Wi-Fi가 더 이상 작동하지 않습니다. 업데이트된 패키지와 패키지를 확인합니다.세계 여성의 날업데이트되었습니다.
Wi-Fi를 사용하여 모뎀에 연결하려고 하면 iwctl
비밀번호를 입력한 후 "작업 실패" 메시지가 나타납니다.
NetworkManager.service가 중지되고 비활성화되었는지 확인합니다.
을 실행하면 ip addr
wlan0 인터페이스에 IP 주소가 없는 것을 볼 수 있습니다.
다음은 내가 사용한 데몬 상태와 명령입니다.
systemctl status wpa_supplicant.service
활성 표시
systemctl status dhcpcd.service
긍정적인
systemctl status iwd.service
ACTIVE, 일부 오류 메시지가 있습니다
systemctl status dhcpcd@wlan0
실패
실행하면 sudo systemctl start dhcpcd@wlan0
다음 오류 메시지가 나타납니다.
Job for [email protected] failed because the service did not take the steps required by its unit configuration. See "systemctl status [email protected]" and "journalctl -xeu [email protected]" for details.
다음에는 무엇을 확인해야 하며, 실패 이유는 무엇입니까 dhcpcd@wlan0
?
편집하다:
출력은 다음과 같습니다 systemctl status iwd.service
.
● iwd.service - Wireless service
Loaded: loaded (/usr/lib/systemd/system/iwd.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2022-02-10 22:34:21 CET; 5min ago
Main PID: 336 (iwd)
Tasks: 1 (limit: 6926)
Memory: 2.6M
CPU: 200ms
CGroup: /system.slice/iwd.service
└─336 /usr/lib/iwd/iwd
Feb 10 22:34:21 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:22 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:22 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:22 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:22 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:22 archlinux iwd[336]: Could not register frame watch type 00d0: -95
Feb 10 22:34:23 archlinux iwd[336]: CMD_SET_CQM failed: Operation not supported
Feb 10 22:34:28 archlinux iwd[336]: 4-Way handshake failed for ifindex: 3, reason: 15
Feb 10 22:35:42 archlinux iwd[336]: CMD_SET_CQM failed: Operation not supported
Feb 10 22:35:47 archlinux iwd[336]: 4-Way handshake failed for ifindex: 3, reason: 15
편집 2:
이것과도 관련이 있을 수 있습니다. 런타임 시 pacman -Syu
여러 유형 경고가 표시됩니다 Possibly missing firmware for module:
. 그러나 b43
노트북 무선 카드에 사용되는 Broadcom 펌웨어는 여기에 포함되지 않습니다. 제 생각에는. 이러한 경고를 다시 표시하는 방법을 모르겠습니다.