The BIOS of my mainboard does not give an option to deactivate the Bluetooth chip, which I would like to disable completely.
I tried to add the Kernel boot option rfkill.default_state=0
from the suggested list of additional Kernel parameters:
Code: Select all
rfkill.default_state=
0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
etc. communication is blocked by default.
1 Unblocked.
I was able to boot the machine without errors, but the bluetoothd
process was still running by default, so the mentioned boot parameter is probably not supported.
According to the documentation, FatDog uses the BlueZ stack. Related packages can be uninstalled in Gslapt. I think this should remove the Bluetooth drivers, but those could be re-installed.
Is there a way to permanently disable Bluetooth also at Kernel level to make it impossible to re-install drivers and re-start it?
Also, which system and service manager is FatDog using exactly in order to start / stop and enable / disable processes and to control which processes should be allowed at boot time?