Skip to content

Instantly share code, notes, and snippets.

@besrabasant
Created June 15, 2022 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save besrabasant/7610425cb888796cb30108d5c2da1e52 to your computer and use it in GitHub Desktop.
Save besrabasant/7610425cb888796cb30108d5c2da1e52 to your computer and use it in GitHub Desktop.
Bluetooth Volume too low (only in Arch Linux / Manjaro)

https://unix.stackexchange.com/questions/437468/bluetooth-headset-volume-too-low-only-in-arch

VMG's answer is subtly wrong; it will technically work, but it will disable all other plugins than a2dp, meaning bluetooth keyboards/mice/gamepads/etc will stop working, when the only plugin causing issues seems to be one called avrcp.

Edit

/lib/systemd/system/bluetooth.service

and change

ExecStart=/usr/lib/bluetooth/bluetoothd

to

ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=avrcp

and run

sudo systemctl daemon-reload
sudo systemctl restart bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment