Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 703 Bytes

audio.md

File metadata and controls

28 lines (19 loc) · 703 Bytes

Audio

Troubleshooting

Device volume level is not restored after restarting when a greeter is installed

When using a greeter like greetd, the PipeWire#Low_volume workaround doesn't work. The alsa-restore.service restores the settings for the first logged-in user.

This is why I included a copy/paste service to fix it, following these steps:

alsamixer
alsactl -f ~/.config/asound.state store
systemctl --user enable --now alsa-restore.service

References