Last active
June 11, 2024 07:39
-
-
Save andrealmar/f509bf56fea4af285f34ab3c12a58ce9 to your computer and use it in GitHub Desktop.
This file contains 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 characters
In order to work the Bose QC35 Headset Bluetooth do the following: | |
- sudo pacman -Syu pulseaudio-alsa pulseaudio-bluetooth bluez bluez-libs bluez-utils | |
- turn off bluetooth from your computer | |
- sudo btmgmt ssp of | |
- gpasswd -a YOUR_USER lp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works. To get the microphone working, I had to also replace
with
in
/etc/pulse/default.pa
.