this is the result of alsactl init:
alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HD-Audio Generic at 0xfc400000 irq 95)
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Found hardware: "HDA-Intel" "Realtek ALC1220" "HDA:10ec1220,1458a0c3,00100101" "0x1458" "0xa0c3"
Hardware is initialized using a generic method
alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA NVidia at 0xfc080000 irq 93)
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
Found hardware: "HDA-Intel" "Nvidia GPU 83 HDMI/DP" "HDA:10de0083,14623362,00100100" "0x1462" "0x3362"
Hardware is initialized using a generic method
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:2 use case configuration -2
Found hardware: "USB-Audio" "USB Mixer" "USB046d:0893" "" ""
Hardware is initialized using a generic method
It didn’t change anything unfortunately.
@darkcity : I tried that already but somehow it also does not work. I created a .desktop file inside of ~/.config/autostart with the following content:
[Desktop Entry]
Type=Application
Exec=sleep 10 && alsactl --file /home/chris/.config/asound.state restore
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[de_DE]=Manuelles Wiederherstellen der ALSA-Einstellungen
Name=Manual Alsa Settings Restore
Comment[de_DE]=
Comment=
It’s weird because when I run the command in terminal it just works fine. My ImWheel.desktop file looks the same, is in the same directory has the same access rights and works. Has somebody a clue what’s wrong with the .desktop file?