You are not logged in.
I rarely plug-in any sound device to my workstation. Last time was probably ~6 months ago. I do remember that it worked fine last time. But today I can't get any sound output.
I'm using the MATE desktop with Pulseaudio. I checked in alsamixer and the channel is not muted. Command-line speaker-test does not detect any issues (but can't hear anything). I tested my headphones with my mobile phone and they work find. Tried connecting both at the front of the computer (as I usually do) and in the back. Tried the MATE applet to do a speaker test, not hearing anything. Tried opening pavucontrol and in "Output Devices" Port has two options: Headphones (unplugged) and Line Out (unplugged). They remain marked "unplugged" no matter what I do.
Some hardware info output:
lspci -vvvv | grep -A 10 -i audio; amixer; aplay -l; lsmod | grep -i snd
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
Subsystem: Intel Corporation Device 2049
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 32
Region 0: Memory at f7c34000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
--
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
Subsystem: Intel Corporation Device 2049
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 30
Region 0: Memory at f7c30000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 58340 [89%] [on]
Front Right: Playback 58340 [89%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65536 [100%] [on]
Front Right: Capture 65536 [100%] [on]
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 69632 1
snd_hda_codec_generic 65536 1 snd_hda_codec_realtek
snd_hda_intel 32768 8
snd_hda_codec 106496 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 49152 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 86016 6 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 28672 1 snd_pcm
snd 65536 22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore 16384 1 sndAny ideas?
Last edited by CarbonFixer (2016-02-10 13:50:14)
Offline
Hi
I'm worried that in your aplay -l the first two sound devices are the HDMI output. Pulseaudio may be trying to route the audio to your monitor.
I use gnome, so maybe the sound configuration window is not the same, but I had the same problem a couple of days ago, and it was solved by selecting HDA Intel PCH device to be the first one.
Last edited by ChaManO (2016-02-10 13:11:43)
Offline
Hi
I'm worried that in your aplay -l the first two sound devices are the HDMI output. Pulseaudio may be trying to route the audio to your monitor.
I use gnome, so maybe the sound configuration window is not the same, but I had the same problem a couple of days ago, and it was solved by selecting HDA Intel PCH device to be the first one.
Thanks.
The analog device is selected both in the Sound Preferences of MATE and shows up as default in pacmd, so it must be another issue.
~> pacmd list-sinks | grep -e 'name:' -e 'index'
index: 0
name: <alsa_output.pci-0000_00_03.0.hdmi-stereo>
* index: 1
name: <alsa_output.pci-0000_00_1b.0.analog-stereo>Offline
Likely along the lines of https://bbs.archlinux.org/viewtopic.php … 9#p1603299 (and the thread linked therein)
Online
Likely along the lines of https://bbs.archlinux.org/viewtopic.php … 9#p1603299 (and the thread linked therein)
Yep. Commenting out
load-module module-switch-on-port-available from
/etc/pulse/default.pasorted it out. Thank you!
Offline