Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 1998 02:57:05 +0000
From:      "Frank Pawlak" <fpawlak@execpc.com>
To:        Erik <jobby@segfault.tqci.net>, Frank Pawlak <fpawlak@execpc.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound Blaster 16
Message-ID:  <980726025706.ZM6076@darkstar.connect.com>
In-Reply-To: Erik <jobby@segfault.tqci.net> "Re: Sound Blaster 16" (Jul 25,  6:43pm)
References:  <Pine.LNX.3.96.980725183923.26253A-100000@segfault.tqci.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 25,  6:43pm, Erik wrote:
> Subject: Re: Sound Blaster 16
> Hi again. here's more info. I'm on 2.2.7 and i'm sure it's setup like i
> was told. i read reread then read it again. It's a Sound Blaster 16 with PnP.
and I made
> the snd0 device already with ./MAKEDEV. It says it's at 220...i'm curious
> why my kernel can't find it.
>

Comment out all of the sb config stuff that you now have in your kernel config
file.  Add the following in your kernel config file:

controller	pnp0  # this is required for pnp support
device		pcm0 at isa ? port ? tty irq 5 drq 1 flags 0x15 vector pcmintr

Rebuild your kernel and reboot.  See if this helps.  Let me know how it all
works out.  You can also check out www.iet.unipi.it/~luigi .  Luigi has some
info on pnp support on his web page, under something like FreeBSD drivers --
can't recall for sure, but once you get to his page you'll find it.  You may
want to download the drivers just to get the readme's etc.  You don't have to
install the drivers as they are already part of the FreeBSD distribution.

Frank


>
> On Sat, 25 Jul 1998, Frank Pawlak wrote:
>
> > On Jul 24,  2:02pm, Erik wrote:
> > > Subject: Sound Blaster 16
> > > I got a Sound Blaster 16 card and followed the instructions in LINT and
> > > isa/sound/sound.doc. My kernel still can't find the devices "sb0 not
> > > found"
> > >
> > > here's my config section for the sound card
> >
> > Whay version of FreeBSD are you running? Is your SB a pnp card?  Are you
sure
> > that you card is setup as indicated in your kernel config file?
> >
> > >
> >
> > This line looks fine
> >
> > > controller snd0
> >
> > > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr
> >
> > Drop the word conflicts from the end of this line.
> >
> > > device sbxvi0 at isa? drq 5 conflicts
> > > device sbmidi0  at isa? port 0x330
> >
> > Other wise you config file looks fine.  BTW are all of the audio devices
> > present in /dev ??
> >
> > Let me know if you need further help.
> >
> > Frank
> >
> >
> > >
> > > where am i going wrong? It looks right and i checked the ircq's and all
> > > that/ Am i missing something?
> > >
> > > erik
> > >
> > >
> > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-questions" in the body of the message
> > >-- End of excerpt from Erik
> >
> >
> >
>-- End of excerpt from Erik



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?980726025706.ZM6076>