From owner-freebsd-questions Sun May 9 4: 6:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 9BEAD14D32 for ; Sun, 9 May 1999 04:06:30 -0700 (PDT) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by finch-post-12.mail.demon.net with smtp (Exim 2.12 #1) id 10gRPg-000LTy-0C; Sun, 9 May 1999 11:06:29 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from marder-1. (rasnt-1 [193.114.228.211]) by uk.radan.com (8.6.10/8.6.10) with ESMTP id MAA01548; Sun, 9 May 1999 12:05:51 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id MAA00374; Sun, 9 May 1999 12:05:32 +0100 (BST) (envelope-from marko) Date: Sun, 9 May 1999 12:05:32 +0100 From: Mark Ovens To: bveis@ee.calpoly.edu Cc: questions@freebsd.org Subject: Re: compiling KERNAL Message-ID: <19990509120532.B255@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from bveis@ee.calpoly.edu on Sat, May 08, 1999 at 09:31:17PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 08, 1999 at 09:31:17PM -0700, bveis@ee.calpoly.edu wrote: > Well i hope someone has the time to take a look at > this. Im fairly new with > BSD, but here's my prob. > > I am trying to build a new kernal in FreeBSD 3.1 to > support my sound card (Yamaha OPL2 which from what i > see is basicly a sb16). > > Question one is which device should i enter into the > kernal on controller snd0...sbxvi0 or opl0?. > Try using pcm0 (comment out all the snd0 and *all* the sb* stuff). This is what I use for my OPL2 card. Note the midi isn't supported in the pcm0 driver. > 2)when i tried to MAKEDEV snd0 in /dev/, it seems as > though it was made, but doesn't appear in the /dev/ > > 3)when running config MYKERNAL1, i get a "did you > for get to make depend". > Maybe you did. The correct sequence is: cd /usr/src/sys/i386/conf /usr/sbin/config MYKERNAL1 cd ../../compile/MYKERNAL1 make depend make make install > 4)Well simply the kernal doesn't compile because it > can't find vnode.h > It should be in /usr/src/sys/sys. If it isn't then you've not installed the kernel sources. If it is, then you probably didn't run ``make depend''. HTH > Sorry about the long list. They are probably dumb > questions. Any help is greatly apreciated. I've attached > a copy of the kernal. > please respond to bveis@ee.calpoly.edu -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message