Date: Wed, 18 May 2005 11:02:54 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Olivier Casasole <olivier_casasole@yahoo.fr> Cc: freebsd-multimedia@freebsd.org Subject: Re: sound support Message-ID: <20050518180254.GA9719@odin.ac.hmc.edu> In-Reply-To: <20050518171818.57568.qmail@web26509.mail.ukl.yahoo.com> References: <20050518171818.57568.qmail@web26509.mail.ukl.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050518180254.GA9719>