I just built a new kernel and used dd to transfer it to my sd card's boot partition, everything loaded fine and my output from uname -r shows the new kernel version but the features that I compiled as modules in the new kernel are not available.
After looking at /lib/modules/, there is a directory for the old kernel version but none for the new kernel. Anybody know what I need to do to update the rootfs with the new kernel's info?
Thanks