From owner-freebsd-hardware Sun Nov 3 16:45:45 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16898 for hardware-outgoing; Sun, 3 Nov 1996 16:45:45 -0800 (PST) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA16880 for ; Sun, 3 Nov 1996 16:45:28 -0800 (PST) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0vKD0U-0004rmC; Sun, 3 Nov 96 19:35 EST Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA19943; Sun, 3 Nov 96 19:32:54 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA15617; Sun, 3 Nov 1996 19:32:42 -0500 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199611040032.TAA15617@elmer.ct.picker.com> Subject: Re: SoundBlaster 32 PnP To: graham@fgate.flevel.co.uk (Graham Breach) Date: Sun, 3 Nov 1996 19:32:42 -0500 (EST) Cc: hardware@freebsd.org In-Reply-To: <199610311730.RAA04676@fgate.flevel.co.uk> from "Graham Breach" at Oct 31, 96 05:30:27 pm Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: Randall Hopper rhh@ct.picker.com