The module thats responsible for /dev/input/mouse0 creates the node when it loads via udev: is the modules loaded? /dev/mouse is usually (on newer systems) a symlink to /dev/input/mouse0 if it exists. /dev/input/mice is a concentrator. i.e., on my laptop I have a ps2 mouse (actually the gspot/touchpad) and a plugged in usb mouse. All three work through /dev/input/mice at the same time. Individually they are accessed via /dev/input/mouseX.
To test try "cat /dev/input/mice" and move the mouse - rubbish will print to terminal if its working. CTRL-C to exit. BillK On Tue, 2005-09-06 at 20:31 -0700, Drew Tomlinson wrote: > On 9/6/2005 6:08 PM [EMAIL PROTECTED] wrote: > > >On Tue, Sep 06, 2005 at 01:11:44PM -0700, Drew Tomlinson wrote > > -- [email protected] mailing list

