Имел ввиду, что при включении, в некоторых случаях, индикатор включен сам по себе. При нажатии на Fn+F12 он не отключается. Справедливо и обратное.
Выгрузка/подгрузка модуля ситуацию не меняет.
rfkill list:
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
root@localhost:/home/deon# rfkill list ; rfkill unblock all ; rfkill list ; hcitool scan
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
5: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
5: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Device is not available: No such device
root@localhost:/home/deon#
man hcitool
-i <hciX>
The command is applied to device hciX , which must be the name of an installed Bluetooth device. If not specified, the
command will be sent to the first available Bluetooth device.
block index|type
Disable the device corresponding to the given index. type is one of "all", "wifi", "wlan", "bluetooth", "uwb", "ultraw‐
ideband", "wimax", "wwan", "gps" or "fm".
unblock index|type
Enable the device corresponding to the given index. If the device is hard-blocked, e.g. via a hardware switch, it will
remain unavailable though it is now soft-unblocked.