Thanks for that information. Perhaps next time, you could install tsalsa from packman, and run that script (with root permissions). I know alsa-info comes with alsa (as of 1.0.17 of alsa) so it is easier to run, but I find tsalsa provides additional useful information. Yaloki was kind enough to package tsalsa as an rpm for openSUSE:
PackMan :: Package details for tsalsa
Still, I note from alsa-info script output, that your PC has a IDT 92HD71B7X hardware audio codec. I was trying to help a user with this chipset some time back, and I did not know the solution then. Not long after that I was looking at purchasing a laptop, and the HP dv5 series was one laptop I was considering. Now I am very conservative, and I did not like the idea of purchasing a laptop whose sound is not supported, so I read in some places that it uses a IDT 92HD71B7X. So I had to search (again) for a solution for this codec, so I could make an informed decision if I should purchase this laptop ...
Researching, I discovered there was a bug report raised (on ubuntu) on this, and a work around solution found:
https://bugs.launchpad.net/ubuntu/+bug/269586
So please, open your /etc/modprobe.d/sound file, and add this line as the last line:
options snd-hda-intel enable_msi=1
Then restart your alsa sound driver by typing the following into a gnome-terminal or kde konsole:
su -c 'rcalsasound restart' and enter root password when prompted for a password. Then test your sound. A good sound test is to copy and paste the following into a gnome-terminal or kde konsole:
speaker-test -Dplug:front -c2 -l5 -twav
You should hear a ladies voice saying "front left" "front right" five times. Check your mixer while that is playing.
I can't be 100% certain that will work, as the alsa-info script does not provide the hardware information that the tsalsa script provides. And this fix worked on Ubuntu ... I don't know how it will fair on openSUSE.
Bookmarks