You are not logged in.

#1 2020-02-01 11:52:38

Kakashiy
Member
Registered: 2018-01-31
Posts: 13

IWD not connect to wlan after boot

Hi,

as mentioned in the subject iwd not connect to wlan after boot. I have to restart the service to get a working connection. I dont know why this happens.
I've read some related issues on reddit arch wiki etc. and they said it's caused by low entropy pool on bootup.
So I enabled "trust CPU rng" and I still got the issue. Since iwd is pretty new I have no idea where to search a solution.

> $ dmesg | grep crng
[    0.148135] random: crng done (trusting CPU's manufacturer) 

The first log is the log where iwd do not connect to wlan after boot

 
-- Logs begin at Mon 2019-07-01 15:30:15 CEST, end at Fri 2020-01-31 18:41:46 CET. --
Jan 31 18:41:29 ArchLinuxLaptop systemd[1]: Starting Wireless service...
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: Wireless daemon version 1.4
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/main.c:main() Using configuration directory /etc/iwd
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: Loaded configuration from /etc/iwd/main.conf
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/main.c:nl80211_appeared() Found nl80211 interface
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/module.c:iwd_modules_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/netdev.c:netdev_init() Opening route netlink socket
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: netconfig: Network configuration is disabled.
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/wsc.c:wsc_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap.c:__eap_method_enable()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-wsc.c:eap_wsc_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-md5.c:eap_md5_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-tls.c:eap_tls_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-ttls.c:eap_ttls_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-mschapv2.c:eap_mschapv2_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-sim.c:eap_sim_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-aka.c:eap_aka_prime_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-aka.c:eap_aka_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-peap.c:eap_peap_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-gtc.c:eap_gtc_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/eap-pwd.c:eap_pwd_init()
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: plugins/sim_hardcoded.c:sim_hardcoded_init() IWD_SIM_KEYS not set in env
Jan 31 18:41:30 ArchLinuxLaptop systemd[1]: Started Wireless service.
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/manager.c:manager_config_notify() Notification of command New Interface(7)
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:41:30 ArchLinuxLaptop iwd[438]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2

And this are the messages after I restarted iwd

Jan 31 18:44:20 ArchLinuxLaptop systemd[1]: Starting Wireless service...
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: Wireless daemon version 1.4
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/main.c:main() Using configuration directory /etc/iwd
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: Loaded configuration from /etc/iwd/main.conf
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
Jan 31 18:44:21 ArchLinuxLaptop systemd[1]: Started Wireless service.
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/main.c:nl80211_appeared() Found nl80211 interface
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/module.c:iwd_modules_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_init() Opening route netlink socket
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: netconfig: Network configuration is disabled.
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wsc.c:wsc_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap.c:__eap_method_enable()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-wsc.c:eap_wsc_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-md5.c:eap_md5_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-tls.c:eap_tls_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-ttls.c:eap_ttls_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-mschapv2.c:eap_mschapv2_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-sim.c:eap_sim_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-aka.c:eap_aka_prime_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-aka.c:eap_aka_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-peap.c:eap_peap_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-gtc.c:eap_gtc_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eap-pwd.c:eap_pwd_init()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: plugins/sim_hardcoded.c:sim_hardcoded_init() IWD_SIM_KEYS not set in env
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: Wiphy phy0 will only use the default interface
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_frequencies()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:parse_supported_bands()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_wiphy_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/wiphy.c:wiphy_update_from_genl()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_interface_dump_callback()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_get_interface_cb()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: Wiphy: 0, Name: phy0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]:         Permanent Address: 9c:b6:d0:8c:fa:6d
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]:         Bands: 2.4 GHz 5 GHz
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]:         Ciphers: CCMP TKIP BIP
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_use_default()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_create_from_genl() Created interface wlan0[2 1]
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_cqm_rssi_update()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_set_4addr() netdev: 2 use_4addr: 0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_initial_up_cb() Interface 2 initialized
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_enter_state() Old State: disconnected, new state: autoconnect_quick
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/manager.c:manager_config_notify() Notification of command Set Interface(6)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_notify() Scan notification Trigger Scan(33)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_request_triggered()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_notify() Scan notification New Scan Results(34)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:get_scan_callback() get_scan_callback
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_parse_bss_information_elements() Load: 82/255
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:get_scan_callback() get_scan_callback
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_parse_bss_information_elements() Load: 83/255
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:get_scan_callback() get_scan_callback
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_parse_bss_information_elements() Load: 2/255
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:get_scan_callback() get_scan_callback
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:scan_parse_bss_information_elements() Load: 9/255
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/scan.c:get_scan_done() get_scan_done
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Processing BSS 'f0:9f:c2:2e:46:5d' with SSID: Luke , I Am Your WiFi, freq: 5180, rank: 12785, strength: -3900
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Added new Network "Luke , I Am Your WiFi" security psk
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Processing BSS '90:5c:44:a2:40:aa' with SSID: UPCBEE63F3, freq: 5220, rank: 6427, strength: -6100
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Added new Network "UPCBEE63F3" security psk
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Processing BSS 'f0:9f:c2:2d:46:5d' with SSID: Luke , I Am Your WiFi, freq: 2462, rank: 4231, strength: -5200
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Processing BSS '90:5c:44:a2:40:ba' with SSID: UPCBEE63F3, freq: 2437, rank: 1925, strength: -7400
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Processing BSS '5c:dc:96:3b:18:41' with SSID: WLAN-338600, freq: 2412, rank: 1691, strength: -7700
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_add_seen_bss() Added new Network "WLAN-338600" security psk
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_autoconnect_next() Considering autoconnecting to BSS 'f0:9f:c2:2e:46:5d' with SSID: Luke , I Am Your WiFi, freq: 5180, rank: 12785, strength: -3900
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_enter_state() Old State: autoconnect_quick, new state: connecting
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_mlme_notify() MLME notification New Station(19)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_netdev_event() Associating
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_mlme_notify() MLME notification Authenticate(37)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_authenticate_event()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_unicast_notify() Unicast notification 129
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_control_port_frame_event()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_mlme_notify() MLME notification Associate(38)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_associate_event()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_mlme_notify() MLME notification Connect(46)
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_connect_event()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eapol.c:eapol_handle_ptk_1_of_4() ifindex=2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_control_port_frame_cb() 0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_unicast_notify() Unicast notification 129
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_control_port_frame_event()
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/eapol.c:eapol_handle_ptk_3_of_4() ifindex=2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_set_gtk() 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_handshake_event() Setting keys
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_set_tk() 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_set_rekey_offload() 2
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_control_port_frame_cb() 0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: hardware_rekey not supported
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_connect_cb() 2, result: 0
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/station.c:station_enter_state() Old State: connecting, new state: connected
Jan 31 18:44:21 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2
Jan 31 18:44:22 ArchLinuxLaptop iwd[1429]: src/netdev.c:netdev_mlme_notify() MLME notification Notify CQM(64)

I cant find anything helpful in the log but maybe I overlook something

Thanks.

Offline

#2 2020-02-01 14:03:51

CarbonChauvinist
Member
Registered: 2012-06-16
Posts: 413
Website

Re: IWD not connect to wlan after boot

Post following outputs:

$ cat /etc/iwd/main.conf
$ systemctl list-unit-files --state enabled
$ systemctl cat iwd
$ systemd-delta
$ lscpi -nnv | grep -i wireless

A full journal is also helpful

journalctl -b

(use a paste service if needed)


"the wind-blown way, wanna win? don't play"

Offline

Board footer

Powered by FluxBB