Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 1.01 KB

Fix_AirPods_not_Working_on_Ubuntu.md

File metadata and controls

99 lines (59 loc) · 1.01 KB

Fix AirPods not Working on Ubuntu

에어팟 프로를 샀다!!!! but, 연결이 안되어서 헤메다가 찾은 해결책 공유



1. Change the /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

image-20200705165824130




+

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