OK, thanks for the script output. I checked your mixer, … its very limited and is ok as it is. I note openSUSE-10.3 with the 2.6.22.5-31-bigsmp kernel and a 1.0.14 version of alsa.
That version is struggling with your PC’s hardware audio codec as it identifies it as Codec: Generic 111d ID 76b2 which means nothing to me.
I recommend you update your version of alsa from 1.0.14 to 1.0.20 using the six zypper commands below.
You will need to have your PC connected to the internet for this to work …
The commands I am going to recommend are based on your PC still having the 2.6.22.5-31-bigsmp kernel. If you have changed that to the 2.6.22.19 then the commands MUST be changed. Tell me if that is the case. You can do a final check on your kernel version by typing:
uname -a
So, assuming still the 2.6.22.5-31 kernel, please open a konsole/terminal, and type ‘su’ (no quotes) and enter the root password when prompted for a password. Then once you have root permissions, copy and paste the following six lines to update your alsa, selecting “yes” when prompted:
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_10.3/ multimedia
zypper install alsa alsa-docs libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_10.3/ multimedia
zypper install alsa-driver-kmp-bigsmp
zypper rr multimedia
The guidance for the above is here: Alsa-update - openSUSE Note those commands are for the 2.6.22.5-31 big smp kernel and if you update to the 2.6.22.19 kernel, then the commands WILL be different. So be careful here.
Once those commands are finished, reboot and test your audio.
Daily Snapshots: If it still does not work, then you can either run the script again
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
post here the output and ask for further help, or go one step further and install the daily snapshots that are available.
Again, below is based on the 2.6.22.5-31 big smp kernel and if you update to the 2.6.22.19 kernel, then the commands WILL be different. So be careful here.
You can install the daily snapshots by again opening a konsole/terminal, and type ‘su’ (no quotes) and enter the root password when prompted for a password. Then once you have root permissions, copy and paste the following six lines to update your alsa, selecting “yes” when prompted:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/snapshot/openSUSE_10.3/ multimedia
zypper install alsa alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_10.3/ multimedia
zypper install alsa-driver-kmp-bigsmp
zypper rr multimedia
and again reboot your PC when complete, and test your audio.
If it still does not work, then you can run the script again
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
post here the output URL and ask for further help.