Results 1 to 7 of 7

Thread: usb mouse detected as joystick

  1. #1
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    usb mouse detected as joystick

    can't find a fix to this, ubuntu 10.04, mouse is A4Tech USB Full Speed X-705K
    /etc/X11/xorg.conf:
    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Tue Jul 13 21:08:53 PDT 2010
    
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Module"
        Load           "glx"
    EndSection
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       30.0 - 110.0
        VertRefresh     50.0 - 150.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "NoLogo" "True"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    /proc/bus/input/devices:
    Code:
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0 
    B: EV=3
    B: KEY=100000 0 0 0
    
    I: Bus=0019 Vendor=0000 Product=0003 Version=0000
    N: Name="Sleep Button"
    P: Phys=PNP0C0E/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1 
    B: EV=3
    B: KEY=4000 0 0 0 0
    
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    U: Uniq=
    H: Handlers=kbd event2 
    B: EV=3
    B: KEY=100000 0 0 0
    
    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name="Macintosh mouse button emulation"
    P: Phys=
    S: Sysfs=/devices/virtual/input/input3
    U: Uniq=
    H: Handlers=mouse0 event3 
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3
    
    I: Bus=0003 Vendor=0a81 Product=0101 Version=0110
    N: Name="CHESEN USB Keyboard"
    P: Phys=usb-0000:00:03.0-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.0/input/input4
    U: Uniq=
    H: Handlers=kbd event4 
    B: EV=120013
    B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=1f
    
    I: Bus=0003 Vendor=0a81 Product=0101 Version=0110
    N: Name="CHESEN USB Keyboard"
    P: Phys=usb-0000:00:03.0-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.1/input/input5
    U: Uniq=
    H: Handlers=kbd event5 
    B: EV=13
    B: KEY=2020000 3878 d801d001 1e0000 0 0 0
    B: MSC=10
    
    I: Bus=0003 Vendor=09da Product=8090 Version=0111
    N: Name="A4Tech USB Full Speed"
    P: Phys=usb-0000:00:03.1-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/input/input14
    U: Uniq=
    H: Handlers=mouse1 event6 
    B: EV=17
    B: KEY=ffff0000 0 0 0 0 0 0 0 0
    B: REL=143
    B: MSC=10
    
    I: Bus=0003 Vendor=09da Product=8090 Version=0111
    N: Name="A4Tech USB Full Speed"
    P: Phys=usb-0000:00:03.1-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/input/input15
    U: Uniq=
    H: Handlers=kbd event7 js0 
    B: EV=12001f
    B: KEY=837fff 2c3027 bf004444 0 c000000 1 10c04 a27c007 ffa67bfa d941dfff febeffdf ffefffff ffffffff fffffffe
    B: REL=40
    B: ABS=ffffff01 701ff
    B: MSC=10
    B: LED=1f
    /proc/bus/input/handlers:
    Code:
    N: Number=0 Name=rfkill
    N: Number=1 Name=kbd
    N: Number=2 Name=mousedev Minor=32
    N: Number=3 Name=evdev Minor=64
    N: Number=4 Name=joydev Minor=0
    Last edited by nknwn666; September 3rd, 2010 at 10:21 AM.

  2. #2
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mouse detected as joystick

    bump

  3. #3
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mouse detected as joystick

    bump.

  4. #4
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mouse detected as joystick

    bump..

  5. #5
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mouse detected as joystick

    bump...

  6. #6
    Join Date
    Mar 2009
    Beans
    37
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mouse detected as joystick

    fixed by running:
    Code:
    sudo rm /dev/input/js0
    in terminal everytime at startup
    Last edited by nknwn666; September 6th, 2010 at 12:04 PM.

  7. #7
    Join Date
    Feb 2009
    Location
    Arcadia, CA USA
    Beans
    501
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: usb mouse detected as joystick

    12.04LTS - trying to get FMS simulator to work under Wine.

    post #26 and #34 at the following link worked for me, but "sudo rm /dev/input/js0" did not work.

    https://bugs.launchpad.net/ubuntu/+s...ev/+bug/418470

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •