I am using Fedora 40 on an MSI Modern C7M, and it is showing “no Bluetooth adapter found.” Please assist me in fixing this issue as I am unable to connect any Bluetooth devices.
First things first you should check if the service is even working:
`
systemctl status bluetooth
`
If it isn't you can simply enable it with
`
sudo systemctl start bluetooth
sudo systemctl enable bluetooth
`