Fix AirPods not Working on Ubuntu
에어팟 프로를 샀다!!!! but, 연결이 안되어서 헤메다가 찾은 해결책 공유
1. Change the /etc/bluetooth/main.conf
file
/etc/bluetooth/main.conf
file
1-1. Open a shell and type the following command
sudo vi /etc/bluetooth/main.conf
main.conf
1-2. Move to the last line and append the following in it
ControllerMode = bredr
2. Restart the Bluetooth
sudo /etc/init.d/bluetooth restart
3. DONE

+
Available commands
turning on Bluetooth
sudo /etc/init.d/bluetooth start
or
systemctl start bluetooth
for turning off Bluetooth
sudo /etc/init.d/bluetooth stop
or
systemctl stop bluetooth
for restarting Bluetooth
sudo /etc/init.d/bluetooth restart
or
systemctl restart bluetooth
Last updated
Was this helpful?