Syntax Error in Kernel

Nathan Mace nmace at myrealbox.com
Sun May 22 07:46:23 PDT 2005


I'm trying to add support for my Palm to my Freebsd 5-Stable box.  I have found the following web page which describes what kernel options need to be present.

http://www.thedotin.net/maillists/coldsync-hackers/msg01954.html

It lists the following options has being required.

pseudo-device   ppp     1       # Kernel PPP
pseudo-device   tun             # Packet tunnel.
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          uvisor          
device          ucom            

However when I run "config" on my kernel, I get a syntax error on the line that adds "ppp".  Anyone hav any ideas as to why this might be happening?  Thanks.

Nathan



More information about the freebsd-stable mailing list