From owner-freebsd-questions Wed Aug 16 18:20:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id BE60D37BA5B for ; Wed, 16 Aug 2000 18:20:43 -0700 (PDT) (envelope-from papalia@udel.edu) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id VAA05425; Wed, 16 Aug 2000 21:20:27 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000816211840.00ab79f0@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 16 Aug 2000 21:19:54 -0400 To: Drew Sanford , questions@FreeBSD.ORG From: John Subject: Re: kernel config options In-Reply-To: <399B2ED4.A9CC6316@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm attempting to get a Soundblaster Live working under 4.1-RELEASE. >I've downloaded the latest emu10k files, and was told I need to add >options pcm to my kernel config. When I type "config MYKERNEL it tells >me that "pcm" is an unknow option. Can anyone point me in the right >direction here? From the looks of it, "pcm" appears to be a device, not an option. Take a look in /sys/i386/conf/LINT and search for "pcm"... it will explain the context you need. Also, you'll probably want to read up in /usr/src/UPDATING on how to build a kernel using the make buildkernel target.... hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message