LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Logitech V400 Wireless Mouse (https://www.linuxquestions.org/questions/linux-hardware-18/logitech-v400-wireless-mouse-581904/)

thugic 09-03-2007 12:52 PM

Logitech V400 Wireless Mouse
 
Hey there peers :)
I've installed PCLinux2007 on my notebook (an Acer Aspire 5632WLmi) and it seems to be working better than I expected since it has detected and configured all my hardware (that kind of surprises me since I'm a Slackware addicted nerd ;) )... But (!) when I plug in my Logitech V400 wireless mouse an issue comes in: when I move the mouse my pointer just moves vertically and not horizontally! Buttons seem to work as expected btw.
Any help appreciated ;)
Thanks in advance

-thugic

rjwilmsi 09-03-2007 01:11 PM

Your xorg.conf for the mouse must be incorrect. Try the one at http://gentoo-wiki.com/HOWTO_Advance..._V200_Wireless

thugic 09-04-2007 10:53 AM

Thanks man. But tried them both and no one gives better results (when moving mouse horizontally the cursor moves vertically, when moving mouse vertically the cursor doesn't move at all). Seems like it has been recognized but it is misinterpreting the movements. Any idea how to calibrate it or such?
Thanks in advance!

-thugic

rjwilmsi 09-04-2007 12:28 PM

Okay, that one didn't work but it will be your xorg.conf settings. Here's another try:
From http://64.233.183.104/search?q=cache...lnk&cd=1&gl=uk try:

xorg.conf:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
EndSection

execute command:
xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7 10 11 12 13"

thugic 09-04-2007 12:47 PM

To me seems like an issue related to device recognition, and I say so because of this dmesg output:
Code:

[thug@localhost ~]$ dmesg | grep input
input: AT Translated Set 2 keyboard as /class/input/input0
input: SynPS/2 Synaptics TouchPad as /class/input/input1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
input: SynPS/2 Synaptics TouchPad as /class/input/input2
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
input: Logitech USB Receiver as /class/input/input3
input: Logitech USB Receiver as /class/input/input4
input,hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
input: Logitech USB Receiver as /class/input/input5
input: Logitech USB Receiver as /class/input/input6
input,hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1
input: Logitech USB Receiver as /class/input/input7
input: Logitech USB Receiver as /class/input/input8
input,hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1
input: Logitech USB Receiver as /class/input/input9
input: Logitech USB Receiver as /class/input/input10
input,hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1
input: Logitech USB Receiver as /class/input/input11
input: Logitech USB Receiver as /class/input/input12
input,hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1

Looks like the USB Receiver is being recognized as more than one device. This is the output of lsusb

Code:

Bus 002 Device 016: ID 046d:c518 Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 005 Device 003: ID 046d:0896 Logitech, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

Two Logitech devices are listed but I've plugged only one wireless receiver. Seems strange to me.
Any idea?

-thugic


All times are GMT -5. The time now is 01:32 AM.