Skip to content

Instantly share code, notes, and snippets.

@tong-odoo
Created January 19, 2023 08:11
Show Gist options
  • Save tong-odoo/5378d1f1e0adb0c4e0e439c430c9a37f to your computer and use it in GitHub Desktop.
Save tong-odoo/5378d1f1e0adb0c4e0e439c430c9a37f to your computer and use it in GitHub Desktop.
Fixing Mint Airpod Low Volumn Issue
# Description: The issue is missing profile for codec mSBC
sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo apt update
sudo apt install pipewire libspa-0.2-bluetooth pipewire-audio-client-libraries
systemctl --user daemon-reload
systemctl --user --now disable pulseaudio.service pulseaudio.socket
systemctl --user mask pulseaudio
systemctl --user --now enable pipewire-media-session.service
systemctl --user restart pipewire
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment