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

Re: usb mouse not working after upgrade to sarge



first of all: thanks a lot for all the help!

we made some progress: indeed the module mousedev
was missing, now i get input on /dev/input/mice.
nice!
i also deinstalled gpm.

Now I can move the curser with the usb mouse
and i can make one click, after that i can not
click anything anymore, only thing that is still
working is the wheel and i can still move the curser.
also the synaptics touchpad shows the same symptoms.
unplugging the usb mouse does not help, i have to kill
the Xserver and restart to make the touchpad work again.
so i guess this is a mistake in the XFree86 - configuration,

here is my XFConfig-4:

...
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "yes"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
#       Option          "Device"                "/dev/usbmouse"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
...
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"      "CorePointer"
        InputDevice     "Generic Mouse"         "SendCoreEvents"
EndSection

and here some output from  XFree86.0.log:

(II) Keyboard "Generic Keyboard" handled by legacy driver
(II) Synaptics touchpad driver version 0.13.3
(--) Configured Mouse auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(--) Configured Mouse synaptics touchpad found
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Configured Mouse synaptics touchpad found
(II) Generic Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
(II) 3rd Button detected: disabling emulate3Button
SynapticsCtrl called.
SetClientVersion: 0 7
Synaptics DeviceOff called



Karl Landsteiner wrote:
hi,

I cannot get the usb mouse to work on my laptop after
upgrade to sarge with kernel 2.6.7 (i did work fine
in woody with 2.4.25)

i think i have all the necessary modules loaded: here is
the output of lsmod | grep usb:
usb_storage            68064  0
usbkbd                  7424  0
usbmouse                5664  0
usbhid                 32768  0
usbcore               114784  7 uhci_hcd,usb_storage,usbkbd,usbmouse,usbhid
ide_core              142808  4 usb_storage,ide_disk,ide_generic,via82cxxx
scsi_mod              125004  3 usb_storage,sd_mod,libata

and here of dmesg | grep usb

usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver usbmouse
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usbcore: registered new driver usbkbd
drivers/usb/input/usbkbd.c: :USB HID Boot Protocol keyboard driver
usbcore: registered new driver usb-storage
usb 1-2: new low speed USB device using address 2
input: USB HID v1.10 Mouse [062a:0001] on usb-0000:00:07.0-2
usb 1-2: USB disconnect, address 2
usb 1-2: new low speed USB device using address 3
input: USB HID v1.10 Mouse [062a:0001] on usb-0000:00:07.0-2
usb usb5: USB disconnect, address 1
usb 1-2: USB disconnect, address 3
usb usb1: USB disconnect, address 1
usb usb2: USB disconnect, address 1
usb usb3: USB disconnect, address 1
usb usb4: USB disconnect, address 1
usb 1-2: new low speed USB device using address 2
input: USB HID v1.10 Mouse [062a:0001] on usb-0000:00:07.0-2


the mouse if obviously detected, but nothing happens if i move the mouse or on clicking, b.t.w. it is an optical
one and the light is on!

here the relevant section of XFConfig-4:


Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
#       Option          "Device"                "/dev/usbmouse"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

(as you can see i tried already changing to /dev/usbmouse)

thanks for the help!





Reply to: