Hi all,
I have ordered and received my new Slimbook EVO 14 - AMD Ryzen 7 8845HS.
Nice machine, the most expensive I have bought in my life :).
I wanted to have, as previous used, a Linux Mint installation on it, so I installed the OS.
After installation, all good, but the bluetooth did not work!
So, for who have this problem, I found on Linux Mint forums the solution on https://forums.linuxmint.com/viewtopic.php?t=423178.
I have to mention that last post solved the issue. There is mentioned btusb/4.1, but on my machine found btusb/4.2.
--------
sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-6.8.git
sudo dkms add ./bluetooth-6.8
dkms status
sudo dkms build btusb/4.2
sudo dkms install btusb/4.2
dkms status
reboot
--------------------------------