Date: Sun, 3 Nov 1996 19:32:42 -0500 (EST) From: rhh@ct.picker.com (Randall Hopper) To: graham@fgate.flevel.co.uk (Graham Breach) Cc: hardware@freebsd.org Subject: Re: SoundBlaster 32 PnP Message-ID: <199611040032.TAA15617@elmer.ct.picker.com> In-Reply-To: <199610311730.RAA04676@fgate.flevel.co.uk> from "Graham Breach" at Oct 31, 96 05:30:27 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Graham Breach:
|sb0 not found at 0x220
|sbxvi0 not found
|sbmidi0 not found at 0x330
|joy0 at 0x201 on isa
|joy0: joystick
|
|MAKEDEV doesn't have any entries for sb0, sbxvi0 or sbmidi0, so I assumed
|you meant the snd* devices.
"sh MAKEDEV snd0" should do it, though those exist by default I believe.
|Do you have any more suggestions, as this has me a bit stumped...
|> > Has anyone got a SoundBlaster 32 PnP to work under FreeBSD?
|> > We're using 2.2-CURRENT, and the sb devices are "not found".
|> >
|> > Graham Breach
Someone else posted to the multimedia group recently who was having
similar trouble getting an AWE32 PnP to work. I'm running a SoundBlaster
32 non-PnP version without any problems. I think your trouble might be
related to the PnP, so if the card supports it, you might disable that and
hard-wire the card down to DMAs 5 & 1, and IRQ 7 or 5.
A few other things you might check: 1) Possible IRQ/DMA conflict with
another card (probably not as none of your devices are being detected), and
2) if you're running a PCI motherboard, do you have IRQ5 (or 7), DMA 1, and
DMA 5 reserved for ISA in your BIOS?
In case it might help, here are the relevent lines from my kernel config:
controller snd0
device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x330
device opl0 at isa? port 0x388
and here are the relevent boot-up messages:
sb0 at 0x220 irq 5 drq 1 on isa
sb0: <SoundBlaster 16 4.13>
sbxvi0 at 0x0 drq 5 on isa
sbxvo0: <SoundBlaster 16 4.13>
sbmidi0 at 0x330 on isa
<SoundBlaster MPU-401>
opl0 at 0x388 on isa
opl0: <Yamaha OPL-3 FM>
Randall Hopper
rhh@ct.picker.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611040032.TAA15617>
