Fix the Bluetooth couldn't turn on problem on Ubuntu 22.04LTS
I used a newly installed Ubuntu 22.04LTS OS, and I couldn't turn on the Bluetooth.
I tried the following commands and was able to turn on the Bluetooth:
sudo apt update && sudo apt upgrade
sudo systemctl start bluetooth
rfkill unblock bluetooth
ps: r...
blog.yangzheng.ca1 min read