SliTaz SliTaz Forum

You are not logged in.

#1 2013-02-25 20:05:34

VERAULT
Member
Registered: 2011-07-29
Posts: 119

snd_hda_intel no longer works

my sound card snd_hda_intel recently just stopped putting out sound. And the strange thing is that it keeps muting itself. I can unmute it, there still isnt any sound, but it will just randomly mute again. This is a dual boot laptop with windows, the issue doesnt present itself outside of slitaz. Please help! 

Verault

Offline

#2 2013-02-26 11:08:08

Guest
Guest

Re: snd_hda_intel no longer works

Last time I used MS Windows (a long time ago) it was Windows causing the problem on a dual boot system.

If you turned down or muted the sound on Windows it stayed that way when I booted into Linux, they obviously did it in the hardware & not in software like Linux.

#3 2013-02-26 13:06:13

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

Well I rarely use the windows Boot, just occasionally at work. I just tried booting into windows, and the sound and volume were up. I rebooted in StiTaz and it the volume controls were on, but the mute indicator of the soundcard on the laptop was litup. and of course, no sound whether I press unmute or not. I dont remember exactly when or what I was doing but losing sound is a pretty recent thing.

Offline

#4 2013-02-26 14:42:46

Guest
Guest

Re: snd_hda_intel no longer works

Take a look in alsamixer, (type it in a terminal),can you get it working from there.

#5 2013-02-26 15:41:22

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

was worth a shot, but I max valued everything made no change, and the unit still randomly muted itself.

Offline

#6 2013-02-26 19:30:45

Guest
Guest

Re: snd_hda_intel no longer works

Silly question, most likely, but there isn't anything plugged in to an external socket?

Otherwise I can't think of anything else, sorry.

#7 2013-02-26 19:31:42

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

audio socket? no, I always just use the internal speakers.

Offline

#8 2013-02-26 19:43:24

Guest
Guest

Re: snd_hda_intel no longer works

Only other thing I would try is a live distro to check the speakers themselves are still working.

#9 2013-02-26 19:48:01

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

The speakers work fine in windows, so yes the speakers still work.

Offline

#10 2013-02-26 20:11:24

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: snd_hda_intel no longer works

Post the output:

[c]grep Codec /proc/asound/card*/codec*[/c]

[c]ls -la /proc/asound[/c]

[c]aplay -L[/c]

[c]aplay -l[/c]

[c]lsmod | grep -i snd[/c]

Offline

#11 2013-02-26 20:17:00

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

ok here are the outputs Mojo:

root@slitaz4:/home/user/.config/midori# grep Codec /proc/asound/card*/codec*

/proc/asound/card0/codec#0:Codec: Analog Devices AD1981

/proc/asound/card0/codec#1:Codec: Conexant ID 2c06

root@slitaz4:/home/user/.config/midori# ls -la /proc/asound

total 0

dr-xr-xr-x    5 root     root             0 Feb 26 15:11 .

dr-xr-xr-x  112 root     root             0 Feb 26 07:58 ..

dr-xr-xr-x    2 root     root             0 Feb 26 15:11 card0

-r--r--r--    1 root     root             0 Feb 26 15:11 cards

-r--r--r--    1 root     root             0 Feb 26 15:11 devices

-r--r--r--    1 root     root             0 Feb 26 15:11 hwdep

lrwxrwxrwx    1 root     root             5 Feb 26 15:11 Intel -> card0

-r--r--r--    1 root     root             0 Feb 26 15:11 modules

dr-xr-xr-x    2 root     root             0 Feb 26 15:11 oss

-r--r--r--    1 root     root             0 Feb 26 15:11 pcm

dr-xr-xr-x    2 root     root             0 Feb 26 15:11 seq

-r--r--r--    1 root     root             0 Feb 26 15:11 timers

-r--r--r--    1 root     root             0 Feb 26 15:11 version

root@slitaz4:/home/user/.config/midori# aplay -L

null

    Discard all samples (playback) or generate zero samples (capture)

default:CARD=Intel

    HDA Intel, AD198x Analog

    Default Audio Device

front:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    Front speakers

surround40:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    4.0 Surround output to Front and Rear speakers

surround41:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    4.1 Surround output to Front, Rear and Subwoofer speakers

surround50:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    5.0 Surround output to Front, Center and Rear speakers

surround51:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    5.1 Surround output to Front, Center, Rear and Subwoofer speakers

surround71:CARD=Intel,DEV=0

    HDA Intel, AD198x Analog

    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers

root@slitaz4:/home/user/.config/midori# aplay -l

**** List of PLAYBACK Hardware Devices ****

card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

root@slitaz4:/home/user/.config/midori# lsmod | grep -i snd

snd_hda_codec_analog    53119  1

snd_hda_intel          15886  1

snd_hda_codec          45027  2 snd_hda_codec_analog,snd_hda_intel

snd_hwdep               3808  1 snd_hda_codec

snd_pcm                43737  2 snd_hda_intel,snd_hda_codec

snd_timer              12515  1 snd_pcm

snd                    33394  8 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer

soundcore               3357  1 snd

snd_page_alloc          4853  2 snd_hda_intel,snd_pcm

Offline

#12 2013-02-28 13:01:05

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

Anything look out of the ordinary?

Offline

#13 2013-02-28 16:50:33

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: snd_hda_intel no longer works

Appears like it should be working.

Attach a screenshot jpeg of alsamixer maximized.

Post the output:

[c]amixer[/c]

Offline

#14 2013-02-28 20:11:54

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

ok here it is

[attachment=22583,1009]

Offline

#15 2013-02-28 20:21:51

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: snd_hda_intel no longer works

PCM is muted MM

Use the right arrow key to highlight in red PCM hit the M key so MM turns to green 00 like MASTER

Offline

#16 2013-02-28 20:39:37

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

wow! that was it? How did I miss that? And why doesnt the mute or unmute option in the on the volume control app in LXpanel modify that?

Thanks Mojo! I was completely lost on that one.

Offline

#17 2013-02-28 20:48:31

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: snd_hda_intel no longer works

With alsamixer open move the LxPanel volume slider and check mute.

Observe the effect it has on alsamixer.

LXPanel audioplugin volume/mute only controls MASTER not PCM

PCM has as much an effect on the volume/mute as MASTER does.

Associate the effect controls/configurations have before something mysteriously stops working or starts happening that you don't want. You'll know what to check/undo to restore the system right away.

Offline

#18 2013-03-01 13:22:20

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

Thanks again mojo, I wish I knew what made the change to PCM

Offline

#19 2013-03-01 15:00:51

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

Mojo, is there a way to see what is triggering my hardware mute (led on keyboard keeps lighting up randomly, and I can hear the speakers cut out) this isnt effecting alsamixer, if I touch the button it unmutes, but it keeps muting randomly on its own, is there anyway to find when and how its happening? Again, I dont suspect its hardware since its a dual boot laptop and outside of SliTaz it doesnt behave like this.

--Verault

Offline

#20 2013-03-01 15:05:00

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: snd_hda_intel no longer works

Does anyone have physical access to the computer? Someone at home or work that would get pleasure from your pain?

Offline

#21 2013-03-01 15:12:30

VERAULT
Member
Registered: 2011-07-29
Posts: 119

Re: snd_hda_intel no longer works

no, its in my office locked up, and I can see it randomly muting right before my eyes. But a very good Question smile

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]