You are not logged in.

#1 2010-09-16 13:54:03

Xyzk
Member
Registered: 2007-04-30
Posts: 44

A4tech mouse not working?

Don`t know what happened, I left my laptop, came back after a week and now I can`t use mouse in linux. It works well on windows, and the lights are on untill the loging screen, where if I move my mouse the mouse lights go off, but the coursor doesn`t move. Buttons also don`t work. Touchpad is working perfectly well. I think something is wrong with my x11 conf files hmm There was no information about mouse device in any of them. I tried adding this to 10-synaptics.conf but it didn`t work:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Buttons"       "7"
        Option          "ZAxisMapping"  "4 5"
        Option          "ButtonMapping" "1 2 3 7 6"
EndSection

and here is my evdev conf:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Offline

#2 2010-09-16 20:48:09

xvello
Member
Registered: 2010-05-15
Posts: 81
Website

Re: A4tech mouse not working?

Hello

It would help to have the output of `lsusb` and the contents of /var/log/Xorg.0.log to find the cause.
Please also check for `dmesg` output after the mouse lights go off. I suspect a usb issue.

Offline

Board footer

Powered by FluxBB