From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 7 12:00:46 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 424DF16A4CE for ; Sun, 7 Mar 2004 12:00:46 -0800 (PST) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933B743D2F for ; Sun, 7 Mar 2004 12:00:45 -0800 (PST) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (localhost [127.0.0.1]) by haldjas.folklore.ee (8.12.10/8.12.10) with ESMTP id i27K0aUA070666; Sun, 7 Mar 2004 22:00:36 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost)i27K0ZRE070663; Sun, 7 Mar 2004 22:00:35 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Date: Sun, 7 Mar 2004 22:00:35 +0200 (EET) From: Narvi To: Daniel Lang In-Reply-To: <20040305184424.GA10310@atrbg11.informatik.tu-muenchen.de> Message-ID: <20040307215946.G68396@haldjas.folklore.ee> References: <20040303160340.700C5170D4@www.wcborstel.nl> <20040304205210.GJ490@geekpunk.net> <20040305184424.GA10310@atrbg11.informatik.tu-muenchen.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on haldjas.folklore.ee cc: David Raistrick cc: hackers@freebsd.org Subject: Re: Standard sbc and pcm support in GENERIC kernel? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 20:00:46 -0000 On Fri, 5 Mar 2004, Daniel Lang wrote: > Hi, > > David Raistrick wrote on Fri, Mar 05, 2004 at 08:27:56AM -0800: > [..] > > kldload snd_driver > > > > is of course the correct way to do it. FWIW, kldunload snd_driver does > > /not/ unload all of the modules that kldload snd_driver loads. > [..] > > snd_driver is a module that contains _all_ drivers, > thus you have the best chance to get sound working. > Unloading it, will of course unload the whole module with > all drivers. There is no way to leave one of the drivers > in the kernel. > > I agree, that there is not much documentation which driver > module supports which sound device (or I was not successful > to dig that up). > > However, you can determine the correct module, by subsequently > loading and unloading each individual driver module. The one > which attached to your sound device and actually works > (check /dev/sndstat as well) is obviously the correct one. > And you really want this to be something somebody new to FreeBSD and possibly unix has to go through to get sound working (afetr finding the documentation, of course)??? > Not a very efficient way, but it works. :) > > Best regards, > Daniel > -- > IRCnet: Mr-Spock > - kommst du siehst du, gehst du hast du, weisst du, krass! - > Daniel Lang * dl@leo.org * +49 89 289 18532 * http://www.leo.org/~dl/ >