
Originally Posted by
Naatis
I have a Gateway P-6831FX laptop. My sound seems to work fine through my headphones, but I can't seem to get sound through my speakers. I've been playing with my mixer settings and I can't find anything that seems to fix it. I've been looking at a lot of the other threads regarding sound problems, so i'll just post what I think will be asked for.
http://www.alsa-project.org/db/?f=6c...059a1f5e3ce4bb
Well done in getting this far.
I note a 64-bit openSUSE-11.1 with the latest SuSE-GmbH packaged (for 11.1) kernel 2.6.21.27-trace with a mix of 1.0.17 and 1.0.18 alsa. I note also an IDT 92HD71B8X hardware audio codec.
If you stick with the 2.6.21.27-trace kernel then I am not confident that I can help you. I recommend you switch back to the 2.6.21.27-default kernel. Why are you using the trace?
The next thing I noted is the model option "auto" that you have selected. That is NOT an option for the IDT 92HD71B8X for 1.0.17/1.0.18 of alsa, ... or if it is an option, then it is not a documented option.
Glad to read your sound works in your headphones, but according to the alsa-configuration.txt file for 1.0.18 of alsa, the model options for the IDT 92HD71Bx are:
Code:
STAC92HD71B*
ref Reference board
dell-m4-1 Dell desktops
dell-m4-2 Dell desktops
Try each of those, one at a time, in place of "auto" in the /etc/modprobe.d/sound file (restart your alsa sound driver with su -c 'rcalsasound restart' - enter root passward, and restart your mixer and test your sound . ie replace "auto" with "ref" ... restart alsa, restart mixer, test sound. Then replace "ref" with "dell-m4-1" , restart alsa, restart mixer, test sound. Then replace "dell-m4-1" with "dell-m4-2", restart alsa, restart mixer, and test sound.
If that does not work, try updating alsa. You can do that with your PC connected to the internet by opening a terminal or a konsole and copy and pasting and executing, in sequence, one at a time, the following six zypper commands to update alsa to 1.0.20 (I typed the command under the assumption that you reverted to the "default" kernel from the "trace" kernel):
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
Code:
zypper install alsa-oss alsa-oss-32bit alsa-utils alsa-tools alsa-firmware alsa-plugins alsa-plugins-pulse
Code:
zypper rr multimedia
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1_Update/ multimedia
Code:
zypper install alsa-driver-kmp-default
Code:
zypper rr multimedia
The 5th command is different if using the trace kernel.
Again, after the update is complete restart and test your audio.
Note version 1.0.20 of alsa, in the HDA-Audio-Models.txt file has the following list of model options for the 92HD71B* hardware audio codec:
Code:
STAC92HD71B*
============
ref Reference board
dell-m4-1 Dell desktops
dell-m4-2 Dell desktops
dell-m4-3 Dell desktops
hp-m4 HP mini 1000
hp-dv5 HP dv series
hp-hdx HP HDX series
auto BIOS setup (default)
I note in this case, the model "auto" is an option.
Good luck. It took some time to type the above, so I hope this works.
Bookmarks