From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755449Ab1HDSTZ (ORCPT ); Thu, 4 Aug 2011 14:19:25 -0400 Received: from mail-iy0-f170.google.com ([209.85.210.170]:57045 "EHLO mail-iy0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755407Ab1HDSTV (ORCPT ); Thu, 4 Aug 2011 14:19:21 -0400 Message-ID: <4E3AE2A5.2010100@lwfinger.net> Date: Thu, 04 Aug 2011 13:19:17 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 MIME-Version: 1.0 To: Takashi Iwai CC: Jaroslav Kysela , LKML , alsa-devel@alsa-project.org, "Rafael J. Wysocki" Subject: Re: Regression in 3.0-git after commit c82693db52beced0419cecf09a3c81adfe95a544 - sound does not work References: <4E39C074.10007@lwfinger.net> <4E3AC3B1.9030400@lwfinger.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/04/2011 12:55 PM, Takashi Iwai wrote: > > Thanks. Through a quick glance at these information, the problem > looks like that both newly appearing "Headphone" and "Speaker" volumes > are set to zero. Usually alsactl invoked by udev will set appropriate > values for new elements, but in your case, it didn't work by some > reason. > > Try to adjust them. (Note that you don't have to rebuild the kernel > just for this test; pass model=auto option to snd-hda-intel module, > then it'll switch to that mode.) By adding that option to /etc/modprobe.d/99-local.conf, and removing my patch, I got new controls with the mixer. After fiddling with them a bit, I got working sound. The issue is fixed. Thanks, Larry