View Single Post
Posts: 15 | Thanked: 11 times | Joined on Sep 2010
#70
Originally Posted by lfkfe View Post
I'm using the powerkernel. But when i try to install the other packages it just says incompatible? any updates on the subject in general or is this the way its done?
It does work with the power kernel. As Jan said, the kernel modules are already present in the power kernel but you still need to insmod them (This also means that you do not need download or extract the modules package). See Jan's post on page 2 but use :

Code:
# cd /lib/modules/2.6.28.10power46/
# depmod -a
# insmod slhc.ko
# insmod ppp_generic.ko
# insmod ppp_async.ko
# insmod sha1_generic.ko
# insmod ppp_mppe.ko
instead of the insmod section in those instructions. Note that the only change is the modules directory.
Hope this is some kind of helpful.

Last edited by bugzy; 2010-12-19 at 21:28.
 

The Following User Says Thank You to bugzy For This Useful Post: