If you want to enable overclock in titan's power40: download kernel-power-settings_0.11_armel.deb and copy the file to /home/user/MyDocs/tmp (please note if the tmp dir doesnt exist you will need to create it). Open xterminal and as root: cd /home/user/MyDocs/tmp dpkg-deb -x kernel-power-settings_0.11_armel.deb /home/user/MyDocs/tmp Now you should see in that directory two new dirs. One will be called usr and one called etc You now need to copy those two folders into the system in "/" (not in "/root" !) I use OpenSSH Server to do this (is simple ) If program ask you to overwrite file click yes to all. Once you have done this the last step is to change the perms on the two binaries. Open xterminal and as root: chmod +x /usr/sbin/kernel-* That's all ! Now keep in mind this means you wont get update notifications about kernel-power etc as you are essentially just copying files and not installing the package itself.