I created the dir and still nothing. I rebooted of course.
Did you put the ramzswap.ko file into that directory?
Yes I did.
When I look at the compcache file you talk about, what should I edit the dir to? I am thinking I have to create the dir (like I already did) and then edit this file to reflect the new location?
Nope, you need to do one or the other, not both. The file has a line:
Code:
MODULES_DIR=/system/modules/lib/modules/`uname -r`
That `uname -r` bit is what generates the 2.6.32.9-P3Droid directory. You can either remove that bit from the MODULES_DIR definition OR create that directory and put the modules in it. Either one should work fine. I'm not sure which one is "correct"