Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Last active April 15, 2019 08:45
Show Gist options
  • Save boo1ean/e61706f10d0d4b3a4320299260815807 to your computer and use it in GitHub Desktop.
Save boo1ean/e61706f10d0d4b3a4320299260815807 to your computer and use it in GitHub Desktop.
bluetooth-headphones-on-linux
yay -S pulseaudio-bluetooth bluez-utils
sudo vim /etc/bluetooth/main.conf 

ControllerMode = bredr
AutoEnable=true
sudo vim /etc/pulse/system.pa

module-bluetooth-policy
module-bluez5-device
module-bluez5-discover
sudo vim /etc/udev/rules.d/50-bluetooth-hci-auto-poweron.rules

ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"

reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment