Created
January 19, 2023 08:11
-
-
Save tong-odoo/5378d1f1e0adb0c4e0e439c430c9a37f to your computer and use it in GitHub Desktop.
Fixing Mint Airpod Low Volumn Issue
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 characters
# 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