Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6

2001-06-07 Thread Mike Smith
> > If I specify > > device pcm0 at isa? port 0x534 irq 7 > > I get: > > mss_detect, busy still set (0xff) > pcm0 failed to probe at port 0x534-0x53b irq 7 on isa0 > > with > > device pcm0 at isa? port? irq? drq1 flags 0x15 You *should* just be able to use the PnP BIOS. However: > pnpbi

Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6

2001-06-07 Thread Graham Dunn
If I specify device pcm0 at isa? port 0x534 irq 7 I get: mss_detect, busy still set (0xff) pcm0 failed to probe at port 0x534-0x53b irq 7 on isa0 with device pcm0 at isa? port? irq? drq1 flags 0x15 [snip] avail memory = 77828096 (76004K bytes) bios32: Found BIOS32 Service Directory header

Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6

2001-06-07 Thread Cameron Grant
> Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at > 0x534). Setting port 0x534 in the kernel config results in nothing being > detected at all. some details (boot -v dmesg, pnpinfo, relevant bits of kernel config) would be nice... -cg To Unsubscribe: send mail to [EM

Re: CS4232 with pcm driver returns device_probe_and_attach: pcm0attach returned 6

2001-06-07 Thread George Reid
On Thu, 7 Jun 2001, Graham Dunn wrote: > this is 4.3-STABLE, cvsup'd last week, on a Toshiba Tecra 720cdt. > > Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at > 0x534). Setting port 0x534 in the kernel config results in nothing being > detected at all. Please send the outp

CS4232 with pcm driver returns device_probe_and_attach: pcm0 attach returned 6

2001-06-07 Thread Graham Dunn
this is 4.3-STABLE, cvsup'd last week, on a Toshiba Tecra 720cdt. Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at 0x534). Setting port 0x534 in the kernel config results in nothing being detected at all. Using the sbc0 driver in conjuntion with pcm, with the same args will

Re: pcm driver

2000-09-25 Thread Hasan Diwan
Mr. O'Connor et al: More accurately, the last line would indicate your second DMA channel is set incorrectly. use the 'boot -c' configurator to play with the flags line (I had a similar problem with FreeBSD 3-STABLE and mine works with flags 0x16). If your secondary DMA channel is C, your

Re: pcm driver

2000-09-25 Thread Chris BeHanna
On Mon, 25 Sep 2000, Gary Kline wrote: > On Tue, Sep 26, 2000 at 08:23:04AM +1000, Phil Homewood wrote: > > Dave Edmondson wrote: > > > I finally got a Sound Blaster 16 non-PnP model working. Both pcm and sbc > > > had to be in the old ISA: > > > > > > pcm0 at isa? ... > > > sbc0

Re: pcm driver

2000-09-25 Thread Gary Kline
On Mon, Sep 25, 2000 at 05:44:33PM -0500, Dave Uhring wrote: > On Mon, 25 Sep 2000, Phil Homewood wrote: > > Dave Edmondson wrote: > > > I finally got a Sound Blaster 16 non-PnP model working. Both pcm and sbc > > > had to be in the old ISA: > > > > > > pcm0 at isa? ... > > > sbc0

Re: pcm driver

2000-09-25 Thread Gary Kline
On Tue, Sep 26, 2000 at 08:23:04AM +1000, Phil Homewood wrote: > Dave Edmondson wrote: > > I finally got a Sound Blaster 16 non-PnP model working. Both pcm and sbc > > had to be in the old ISA: > > > > pcm0at isa? ... > > sbc0at isa? ... > > > > ...format. After r

Re: pcm driver

2000-09-25 Thread Dave Edmondson
On Mon, Sep 25, 2000 at 09:47:24AM -0700, Gary Kline wrote: > On Mon, Sep 25, 2000 at 09:18:38AM +0200, Roman Shterenzon wrote: > > Quoting Gary Kline <[EMAIL PROTECTED]>: > > > > > According to Daniel O'Connor: > > > > > > > > > > > On 25-Sep-00 Gary Kline wrote: > > > > > ppi0: on ppbus0 >

Re: pcm driver

2000-09-25 Thread Gary Kline
On Mon, Sep 25, 2000 at 09:18:38AM +0200, Roman Shterenzon wrote: > Quoting Gary Kline <[EMAIL PROTECTED]>: > > > According to Daniel O'Connor: > > > > > > > > On 25-Sep-00 Gary Kline wrote: > > > > ppi0: on ppbus0 > > > > sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 > > on isa0 > > > >

pcm driver

2000-09-24 Thread Gary Kline
After more than an hour tracking down a bug in an X program--yes, I should have used gdb immediately, I found it was due to my KERNEL not being set up for sound. I am still using my SB16. Okay, I copied over the below which was in my FreeBSD-3.2 KERNEL file and tried to rebuild.