In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] typed:
> When I add "device pcm" to my kernel config, I get the error:
>  --------------------------------------------------------------
> >>> Kernel build for FIREWALLED started on Sat Jan 25 08:54:06 MST 2003
>  --------------------------------------------------------------
> ===> FIREWALLED
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf;  
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u 
> sr/src/i386/usr/games:/usr/obj/usr/src/make.i386:/sbin:/bin:/usr/sbin:/usr/b 
> in  config  -d /usr/obj/usr/src/sys/FIREWALLED  
> /usr/src/sys/i386/conf/FIREWALLED
> config: /usr/src/sys/i386/conf/FIREWALLED:263: syntax error
> *** Error code 1 

your config file is broken. Line 263 has a syntax error in it. If
that's the line with "device pcm" on it, you may have a control
character in the line. Try "cat -nv" and look for line 263. If you
still can't figure it out, send the list lines 260-265 or something
like that.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>              http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to