sound support

Brooks Davis brooks at one-eyed-alien.net
Wed May 18 11:02:59 PDT 2005


On Wed, May 18, 2005 at 07:18:18PM +0200, Olivier Casasole wrote:
> Hi,
> 
> i am trying to compile my kernel to have sound support
> on FreeBSD5.3.
> 
> i did the following things:
> 
> 1)cd /usr/src/sys/i386/conf
> 2)cp GENERIC GENERIC.audio
> 3)in GENERIC.audio:  device  pcm
> 4)config GENERIC.audio
> 
> at that step i obtain the following messages:
> 
> 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
> 
> here i obtain:
> 
> 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

-- 
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20050518/66f71e6d/attachment.bin


More information about the freebsd-multimedia mailing list