From owner-freebsd-current@FreeBSD.ORG Mon Oct 6 10:50:44 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E742106568B; Mon, 6 Oct 2008 10:50:44 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) by mx1.freebsd.org (Postfix) with ESMTP id 3219A8FC16; Mon, 6 Oct 2008 10:50:44 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout1.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1Kmnfk-0004zG-VP; Mon, 06 Oct 2008 12:50:41 +0200 Received: from r84b1.r.pppool.de ([89.54.132.177]:14742 helo=ernst.jennejohn.org) by 10.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1Kmnfi-0003WQ-Ql; Mon, 06 Oct 2008 12:50:39 +0200 Date: Mon, 6 Oct 2008 12:50:28 +0200 From: Gary Jennejohn To: "Alexander Leidinger" Message-ID: <20081006125028.5617e63f@ernst.jennejohn.org> In-Reply-To: <20081006114838.75492pa2uian85wk@webmail.leidinger.net> References: <1222892584.00020319.1222880402@10.7.7.3> <48E54290.5010600@FreeBSD.org> <48E54B75.3010307@FreeBSD.org> <200810030945.00843.doconnor@gsoft.com.au> <48E9AB21.1010203@fluffles.net> <20081006114838.75492pa2uian85wk@webmail.leidinger.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexander Motin , freebsd-current@freebsd.org, Joel Dahl , bsd@fluffles.net Subject: Re: regression in HDA functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 10:50:44 -0000 On Mon, 06 Oct 2008 11:48:38 +0200 "Alexander Leidinger" wrote: > Quoting fluffles.net (from Mon, 06 Oct 2008 > 08:07:29 +0200): > > Maybe a solution would be to *always* register pcm0, so it becomes the > > default device. This device is not a real device but rather a virtual > > We have /dev/dsp, which points by default to the first registered soundcard. > Really? I do not have any /dev/dsp. garyj:ernst:~:-bash:6> uname -a FreeBSD ernst.jennejohn.org 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Sat Oct 4 12:13:45 CEST 2008 garyj@ernst.jennejohn.org:/usr/obj/usr/src/sys/amd64 amd64 garyj:ernst:~:-bash:7> ls /dev/d* /dev/dcons /dev/devstat /dev/dumpdev@ /dev/devctl /dev/dgdb /dev/dvd@ root:ernst:~:bash:3> grep -i dsp /sys/conf/* /sys/conf/files:dev/sound/pcm/dsp.c optional sound /sys/conf/kern.mk:# disable MIPS DSP ASE Instruction set. /sys/conf/kern.mk:CFLAGS+= -msoft-float -mno-dsp root:ernst:~:bash:4> grep -i dsp /sys/amd64/conf/* root:ernst:~:bash:5> grep sound /sys/amd64/conf/amd64 device sound root:ernst:~:bash:6> ls /usr/obj/usr/src/sys/amd64/dsp* /usr/obj/usr/src/sys/amd64/dsp.o Seems like all the prerequisites are there. --- Gary Jennejohn