You are not logged in.

#1 2013-08-11 20:11:59

Foxboron
Package Maintainer (PM)
From: Norway
Registered: 2013-06-09
Posts: 34
Website

USB Mouse wont work.

Got a Razer Naga which only flashes if the buttons are touched. No movemnt and the side keys are working. Added Xorg log file.
I have removed laptop-mode to make sure it is not the auto-suspension that fucks things up. "block" and "Keyboard" is also with the kernel flags.

/etc/X11/xorg.conf

Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
EndSection
    

xorg.log

[    76.486] (II) config/udev: removing device Razer Razer Naga
[    76.513] (II) evdev: Razer Razer Naga: Close
[    76.513] (II) UnloadModule: "evdev"
[    76.546] (II) config/udev: removing device Razer Razer Naga
[    76.599] (II) evdev: Razer Razer Naga: Close
[    76.599] (II) UnloadModule: "evdev"
[    76.895] (II) config/udev: Adding input device Razer Razer Naga (/dev/input/event5)
[    76.895] (**) Razer Razer Naga: Applying InputClass "evdev pointer catchall"
[    76.895] (II) Using input driver 'evdev' for 'Razer Razer Naga'
[    76.895] (**) Razer Razer Naga: always reports core events
[    76.895] (**) evdev: Razer Razer Naga: Device: "/dev/input/event5"
[    76.896] (--) evdev: Razer Razer Naga: Vendor 0x1532 Product 0x15
[    76.896] (--) evdev: Razer Razer Naga: Found 11 mouse buttons
[    76.896] (--) evdev: Razer Razer Naga: Found scroll wheel(s)
[    76.896] (--) evdev: Razer Razer Naga: Found relative axes
[    76.896] (--) evdev: Razer Razer Naga: Found x and y relative axes
[    76.896] (II) evdev: Razer Razer Naga: Configuring as mouse
[    76.896] (II) evdev: Razer Razer Naga: Adding scrollwheel support
[    76.896] (**) evdev: Razer Razer Naga: YAxisMapping: buttons 4 and 5
[    76.896] (**) evdev: Razer Razer Naga: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    76.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input19/event5"
[    76.896] (II) XINPUT: Adding extended input device "Razer Razer Naga" (type: MOUSE, id 13)
[    76.896] (II) evdev: Razer Razer Naga: initialized for relative axes.
[    76.896] (**) Razer Razer Naga: (accel) keeping acceleration scheme 1
[    76.896] (**) Razer Razer Naga: (accel) acceleration profile 0
[    76.896] (**) Razer Razer Naga: (accel) acceleration factor: 2.000
[    76.896] (**) Razer Razer Naga: (accel) acceleration threshold: 4
[    76.897] (II) config/udev: Adding input device Razer Razer Naga (/dev/input/event6)
[    76.897] (**) Razer Razer Naga: Applying InputClass "system-keyboard"
[    76.897] (**) Razer Razer Naga: Applying InputClass "evdev keyboard catchall"
[    76.897] (II) Using input driver 'evdev' for 'Razer Razer Naga'
[    76.897] (**) Razer Razer Naga: always reports core events
[    76.897] (**) evdev: Razer Razer Naga: Device: "/dev/input/event6"
[    76.897] (--) evdev: Razer Razer Naga: Vendor 0x1532 Product 0x15
[    76.897] (--) evdev: Razer Razer Naga: Found keys
[    76.897] (II) evdev: Razer Razer Naga: Configuring as keyboard
[    76.897] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/input/input20/event6"
[    76.897] (II) XINPUT: Adding extended input device "Razer Razer Naga" (type: KEYBOARD, id 14)
[    76.897] (**) Option "xkb_rules" "evdev"
[    76.897] (**) Option "xkb_model" "pc104"
[    76.897] (**) Option "xkb_layout" "no"
[    76.898] (II) config/udev: Adding input device Razer Razer Naga (/dev/input/mouse0)
[    76.898] (II) No input driver specified, ignoring this device.
[    76.898] (II) This device may have been added with another device file.

Offline

#2 2013-08-11 20:22:38

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: USB Mouse wont work.

Offline

#3 2013-08-11 20:23:21

Foxboron
Package Maintainer (PM)
From: Norway
Registered: 2013-06-09
Posts: 34
Website

Re: USB Mouse wont work.

2ManyDogs wrote:

Tried them. But i will run through it again just for the sake of trying.

Nope. razercfg says it can't find any Razer devices connected. Still lightning up when i touch a button then fades to black.

Last edited by Foxboron (2013-08-11 20:31:04)

Offline

#4 2013-08-11 21:08:43

Foxboron
Package Maintainer (PM)
From: Norway
Registered: 2013-06-09
Posts: 34
Website

Re: USB Mouse wont work.

fox=> "Name|Handlers" /proc/bus/input/devices
......
N: Name="Razer Razer Naga"
H: Handlers=mouse0 event3 
N: Name="Razer Razer Naga"
H: Handlers=kbd event4 

The mouse gets detected as a keyboard and mouse, not sure if it might have something todo with it.

UPDATE:
I figured out the on and off was because of a udev rule i added. Removed and the USB no longer suspends. The currect problem persist; Mouse not moving but responding to mouse clicks.

Last edited by Foxboron (2013-08-11 21:51:01)

Offline

#5 2013-08-12 08:17:49

Foxboron
Package Maintainer (PM)
From: Norway
Registered: 2013-06-09
Posts: 34
Website

Re: USB Mouse wont work.

The regression reported here http://marc.info/?l=linux-usb&m=137523956310060&w=2 did not solve the problem as i installed the patch found here https://bugs.archlinux.org/task/36296

Still the same message shown in the xorg log.

EDIT:
Also, after being connected the mouse connects as a keyboard, but the actuall mouse functionality dosnt work.

Last edited by Foxboron (2013-08-12 09:08:39)

Offline

Board footer

Powered by FluxBB