From owner-freebsd-hardware Thu Oct 31 09:28:13 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA22528 for hardware-outgoing; Thu, 31 Oct 1996 09:28:13 -0800 (PST) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA22478 for ; Thu, 31 Oct 1996 09:28:09 -0800 (PST) Received: (from graham@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) id RAA04676 for hardware@freebsd.org; Thu, 31 Oct 1996 17:30:28 GMT From: Graham Breach Message-Id: <199610311730.RAA04676@fgate.flevel.co.uk> Subject: Re: SoundBlaster 32 PnP To: hardware@freebsd.org Date: Thu, 31 Oct 1996 17:30:27 +0000 (GMT) In-Reply-To: <199610311635.LAA28904@tejas.fore.com> from "Rajesh Vaidheeswarran" at Oct 31, 96 11:35:43 am X-Mailer: ELM [version 2.4 PL24 ME8] 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 I tried your suggestions with this result (from dmesg): 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. Do you have any more suggestions, as this has me a bit stumped... > > you have to make the devices with /dev/MAKEDEV > > also, take a look at the LINT file in /sys/i386/conf and copy the > required sb lines into your config file, and rebuild the kernel. > > These are the lines I use. > > device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device joy0 at isa? port "IO_GAME" > > -- using MH template repl.format -- > In a previous message, Graham Breach writes: > > > > > > > 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 > > > > > > > > >