Revisions
-
aidos-dev revised this gist
Jan 20, 2024 . No changes.There are no files selected for viewing
-
aidos-dev revised this gist
Jan 20, 2024 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # How to connect Apple AirPods to Linux (Debian/Ubuntu/Mint) #### Step 1. Open your terminal. @@ -16,7 +16,7 @@ The terminal will ask you to input your password. Please type it :) After that a file with configurations will be opened in a terminal window. Find the next line: ``` #ControllerMode = dual @@ -34,7 +34,7 @@ ControllerMode = bredr To save changes and exit nano editor do the following: 1. On your keyboard press: ``` Ctrl + x @@ -80,4 +80,3 @@ The next actions should be performed exactly as described: #### Step 8. Finaly, after all these steps you should find your AirPods on Bluetooth settings section and connect it ;) -
aidos-dev revised this gist
Oct 27, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Find the next line: Change "dual" to "bredr". The final code must be: ``` ControllerMode = bredr ``` #### Step 4. -
aidos-dev revised this gist
Mar 13, 2023 . 1 changed file with 83 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,83 @@ # How to connect Apple AirPods to Linux (Ubuntu/Mint) #### Step 1. Open your terminal. In the root directory run the command: ``` sudo nano /etc/bluetooth/main.conf ``` The terminal will ask you to input your password. Please type it :) #### Step 2. After that a file with configurations will be opened in a terminal window. Find the next line: ``` #ControllerMode = dual ``` #### Step 3. Change "dual" to "bredr". The final code must be: ``` #ControllerMode = bredr ``` #### Step 4. To save changes and exit nano editor do the following: 1. On your keyboard press: ``` Ctrl + x ``` 2. On the bottom of nano editor you will see a qustion: > "Save modified buffer?" 3. Press on your keyboard: y 4. Press on your keyboard: Enter After these steps you will come back to regular terminal window on the same directory as before. #### Step 5. Run the next command in a terminal: ``` sudo /etc/init.d/bluetooth restart ``` After that you will see the message: > "Restarting bluetooth (via systemctl): bluetooth.service." #### Step 6. Go to your computer settings and enable Bluetooth so it starts to look for bluetooth connections #### Step 7. The next actions should be performed exactly as described: 1. Put your airpods (both) inside the case 2. Keep the cover opened 3. With cover opened and airpods inside the case press and hold the button on the back of the airpods case. 4. Hold the button until you see the light blinking on the front side of the case, it can also make a sound signaling that it is in pairing mode #### Step 8. Finaly, after all these steps you should find your AirPods on Bluetooth settings section and connect it ;) -
aidos-dev created this gist
Mar 13, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # How to connect Apple AirPods to Linux (Ubuntu/Mint)