I am running Ubuntu 14.04 on an ASUS X52J laptop.
I was watching a lecture on Google Chrome, when suddenly, all sound was lost. Throughout the PC. No sounds from Chrome (even though Chrome indicates it does play sound). No sounds from VLC, and no sounds from pulseaudio's sound tests.
I've tried:
- Restarting
pulseaudio
viapulseaudio --kill
. - Reloading ALSA via
alsa reload
andalsa force-reload
. - Checking the ALSA mixer via
alsamixer
, nothing out of the ordinary. - Restart my PC. Did not help, didn't even hear the drum sound on startup.
mv
ed my~/.config/pulse
file away and killed pulseaudio again.pacmd list-sinks | grep muted
indicates that nothing is muted.
I'm not sure what to do anymore. Could this be a hardware problem? Is there anything I haven't tried yet?
Output of aplay -l
:
madara@Madara-PC:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0
None of the answers on that question [...] seemed to have done anything.
A question is not a duplicate if it is not solved by the other question ;) – Madara's Ghost May 07 '14 at 19:18pulsaudio -k
does in fact restart your audio), I suggest you identify your hardware and start looking at https://wiki.ubuntu.com/DebuggingSoundProblems . Obviously restarting pulseaudio did not fix the problem , so rather then looking for new ways to restart pulseaudio, please provide additional information so we can try to offer a working solution. – Panther May 07 '14 at 19:29aplay -l
– Panther May 07 '14 at 20:11pactl stat
output? – user.dz May 07 '14 at 21:34