From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 21:39:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0F8106568A for ; Mon, 30 Jun 2008 21:39:35 +0000 (UTC) (envelope-from fbsd06+XM=63c7850b@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0B8D38FC2B for ; Mon, 30 Jun 2008 21:39:35 +0000 (UTC) (envelope-from fbsd06+XM=63c7850b@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id BF38D16467F for ; Mon, 30 Jun 2008 17:23:58 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 04A6423E49F for ; Mon, 30 Jun 2008 17:23:54 -0400 (EDT) Date: Mon, 30 Jun 2008 22:23:44 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080630222344.5771b9c6@gumby.homeunix.com.> In-Reply-To: <25ff90d60806301228s5f499315y35219b3da6b4bfc3@mail.gmail.com> References: <25ff90d60806301043x1fde10d4gf4fc798e49f12460@mail.gmail.com> <200806301545.14143.gnemmi@gmail.com> <25ff90d60806301228s5f499315y35219b3da6b4bfc3@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 7.0 No Sound: emu10k1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 21:39:35 -0000 On Mon, 30 Jun 2008 15:28:37 -0400 "David Horn" wrote: > Thanks for the hint. snd_emu10kx instead of snd_emu10k1 (doh!) > > I knew it had to be something simple. Everything is working great > now. > For future reference there's an easy way to find the correct driver. You kldload snd_driver (which loads all sound drivers), start playing some audio, and then kldunload snd_driver. kldstat will then show you the driver that couldn't be unloaded because it's in use.