Hello Ubuntu community! A newbie Ubuntu user here, and this is officially my first post in StackExchange.
As the title mentioned, Bluetooth is not working and through Settings, I cannot enable it. It seems that Ubuntu could not detect the Bluetooth driver.
Solutions which I have tried:
Reinstalling Bluez and restarting + a complete shutdown (pulling out the power cord, waiting for a few seconds before inserting back in and firing up my HP Pavilion 15-n200 laptop)
Tried
sudo rmmod btusb
+sudo modprobe btusb
+ checking status of Bluetooth withsystemctl
. Seems to be activated, but again, I cannot switch on my Bluetooth through the SettingsTried
rfkill unblock bluetooth
, without any luck
I've read that there might be an issue linked with Python 3.7.
Source: Ubuntu 20.04 bluetooth not working
I have already confirmed my Python is currently on 3.8:
Read that there's a bug related to pulseaudio in Ubuntu 20.04, where old config values have not been cleared and it is not routing to the correct device.
It was mentioned that the solution is to delete the old config and restart pulseaudio, which I did, and rebooted my laptop, but still no luck in getting the built-in Bluetooth to work...
Source: Ubuntu 20.04 no sound out of Bluetooth headphones
Please let me know if I have violated any of the rules in StackExchange, or there is any lack of information on my side. Thank you very much for the existence of this helpful community + for this fantastic tool for us newbie to reach out to the community of same interest.
systemctl
is showing the same as yours but bluetooth still isnt working. – alpastor Sep 26 '23 at 04:43