From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 5 08:35:59 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF3C6106566C for ; Sun, 5 Jun 2011 08:35:59 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (r2b9.nsu.ru [212.192.164.39]) by mx1.freebsd.org (Postfix) with ESMTP id 98BEF8FC12 for ; Sun, 5 Jun 2011 08:35:58 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1QT8oK-0007LX-5x for multimedia@freebsd.org; Sun, 05 Jun 2011 15:35:52 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id p558cOkZ043987 for ; Sun, 5 Jun 2011 15:38:24 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id p558c3SZ043820 for multimedia@freebsd.org; Sun, 5 Jun 2011 15:38:03 +0700 (NOVST) (envelope-from danfe) Date: Sun, 5 Jun 2011 15:38:02 +0700 From: Alexey Dokuchaev To: multimedia@freebsd.org Message-ID: <20110605083802.GA36056@regency.nsu.ru> References: <20100731163218.GA39249@regency.nsu.ru> <20110515163619.GA49401@regency.nsu.ru> <20110516032002.GA94798@regency.nsu.ru> <20110604142511.GA2424@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110604142511.GA2424@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: snd_hda(4) pin routing issues 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: Sun, 05 Jun 2011 08:36:00 -0000 On Sat, Jun 04, 2011 at 09:25:11PM +0700, Alexey Dokuchaev wrote: > I digged my old email from July 2007 on acpi@ about this laptop of mine > (I was running 6.2-STABLE that days and had some ACPI troubles). From > attached verbose dmesg log, however, I can see that snd_hda(4) worked! > It was at revision 20070710_0047 that time. Today I've tried to checkout RELENG_6 kernel source and rebuild snd_hda.ko and sound.ko on my 8.2-STABLE. snd_hda(4) required almost no hackery, builds and loads fine; mixer(8) reports something sane now: `pcm' and `vol' volumes (compared to just `speaker' and `rec' before). Alas, while it looks fine, sound still does not work. Apparently, old snd_hda(4) does not play nice with new sound(4). However, it seems that HDA-related logic at least detects and setups my sound chip correctly. I've tried to build sound(4), it required some manual patching to fix all unresolved symbols on module load (CHANNEL_SETDIR, msleep, minor, sx_init). However, once it loaded, laptop paniced immediately. :-( ./danfe