[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB Mouse



Hi,

I want to use my laptop with a USB Mouse, I installed the usb-ohci module.
when I connect my USB Mouse the system send this message:

"hub.c: new USB device 00:13.0-2, assigned address 3
input0: USB HID v1.00 Mouse [Cypress Sem. PS2/USB Browser Combo Mouse] on usb1:3.0"


In XF86Config file I have:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse1" "AlwaysCore"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Device" "/dev/usb/mouse2"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection


The mouse, is not working, I don´t know wath device use, I traied with: /dev/input/mice, /dev/input/mouse0, /dev/input/mouse1, /dev/usb/mouse0, /dev/usb/mouse1, an some others a no one works, can someone tell me, witch device I have to use, or if I have to do everything else.

Thanks in advance.



Reply to: