Date: Wed, 8 Sep 1999 16:57:49 +1000 From: Jim Mock <jim@blues.ghis.net> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: current@FreeBSD.ORG Subject: Re: VibraX audio broken with newpcm Message-ID: <19990908165748.A92314@blues.ghis.net> In-Reply-To: <535.936771554@localhost> References: <535.936771554@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <Vibra16X> 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 <Vibra16X> 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 <Vibra16X> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990908165748.A92314>