Brad Hards wrote:

> Mark Swanson wrote:
> [..snip..]
> > Ah. Thanks! OK, enabled. Now I have input, hid, and mousedev loaded
> > (along with usbcore and usb-uhci).  My usb PS/2 mouse still doesn't work
> > though.
> >
> > I can tell that there is something on /dev/input/mice because I
> > #> cat /dev/input/mice
> >
> > and the system patiently waits for data to echo from my usb mouse but when
> > I move it around nothing happens. Also, gpm -t ps2 -m /dev/input/mice seems
> > to
> > work (gpm starts) but no mouse movements do anything.
> You should see this work the same without the mouse plugged in :)
> /dev/input/mice gets created by the driver, and is valid for zero or
> more
> mice.

Sure, but what I was trying to say was that the driver seemed to be compiled
properly. If the driver wasn't registered with the OS gpm would register an
(oops!) message in syslog.

OK. One problem I was having was that the pcmcia probe was disabling my USB port
(or
leave it in a wacky state).
Don't ask me why, but it's 100% reproducable. The solution is to edit
pcmcia/config.opt
to exclude irq 11 (my usb device).

Everything works perfectly! Thanks for all your suggestions!
(Does this deserve to be in the FAQ?)




_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to