Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb-wireless mouse error messages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ccosse
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 171
Location: Las Vegas, NV

PostPosted: Wed Jun 29, 2011 1:21 am    Post subject: usb-wireless mouse error messages Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum