From owner-freebsd-multimedia@FreeBSD.ORG Thu May 26 20:13:33 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9F3D1065670 for ; Thu, 26 May 2011 20:13:33 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id B15F38FC1F for ; Thu, 26 May 2011 20:13:33 +0000 (UTC) Received: from baby-jane.lamaiziere.net (6.176.97.84.rev.sfr.net [84.97.176.6]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 62B88633205 for ; Thu, 26 May 2011 21:54:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 56F017316E for ; Thu, 26 May 2011 21:54:26 +0200 (CEST) Date: Thu, 26 May 2011 21:54:25 +0200 From: Patrick Lamaiziere To: freebsd-multimedia@freebsd.org Message-ID: <20110526215425.1196877a@davenulle.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: snd_hda no sound when I reboot from windows (and vice versa) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 20:13:34 -0000 8.2 stable/i386 Hello, If I reboot from Windows, I've got no sound. I must remove the power cord from the alimentation and then sound works in FreeBSD. Vice versa, same problem if I reboot from FreeBSD to Windows. That's a bit annoying. I can see there are differences between the two cases on the verbose output of snd_hda and pcm: (hda-sound : sound works, hda-nosound : does not work) roxette:~$ diff -u hda-sound.txt hda-nosound.txt --- hda-sound.txt 2011-05-26 21:29:32.000000000 +0200 +++ hda-nosound.txt 2011-05-26 21:28:26.000000000 +0200 @@ -229,19 +229,47 @@ hdac1: hdac1: nid: 20 [DISABLED] hdac1: Name: vendor widget -hdac1: Widget cap: 0x00f00000 +hdac1: Widget cap: 0x00f0010b and pins association differs : pcm4: Speaker/Beep Volume (OSS: speaker) pcm4: | -pcm4: +- ctl 23 (nid 34 out): -15/12dB (19 steps) + mute +pcm4: +- ctl 29 (nid 34 out): -15/12dB (19 steps) + mute ... files: hda-sound.txt : http://user.lamaiziere.net/patrick/hda-sound.txt hda-nosound.txt : http://user.lamaiziere.net/patrick/hda-nosound.txt diff : http://user.lamaiziere.net/patrick/hda_diff.txt Any idea? Thanks, regards.