Skip to content

Instantly share code, notes, and snippets.

@asilbalaban
Created March 29, 2023 13:43
Show Gist options
  • Save asilbalaban/2baddecd4c03644184546a86172653f6 to your computer and use it in GitHub Desktop.
Save asilbalaban/2baddecd4c03644184546a86172653f6 to your computer and use it in GitHub Desktop.
Ubuntu Bluetooth Connectivity Issues Fixer
#!/bin/bash
systemctl stop bluetooth
hciconfig hci0 down
rmmod btusb
modprobe btusb
hciconfig hci0 up
systemctl start bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment