prevent bluetooth from loading (manjaro, no wifi/bt card installed) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: prevent bluetooth from loading (manjaro, no wifi/bt card installed) (/showthread.php?tid=16115) |
prevent bluetooth from loading (manjaro, no wifi/bt card installed) - flounder - 02-17-2022 Running Manjaro (new install this week, manjaro build for rockpro64, v21.12). I do *not* have the wifi/bt card installed I'm attempting to triage a different failure, but bluetooth messages are all over dmesg. Since i don't plan on using BT at all, i'd just like to prevent whoever is writing that from loading: Code: $ dmesg Code: $ lsmod | grep -i hci Code: $ journalctl -u bluetooth.service what's the RIGHT way to disable this in manjaro? Looks like there are several obvious modules I could blacklist, and the `systemd` service. I'm new to Manjaro, looking for the "standard" / maintainable / stable over rolling upgrade way. It also seems confusing to me that the `bluetooth` service isn't failing, or at least immediately exiting, given there is no HW present. Thanks! One of the reasons I'm asking how to do this correctly, rather than just blacklist (presumably would prevent these ringlog messages) or disable with systemctl, is that I'd like to understand the modules are loaded in the first place. I'm no linux expert, but have been daily driving for some time. My limited understanding would expect that (for the bluetooth/bt* modules to be loaded, they would have to be ONE of
Are there other ways that those modules would get loaded automatically at boot? |