this post was submitted on 06 Oct 2023
14 points (93.8% liked)

Arch Linux

7605 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hey,

After an update just now (was about 20 days since the previous update) the speaker volume has been drastically reduced on my laptop. Although I do not know they make sense when running pipewire-pulse, I tried the steps described in https://wiki.archlinux.org/title/Advanced_Linux_Sound_Architecture/Troubleshooting, except the softvol preamp thing.

I did not find any obviously sound related packages in this last update. My kernel did update to 6.5.5 (from 6.5.3).

Anyone else experiencing volume issues? Or any hints maybe on where or what to look for?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago (2 children)

No issues on my end, but you might want to use something like alsamixer to check whether your hardware volume is normal or not.

[–] [email protected] 1 points 11 months ago (1 children)

Yes, alsamixer (as does my main volume control app pavucontrol) does show volume as maxed out. It seems there's something after that that messes with the volume. :(

[–] [email protected] 1 points 11 months ago

By default, alsamixer just shows Pipewire's volume controls. Did you press F6 to switch to your actual audio hardware?

Also, check the volume levels on the individual audio streams. Maybe they got lowered. If all else fails, shutdown pipewire with sudo systemctl stop pipewire.socket and delete ~/.local/state/wireplumber to reset everything.