It's still not moving

here is the mouse section from my XF86Config-4 file

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocal"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

I just installed usbmgr, and it seems to work
output when I unplug and plug in the mouse:
usb.c: USB disconnect on device 4
hub.c: USB new device connect on bus1/2, assigned device number 5
usb.c: USB device 5 (vend/prod 0x46d/0xc002) is not claimed by any
active driver.

I am pretty sure I compiled usb-uhci directly into the kernel, yet the
mouse just won't move, with either gpm or with X.

On Thu, 2002-01-24 at 11:17, Ilia Lobsanov wrote:
> Check if you have usb-uhci module loaded... and install usbmgr.
> 
> ilia.
> 
> On Thu, 2002-01-24 at 11:53, McNeill Kirkpatrick wrote:
> > Ok, I'm running sid and I'm trying to get it to recognize my usb mouse,
> > I recompiled my kernel(2.4.17) with input core support for mice, I had
> > to run MAKEDEV input manually, that created the /dev/input/mice. When I
> > use this device however, X starts fine,(no cannot access device errors)
> > but I cannot move the mouse. It just sits in the middle of the
> > screen.Any suggestions?
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Reply via email to