From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 12:21:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE2116A4CE for ; Fri, 8 Oct 2004 12:21:10 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08E543D3F for ; Fri, 8 Oct 2004 12:21:09 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CFtkC-0002Ib-00 for ; Fri, 08 Oct 2004 14:21:08 +0200 Received: from 231.98.121.148.in-addr.arpa ([148.121.98.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2004 14:21:08 +0200 Received: from solskogen by 231.98.121.148.in-addr.arpa with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2004 14:21:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Christer Solskogen Date: Fri, 08 Oct 2004 14:10:49 +0200 Lines: 23 Message-ID: References: <20041007161444.GA34608@eerie.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 231.98.121.148.in-addr.arpa User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en In-Reply-To: <20041007161444.GA34608@eerie.lan> Sender: news X-Mailman-Approved-At: Fri, 08 Oct 2004 12:28:45 +0000 Subject: Re: beta7 experience X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 12:21:10 -0000 Martin Faxer wrote: > Hi all! > > I recently installed beta7 on my box and I experienced a few problems: > > snd_emu10k1 > ----------- > To build the snd_emu10k1 sound driver, one needs to add: > > device "snd_emu10k1" > > to the kernel config file. Simply: > > device snd_emu10k1 > No. Simply: device "snd_emu10k1" -- cso