Ok well my new kernel is almost all working!
just the issue with my a4 tech usb mouse, and i think i have an idea of what the problem is! (i have had this mouse working with this kernel version once before)
well my original kernel mounts the usb filesystem on boot up as above, but not my new one (kernel 2.4.19) hoowever it seems to do everything else it needs to do for the usb mouse support (although maybe i have selected something when doing a make xconfig which has overridden my usb mouse somehow?)
anyway i was wondering and this is a real extreme wondering.
should i mount this usb filesystem on boot through my etc/fstab ?
I read the help available on preliminary usb device filesystem (which is the xconfig option i am assuming links to that usb filesystem mounting) and it says you can mount it using:
mount -t usbdevfs none /proc/bus/usb
how would this fit into my etc/fstab file? (sorry still a newbie)
i could be way off the track here but im not sure what else could be wrong?
all thoughts are most welcome!