From owner-freebsd-questions Wed Jun 6 23:28:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.my.domain (mcns138.docsis32.singa.pore.net [202.156.32.138]) by hub.freebsd.org (Postfix) with ESMTP id BBDB537B401 for ; Wed, 6 Jun 2001 23:28:18 -0700 (PDT) (envelope-from najib_ninaba@yahoo.com) Received: (from najib@localhost) by localhost.my.domain (8.11.3/8.11.3) id f576ZAU09441; Thu, 7 Jun 2001 14:35:10 +0800 (SGT) (envelope-from najib) Date: Thu, 7 Jun 2001 14:35:05 +0800 From: Najib Ninaba To: Phil Blower Cc: FreeBSD-Questions@freebsd.org Subject: Re: building sound card support into my kernel Message-ID: <20010607143505.A9361@srikandi> Reply-To: najib_ninaba@yahoo.com References: <000c01c0ef07$e9afdc80$242e4018@cg.shawcable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000c01c0ef07$e9afdc80$242e4018@cg.shawcable.net>; from philblower@home.com on Wed, Jun 06, 2001 at 10:11:22PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have the same soundcard in my freebsd box too. here's my sound card entries : device pcm device sbc After compiling and rebooted the box, make sure you created the snd device entries in /dev directory like so: cd /dev; sh MAKEDEV snd0 Sound should work for you by then. Regards, Najib Ninaba On Wed, Jun 06, 2001 at 10:11:22PM -0600, Phil Blower wrote: > I'm attempting to build a custom kernel for my PC which will include support for my sound card and it is failing during the "make" step. > > I'm using 4.3-RELEASE on my system (just installed from CD created from the ISO image). My sound card is an SoundBlaster 64AWE ISA card. > > The current sound card entries in my config file are: > device sb0 > device awe0 > > I think I must be missing something - or not understanding something. I have read and re-read the audio discriptions in the LINT file but can't find any direct reference to my card though there are references to other SoundBlaster cards. Can you please let me know what I entries I should have? Just for your into, the LINT file directed me to /src/sys/i386/isa/sound/sound.doc for a further reference. It appears this file is quite out of date since it instructed me to use the "controller" keyword rather than "device". Unfortunately, this file wasn't much help. > > Also, although my sound card is PnP, my BIOS is set for a non-PnP operating system. I'm assuming that FreeBSD is not considered to be a PnP OS? Is this a valid assumption? > > Thanks very much for your help. > > Phil. > > Phil Blower > philblower@home.com > -- Najib Ninaba "Life's unfair - but having the root password helps!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message