- Edited
Hi, My KaOS install fails to connect to my WiFi. It sees it, and requests a password, but then issues a "No Secrets Were Provided" error.
Hopefully the following will help:
trevor ~ sudo systemctl restart iwd
Password:
trevor ~ sudo systemctl status iwd
● iwd.service - Wireless service
Loaded: loaded (/usr/lib/systemd/system/iwd.service; disabled; preset: enabled)
Active: active (running) since Wed 2023-05-24 15:12:20 AEST; 32s ago
Docs: man:iwd(8)
man:iwd.config(5)
man:iwd.network(5)
man:iwd.ap(5)
Main PID: 1412 (iwd)
Tasks: 1 (limit: 19003)
Memory: 444.0K
CGroup: /system.slice/iwd.service
└─1412 /usr/lib/iwd/iwd
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: 54.0 Mbps
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: HT Capabilities:
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: HT40
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: Short GI for 20Mhz
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: Short GI for 40Mhz
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: HT RX MCS indexes:
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: 0-15
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: Ciphers: CCMP-256 GCMP-256 GCMP-128 CCMP-128
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: TKIP
May 24 15:12:20 trevor-inspiron7720 iwd[1412]: Supported iftypes: ad-hoc station ap
trevor ~ sudo dmesg | grep iwlwifi
[ 15.247022] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 16.205298] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 2030-6.ucode op_mode iwldvm
[ 17.510723] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 17.510731] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 17.510734] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 17.510737] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
[ 31.610919] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
[ 31.879272] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
[ 32.569917] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
[ 32.840285] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
[ 573.390483] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
[ 573.666315] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
trevor ~
Thanks in advance.