Thanks. I see your PC has an AD1984a.
First thing I looked at is your mixer:
!!-------Mixer controls for card 0 [Intel]
Card hw:0 ‘Intel’/‘HDA Intel at 0x98900000 irq 17’
Mixer name : ‘Analog Devices AD1984A’
Simple mixer control ‘PCM’,0
Front Left: Playback 10 32%] -19.50dB] [on]
Front Right: Playback 10 32%] -19.50dB] [on]
Simple mixer control ‘Line Boost’,0
Front Left: 0 0%]
Front Right: 0 0%]
Simple mixer control ‘IEC958’,0
Front Left: Playback 39 [100%] [0.00dB] on]
Front Right: Playback 39 [100%] [0.00dB] on]
Simple mixer control ‘IEC958 Playback Source’,0
Capabilities: enum
Items: ‘PCM’ ‘ADC’
Item0: ‘PCM’
- I note your PCM volume is at 32%. Does increasing that to say 80 to 90% provide any volume? After testing, be certain to move PCM back to 65% or so.
- I note you have Line Boost to 0%. My memory is gone today (partying too much last night). I can’t remember if that is for mic or for speaker. I take it moving that up to 70% or so makes no difference.
- You have digital audio switched ON. (ie IEC958 = ON). What happens when you switch that OFF ? Some PCs require that off for audio to work out of internal speakers (and some the opposite).
- You have “PCM” selected. That looks logical to me. Out of curiousity, does changing that to “ADC” make any difference? (If not, put it back to PCM).
Now, if that does not help, you could consider an edit to your /etc/modprobe.d/sound file, to try force your PC to recognize your specific audio hardware (in case that was missed by the autoconfig routines).
I note the ALSA-Configuration.txt file for 1.0.18a of alsa has this for the AD1984A:
AD1884A / AD1883 / AD1984A / AD1984B
desktop 3-stack desktop (default)
laptop laptop with HP jack sensing
mobile mobile devices with HP jack sensing
thinkpad Lenovo Thinkpad X300
So lets try those codes (one at a time) in your laptop.
Please, add a line to your /etc/modprobe.d/sound file such that it now looks like this:
options snd slots=snd-hda-intel
u1Nb.7QYdUBKDIu0:82801I (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=laptop
and then restart alsa sound drive by typing su -c ‘rcalsasound restart’ #enter root password when prompted for a password, and then test your sound. Note you may need to restart your mixer.
If that does not work, then change “laptop” to “mobile” and try again (restart alsa sound driver, start mixer and test). If “mobile” does not work then try “thinkpad” … etc … I think you get the idea.
If that does not work, then we will need to look at an update to alsa (yes, there are ALREADY updates to 11.1’s alsa. … The Novell/SuSE-GmbH/openSUSE alsa/sound support staff are hard at work ).