OK, thats it. Your PC has an ALC250 (with the VIA8237). I found nothing re: the ALC250 searching the alsa site. There is lots written about the VIA8237, but none of it is basic.
But I did note this on the web re: the Gateway MX3228 laptop:
HOWTO: Gateway MX3228 Sound Driver - Ubuntu Forums
It refers to your external amp setting in your mixer. I tried to check that in the script output you gave me general pastebin - davidk - post number 1336144 , but your paste was cut off, making it IMPOSSIBLE for me to check that. >:( >:(
So you will have to check that yourself ! i.e. Try applying the Ubuntu instructions:
-
Double click on the “Volume Control” Icon in your upper taskbar.
-
Click on “Edit”.
-
Click on “Preferences”.
-
Scroll down and find “External Amplifiers”
-
Tick off “External Amplifiers”.
-
Click “Close”.
-
Back in Volume Control, click on the “Switches” tab.
-
Untick “External Amplifier”.
-
Click “Close”
Sound will now work.
It will be a bit different under openSUSE (ie it probably will be lower and not upper task bar), but the basic philosophy is to toggle the External Amplifier setting a couple of times.
In case that does not help, I did note there were some updates to the via82xx in 1.0.18 of alsa:
Search results - AlsaProject
Since openSUSE-11.1 comes with a mix of 1.0.17 and 1.0.18 of alsa, its possible it does not have the very latest alsa fixes for the via82xx.
So, you could try an update to your alsa version, to see if that might help. You can do that by opening a kde konsole or a gnome terminal, type “su” (no quotes, enter root password when prompted) to get root permissions, and then with your PC connected to the internet, copy and paste and run the following six commands, one at a time in sequence into the konsole/terminal :
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
zypper install alsa alsa-oss plugins plugins-pulse alsa-utils alsa-tools alsa-firmware libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ multimedia
zypper install alsa-driver-kmp-default
zypper rr multimedia
and restart your PC and test your sound again. Remember to carefully check your mixer (especially re: the external amp setting).
Thanks.