On Sat, 2005-06-04 at 17:17, Jason Opperisano wrote: > > /sys/modules? huh? try: > > ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter/*_ftp* That did the trick. Running insmod while referencing that directory caused the appropriate /sys/modules entry to get created. That was the piece I was missing. Thanks! Chris