From owner-freebsd-questions Fri Jul 2 9:43:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id A3F4014C42 for ; Fri, 2 Jul 1999 09:43:31 -0700 (PDT) (envelope-from kevin.weiss@mail.utexas.edu) Received: (qmail 19996 invoked from network); 2 Jul 1999 16:43:31 -0000 Received: from smf-d9.facsmf.utexas.edu (HELO J1.utexas.edu) (128.83.102.19) by umbs-smtp-1 with SMTP; 2 Jul 1999 16:43:31 -0000 X-Sender: kevin.weiss@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Date: Fri, 02 Jul 1999 11:44:56 -0500 To: a540@scatcat.fhsu.edu From: Kevin Weiss Subject: Re: no audio... Cc: freebsd-questions@freebsd.org In-Reply-To: <377BAB10.A007D573@geocities.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19990702164336.A3F4014C42@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just note that you don't have to send your whole KERNEL, just any entries dealing with sound. Also, what version is it? At 12:53 PM 7/1/99 -0500, you wrote: >I have put together a kernel that I thought would support my soundcard >(SB16) and according to dmesg it is recognized but any audio programs >such as cdplayer or x11amp cannot open the sound device. The irq, drq, >and I/O's are set to the values I got from the SB diagnose.exe >driver/utillity so they should be correct. >The snd0 node doesn't ever show up when I run 'sh MAKEDEV snd0' All I >get is a node called 'sndstat' >I also have a Mitsumi IDE CD-ROM which will not work either. >Below is a copy of my kernel configuration file- >Thanks for the help! > ># >controller isa0 >controller pnp0 >controller eisa0 >controller pci0 > looks good > >#Sound Blaster 16 attempt >controller snd0 >device sb0 at isa? port 0x220 irq 5 drq 1 >device sbxvi0 at isa? drq 5 >device sbmidi0 at isa? port 0x330 > > you might want to add the "conflicts" entries beside you device entries. look at http://www.freebsd.org/handbook/kernelconfig-config.html also, check the mailing list archives to see what others have done. if this is a 3.x version, check the errata about the "kernel.config". it should be named kernel.conf...look at http://www.freebsd.org/releases/3.1R/errata.html the previous piece fixed my sound problems. good luck! Kevin Weiss kevin.weiss@mail.utexas.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message