
Originally Posted by
topitz
Thanks. That tells me 64-bit openSUSE-10.3 with a STAC9205 hardware audio codec.
Reference your mixer, I note you have IEC958 ON. Try switching it off to see if it makes any difference.
Code:
Amixer contents for card 1 [HDMI] _____________________________________
amixer set 'IEC958',0 on
.
I can't see anthing obviously wrong with your configuration. I am somewhat taken aback by the number of alsa and pulseaudio apps you have installed. Why so many? IMHO the more you install, the more likely you are to break something. Did you take precise notes of what you installed on your own (without a solid reason? If so, you could considering cleaning that up and removing... carefully ... very carefully). But don't remove if you don't know exactly what you are doing.
Anyway, what I propose is we try some edits to your /etc/modprobe.d/sound file. You posted this:
Code:
options snd slots=snd-hda-intel,snd-hda-intel
# dP62.3eubOLksOn3:Radeon X1200 Series Audio Controller
alias snd-card-0 snd-hda-intel
# 5Dex.uqQijx37meA:SBx00 Azalia
alias snd-card-1 snd-hda-intel
The ALSA-Configuration.txt file gives these options for a STAC9205:
Code:
STAC9205/9254
ref Reference board
dell-m42 Dell (unknown)
dell-m43 Dell Precision
dell-m44 Dell Inspiron
So try the following /etc/modprobe.d/sound file (saving the file after your changes):
Code:
options snd slots=snd-hda-intel,snd-hda-intel
options snd-hda-intel model=dell-m42
# dP62.3eubOLksOn3:Radeon X1200 Series Audio Controller
alias snd-card-0 snd-hda-intel
# 5Dex.uqQijx37meA:SBx00 Azalia
alias snd-card-1 snd-hda-intel
and then restart your alsa from an xterm/konsole with root permissions with: rcalsasound restart testing your sound.
If that doesn't work, replace "dell-m42" with "dell-m43", save the file, restart your sound with rcalsasound restart testing your sound.
If that doesn't work, replace "dell-m43" with "dell-m44", save the file, restart your sound with rcalsasound restart testing your sound.
If that doesn't work, then I note an update to the STAC9205 between alsa 16RC2 (which you have) and alsa 1.0.16 (final release) on the STAC9205 mute capability:
Search results - AlsaProject for STAC9205
In which case, you may need to update your alsa per the guidance here:
Alsa-update - openSUSE-11.0 via zypper
... but one cautionary note, the examples in that guide are for users who have the nominal alsa packages installed, ... and not a bunch extra. You appear to have installed a BUNCH extra ..... Hence it may not help you.
Anyway, good luck !!
Bookmarks