Wi-Fiは機能しなくなり、dhcpcd@wlan0を起動できません。

Wi-Fiは機能しなくなり、dhcpcd@wlan0を起動できません。

私のArchlinuxインストールの最後のアップデートの後、Wi-Fiは機能しなくなりました。更新されたパッケージとパッケージを確認してください。世界の女性の日更新されました。

Wi-Fiを使用してモデムに接続しようとすると、iwctlパスワードを入力した後に「操作に失敗しました」というメッセージが表示されます。

NetworkManager.serviceが停止して無効になっていることを確認してください。

を実行すると、ip addrwlan0インターフェイスにIPアドレスがないことがわかります。

以下は、私が使用したデーモンの状態とコマンドです。

systemctl status wpa_supplicant.serviceアクティブ表示

systemctl status dhcpcd.serviceポジティブ

systemctl status iwd.serviceACTIVE、いくつかのエラーメッセージがあります

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ファームウェアはここに含まれていません。私の考えでは。これらの警告を再表示する方法がわかりません。

ベストアンサー1

おすすめ記事