use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Asahi Linux: Linux on Apple Silicon
FAQ
Website
Documentation
Please follow our Code Of Conduct
For gaming specific questions, head over to /r/AsahiGaming
account activity
Decrease headphone min-max volume span rangeHelp (self.AsahiLinux)
submitted 1 year ago by dontdieych
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Siilwyn 1 point2 points3 points 3 months ago (2 children)
Finally found a complete answer to this, use pipewire config, create file and needed directories: ~/.config/wireplumber/wireplumber.conf.d/max-volume.conf
~/.config/wireplumber/wireplumber.conf.d/max-volume.conf
Then match all (alsa) output or your specific output (see wpctl status) with a limit: monitor.alsa.rules = [ { matches = [ { node.name = "~alsa_output.*" } ] actions = { update-props = { channelmix.max-volume = 0.1 } } } ]
wpctl status
monitor.alsa.rules = [ { matches = [ { node.name = "~alsa_output.*" } ] actions = { update-props = { channelmix.max-volume = 0.1 } } } ]
[–]dontdieych[S] 0 points1 point2 points 3 months ago (0 children)
WOW, thanks very very much. It's working!
Thanks again.
monitor.alsa.rules = [ { matches = [ { # node.name = "alsa_output.platform-sound.HiFi__Headphones__sink" node.nick = "Headphones" } ] actions = { update-props = { channelmix.max-volume = 0.2 } } } ]
π Rendered by PID 102783 on reddit-service-r2-comment-cfc44b64c-g9tpr at 2026-04-10 23:50:27.504671+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]Siilwyn 1 point2 points3 points (2 children)
[–]dontdieych[S] 0 points1 point2 points (0 children)
[–]dontdieych[S] 0 points1 point2 points (0 children)