Gamingphreek
Lifer
Sorry to resurrect this thread, but upon examining my start up console, it is having problems again.
I have the exact code from Colt45:
however, the error I get is:
/etc/rc.local: 24: let: not found
Anyone have any idea as to why that is?
Thanks,
-Kevin
I have the exact code from Colt45:
FLAG=0
until [ $FLAG -eq 1 ]; do
if [ -w /sys/devices/platform/i8042/serio1/serio2/speed ];
then
echo -n 160 > /sys/devices/platform/i8042/serio1/serio2/speed
echo -n 160 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
let FLAG=1
else
sleep 5
fi
done
however, the error I get is:
/etc/rc.local: 24: let: not found
Anyone have any idea as to why that is?
Thanks,
-Kevin