Date: Fri, 02 Jul 1999 11:44:56 -0500 From: Kevin Weiss <kevin.weiss@mail.utexas.edu> To: a540@scatcat.fhsu.edu Cc: freebsd-questions@freebsd.org Subject: Re: no audio... Message-ID: <19990702164336.A3F4014C42@hub.freebsd.org> In-Reply-To: <377BAB10.A007D573@geocities.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990702164336.A3F4014C42>