Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

i did a clean install on ubuntu 12.10. Everything seemed fine at first including sound but after a while it stopped working. To get is back i have to restart it, sometimes even more than once.

Any idea on how to fix this?

sudo aplay -L

default
    Playback/recording through the PulseAudio sound server
sysdefault:CARD=PCH
    HDA Intel PCH, ALC665 Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    Front speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
dmix:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    Direct sample mixing device
dmix:CARD=PCH,DEV=1
    HDA Intel PCH, ALC665 Digital
    Direct sample mixing device
dmix:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 0
    Direct sample mixing device
dsnoop:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    Direct sample snooping device
dsnoop:CARD=PCH,DEV=1
    HDA Intel PCH, ALC665 Digital
    Direct sample snooping device
dsnoop:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 0
    Direct sample snooping device
hw:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    Direct hardware device without any conversions
hw:CARD=PCH,DEV=1
    HDA Intel PCH, ALC665 Digital
    Direct hardware device without any conversions
hw:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 0
    Direct hardware device without any conversions
plughw:CARD=PCH,DEV=0
    HDA Intel PCH, ALC665 Analog
    Hardware device with all software conversions
plughw:CARD=PCH,DEV=1
    HDA Intel PCH, ALC665 Digital
    Hardware device with all software conversions
plughw:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 0
    Hardware device with all software conversions
share|improve this question
I have the same problem. Same HDA Intel hardware. :( – Manuel Ceron Oct 26 '12 at 14:47
I think this is bug #1067434. – Marcello Nuccio Oct 27 '12 at 10:04
See also bug #1063965. – Marcello Nuccio Oct 27 '12 at 11:08

5 Answers

up vote 1 down vote accepted

had the same problem with no luck, got back to ubuntu 12.04 and everything was working fine

share|improve this answer
Can you confirm the bug at bug #1063965? – Marcello Nuccio Oct 27 '12 at 11:10

remove the .pulse directory and the file called .pulse-cookie in your home folder; then you need to logout for the change to take effect.

that's the way that I use most of the time.

Good luck.

share|improve this answer
Instead of logout, you can run pkill pulse from the command line. – Marcello Nuccio Oct 27 '12 at 9:22
Can you confirm this as bug #1063965? – Marcello Nuccio Oct 27 '12 at 11:12
This is the only solution that worked for me.. :). Thanks @suruibin – Harish Anchu yesterday

I used alsamixer and changed Auto-Mute Mode to Disabled

share|improve this answer

First try changing auto-mute mode to Disabled in alsamixer, if still that doesn't work, please look at a detailed solution to this at this link.

share|improve this answer

protected by Community Mar 21 at 4:02

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.