From owner-freebsd-current Wed Sep 8 0: 0: 0 1999 Delivered-To: freebsd-current@freebsd.org Received: from blues.ghis.net (pppc2-50.eisa.net.au [203.166.251.170]) by hub.freebsd.org (Postfix) with ESMTP id 0E66614D51 for ; Tue, 7 Sep 1999 23:59:48 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id QAA11970; Wed, 8 Sep 1999 16:57:52 +1000 (EST) (envelope-from jim) Date: Wed, 8 Sep 1999 16:57:49 +1000 From: Jim Mock To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: VibraX audio broken with newpcm Message-ID: <19990908165748.A92314@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <535.936771554@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <535.936771554@localhost> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 07 Sep 1999 at 23:19:14 -0700, Jordan K. Hubbard wrote: > Using: > > controller pnp0 > device pcm0 > > In my kernel and "pnp aware OS" turned both on and off in my BIOS, > I get this on probe: > > pcm0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa I'm having the same problem, however, I get drq 0,1 rather than 1,3 since I have ppc0 using drq 3. It doesn't work if I take ppc0 off drq 3 either. > But just catting a .au file to /dev/audio (yep, MAKEDEV snd0 run > previously) results in the cat hanging and no sound. Ditto. Playing mp3s seem to start (i.e., CPU usage goes up but then stops), then it just hangs and gqmpeg/mpg123 needs to be killed. > Just for comparison, from a kernel of August 29th using: > > controller pnp0 > device pcm0 at nexus? port ? irq 5 drq 1 flags 0x13 > > I get this on probe: > > CSN 1 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] > pcm1 (SB16pnp sn 0xffffffff) at 0x220-0x22f irq 5 drq 1 flags 0x13 on isa That was the last working build for me as well. I've since downgraded to 3.3-RC. Here's the probe from 3.3-RC.. Probing for PnP devices: CSN 1 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] pcm1 (SB16pnp sn 0xffffffff) at 0x220-0x22f irq 9 drq 1 flags 0x10 on isa And here's my kernel config.. controller pnp0 device pcm0 at isa ? port? tty irq 9 drq 1 flags 0x10 Which works fine. I think part of the problem I'm having is that newpcm won't find it on it's actual irq, which is 9 instead of 5. -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - The FreeBSD Project -- http://www.FreeBSD.org/ - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message