
Thanks pls this solved my problem.[/quote]Okay, this one should probably go on an ALSA FAQ somewhere...I fixed my problem by muting the "Headphone Jack Sense" and "Line Jack Sense" controls. (Based on a suggestion at https://bugzilla.redhat.com/bugzilla/sh ... ?id=144742)
If you are have a problem with no sound output on a Thinkpad or other system using the snd_intel8x0 ALSA module, try the following:
Code:
amixer sset "Headphone Jack Sense" mute
amixer sset "Line Jack Sense" mute
The use of "mute/unmute" to refer to the state of these controls is, to put it kindly, bleeding stupid. "On/Off" would be much saner, and might induce people to try diddling with them when things aren't working.


Thanks a lot, that did it, finally I can use streamtuner againpls wrote:Code: Select all
amixer sset "Headphone Jack Sense" mute amixer sset "Line Jack Sense" mute
I had this same problem and was tearing my hair out. Thank you from the bottom of my heart for giving me the answer. I think this can be voted the worlds most annoying bug/problem.pls wrote:Okay, this one should probably go on an ALSA FAQ somewhere...I fixed my problem by muting the "Headphone Jack Sense" and "Line Jack Sense" controls. (Based on a suggestion at https://bugzilla.redhat.com/bugzilla/sh ... ?id=144742)
If you are have a problem with no sound output on a Thinkpad or other system using the snd_intel8x0 ALSA module, try the following:
The use of "mute/unmute" to refer to the state of these controls is, to put it kindly, bleeding stupid. "On/Off" would be much saner, and might induce people to try diddling with them when things aren't working.Code: Select all
amixer sset "Headphone Jack Sense" mute amixer sset "Line Jack Sense" mute
Frustration level now abating....
you can find more about iec958 here..jkcunningham wrote:I read this thread with interest, as I just upgraded kernels to 2.6.11-r6 and it killed my sound in an Intel8x0 box. The solutions above didn't fix things, but finally I noticed something mjcwotx mentioned, about needing to press 'M' on controls in alsamixer to toggle them on and off. So I started walking through my controls, toggling each on and off while alsaplayer was playing a long wav file. Suddenly when I turned the one labeled: IEC958 sound came through.
I have no idea what that one is, but it works for me. FYI.
--jeff cunningham
Not the same problem I'm having. My levels are all normal. In fact, EVERYTHING appears normal with alsa (modules loaded, no errors in dmesg, syslogs, startup, etc.) but no sound comes from speakers nor headphones.LordMyth wrote:Could it be that I have the same problem?
http://forums.gentoo.org/viewtopic-t-353081.html
Code: Select all
# cat /proc/acpi/ibm/volume
level: 14
mute: on
commands: up, down, mute
commands: level <level> (<level> is 0-15)Code: Select all
level: 13
mute: off
commands: up, down, mute
commands: level <level> (<level> is 0-15)