Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lorens247/46ab6d65912976f55bac79c9ba01cafa to your computer and use it in GitHub Desktop.
Save lorens247/46ab6d65912976f55bac79c9ba01cafa to your computer and use it in GitHub Desktop.
Ubuntu 24.04 Bluetooth Issues (Not Connecting To Bluetooth Device)
### Hard Refresh
## End Service (If it is running)
sudo systemctl stop bluetooth.service
## Removes Hardware Emulation
sudo systemctl unmask bluetooth.service
## Start Service
sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth
## Re-Enable Hardware Emulation
sudo systemctl mask bluetooth.service
sudo rmmod btusb
sudo modprobe btusb
## Unblock from rfkill
rfkill unblock all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment