On Fri, 8 Feb 2002 bsamuels@beenthere-donethat.org.uk wrote:
It appears that the modules I have to load, using modprobe, are hid.o and usb-ohci.o which then cause other appropriate modules, e.g. usbcore.o, to load.
What do I need to put in as aliases to get this to work?
Not sure if this is the right way to do it, but edit /etc/modules and add:
hid mousedev
(or whatever... those two were all I needed).
none /proc/bus/usb usbdevfs defaults 0 0
Looks fine to me ... not sure of the cause of that ... see if autoloading those modules works.
Andrew.