Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no sound through headphones (still bad)
Date: Sun, 17 Jul 2016 17:43:47
Message-Id: 8737n8rwhq.fsf@nyu.edu
In Reply to: Re: [gentoo-user] no sound through headphones (still bad) by Alec Ten Harmsel
1 On Sat, Jul 16 2016, Alec Ten Harmsel wrote:
2
3 > On Sat, Jul 16, 2016 at 04:17:04PM -0400, allan gottlieb wrote:
4 >>
5 >> To answer Alec's questions this is a 3.5mm jack. Nothing new in dmesg.
6 >> sudo lspci | grep -i audio shows
7 >> 00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
8 >> 00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High
9 >> Definition Audio Controller (rev 03)
10 >>
11 >> I think/hope we are getting close and thank everyone for their help.
12 >>
13 >> allan
14 >>
15 >
16 > Just double checking; what is the value of these config keys in your
17 > kernel config?
18 >
19 > * SND_HDA_INTEL
20 > * SND_INTEL* (there are a few of these)
21 > * SND_SOC_INTEL* (there are a few of these)
22
23 E7450-wired linux # grep SND_HDA_INTEL .config
24 CONFIG_SND_HDA_INTEL=y
25 E7450-wired linux # grep 'SND_INTEL*' .config
26 # CONFIG_SND_INTEL8X0 is not set
27 # CONFIG_SND_INTEL8X0M is not set
28 E7450-wired linux # grep 'SND_SOC_INTEL*' .config
29 E7450-wired linux #
30
31 Is this last empty reply significant?
32
33 > I'm completely grasping at straws here. Another option may be opening up
34 > a terminal and running:
35 >
36 > pulseaudio --kill
37 > pulseaudio --start --daemonize=no --verbose
38 >
39 > Then try and use audio and see what exactly gets spit out.
40 >
41 > Audio for me Just Works (tm), so I hope this helps.
42 >
43 > Alec
44
45 gottlieb@E7450-wired /local/allan/gottlieb $ pulseaudio --kill
46 gottlieb@E7450-wired /local/allan/gottlieb $ pulseaudio --start --daemonize=no --verbose
47 I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
48 I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
49 I: [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: No such file or directory
50 I: [pulseaudio] main.c: This is PulseAudio 8.0
51 I: [pulseaudio] main.c: Page size is 4096 bytes
52 I: [pulseaudio] main.c: Machine ID is 6089ce1bfebfff5e96a31beb55b51fc9.
53 I: [pulseaudio] main.c: Session ID is 1.
54 I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
55 I: [pulseaudio] main.c: Using state directory /home/gottlieb/.config/pulse.
56 I: [pulseaudio] main.c: Using modules directory /usr/lib64/pulse-8.0/modules.
57 I: [pulseaudio] main.c: Running in system mode: no
58 E: [pulseaudio] pid.c: Daemon already running.
59
60 Starting audio did not cause anything to be printed.
61
62 allan

Replies

Subject Author
Re: [gentoo-user] no sound through headphones (still bad) Alec Ten Harmsel <alec@××××××××××××××.com>
Re: [gentoo-user] no sound through headphones (still bad) Fernando Rodriguez <cyklonite@×××××.com>
Re: [gentoo-user] no sound through headphones (now works) allan gottlieb <gottlieb@×××.edu>