I installed 11.1 soon after it was released last year. Initially sound didn’t work. I followed the SDB:AudioTroubleshooting - openSUSE page and added the line
options snd-hda-intel model=dell-3stack
to my /etc/modprobe.d/sound file, and boom, worked like a charm.
Everything was fine until I upgraded to the 2.6.27.29-0.1-default kernel. Now, it’s the weirdest thing. There’s no sound until I restart alsa. As soon as I do that, everything seems to work, however, the volume slowly fades out over a period of 30-35 seconds, then nothing. No matter what I try makes any difference. I’ve tried everything in SDB:AudioTroubleshooting - openSUSE several times to no avail. I’ve scoured the Internet and can’t find anything even remotely similar to my problem.
If anyone can help, I would greatly appreciate it.
These alsa updates do NOT look correct to me. When updating from the OBS directory, one is supposed to use six zypper commands to install alsa-driver-kmp-default and also update some of the alsa apps. Clearly you have not done that. I recommend you FIX that first. There is guidance here. Please read it again. Note you must send SIX zypper commands. If you do not understand that from reading the guide, please explain to me where the guide should be improved: Alsa-update - openSUSE
Then restart your PC and test.
Also, the line you added to the /etc/modprobe.d/sound file, should IMHO be the 1st line, and not the last line.
I don’t know if that will solve your problem, but at least it will provide a more solid baseline.
You have already tried “dell-3stack”. So if that did not work, replace “dell-3stack” with “dell-bios” and such that your /etc/modprobe.d/sound file looks like this:
options snd-hda-intel model=dell-bios
options snd slots=snd-hda-intel
# wRyD.d0Gzwbsa7K3:MCP51 High Definition Audio
alias snd-card-0 snd-hda-intel
then restart your sound driver with su -c ‘rcalsasound restart’ and enter root password when prompted for a password, and then test your audio.
If that does not work, then try updating your alsa per the guidance here: Note you MUST send six zypper commands: Alsa-update - openSUSE
You MUST restart your PC after updating alsa. And please try to be careful when updating.
Note, next time there is a kernel update, you may need to update alsa again. If your sound breaks after then next kernel update, and you are stumped how to update, just post here asking for help.