dylanaraps / eiwd

iwd without dbus
GNU Lesser General Public License v2.1
47 stars 3 forks source link

rfkill id 0 can't be matched to a wiphy #5

Open vaukai opened 4 years ago

vaukai commented 4 years ago

RFKILL makes trouble in eiwd-1.6.1 on Gentoo. The ebuild is available in the guru repository.

Connecting with a WPA2/PSK network works, also on reboot. But when pressing RFKILL (Fn+Print combo) the init.d service crashes. To get it working again I have to restart the init service "rc-service iwd restart". Crashes are reproducible - I have tried it several times.

The error messages from running in debug mode: rfkill id 0 can't be matched to a wiphy rfkill id 0 not found in a RFKILL_OP_CHANGE event

The full debug output is here. I am also attaching the full build log.

However on iwd-1.6 compiled from Gentoo's net-wireless/iwd rfkill works reliably.

Can you help? Or need more information?