From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8A34139083 for ; Tue, 19 Dec 2017 04:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F6A9E1150; Tue, 19 Dec 2017 04:28:33 +0000 (UTC) Received: from fed1rmfepo202.cox.net (fed1rmfepo202.cox.net [68.230.241.147]) by pigeon.gentoo.org (Postfix) with ESMTP id AB1D7E10E9 for ; Tue, 19 Dec 2017 04:28:32 +0000 (UTC) Received: from fed1rmimpo109.cox.net ([68.230.241.158]) by fed1rmfepo202.cox.net (InterMail vM.8.01.05.28 201-2260-151-171-20160122) with ESMTP id <20171219042832.SBMS4574.fed1rmfepo202.cox.net@fed1rmimpo109.cox.net> for ; Mon, 18 Dec 2017 23:28:32 -0500 Received: from [192.168.1.97] ([70.188.196.149]) by fed1rmimpo109.cox.net with cox id ngUD1w00D3DsrnJ01gUXHi; Mon, 18 Dec 2017 23:28:31 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A090206.5A38956F.006B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.2 cv=YafN30Zf c=1 sm=1 tr=0 a=pdMsmHfaKrcloeG85HPXqg==:117 a=pdMsmHfaKrcloeG85HPXqg==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=Y4uYPhfbW0IA:10 a=ZQkjJVdTkOqJpfRsaf4A:9 a=QEXdDO2ut3YA:10 X-CM-Score: 0.00 Authentication-Results: cox.net; auth=pass (PLAIN) smtp.auth=eriic1@cox.net Subject: Re: [gentoo-user] No Sound After Reboot, or, More Troubles with Firmware? To: gentoo-user@lists.gentoo.org References: From: eric Message-ID: Date: Mon, 18 Dec 2017 21:28:12 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 56214aeb-f7b0-4b84-9fa8-aecb3fee8b46 X-Archives-Hash: e6b0ead42bd9d7d8aad1e3f9ea053472 On 12/18/2017 08:18 PM, Hunter Jozwiak wrote: > Hello again, > > While fixing my wifi card issues, I came across yet another issue. I > set the snd-hda-intel PCH as my default soundcard, but I have no sound > whatsoever, which renders the system pretty much inoperable to me. I > tried the following: > amixer set Master unmute > amixer set Speaker unmute > amixer set Headphone unmute > These all went to no evail; no speech from espeakup, and nothing from > speaker-test. Am I missing something here? Is there an amixer set All > unmute or something? configlessnd_hda_intel is enabled as a module, as > is the Realtek codec; the system picked up on the device fine. > > Thanks, > > Hunter > > Hunter, I am a new gentoo user and had trouble getting my sound card to work. It took me a lot of head scratching and I was able to finally get it to be recognized. I don't know what the statement below means or where you set this configuration. > set the snd-hda-intel PCH as my default soundcard On my system $ lspci | grep Audio 00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31) 01:00.1 Audio device: NVIDIA Corporation Device 10f1 (rev a1) and $ lsmod Module Size Used by nvidia_drm 40960 1 nvidia_modeset 864256 4 nvidia_drm nvidia 13398016 170 nvidia_modeset snd_hda_codec_hdmi 45056 0 xhci_pci 16384 0 xhci_hcd 139264 1 xhci_pci x86_pkg_temp_thermal 16384 0 i2c_hid 20480 0 My kernel config file shows # cat .config | grep SND_HDA CONFIG_SND_HDA=y CONFIG_SND_HDA_INTEL=y CONFIG_SND_HDA_HWDEP=y CONFIG_SND_HDA_RECONFIG=y # CONFIG_SND_HDA_INPUT_BEEP is not set CONFIG_SND_HDA_PATCH_LOADER=y CONFIG_SND_HDA_CODEC_REALTEK=m CONFIG_SND_HDA_CODEC_ANALOG=m # CONFIG_SND_HDA_CODEC_SIGMATEL is not set CONFIG_SND_HDA_CODEC_VIA=m CONFIG_SND_HDA_CODEC_HDMI=m # CONFIG_SND_HDA_CODEC_CIRRUS is not set # CONFIG_SND_HDA_CODEC_CONEXANT is not set # CONFIG_SND_HDA_CODEC_CA0110 is not set # CONFIG_SND_HDA_CODEC_CA0132 is not set # CONFIG_SND_HDA_CODEC_CMEDIA is not set # CONFIG_SND_HDA_CODEC_SI3054 is not set CONFIG_SND_HDA_GENERIC=y CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 CONFIG_SND_HDA_CORE=y CONFIG_SND_HDA_I915=y CONFIG_SND_HDA_PREALLOC_SIZE=2048 What are you using for your sound? ALSA or PulseAudio? I ended up going with PulseAudio myself to get my sound working. Hope any of this helps you, Eric