I've created a package that works. the only problem is that you have to reboot the computer after installation for it to work. Any ideas on how to get the modules autoloaded/included after install without a reboot. I do a
Code:
/sbin/depmod -a `uname -r`
in the doinst.sh script after installation, but that doesn't seem to do the trick.