Thanks for that. I checked your mixer settings from that script output and it looks fine. I note you have openSUSE-11.0 with the 2.6.25.11-pae (32-bit) kernel. Your Fujitsu-Siemens Amilo 1705 has a VIA82xx VT1708 hardware audio codec.
I note from the alsa rpm query that you have the 1.0.16 of alsa provided with the openSUSE-11.0 distribution, and you do not have alsa-firmware installed. That may (or may not) be needed.
I conducted a search on the alsa web site for the VT1708 and I noted there were some updates in 1.0.17 of alsa to fix a noise problem with VT1708.
Search results for VT1708 - AlsaProject
That suggests to me that even if we were able to get your sound working with 1.0.16 of alsa that there would be noise that you would want to fix. I also found posts of ubuntu users for your model computer where they hand edited the alsa source code and custom compiled to get sound working …
… anyway … I’m thinking it is worth trying the most recent alsa drivers, to get your sound working … If you agree, with your PC connected to the internet, please open a gnome-terminal or konsole, type “su” (no quotes, enter root password when prompted) to get root permissions in that terminal session, and then copy and paste the following six zypper commands one at a time in sequence:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.0/ multimedia
zypper install alsa alsa-oss alsa-plugins alsa-utils alsa-tools alsa-firmware libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.0_Update/ multimedia
zypper install alsa-driver-kmp-pae
zypper rr multimedia
You may need to insert your installation CD/DVD during the zypper command install. Please restart your PC after that installation is complete (in order to unload the old alsa module and load the new alsa modules).
Then test your sound with the sound test I provided previous. Also, when testing your sound, in addition to testing the speakers, plug a headset in and test that as well.
I note a Ubuntu user had to hand edit the Ubuntu equivalent of the /etc/modprobe.d/sound file (called “alsa-base” in Ubuntu) to get sound working. They added the lines:options snd-hda-intel model=3stack enable=yes
options snd-hda-intel model=auto position_fix=1 enable=yesbut I am reluctant to recommend that, as my research into the alsa documentation suggest ‘3stack’ is NOT a VT1708 model option. However its possible the second line “model=auto position_fix=1 enable=yes” overwrites the previous, and the values “position_fix=1 enable=yes” may be appropriate. That’s a problem I find when reading Ubuntu posts … one has to work harder (than openSUSE technical posts) to determine if the approach is technically valid.
Good luck, and let us know how the alsa update worked out.