There are now 4 different bug reports for this same issue.

Someone prepared a merge request at:

https://salsa.debian.org/alsa-team/alsa-utils/-/merge_requests/6

Until this is fixed in the package, one can do this change manually

--- a/usr/lib/udev/rules.d/90-alsa-restore.rules
+++ b/usr/lib/udev/rules.d/90-alsa-restore.rules
@@ -23,7 +23,7 @@
 IMPORT{program}="/usr/bin/cat /run/udev/alsa-hda-analog-card"
ENV{ALSA_CARD_HDA_ANALOG}!="", ENV{ALSA_CARD_NUMBER}="$env{ALSA_CARD_HDA_ANALOG}"

-LABEL="alsa_restore_go"
+LABEL="alsa_restore_std"
TEST!="/etc/alsa/state-daemon.conf", TEST=="/usr/sbin/alsactl", RUN+="/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore $env{ALSA_CARD_NUMBER}" TEST=="/etc/alsa/state-daemon.conf", TEST=="/usr/sbin/alsactl", RUN+="/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime nrestore $env{ALSA_CARD_NUMBER}"



Then invoke:

systemctl restart systemd-udevd

Reply via email to