I'm trying to disable kernel module for my motherboard's bluetooth chip:
btintel
.
I've added a blacklist entry to /etc/modprobe.d/blacklist-btintel.conf
(I also tried blacklist.conf, this didn't make a difference):
blacklist btintel
I have also symlinked this file to /usr/lib/modprobe.d/
because of [this](https://bugzilla.redhat.com/show_bug.cgi?id=873220) possible issue.
Furthermore, I've edited /etc/sysconfig/grub
, to include the module in both rd.driver.blacklist
as well as modprobe.blacklist
:
$ grep 'GRUB_CMDLINE_LINUX' /etc/sysconfig/grub
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau,btintel modprobe.blacklist=nouveau,btintel nvidia-drm.modeset=1 resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet"
Afterwards, I've tried running both:
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
as well as
sudo dracut -fv
But after rebooting, I'm still presented with a loaded module:
$ lsmod | grep btintel
btintel 28672 1 btusb
bluetooth 626688 48 btrtl,btintel,btbcm,bnep,btusb,rfcomm
Anyone have a suggestion?
Asked by Daniel Sloof
(109 rep)
Dec 30, 2019, 06:14 PM
Last activity: May 23, 2025, 06:04 PM
Last activity: May 23, 2025, 06:04 PM