You are not logged in.

#1 2015-08-05 15:43:43

juego
Member
Registered: 2015-04-13
Posts: 41
Website

[Solved] Sound output stopped working

I know there is a similar thread that just been opened, but my problem is slightly different since I had sound for the past 6 months without problem. But since yesterday, output sound is not working and I can't seem to find why. There is no sound coming out from laptop speakers, neither from headphone jack.

$ aplay -l
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: HDMI [HDA Intel HDMI], périphérique 3: HDMI 0 [HDMI 0]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 7: HDMI 1 [HDMI 1]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 8: HDMI 2 [HDMI 2]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 1: PCH [HDA Intel PCH], périphérique 0: CX20751/2 Analog [CX20751/2 Analog]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0

All modules seem to be loaded:

$ lsmod | grep snd
snd_hda_codec_conexant    24576  1
snd_hda_codec_generic    69632  1 snd_hda_codec_conexant
snd_hda_codec_hdmi     53248  1
snd_hda_intel          28672  5
snd_hda_controller     28672  1 snd_hda_intel
snd_hda_codec          98304  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hda_core           28672  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_controller
snd_hwdep              16384  1 snd_hda_codec
snd_pcm                90112  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer              28672  1 snd_pcm
snd                    69632  18 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore              16384  1 snd

This happened the day after this pacman -Syu update:

[2015-08-03 11:35] [PACMAN] Running 'pacman -Syu'
[2015-08-03 11:35] [PACMAN] synchronizing package lists
[2015-08-03 11:35] [PACMAN] starting full system upgrade
[2015-08-03 11:39] [ALPM] transaction started
[2015-08-03 11:39] [ALPM] upgraded sqlite (3.8.10.2-1 -> 3.8.11.1-1)
[2015-08-03 11:39] [ALPM] upgraded libdbus (1.8.18-1 -> 1.8.20-1)
[2015-08-03 11:39] [ALPM] upgraded dbus (1.8.18-1 -> 1.8.20-1)
[2015-08-03 11:39] [ALPM] upgraded colord (1.2.9-3 -> 1.2.11-1)
[2015-08-03 11:39] [ALPM] upgraded dhcpcd (6.9.0-1 -> 6.9.1-1)
[2015-08-03 11:39] [ALPM] upgraded gnutls (3.4.2-1 -> 3.4.3-1)
[2015-08-03 11:39] [ALPM] upgraded libcups (2.0.3-1 -> 2.0.4-1)
[2015-08-03 11:39] [ALPM] upgraded harfbuzz (0.9.41-1 -> 1.0.1-1)
[2015-08-03 11:39] [ALPM] upgraded harfbuzz-icu (0.9.41-1 -> 1.0.1-1)
[2015-08-03 11:39] [ALPM] upgraded libsecret (0.18.2-1 -> 0.18.3-1)
[2015-08-03 11:39] [ALPM] upgraded geany-plugins (1.25-1 -> 1.25-2)
[2015-08-03 11:39] [ALPM] upgraded lib32-curl (7.42.1-1 -> 7.43.0-1)
[2015-08-03 11:39] [ALPM] upgraded lib32-nvidia-utils (352.21-1 -> 352.30-1)
[2015-08-03 11:39] [ALPM] upgraded libnice (0.1.10-1 -> 0.1.13-1)
[2015-08-03 11:39] [ALPM] upgraded libreoffice-fresh (4.4.4-2 -> 4.4.5-1)
[2015-08-03 11:39] [ALPM] upgraded man-pages (4.00-1 -> 4.01-1)
[2015-08-03 11:39] [ALPM] upgraded mongodb-tools (3.1.4-1 -> 3.1.6-1)
[2015-08-03 11:39] [ALPM] upgraded nvidia-utils (352.21-1 -> 352.30-1)
[2015-08-03 11:39] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2015-08-03 11:39] [ALPM] upgraded nvidia (352.21-4 -> 352.30-1)
[2015-08-03 11:39] [ALPM-SCRIPTLET] In order to use nvidia module, reboot the system.
[2015-08-03 11:39] [ALPM] upgraded nvidia-lts (352.21-1 -> 352.30-1)
[2015-08-03 11:39] [ALPM] upgraded opencl-nvidia (352.21-1 -> 352.30-1)
[2015-08-03 11:39] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2015-08-03 11:39] [ALPM] upgraded pacman-mirrorlist (20150719-1 -> 20150731-1)
[2015-08-03 11:40] [ALPM] upgraded python-setuptools (1:18.0.1-1 -> 1:18.1-1)
[2015-08-03 11:40] [ALPM] upgraded python2-setuptools (1:18.0.1-1 -> 1:18.1-1)
[2015-08-03 11:40] [ALPM] upgraded talloc (2.1.2-1 -> 2.1.3-1)
[2015-08-03 11:40] [ALPM] upgraded tint2 (0.11-8 -> 0.12.1-2)
[2015-08-03 11:40] [ALPM] transaction completed

I don't see any packages in that list that might affect sound, so I'm puzzled. Except maybe dbus and libdbus. But not sure what to do from here.

Any idea of where to look or what to do from here?

Thx

Last edited by juego (2015-08-05 21:53:46)

Offline

#2 2015-08-05 16:19:03

Fixxer
Member
From: Poland
Registered: 2011-08-29
Posts: 232

Re: [Solved] Sound output stopped working

Switch system messages language to "C":

export LC_MESSAGES=C

Post output of commands:

systemctl -a status sound.target
journalctl -x -u sound.target

Run "speaker-test" and listen ...

speaker-test -c 2

Last edited by Fixxer (2015-08-05 16:20:16)

Offline

#3 2015-08-05 16:29:30

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Post output of commands:

systemctl -a status sound.target
$ systemctl -a status sound.target
● sound.target - Sound Card
   Loaded: loaded (/usr/lib/systemd/system/sound.target; static; vendor preset: disabled)
   Active: active since mer 2015-08-05 09:24:14 EDT; 2h 55min ago
     Docs: man:systemd.special(7)
journalctl -x -u sound.target

An extract of it (for the last days). Need all of it?

jui 31 01:48:43 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 01 03:19:43 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 01 13:05:30 anarchsys systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
aoû 01 15:01:35 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 01 15:01:59 anarchsys systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
aoû 01 19:19:49 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 02 09:15:43 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 03 12:19:11 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 03 13:19:13 anarchsys systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
-- Reboot --
aoû 04 02:27:17 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 04 12:06:30 anarchsys systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
aoû 04 13:32:23 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 04 14:09:07 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 04 14:14:50 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 04 14:45:03 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 04 21:26:10 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.
-- Reboot --
aoû 05 00:22:09 anarchsys systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished shutting down.

Run "speaker-test" and listen ...

speaker-test -c 2

I don't hear anything.

Offline

#4 2015-08-05 16:34:57

Fixxer
Member
From: Poland
Registered: 2011-08-29
Posts: 232

Re: [Solved] Sound output stopped working

Okey, let's go into "legacy" way ...

dmesg | egrep -i 'failed|error|warning'
cat /proc/asound/cards
lspci -k |grep -iA2 audio

Are you using PulseAudio, "clean" Alsa or Apulse (AUR)? Do you have "heavy" customized ~/.asoundrcfile, etc., etc?

Last edited by Fixxer (2015-08-05 16:35:45)

Offline

#5 2015-08-05 16:41:24

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Fixxer wrote:

Okey, let's go into "legacy" way ...

dmesg | egrep -i 'failed|error|warning'
$ dmesg | egrep -i 'failed|error|warning'
[    1.588704] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[    5.345818] systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    8.508887] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\SMB0) (20150410/utaddress-254)
[    8.508893] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150410/utaddress-254)
[   15.390354] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
cat /proc/asound/cards
 0 [HDMI           ]: HDA-Intel - HDA Intel HDMI
                      HDA Intel HDMI at 0xf7a14000 irq 37
 1 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf7a10000 irq 36
lspci -k |grep -iA2 audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
	Subsystem: Intel Corporation Device 2010
	Kernel driver in use: snd_hda_intel
--
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 178d
	Kernel driver in use: snd_hda_intel

Are you using PulseAudio, "clean" Alsa or Apulse (AUR)? Do you have "heavy" customized ~/.asoundrcfile, etc., etc?

I use PulseAudio and a clean Alsa. They are all official arch packages.
I did not touch .asoundrcfile at all.

Last edited by juego (2015-08-05 16:42:35)

Offline

#6 2015-08-05 20:04:40

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: [Solved] Sound output stopped working

see if pulseaudio is running

ps aux| grep pulse

find if any error messages in journal with

journalctl -b | grep pulse

Offline

#7 2015-08-05 20:08:42

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Malkymder wrote:

see if pulseaudio is running

ps aux| grep pulse

find if any error messages in journal with

journalctl -b | grep pulse

Pulse audio is running. I'm sure, because it catches the microphone. I can see the levels going up and down.
But still no output.
Here's the output from these commands:

$ ps aux| grep pulse
ju      750  0.1  0.1 486644 11168 ?        S<l  09:25   0:40 /usr/bin/pulseaudio --start --log-target=syslog
ju     6762  0.0  0.0  10708  2044 pts/0    S+   16:03   0:00 grep pulse

$ journalctl -b | grep pulse
aoû 05 09:25:14 archsys rtkit-daemon[751]: Successfully made thread 750 of process 750 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
aoû 05 09:25:14 archsys rtkit-daemon[751]: Successfully made thread 761 of process 750 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
aoû 05 09:25:14 archsys rtkit-daemon[751]: Successfully made thread 762 of process 750 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
aoû 05 09:25:14 archsys rtkit-daemon[751]: Successfully made thread 763 of process 750 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.

Offline

#8 2015-08-05 20:13:23

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: [Solved] Sound output stopped working

to see the list of sinks

pacmd list-sinks

to see what your using atm

pacmd stat

Offline

#9 2015-08-05 20:59:48

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Malkymder wrote:

to see the list of sinks

pacmd list-sinks
$ pacmd list-sinks
2 sink(s) available.
    index: 0
	name: <alsa_output.pci-0000_00_03.0.hdmi-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE 
	priority: 9950
	volume: front-left: 59464 /  91% / -2,53 dB,   front-right: 59464 /  91% / -2,53 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 1999,82 ms
	card: 0 <alsa_card.pci-0000_00_03.0>
	module: 6
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "HDMI 0"
		alsa.id = "HDMI 0"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "3"
		alsa.card = "0"
		alsa.card_name = "HDA Intel HDMI"
		alsa.long_card_name = "HDA Intel HDMI at 0xf7a14000 irq 37"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:03.0"
		sysfs.path = "/devices/pci0000:00/0000:00:03.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "0c0c"
		device.product.name = "Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller"
		device.form_factor = "internal"
		device.string = "hdmi:0"
		device.buffering.buffer_size = "352768"
		device.buffering.fragment_size = "176384"
		device.access_mode = "mmap+timer"
		device.profile.name = "hdmi-stereo"
		device.profile.description = "Digital Stereo (HDMI)"
		device.description = "Audio interne Digital Stereo (HDMI)"
		alsa.mixer_name = "Intel Haswell HDMI"
		alsa.components = "HDA:80862807,80860101,00100000"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
	active port: <hdmi-output-0>
  * index: 1
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE 
	priority: 9959
	volume: front-left: 64538 /  98% / -0,40 dB,   front-right: 64538 /  98% / -0,40 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: yes
	current latency: 0,00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 1
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
	card: 1 <alsa_card.pci-0000_00_1b.0>
	module: 7
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "CX20751/2 Analog"
		alsa.id = "CX20751/2 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "1"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xf7a10000 irq 36"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "8c20"
		device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
		device.form_factor = "internal"
		device.string = "front:1"
		device.buffering.buffer_size = "352800"
		device.buffering.fragment_size = "176400"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Stéréo analogique"
		device.description = "Audio interne Stéréo analogique"
		alsa.mixer_name = "Conexant CX20751/2"
		alsa.components = "HDA:14f1510f,1043178d,00100100"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
			properties:
				device.icon_name = "audio-speakers"
		analog-output-headphones: Casques analogiques (priority 9000, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
	active port: <analog-output-speaker>

to see what your using atm

pacmd stat
$ pacmd stat
Memory blocks currently allocated: 1, size: 63,9 Kio.
Memory blocks allocated during the whole lifetime: 561082, size: 1,1 Gio.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-0000_00_1b.0.analog-stereo
Default source name: alsa_input.pci-0000_00_1b.0.analog-stereo
Memory blocks of type POOL: 1 allocated/48996 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/44513 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/364578 accumulated.
Memory blocks of type IMPORTED: 0 allocated/147508 accumulated.

Offline

#10 2015-08-05 21:26:10

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: [Solved] Sound output stopped working

Just a quick question: Do you by any chance have a non-stock kernel running. Linux-ck for example?

Offline

#11 2015-08-05 21:47:49

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

runical wrote:

Just a quick question: Do you by any chance have a non-stock kernel running. Linux-ck for example?

Nope.

$ uname -a
Linux archsys 4.1.4-1-ARCH #1 SMP PREEMPT Mon Aug 3 21:30:37 UTC 2015 x86_64 GNU/Linux

Offline

#12 2015-08-05 21:48:02

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: [Solved] Sound output stopped working

Note this in your output

muted: yes

Offline

#13 2015-08-05 21:49:46

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Malkymder wrote:

Note this in your output

muted: yes

Damn. Where at?

Offline

#14 2015-08-05 21:51:29

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: [Solved] Sound output stopped working

Your default output is muted according to your default output

  * index: 1
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE 
	priority: 9959
	volume: front-left: 64538 /  98% / -0,40 dB,   front-right: 64538 /  98% / -0,40 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: yes

Offline

#15 2015-08-05 21:52:39

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: [Solved] Sound output stopped working

Funk me.... I'm so sorry. All this trouble for this.
It's solved now.

I've tried so many things. And it was just that. Don't know how this got activated.
I searched in alsamixer and all the properties I could find. This never showed up.
I'm so ashamed.

Thanks so much for your help.

Offline

#16 2015-08-05 21:53:14

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: [Solved] Sound output stopped working

All good ... happens often smile

Offline

Board footer

Powered by FluxBB