ccosse Apprentice


Joined: 10 Mar 2004 Posts: 171 Location: Las Vegas, NV
|
Posted: Wed Jun 29, 2011 1:21 am Post subject: usb-wireless mouse error messages |
|
|
Hello, can anyone suggest how to get my logitech usb-wireless mouse m310 to work? Here is output from /var/log/messages when i plug in:
Code: |
rockit ~ # tail -0f /var/log/messages
Jun 28 19:17:16 rockit kernel: [ 9859.625004] usb 3-4: new full speed USB device using xhci_hcd and address 41
Jun 28 19:17:16 rockit kernel: [ 9859.645069] xhci_hcd 0000:05:00.0: WARN: Stalled endpoint
Jun 28 19:17:16 rockit kernel: [ 9859.647055] xhci_hcd 0000:05:00.0: WARN: Stalled endpoint
Jun 28 19:17:16 rockit kernel: [ 9859.649055] xhci_hcd 0000:05:00.0: WARN: Stalled endpoint
Jun 28 19:17:16 rockit kernel: [ 9859.665070] xhci_hcd 0000:05:00.0: WARN: short transfer on control ep
Jun 28 19:17:16 rockit kernel: [ 9859.671062] xhci_hcd 0000:05:00.0: WARN: short transfer on control ep
Jun 28 19:17:16 rockit kernel: [ 9859.676065] xhci_hcd 0000:05:00.0: WARN: short transfer on control ep
Jun 28 19:17:16 rockit kernel: [ 9859.677260] xhci_hcd 0000:05:00.0: ERROR: unexpected command completion code 0x11.
Jun 28 19:17:16 rockit kernel: [ 9859.677270] usb 3-4: can't set config #1, error -22
^C
|
My xorg.conf was written by nvidia.com's installer ... i added the section for the mouse in question ... other usb chord mice work fine.
(also i don't think the xorg sections below are the problem ... i could answer that scientifically but haven't yet ...)
Code: |
rockit ~ # cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 275.09.07 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jun 8 16:05:17 PDT 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
Identifier "Logitech M310"
Driver "mouse"
Option "Protocol" "auto"
Option "Dev Name" "Logitech, Inc. Wireless Mouse M305"
Option "Dev Phys" "usb-0000:00:10.0-1/input0"
Option "Device" "/dev/input/mice"
Option "Buttons" "12"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
Here is output from lsusb:
Code: |
Bus 003 Device 041: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
|
I also tried "imps/2" protocol with no luck. Thank you for any advice,
Charles |
|