Hi,
I managed to configure sound in OpenSuse 11 on a M3N-HT motherboard with onboard sound. The codec is AD1988B.
The sound is highly distorted. The speaker test would run like
‘front ont ont ont … left eft eft …’, with a lot of noise.
I followed the guidelines in the SDB:AudioTroubleshooting article.
Alsa packages have been upgraded to the last versions. However, I see that the firmware package is still at version 1.0.16.92git20080617-3.1 while there seems to be a version 1.0.17 already (on the alsa-project website).
Below is the detailed output of all steps described in there.
Note that the model option specified in /etc/modprobe.d/sound is now 6stack-dig, but I get the same results with 6stack as model option. In fact, the motherboard has an spdif output, but I do not know if its linked to the onboard sound card.
I have removed PulseAudio, and returned to esound.
There is another thread describing almost the same problem, however I have the impression that this thread is dead (or at least dying), so I’m creating a new thread here.
Here’s the detailed output
output of alsa-info.sh
general pastebin - bart - post number 1092281
output of tsalsa
tsalsa.txt - nopaste.com (beta)
bart@rufus:/etc/modprobe.d> rpm -q alsa alsa-utils alsa-firmware libasound2
alsa-1.0.17.git20080802-1.1
alsa-utils-1.0.17.git20080715-1.5
alsa-firmware-1.0.16.92.git20080617-3.1
libasound2-1.0.17.git20080802-1.1
bart@rufus:~/sound> cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.17.
Compiled on Jul 18 2008 for kernel 2.6.25.9-0.2-default (SMP).
bart@rufus:~/sound> cat /proc/asound/modules
0 snd_hda_intel
bart@rufus:~/sound> cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfe020000 irq 21
bart@rufus:~/sound> cat /etc/modprobe.d/sound
options snd-hda-intel model=6stack-dig
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
bart@rufus:~/sound> cat /proc/asound/card0/codec#0
Codec: Analog Devices AD1988B
Address: 0
Vendor Id: 0x11d4198b
Subsystem Id: 0x1043829b
Revision Id: 0x100400
No Modem Function Group found
Default PCM:
rates [0x7ff]: 8000 11025 16000 22050 32000 44100 48000 88200 96000 176400 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Default Amp-Out caps: ofs=0x27, nsteps=0x27, stepsize=0x05, mute=0
…
(cut off because otherwise this message gets too long)
Thanks a lot for your feedback,
Bart