From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 10 03:06:17 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8CDE106568A for ; Fri, 10 Oct 2008 03:06:17 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from beta.eecs.cwru.edu (beta.EECS.CWRU.Edu [129.22.150.110]) by mx1.freebsd.org (Postfix) with ESMTP id 576AD8FC27 for ; Fri, 10 Oct 2008 03:06:17 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from narn.knownspace ([::ffff:69.140.221.138]) (AUTH: PLAIN jrh29, TLS: TLSv1/SSLv3,168bits,DES-CBC3-SHA) by beta.eecs.cwru.edu with esmtp; Thu, 09 Oct 2008 23:06:16 -0400 id 000050D0.48EEC6A8.00001C8A Date: Thu, 9 Oct 2008 23:06:12 -0400 From: Justin Hibbits To: freebsd-ppc@freebsd.org Message-ID: <20081010030612.GB1138@narn.knownspace> References: <20081009220352.GA1138@narn.knownspace> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20081009220352.GA1138@narn.knownspace> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Apple Tumbler and Snapper audio: looking for testers X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 03:06:17 -0000 On Thu, Oct 09, 2008 at 06:03:52PM -0400, Justin Hibbits wrote: > I applied the patch, and got all the same output on my MDD as in your email, but > there is no /dev/pcm0. I do have a /dev/sndstat, and /dev/mixer0. The What's really odd is that I don't have any /dev/pcm*. I kldload'd snd_uaudio, which showed in the dmesg output as creating pcm1, but there is no /dev/pcm1 either. Any ideas why I wouldn't have a pcm device show up in /dev, but is created in the kernel? - Justin