Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 09:02:52 +0200 (EET)
From:      a <andrew@soc.lg.gov.ua>
To:        Ivan Fetch <ivanfetch@technologist.com>
Cc:        Mark Ovens <mark@dogma.freebsd-uk.eu.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: pnp line needed for SB16
Message-ID:  <Pine.BSF.3.96.1000301085336.2071A-100000@soc.lg.gov.ua>
In-Reply-To: <Pine.LNX.4.20.0002291735440.11778-100000@ibis.ivanfetch.tzo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

SB16 is the isa card. 
try to include the followig 2 lines in your kernel config file

controller snd0
device sb0 at isa? port 0x220 irq 7 drq1 vector sbintr

don't forget to replace port and irq values with your own ones.
rebuild kernel.
Then

cd /dev
./MAKEDEV snd0		    

Then reboot the system.



On Tue, 29 Feb 2000, Ivan Fetch wrote:

> A little late, but better late than never:
> 
> I just wanted to tconvey thanks for assistance with my SoundBlaster 16
> plug and play  problem.  The ERROR was with the logical device number I
> was using.
> 
> Thanks Mark.
> 
> 
> On Tue, 22 Feb 2000, Mark Ovens wrote:
> 
> > On Tue, Feb 22, 2000 at 01:04:49AM -0700, Ivan Fetch wrote:
> > > Hello,
> > >    I have been trying for quite a while now to come up with a suitable
> > > `pnp' line to enter into the kernel configuration interfase (boot -c) in
> > > order to get the kernel to recognize my soundblaster 16.  Looking at the
> > > output from pnpinfo, I am not totally sure what the CSN and LDN would be
> > > (1,0?).  Can anyone assist me with this?  I have read the man pages for
> > > pnp and pnpinfo, as well as looked through the handbook and have found
> > > nothing as of yet.
> > > 
> > 
> > Take a look in /usr/src/sys/i386/isa/snd/CARDS
> > 
> > HTH
> > 
> > > Thanks,
> > > Ivan Fetch.
> > > 
> > > 
> > > 
> > > 
> > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-questions" in the body of the message
> > 
> > -- 
> > 	Microsoft: Where do you want to go today?
> > 	Linux:     Where do you want to go tomorrow?
> > 	BSD:       Are you guys coming, or what?
> > 			              -Poster at LinuxWorld 2000
> > ________________________________________________________________
> >       FreeBSD - The Power To Serve http://www.freebsd.org
> >       My Webpage http://ukug.uk.freebsd.org/~mark/
> > mailto:mark@ukug.uk.freebsd.org             http://www.radan.com
> > 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000301085336.2071A-100000>