On Fri, 2007-06-29 at 22:32 -0400, Kendrick Vargas wrote: > Hi, > > I've got an issue where I need to recompile the pfSense FreeBSD kernel > to enable a piece of hardware I have. I'm trying to enable the wanpipe > drivers from Sangoma and they seem to have to recompile the kernel with > a patch to enable their devices. I did this in a Developer vmware image > and rebuilt the kernel. I then copied the /boot/kernel and /boot/modules > directories to my router and rebooted. Things didn't work, so I reverted. > > It looks like my issues came from the new kernel not having the pf > support that the pfsense default kernel does. I am assuming this means > that the config for the kernel (/usr/src/sys/i386/conf/GENERIC ?) which > is used to define the options at compile time doesn't actually have the > settings used to create the kernel used on the non-Developer pfsense > version. > > So... how can I get that? Is there a kernel config somewhere I can use > that has the options which the LiveCD kernel was built with?
Use this kernel config and you should be OK. I think you'll have to comment out the device lagg line to use stock sources, but it's worked fine for me without that in the past, built from stock RELENG_6_2 sources. http://pfsense.com/cgi-bin/cvsweb.cgi/tools/builder_scripts/conf/pfSense.6?rev=1.57;content-type=text%2Fplain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
