You are not logged in.

#1 2017-09-05 14:00:00

Zapman
Member
Registered: 2012-04-01
Posts: 63

[Solved]No sound after last update

Afte r the last update i got no sound. I tried speaker-test but i got no sound. Volume is all the way up from alsamixer and my card is
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)

What else should i check? If you need more info let me know, Thank you all smile

Last edited by Zapman (2017-09-13 18:17:02)

Offline

#2 2017-09-05 15:11:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,728

Re: [Solved]No sound after last update

Post

sudo fuser -v /dev/snd/*
aplay -lL
amixer -c$relevant_card_index_from_aplay_-l 
#If you use pulse
pacmd list-cards
pacmd list-sinks

Offline

#3 2017-09-05 15:14:47

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [Solved]No sound after last update

What packages did you update / install since it last worked?

Offline

#4 2017-09-06 16:58:36

Zapman
Member
Registered: 2012-04-01
Posts: 63

Re: [Solved]No sound after last update

Hello, Here's the command output. Not using pulse.

I really cant trace where the problem started. I used my system normally no pacman operations. I listened to some mp3s and then after a couple of hours tried to watch a video on youtube.
Then i realized that i had no sound. i replayed my mp3s and still no sound.

Offline

#5 2017-09-06 17:28:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,728

Re: [Solved]No sound after last update

Nothing of the usual obvious pitfalls so far, one thing I notice is that the PCM control seems to be muted, this would be the closest I'd associate with such an issue, try to unmute that (using 'M' in alsamixer) or

amixer -c0 set PCM On

if that doesn't help actively play something back you expect to hear something from and repost

sudo fuser -v /dev/snd/*
dmesg | grep -iE 'snd|hda'

Offline

#6 2017-09-06 18:39:52

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [Solved]No sound after last update

...I'll just add a quick thought, since V1del is helping you with the real debugging... wink

The "extreme" test for me in this scenario is to grab a copy of Linux Mint and boot into a live environment. If sound still doesn't work, then it's probably broken hardware (soundcard, speakers...). This might be the case if everything was working then suddenly stopped working. Probably not. But maybe.

Good luck! smile

Offline

#7 2017-09-07 07:07:25

Zapman
Member
Registered: 2012-04-01
Posts: 63

Re: [Solved]No sound after last update

fuser -v /dev/snd/*
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  lab         398 F.... panel-4-mixer
/dev/snd/pcmC0D0p:   lab         630 F...m vlc
/dev/snd/timer:      lab         630 f.... vlc
~$ dmesg | grep -iE 'snd|hda'
[   17.400035] snd_intel8x0 0000:00:1f.5: intel8x0_measure_ac97_clock: measured 68068 usecs (3277 samples)
[   17.400039] snd_intel8x0 0000:00:1f.5: clocking to 48000

I unmuted PCM but no luck. I also loaded mint live medium and i had sound right of the bat so soundcard works

Offline

#8 2017-09-07 08:14:24

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,728

Re: [Solved]No sound after last update

That reads like I'd expect it to ( I hope, the sudo part is important here, did you make sure to run this as root?), I'd suggest you try out linux-lts to verifiy if this isn't a kernel issue that might've creeped in. (You can use [ code ] tags instead of [ quote ] tags for pasting command outputs)

Last edited by V1del (2017-09-07 08:16:02)

Offline

#9 2017-09-07 08:29:27

Zapman
Member
Registered: 2012-04-01
Posts: 63

Re: [Solved]No sound after last update

Hi i'm already on lts and i used sudo to execute the commands. Sorry about the quotes smile. Today while i booted up my pc i already had my headphones on and a couple of seconds after grub screen i heard some crackling. When i booted into X and played my mp3 with vlc still no sound. I dunno if it helps or not. Thank you for all your efforts!

Last edited by Zapman (2017-09-07 08:36:26)

Offline

#10 2017-09-13 18:16:32

Zapman
Member
Registered: 2012-04-01
Posts: 63

Re: [Solved]No sound after last update

Hello all!
After searching and stumbling around i solved the issue by removing asound.state file and rebooting smile

# rm /var/lib/alsa/asound.state

Thank you guys

Offline

Board footer

Powered by FluxBB