From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 6 13:45:28 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3191816A41C for ; Mon, 6 Jun 2005 13:45:28 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from drizzle.cc.mcgill.ca (drizzle.CC.McGill.CA [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F4F43D48 for ; Mon, 6 Jun 2005 13:45:27 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252]) by drizzle.cc.mcgill.ca (8.12.11/8.12.3) with ESMTP id j56DjPag007672; Mon, 6 Jun 2005 09:45:26 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) by mailscan5.CC.McGill.CA (8.12.11/8.12.11) with ESMTP id j56Dhf9A023623; Mon, 6 Jun 2005 09:43:41 -0400 Received: from localhost.localdomain (hyper.cnd.mcgill.ca [132.216.11.150]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j56Dj0HE030391; Mon, 6 Jun 2005 09:45:00 -0400 Received: from localhost.localdomain (hyper [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id j56Dj04b030511; Mon, 6 Jun 2005 09:45:00 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j56Dj0IJ030510; Mon, 6 Jun 2005 09:45:00 -0400 Date: Mon, 6 Jun 2005 09:44:59 -0400 From: Mathew Kanner To: "Matthew D. Fuller" Message-ID: <20050606134459.GE32095@cnd.mcgill.ca> References: <42A2C571.7060203@thefort.org> <20050606101538.GG57893@over-yonder.net> <20050606105039.GA632@gothic.blackend.org> <20050606122310.GA43737@over-yonder.net> <20050606132919.GD32095@cnd.mcgill.ca> <20050606133438.GH57893@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050606133438.GH57893@over-yonder.net> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA Cc: freebsd-multimedia@freebsd.org, Mathew Kanner Subject: Re: FreeBSD Handbook: Soundcard Setup Addition (7.2.1) 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: Mon, 06 Jun 2005 13:45:28 -0000 On Jun 06, Matthew D. Fuller wrote: > [ Trim CC ] > > On Mon, Jun 06, 2005 at 09:29:19AM -0400 I heard the voice of > Mathew Kanner, and lo! it spake thus: > > On Jun 06, Matthew D. Fuller wrote: > > > > > > Not all of them tell you. I had to figure it out by loading them > > > individually and seeing which grabbed it, before I config'd it into > > > the kernel. > > > > What's the output of kldstat? > > Oh, I have it compiled in: > > (ttyp3):{225}% kldstat -v | grep snd_ > 62 isa/snd_mss > 63 acpi/snd_mss > 64 isa/snd_pnpmss > 65 acpi/snd_pnpmss > 66 gusc/snd_guspcm > > But it didn't show anything when I was digging through KLD's to find > out what it was either. It will only show 'kld blah' if it is a kernel loaded module. I think the only driver that's missing the string is uaudio but I might have caught it recently, if not then pending commit has the change. I guess we could twiddle the macro so it says 'static compiled module blah' or something like that, whatcha think? --Mat