Ok, try some different combinations here, in the hope that the ALC889 uses the same table as the ALC883/888
ie manually (via a hand edit) change the /etc/modprobe.d/sound file to:
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto
and restart your alsa with root permissions with rcalsasound restart and test your audio with the test I gave:
speaker-test -c2 -Ddefault -l5 -twav
being careful to recheck your mixer during the test.
If that does not work, then instead of “auto” try “acer-aspire” and repeat the alsa restart and sound check above. If that doesn’t work, try “acer”, … and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums
… and if none of those work, then try a different syntax, as it appears the syntax for openSUSE-11.0 may have changed, … ie try:
ie manually (via a hand edit) change the /etc/modprobe.d/sound file to:
options snd-hda-intel index=0 enable=1 model=auto
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
and restart your alsa with root permissions with rcalsasound restart and test your audio with the test I gave:
speaker-test -c2 -Ddefault -l5 -twav
being careful to recheck your mixer during the test.
Again, if that does not work, then instead of “auto” try “acer-aspire” and repeat the alsa restart and sound check above. If that doesn’t work, try “acer”, … and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums
Note, you must be precise with your /etc/modprobe.d/sound file edits.
If this does not work, and if you followed my suggestion exactly, with the sound test I specifically recommended, then I have no further suggestions, other than to write a bug report on alsa and openSUSE-11.0.
Good luck.