Fix AirPods not Working on Ubuntu
1. Change the /etc/bluetooth/main.conf file
/etc/bluetooth/main.conf file1-1. Open a shell and type the following command
sudo vi /etc/bluetooth/main.conf1-2. Move to the last line and append the following in it
ControllerMode = bredr2. Restart the Bluetooth
sudo /etc/init.d/bluetooth restart3. DONE
Available commands
turning on Bluetooth
for turning off Bluetooth
for restarting Bluetooth
Last updated