Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Something started muting the sound
Date: Sun, 13 Aug 2017 18:25:27
Message-Id: 6242374.MZFmfmMHZT@dell_xps
In Reply to: Re: [gentoo-user] Something started muting the sound by Robin Atwood
1 On Sunday 13 Aug 2017 20:27:12 Robin Atwood wrote:
2 > On Saturday 12 August 2017, Alexander Kapshuk wrote:
3 > > On Sat, Aug 12, 2017 at 4:49 PM, Robin Atwood <robin@×××××.org> wrote:
4 > > What's the output of these command lines?
5 > > (1). lspci -vnn | sed '/Audio/,/driver/!d'
6 > >
7 > > (2). grep -Ei '^[^#]*(snd|hda)' linux/.config
8 > >
9 > > (3). rc-update show | grep alsa
10 > >
11 > > (4). grep HDA /var/log/dmesg
12 >
13 > The output was what you would expect, lots info about HDA drivers and
14 > hardware:
15 >
16 > lspci -vnn | sed '/Audio/,/driver/!d'
17 > 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset
18 > High Definition Audio [8086:
19 > 3b56] (rev 06)
20 > Subsystem: Lenovo 5 Series/3400 Series Chipset High Definition Audio
21 > [17aa:215e]
22 > Flags: bus master, fast devsel, latency 0, IRQ 28
23 > Memory at f2420000 (64-bit, non-prefetchable) [size=16K]
24 > Capabilities: [50] Power Management version 2
25 > Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
26 > Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
27 > Kernel driver in use: snd_hda_intel
28 > 01:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio
29 > Controller [10de:0be3] (rev a1)
30 > Subsystem: Lenovo High Definition Audio Controller [17aa:218f]
31 > Flags: bus master, fast devsel, latency 0, IRQ 29
32 > Memory at cdefc000 (32-bit, non-prefetchable) [size=16K]
33 > Capabilities: [60] Power Management version 3
34 > Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
35 > Capabilities: [78] Express Endpoint, MSI 00
36 > Kernel driver in use: snd_hda_intel
37 >
38 >
39 > However, grepping dmesg was interesting:
40 >
41 > # grep HDA /var/log/dmesg
42 > [ 10.981754] input: HDA Digital PCBeep as
43 > /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/inp
44 > ut9
45 > [ 10.981963] input: HDA Intel MID Mic as
46 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
47 > [ 10.982033] input: HDA Intel MID Dock Mic as
48 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
49 > [ 10.982102] input: HDA Intel MID Dock Headphone as
50 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input
51 > 12
52 > [ 10.982171] input: HDA Intel MID Headphone as
53 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
54
55 The above shows you have your laptop docked. When docked the on board
56 speakers are usually disconnected.
57
58
59 > No output about the speakers. On another system (that works) I see:
60 >
61 > [ 20.712891] input: HDA Intel Rear Mic as
62 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
63 > [ 20.712984] input: HDA Intel Front Mic as
64 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
65 > [ 20.713097] input: HDA Intel Line as
66 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
67 > [ 20.713185] input: HDA Intel Line Out as
68 > /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
69 >
70 > I think Line Out is a speaker. So why the difference?
71 >
72 > Thanks
73 > Robin
74
75 It's been a very long time since I docked a laptop and my memory is not very
76 reliable, but I recall fixing a similar problem by selecting a different
77 output device. I don't know if you can do this from alsamixer, but you should
78 be able to do it from pulseaudio, or from whatever GUI your desktop provides
79 for managing audio devices. Switch over from headphones/docking station to
80 speakers and you should be OK.
81
82 --
83 Regards,
84 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Something started muting the sound Robin Atwood <robin@×××××.org>