From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 19:28:51 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 1234A106566C for ; Mon, 30 Jun 2008 19:28:51 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id C2BA78FC19 for ; Mon, 30 Jun 2008 19:28:50 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so725508ywe.13 for ; Mon, 30 Jun 2008 12:28:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=AMr7pZ4YneOM3ucBAab9J5caaTCT1/ZbCRzHXD4l/z0=; b=mfnWAE1ByakMgE2o6hsMBHO4IXGTWxveEQJLCF6ez73vAn7zBYN6ibmFgY9OP9iX5m XZLb6j5tc92stRsvZ+WDJ9bI6lW2d3/ubCTrjvK5U+iaKya2084i6iENosgwVQ0zxBpP c9t/TtJKSCeB4W0/VOqN87N15soDaEvYwWydo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hYUyA68OsQxSMXmxaQBr5bJvN234d0phCKINXTJxwKqp6adhu6eKwujvg8AhOI6MVI /1BQksqLxk1unhF98olyKNif2fAK6jvBVU1WPRYGoYSazhFTzkUAsen/juGSo81jA3eT oOoOIIRXOoKhLw7YZUsG5ipwdqnPm3gSamTC0= Received: by 10.151.158.2 with SMTP id k2mr8982461ybo.70.1214854117823; Mon, 30 Jun 2008 12:28:37 -0700 (PDT) Received: by 10.150.181.10 with HTTP; Mon, 30 Jun 2008 12:28:37 -0700 (PDT) Message-ID: <25ff90d60806301228s5f499315y35219b3da6b4bfc3@mail.gmail.com> Date: Mon, 30 Jun 2008 15:28:37 -0400 From: "David Horn" To: freebsd-questions@freebsd.org In-Reply-To: <200806301545.14143.gnemmi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25ff90d60806301043x1fde10d4gf4fc798e49f12460@mail.gmail.com> <200806301545.14143.gnemmi@gmail.com> 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 19:28:51 -0000 Thanks for the hint. snd_emu10kx instead of snd_emu10k1 (doh!) I knew it had to be something simple. Everything is working great now. --_Dave