Gentoo Archives: gentoo-user

From: Robin Atwood <robin@×××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Something started muting the sound
Date: Sun, 13 Aug 2017 13:27:34
Message-Id: 201708132027.12439.robin@binro.org
In Reply to: Re: [gentoo-user] Something started muting the sound by Alexander Kapshuk
1 On Saturday 12 August 2017, Alexander Kapshuk wrote:
2 > On Sat, Aug 12, 2017 at 4:49 PM, Robin Atwood <robin@×××××.org> wrote:
3 > What's the output of these command lines?
4 > (1). lspci -vnn | sed '/Audio/,/driver/!d'
5 >
6 > (2). grep -Ei '^[^#]*(snd|hda)' linux/.config
7 >
8 > (3). rc-update show | grep alsa
9 >
10 > (4). grep HDA /var/log/dmesg
11
12 The output was what you would expect, lots info about HDA drivers and
13 hardware:
14
15 lspci -vnn | sed '/Audio/,/driver/!d'
16 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset
17 High Definition Audio [8086:
18 3b56] (rev 06)
19 Subsystem: Lenovo 5 Series/3400 Series Chipset High Definition Audio
20 [17aa:215e]
21 Flags: bus master, fast devsel, latency 0, IRQ 28
22 Memory at f2420000 (64-bit, non-prefetchable) [size=16K]
23 Capabilities: [50] Power Management version 2
24 Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
25 Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
26 Kernel driver in use: snd_hda_intel
27 01:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio
28 Controller [10de:0be3] (rev a1)
29 Subsystem: Lenovo High Definition Audio Controller [17aa:218f]
30 Flags: bus master, fast devsel, latency 0, IRQ 29
31 Memory at cdefc000 (32-bit, non-prefetchable) [size=16K]
32 Capabilities: [60] Power Management version 3
33 Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
34 Capabilities: [78] Express Endpoint, MSI 00
35 Kernel driver in use: snd_hda_intel
36
37
38 However, grepping dmesg was interesting:
39
40 # grep HDA /var/log/dmesg
41 [ 10.981754] input: HDA Digital PCBeep as
42 /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/inp
43 ut9
44 [ 10.981963] input: HDA Intel MID Mic as
45 /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
46 [ 10.982033] input: HDA Intel MID Dock Mic as
47 /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
48 [ 10.982102] input: HDA Intel MID Dock Headphone as
49 /devices/pci0000:00/0000:00:1b.0/sound/card0/input
50 12
51 [ 10.982171] input: HDA Intel MID Headphone as
52 /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
53
54 No output about the speakers. On another system (that works) I see:
55
56 [ 20.712891] input: HDA Intel Rear Mic as
57 /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
58 [ 20.712984] input: HDA Intel Front Mic as
59 /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
60 [ 20.713097] input: HDA Intel Line as
61 /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
62 [ 20.713185] input: HDA Intel Line Out as
63 /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
64
65 I think Line Out is a speaker. So why the difference?
66
67 Thanks
68 Robin
69 --
70 ----------------------------------------------------------------------
71 Robin Atwood.
72
73 "Ship me somewheres east of Suez, where the best is like the worst,
74 Where there ain't no Ten Commandments an' a man can raise a thirst"
75 from "Mandalay" by Rudyard Kipling
76 ----------------------------------------------------------------------
77
78
79
80
81
82
83
84
85
86 --
87 This message has been scanned for viruses and
88 dangerous content by MailScanner, and is
89 believed to be clean.

Replies

Subject Author
Re: [gentoo-user] Something started muting the sound Mick <michaelkintzios@×××××.com>