xaol wrote: Tue Mar 05, 2024 12:35 pm
with systemd you could check one or both of the following
Code: Select all
sudo systemctl status '*alsa*'
sudo journalctl -b | grep -i alsa
Good afternoon, I adjusted alsa. performed sudo alsactl store and rebooted.
The changes didn't get saved, or at least not used on reboot.
Here the info of the systemD comands from above:
Code: Select all
sudo systemctl status '*alsa*'
[sudo] Passwort für Dana:
● alsa-restore.service - Save/Restore Sound Card State
Loaded: loaded (/lib/systemd/system/alsa-restore.ser>
Active: active (exited) since Sun 2024-03-10 16:47:4>
Docs: man:alsactl(1)
Process: 873 ExecStart=/usr/sbin/alsactl -E HOME=/run>
Main PID: 873 (code=exited, status=0/SUCCESS)
CPU: 6ms
Mär 10 16:47:47 mxDana systemd[1]: Starting alsa-restore.>
Mär 10 16:47:47 mxDana systemd[1]: Finished alsa-restore.>
lines 1-10/10 (END)
Dana@mxDana:~
$ sudo journalctl -b | grep -i alsa
Mär 10 16:47:47 mxDana systemd[1]: alsa-state.service - Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Mär 10 16:47:47 mxDana systemd[1]: Starting alsa-restore.service - Save/Restore Sound Card State...
Mär 10 16:47:47 mxDana systemd[1]: Finished alsa-restore.service - Save/Restore Sound Card State.
Mär 10 16:48:38 mxDana sudo[2386]: Dana : TTY=pts/1 ; PWD=/home/Dana ; USER=root ; COMMAND=/usr/bin/systemctl status *alsa*
Mär 10 16:49:58 mxDana sudo[2736]: Dana : TTY=pts/2 ; PWD=/home/Dana ; USER=root ; COMMAND=/usr/bin/systemctl status *alsa*
Action I do have to perform in alsamixer to hear sound:
1. Select Soundcard default:0 sof-essx.....
2. headphone from 0 to 100 if still muted or not doesn't matter, it works.
that's all that is needed.