Hello,
I've some troubles with Bluetooth module ng_ubt on FreeBSD 10.3 .
It is automatically loaded at boot, despite ng_ubt_load="NO" put in /boot/loader.conf. Even if I manually unload with kldunload ng_ubt it reloads itself back(?!), as shown by kldstat.
This module turns on bluetooth device which is an unwanted behavior, as it consumes additional power causing faster battery depletion and it may also be the cause of issues with resuming from suspend.
Is there some way how tell kernel to not load this module, ie. some blacklist of modules with quirks and prevent their loading ?
I've some troubles with Bluetooth module ng_ubt on FreeBSD 10.3 .
It is automatically loaded at boot, despite ng_ubt_load="NO" put in /boot/loader.conf. Even if I manually unload with kldunload ng_ubt it reloads itself back(?!), as shown by kldstat.
This module turns on bluetooth device which is an unwanted behavior, as it consumes additional power causing faster battery depletion and it may also be the cause of issues with resuming from suspend.
Is there some way how tell kernel to not load this module, ie. some blacklist of modules with quirks and prevent their loading ?