Skip to content

Instantly share code, notes, and snippets.

@rocktimsaikia
Forked from aidos-dev/README.md
Last active November 29, 2023 09:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rocktimsaikia/685b99570c3984c5648b279a43507af5 to your computer and use it in GitHub Desktop.
Save rocktimsaikia/685b99570c3984c5648b279a43507af5 to your computer and use it in GitHub Desktop.
Connect Apple AirPods to Linux (Ubuntu)

Connect Apple AirPods to Linux (Ubuntu)

# 1. Open the below file with vim
sudo vim /etc/bluetooth/main.conf

# 2. Change the value of this field to bredr
ControllerMode = bredr

# 3. Save and Exit from Vim.

# 4. Restart the bluetooth service
sudo /etc/init.d/bluetooth restart

# 5.
a. Put your airpods (both) inside the case and keep the cover opened.
b. Press and hold the button on the back of the airpods case until you see the light blinking on the front side of the case, and hear a sound signaling that it is in pairing mode.
c. Finally find your Airpods in the available bluetooths section and CONNECT 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment