Some computer like Geekom IT12 with modern Linux like Mint 22 (wilma) or Ubuntu 24 (noble) based on Linux kernel 6.8 fail to start the Bluetooth adapter. This is how to resolve this initialization error.
To resolve this:
- Install the
gitanddkmsappliations:sudo apt install git dkms
gitis the well-known version-control software.dkmsis a kernel updating kit created by Dell. - Install jeremyb31's bluetooth driver:
git clone https://github.com/jeremyb31/bluetooth-6.8.git
Thank you, Jeremy! - Use
dkmsto add the new bluetooth driver for your Linux kernel to your kernel build-tree:sudo dkms add ./bluetooth-6.8 - Use
dkmsto install the bluetooth 4.2 driver into your kernel:sudo dkms install btusb/4.2 - Reboot
Source
Linux Mint Forums: [SOLVED](twice) Bluetooth adapter present, but doesn't work11 / 2024
