Summary: | Failed to start Load/Save RF Kill Switch Status of rfkill3 | ||
---|---|---|---|
Product: | systemd | Reporter: | Michael Biebl <mbiebl> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Biebl
2014-09-10 19:20:29 UTC
If I mask the systemd-rfkill@.service, I'll get the following output after a reboot # rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no 3: hci0: Bluetooth Soft blocked: no Hard blocked: no Apparently it is the hci0 device, which is failing/goes away, as soon as systemd-rfkill operates on it. Digging a bit deeper, it seems, as soon as systemd-rfkill operates on rfkill0 (tpacpi_bluetooth_sw: Bluetooth) the rfkill3 device (hci0: Bluetooth) goes away. (In reply to comment #2) > Digging a bit deeper, it seems, as soon as systemd-rfkill operates on > rfkill0 (tpacpi_bluetooth_sw: Bluetooth) the rfkill3 device (hci0: > Bluetooth) goes away. # rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no <------ Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no 3: hci0: Bluetooth Soft blocked: no Hard blocked: no # /lib/systemd/systemd-rfkill load rfkill0 libudev: udev_device_new_from_syspath: device 0x7f5ecc47a2d0 has devpath '/devices/platform/thinkpad_acpi/rfkill/rfkill0' libudev: udev_device_read_db: device 0x7f5ecc47a2d0 filled with db file data # rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: yes <------ Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no Should be fixed in current git. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.