From owner-freebsd-multimedia@FreeBSD.ORG Wed May 18 18:02:59 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0707B16A4CE for ; Wed, 18 May 2005 18:02:59 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C0A43DC6 for ; Wed, 18 May 2005 18:02:58 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j4II2sWH016313; Wed, 18 May 2005 11:02:54 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j4II2sl9016311; Wed, 18 May 2005 11:02:54 -0700 Date: Wed, 18 May 2005 11:02:54 -0700 From: Brooks Davis To: Olivier Casasole Message-ID: <20050518180254.GA9719@odin.ac.hmc.edu> References: <20050518171818.57568.qmail@web26509.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <20050518171818.57568.qmail@web26509.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-multimedia@freebsd.org Subject: Re: sound support X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 18:02:59 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 18, 2005 at 07:18:18PM +0200, Olivier Casasole wrote: > Hi, >=20 > i am trying to compile my kernel to have sound support > on FreeBSD5.3. >=20 > i did the following things: >=20 > 1)cd /usr/src/sys/i386/conf > 2)cp GENERIC GENERIC.audio > 3)in GENERIC.audio: device pcm > 4)config GENERIC.audio >=20 > at that step i obtain the following messages: >=20 > config GENERIC.audio > config: Device "bpf" requires a count > config: Device "faith" requires a count > config: Device "gif" requires a count > config: Device "loop" requires a count > config: Error: device "pcm" is unknown > config: 5 errors Your kernel sources do not match your kernel config. It looks like you have 4.x sources since I removed count from faith, gif, and loop years ago in 5.x. I don't know how you managed that, but I'd suggest removing your source tree and starting over following the instructions in the handbook. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > 5)cd /usr/src/sys/compile/GENERIC.audio > 6)make depend >=20 > here i obtain: >=20 > make depend > rm -f .olddep > if [ -f .depend ]; then mv .depend .olddep; fi > make _kernel-depend > make: don't know how to make config.c. Stop > *** Error code 2 Give that config failed, this is expected. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCi4NNXY6L6fI4GtQRAprdAJ47CYydfufTFmvdB8ws2zyucEunjACbB6dV bFOuX06ooefBbmYkl5YIq8M= =9MWY -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--