Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
One of the worst of my many faults is that I'm too critical of myself.
Slow Mouse with Linux Kernel 2.6
Saturday, January 22, 2005 by digitalpeer
The handling of the mouse has changed from Kernel version 2.4 to 2.6. The default configurations for the rate and resolution have changed when the configuration for your mouse can't properly be detected. You might notice that your mouse moves extremely slow. Anyhow, there's a real simple fix. In my case, all i had to do was add psmouse_noext=1 when I boot the kernel. For instance, if you use grub then just edit /etc/grub.conf and add the option to the kernel boot line. For more information on what this is about you can see
Linux: The Mouse In 2.6.