From owner-freebsd-stable@FreeBSD.ORG Thu May 12 07:13:24 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A86106566B for ; Thu, 12 May 2011 07:13:24 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 594F68FC1E for ; Thu, 12 May 2011 07:13:24 +0000 (UTC) Received: by wyf23 with SMTP id 23so1260263wyf.13 for ; Thu, 12 May 2011 00:13:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=VSbUS3phZRpNGxITrsuqdWa/hyZC/ttETeiZApSk0aE=; b=vpripD4HxX15fhWfrsCoUXD48VzYxQB91EnzQytgdHssffDbRaBtwcsc8j6yjeTKA0 0qehAm0xvOC6M8zeWEmgbG3lOYzazQe2wKY10KS/jGSHO+iEZRgT4qnCsMFITjB8Zl9p u1SZOYkvXgUvyWCfSo4oovgIcu5hIBRRHGNGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=W5uRb+8D+3ikucHgGbd5SPqsua1PP4WQH603kjTgMleP0g7WB/B/kWsrVHIZxweiyF gAub/2OhfnWhbQLwlrGrfrFyDXl2l/Iz1/9rGyGivg/paITlDQEOrjxBkg3mWG5USb8/ jLGZGu1U3YzimhPNZPQJ6bfJPcVnq2dzBi5Is= Received: by 10.227.58.82 with SMTP id f18mr7863592wbh.45.1305182792192; Wed, 11 May 2011 23:46:32 -0700 (PDT) Received: from Groseille.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id y29sm540368wbd.21.2011.05.11.23.46.30 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 23:46:31 -0700 (PDT) Message-ID: <4DCB8271.3070707@gmail.com> Date: Thu, 12 May 2011 08:47:13 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: snd_hda : sometimes sound sometimes not X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 07:13:24 -0000 Hello, I don't know if there is a lot of changes in the snd_hda driver in the -STABLE branch but since I upgraded to it sometimes I have sound and sometimes not. The mixer are exactly the same when these event occurs. This happened this morning. After booting I do not have any sound. I rebooted and suddenly I've got sound again... I only tweak snd_hda(4) for a pin sense on the front panel (it has no sound neither) So I added in /boot/devices.hints : hint.hdac.1.cad0.nid27.config="as=1 seq=15" And there's the both dmesg ok.txt when sound is here and not.txt when there isn't as you can see there is no difference related to the hda driver. http://markand.malikania.fr/ok.txt http://markand.malikania.fr/nok.txt I'm guessing something. My laptop has a mute shortcut, if I press it at the BIOS stage I will not have sound neither thus is it possible that my chipset is muted from anything? Cheers, -- David Demelier