hello,
i followed the instructions found at externe.net, catched the files from
the beta directory and used the following script to install guylhems fast kernel:
su
!/bin/bash
mount -n -o remount,rw /
rm -rf /usr/QtPalmtop.rom/opera/plugins /home/QtPalmtop/opera/plugins /lib/modules.rom /lib/modules /home/root/modules
cd /
tar zxvf /mnt/cf/fastkernel/modules.tar.gz
mv /lib/modules /lib/modules.rom
ln -sf /lib/modules.rom /lib/modules
mkdir /home/root/modules
cd /home/root/modules
find /lib/modules.rom/ -type d|sed -e 's/^.*rom\///g'|xargs mkdir -p
for i in `find /lib/modules.rom/ -type f|grep "\.o"| sed -e 's/^.*rom\///g'`; do ln -sf /lib/modules.rom/$i $i ; done
rm -f /opt/Qtopia/etc/*tbl
cd /
tar zxvf /mnt/cf/fastkernel/keyboard.tar.gz
then i did a reset + updated to the new kernel
more /proc/version shows compilation
by guylhem, but some keys do not work properly: the "f" key gives "f" and turns
on/off the light.
any ideas?
malik