You did not provide the output of the rpm command, nor some other commands that I asked be provided, if the audio troubleshooting guide does not work. I also noted you did not update your alsa version, which is covered by the audio troublehshooting guide … if you had followed that, your sound might be working.
… but no matter, … lets fix things now. I note a Dell Studio 1737 laptop. I have a Dell Studio 1537 that has same audio hardware (but a smaller screen). I note you have the 2.6.27.7-9-default kernel. I checked your mixer and it appears ok.
What did you do for a sound test? Did you copy and paste the following speaker-test into a Gnome terminal or a kde konsole:
speaker-test -Dplug:front -c2 -l5 -twav
Note Linux is case sensitive, and “D” is not the same as “d”. To stop the above test, while the konsole/xterm has the mouse focus, press <CTRL><C> on the keyboard. Note you should check your mixer settings (kmix if using KDE, and alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 95%. Once you have basic sound established you can back off to lower volume levels. Note the test for surround sound is different.
If that test yields errors (and its not uncommon to get errors there), try instead this more simple test: speaker-test -c2 -l5 -twavYou should hear a female voice saying ‘FRONT LEFT’, ‘FRONT RIGHT’ five times. Its quite common that one of those speaker tests will work and one will NOT work, so don’t be distressed if that is the case. IF that test gives sound, stop now, post that the sound test gives sound, and we will look at other possible causes for your applications not giving you the sound you want (such as missing codecs, using the wrong packaged version … etc … ).
Or alternatively, for testing the simple playback, use aplay program. Prepare a WAV file and simply run like:
aplay -vv somefile.wav
With the option -vv, aplay shows the verbose information of the PCM device, and a VU-peak meter during playing the file.
Try those speaker-tests as both a regular user, and also with root permissions. If you have a headset, try with your headset plugged in, and also with your headset not plugged in (for speakers).
Given you did not follow the rest of the instructions, I suspect you ignored that sound test also. You must try all 3 as often only 1 of the 3 will work.
Anyway, assuming no sound, then update your alsa user space to 1.0.21 of alsa. You can do that by opening a terminal/konsole, type “su” (no quotes) and copy and paste the following in sequence, one at a time, executing each in that terminal:
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.1/ multimedia
zypper install alsa alsa-docs 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 then restart your PC and test your sound.
NOTE the test I provided for testing.
IF that does not work, then update to the daily snapshots. You can do that by opening a konsole/terminal, type ‘su’ to get root permissions, and then copy and paste the following six zypper commands in sequence, executing them one at a time, into that konsole/terminal.
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/snapshot/openSUSE_11.1/ multimedia
zypper install alsa alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins alsa-plugins-pulse 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
Note when running the 5th command you may be told it is already installed. proceed anyway, and be certain to send 6th command. then restart your PC and test your sound. Again, use a proper sound test.
Note your kernel is the original 2.6.27.7-9-default kernel. As soon as you update your kernel to the 2.6.27.29 kernel, your sound WILL break, and you will need to update again, but with DIFFERENT commands. There is guidance here:
and another comment, and please pardon my cynicsm, but if all you do is review it and don’t follow the instructions, then I can assure you, just like with the troubleshooting guide, that you sound still won’t work. :sarcastic: