From owner-freebsd-questions Sat Jul 25 19:57:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01582 for freebsd-questions-outgoing; Sat, 25 Jul 1998 19:57:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01569 for ; Sat, 25 Jul 1998 19:57:39 -0700 (PDT) (envelope-from fpawlak@execpc.com) Received: from darkstar.connect.com (harconia-1-19.mdm.mke.execpc.com [169.207.132.19]) by mailgw02.execpc.com (8.9.0) id VAA09270; Sat, 25 Jul 1998 21:57:11 -0500 (CDT) Received: (from fpawlak@localhost) by darkstar.connect.com (8.9.0/8.9.0) id VAA06077; Sat, 25 Jul 1998 21:57:07 -0500 (CDT) From: "Frank Pawlak" Message-Id: <980726025706.ZM6076@darkstar.connect.com> Date: Sun, 26 Jul 1998 02:57:05 +0000 In-Reply-To: Erik "Re: Sound Blaster 16" (Jul 25, 6:43pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Erik , Frank Pawlak Subject: Re: Sound Blaster 16 Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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