Airpods 2019 bluettooth pairing problem

10,037

Solution 1

Try adding ControllerMode = bredr to /etc/bluetooth/main.conf file. Restart bluetooth service using the following command sudo systemctl restart bluetooth. Then try repairing with airpods, this worked for me in 19.10.

Solution 2

I had the same problem. Changing ControllerMode doesn't work.

I Noticed that clicking airpod device to connect makes other devices unavailable to click and Bluetooth manager freezes.

Try to reload Bluetooth service then click connect again and airpods will appear as connected device.

sudo service bluetooth restart 

Connected airpods

Solution 3

The bluetooth GUI didn't work and ControllerMode did nothing for me. I couldn't get it to pair, I just 'connected' in bluetoothctl and it worked. I fixed it like this:

Start the bluetooth controller in terminal

bluetoothctl

Inside the bluetoothctl, list the devices that it detects

devices

Find your device. The number XX:XX:XX:XX:XX:XX is the name of your device to Ubuntu. Forget about the text "Airpods" or whatever, that just helps you find your number.

Trust your device

trust XX:XX:XX:XX:XX:XX

Then just connect it

connect XX:XX:XX:XX:XX:XX

I'm not sure if trusting did anything, but I know it was not trusted before because I ran info XX:XX:XX:XX:XX:XX and it told me. Not sure if I was already paired or not. Not sure if Airpods were in pairing mode when I connected. Connecting just worked. My ControllerMode is still the default. Type help in bluetoothctl to mess around with it. Ubuntu 20.04

Share:
10,037
Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin almost 2 years

    With ubuntu 19.10 I have been attempting to pair my Airpods with my laptop. There seems to be a problem with pairing and system is unable to add them as Bluetooth device. This happened after an upgrade from 19.04. Changing ControllerMode in /etc/bluetooth/main.conf seems to have no affect. Any help appreciated.

  • Tejas Lotlikar
    Tejas Lotlikar over 4 years
    I have answered a similar question askubuntu.com/a/1194503/890892
  • Rémy Hosseinkhan Boucher
    Rémy Hosseinkhan Boucher over 4 years
    it does not work for me
  • Karanjot Singh
    Karanjot Singh over 3 years
    This worked for me too! I am using Sony WF-XB700 on Ubuntu 20.04. I think this issue is not airpods specific but due to Bluetooth 5.0 or whatever tech TWS headphones use.
  • Sephethus
    Sephethus over 3 years
    Yeah this didn't fix the mic issue at all but oh well.
  • Sephethus
    Sephethus over 3 years
    Changing ControllerMode to bredr in 20.04 does not work.
  • rahduro
    rahduro over 3 years
    Did you restart bluetooth service after that, it works on my end.
  • littleguga
    littleguga over 3 years
    @Sephethus it worked for me. Check that you have only one uncommented line with ControllerMode = bredr, I had ControllerMode = dual uncommented
  • morhook
    morhook almost 3 years
    If you want to fix the mic @Sephethus , you can follow this guide askubuntu.com/a/1350854/170833 to install ofono and ofono-phonesim.
  • jamescampbell
    jamescampbell over 2 years
    airpod pro mac id was B8:81:FA:DD:55:DC for me.
  • jamescampbell
    jamescampbell over 2 years
    For Ubuntu 20.04 I had to use ControllerMode = bredr to get this to work in addition to trusting the device manually through bluetoothctl.