[solved] Xbox 360 Controller (wired) as mouse

So I'm mouseless but have an unused Xbox 360 Controller. How can I get it to function as a mouse?
ls /dev/input gives:
by-id by-path event0 event1 event2 event3 event4 event5 js0 mice mouse0
and dmesg gives:
usb 3-1: new full speed USB device using ohci_hcd and address 2
input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:1c.1/usb3/3-1/3-1:1.0/input/input5
usbcore: registered new interface driver xpad
xpad: X-Box pad driver
I've run the usual gamut of google/forum searches to no avail. Seems that most people who do have their controllers functioning as a mouse are looking for ways to disable the behavior. As always, thanks for the help.
-jd
Update: Found qjoypad which does the trick
Last edited by ntness (2010-04-26 04:54:09)

So I'm mouseless but have an unused Xbox 360 Controller. How can I get it to function as a mouse?
ls /dev/input gives:
by-id by-path event0 event1 event2 event3 event4 event5 js0 mice mouse0
and dmesg gives:
usb 3-1: new full speed USB device using ohci_hcd and address 2
input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:1c.1/usb3/3-1/3-1:1.0/input/input5
usbcore: registered new interface driver xpad
xpad: X-Box pad driver
I've run the usual gamut of google/forum searches to no avail. Seems that most people who do have their controllers functioning as a mouse are looking for ways to disable the behavior. As always, thanks for the help.
-jd
Update: Found qjoypad which does the trick
Last edited by ntness (2010-04-26 04:54:09)

Similar Messages

  • Xbox 360 controller (wired) and compatability with Windows 7

    Ok, here's the scoop. I have an Xbox 360 controller and a plug 'n play kit for it. I have tried the normal solutions for hooking it up and getting it to recognize in Windows 7 (32 bit) Home Prem. Edition, and all I get is it is an 'Unspecified' device in the Control Panel, and as a result, it will not be recognized in games as a controller, and will not work. I have installed the proper drivers and the 360 Accessories for Windows, but even that doesn't recognize the controller when it is plugged into my USB 2.0 port. The driver is properly installed (Windows told me the driver was installed correctly when I first plugged in my controller, after installing the program from the Microsoft website), so I have no idea why it is not working. I have followed all the stepd that I can find. Please give me some assistance.

    If you already have the software installed, go to programs and features and uninstall Microsoft XBOX 360 Accessories 1.2.
    1) Download the drivers from http://www.microsoft.com/hardware/download/download.aspx?category=gaming
    2) Choose Gaming > Xbox 360 Controller for Windows > Windows 7 64 bit > English.                                           
    Don’t run the drivers.  Save them to a folder.
    (Or Xbox 360 Wireless Controller for Windows depending on your controller)
    3) Right click the Xbox360_64Eng file in the folder you downloaded to and click "create shortcut"
    4) Right click the shortcut you created.  Select properties.
    5) On the compatibility tab in properties, click "Run this program in compatibility mode"                  
    Choose Windows Server 2008 Service Pack 1 as the compatibility mode. Apply setting and click ok.
    6) Right Click on the shortcut and select "Run as administrator"
    7) With your controller plugged in go to Device Manager. 
    You should see Microsoft Common Controller for Windows Class. It located under Mice and other pointing if you do, you have arrived. If you don't, try this.
    Continue only if you don’t see Microsoft Common Controller for Windows Class in Device Manager
    8) Right click the unknown device that shows a problem.
    9) Update Driver Software > Browse My computer for Driver Software > Let Me Pick from a List of Drivers
    10) Choose Microsoft Common Controller for Windows Class > XBOX 360 Wireless Receiver for Windows
    Ignore the warning.
    Should work now.
    Please help :(  It's still not working!   Your suggestions helped almost everything.  I don't think there was the Microsoft Common Controller for Windows class/Xbox 360 Wireless Controller via Play and Charge Kit in Device Manager before I tried
    your tips of reinstalling under that old service pack compatibility mode.
    Now that I see that, I thought it'd be fixed... but no!  If I run joy.cpl (the Game Controllers window) it still doesn't see my Xbox controller.  It still isn't recognized by the actual 360 controller software for my PC.  
    I did try updating the drivers again in the device manager, and I am plugged into a Blue USB port.  What else?  Is it something to do with my battery pack or something?  Help!!
    I don't know if this will notify me of a response, so please feel free to email me at smorin1487 @   gmail

  • [SOLVED] Xbox 360 controller joytech neo-se

    Hello, I need his help please. Someone can make work like the control joytech neo-se, I have understood that the control of xbox 360 this one supported of native form from the kernel 2.6.24 but for any reason to it my me does not work, the led does not stop blinking this where the symbol of xbox and it does not recognize his button / sticks. Someone can to indicate me that it is what I have to configure or modify in order that it works?
    Last edited by Cory (2009-10-09 18:34:36)

    I have made it, I'm very happy with myself. It's not perfect but should work. It only builds and installs the xboxdrv binary, the other featured tools are not touched. Any improvements are welcomed.
    The final dilemma is what category to submit in the AUR. It's not a module or a game, technically not a lib. There needs to be a category for generic utilities.
    PKGBUILD
    # Contributor: Andrew Mellor (quantumphaze)
    pkgname=xboxdrv
    pkgver=0.4.9
    pkgrel=1
    pkgdesc="Userspace Xbox 360 controller driver, alternative to xpad module."
    url="http://pingus.seul.org/~grumbel/xboxdrv/"
    arch=('i686' 'x86_64')
    license=('GPL')
    depends=('libusb' 'dbus-python')
    makedepends=('boost' 'scons')
    source=("http://pingus.seul.org/~grumbel/xboxdrv/xboxdrv-linux-${pkgver}.tar.bz2"
    "xbox_controller.diff")
    md5sums=('f0a552856825f65504e55f3fa4fdc6fb'
    '99b95bb2dae91e12dd07a735214ca657')
    build() {
    cd ${srcdir}/xboxdrv-linux-${pkgver}
    touch got-this-far
    patch -Np1 -i ${srcdir}/xbox_controller.diff
    scons
    mkdir -p ${pkgdir}/usr/bin/
    install -m755 ${srcdir}/xboxdrv-linux-${pkgver}/xboxdrv ${pkgdir}/usr/bin/xboxdrv
    xbox_controller.diff
    --- xboxdrv-linux-0.4.9/src/xbox_controller.hpp 2009-11-02 00:00:25.000000000 +200
    +++ xboxdrv-linux-0.4.9/src/xbox_controller.hpp 2009-11-02 00:30:25.000000000 +200
    @@ -20,6 +20,7 @@
    #define HEADER_XBOX_CONTROLLER_HPP
    #include <usb.h>
    +#include <stdint.h>
    #include "xbox_generic_controller.hpp"
    struct XPadDevice;
    Please test it and let me know how it works before I submit it.

  • [SOLVED] Xbox 360 Off-brand controller does not work

    I'm having a problem getting X11 to recognize my Madcatz Xbox 360 controller under the Xpad driver.  It works under Ubuntu as a (get this) "pointer device" and perfectly under Windows 7, but nothing more.  I tried modifying entries in /etc/hal/fdi/policy as per instructions on the Linux Mint forums to no avail.
    Below are some things I tried and some data.
    /etc/hal/fdi/policy/MadCatzGamePad:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="Mad Catz Wired Xbox 360 Controller">
    <merge key="input.x11_driver" type="string"></merge>
    </match>
    </device>
    </deviceinfo>
    lshal | grep -i xbox:
    info.product = 'Mad Catz Wired Xbox 360 Controller' (string)
    input.product = 'Mad Catz Wired Xbox 360 Controller' (string)
    usb.interface.description = 'Xbox Security Method 3, Version 1.00, ? 2005 Microsoft Corporation. All rights reserved.' (string)
    I hope somebody can use this information to help me out!  I love the Xbox 360 controller and it's certainly better than the logitech.  Buying a new controller is NOT an option!
    Edit:  It actually works now, it just was blinking before I played a game.  Yay!
    Last edited by Intrepid (2009-06-22 02:47:38)

    It won't recongize it because the devices (Xbox and headunit) are trying to access the flash drive, something that requires disk mode.
    Read about Flash here: http://www.ilounge.com/index.php/news/comments/jobs-flash-currently-too-slow-on- iphone/

  • Wired xbox 360 controller used for PC

    I have tried literally everything I can think of, I searched it, and a resounding solution were these steps:
    1) Download the drivers from "Can't post links yet"
    2) Choose Gaming > Xbox 360 Controller for Windows > Windows 7 64 bit > English.Don't run the drivers.  Save them to a folder. (Or Xbox 360 Wireless Controller for Windows depending on your controller)
    3) Right click the Xbox360_64Eng file in the folder you downloaded to and click "create shortcut"
    4) Right click the shortcut you created. Select properties. 
    5) On the compatibility tab in properties, click "Run this program in compatibility mode" ChooseWindows Server 2008 Service Pack 1 as the compatibility mode. Apply setting and click ok.
    6) Right Click on the shortcut and select "Run as administrator"
    7) With your controller plugged in go to Device Manager.  You should see Microsoft Common Controller for Windows Class. It located under Mice and other pointing if you do, you have arrived. If you don't, try this.
         Continue only if you don't see Microsoft Common Controller for Windows Class in Device Manager
    8) Right click the unknown device that shows a problem.
    9) Update Driver Software > Browse My computer for Driver Software > Let Me Pick from a List of Drivers
    10) Choose Microsoft Common Controller for Windows Class > XBOX 360 Wireless Receiver for Windows
    I have tried the steps in order countless times. tried many different compatability modes, and to no avail am I able to get the "Microsoft Common Controller for Windows Class" to show up. so I continue through the next 3 steps (8-10) and
    the option listed in step 10 is not available. and I have been trying to fix this since 7:00 AM this morning.....

    Hi,
    Are we download the driver from the following link?
    http://www.microsoft.com/hardware/en-us/d/xbox-360-controller-for-windows
    Where did you find the steps for reference?
    For how to configure XBox 360 controller, please check the below article:
    Connect an Xbox 360 wired controller to your PC
    Best regards
    Michael Shao
    TechNet Community Support

  • [SOLVED] DOOM 3 with a gamepad (xbox 360 controller)

    Is it possible get a xbox 360 controller working with DOOM 3 under Linux? I know that under windows you can use something like xpadder to get it to work with DOOM 3. What alternative is there under Linux?
    Last edited by fettouhi (2012-10-19 15:06:30)

    satanselbow wrote:Qjoypad in the AUR might be the simplest way to go https://aur.archlinux.org/packages.php?ID=5573
    Yep, that did the trick . Many thanks!

  • [solved] Getting xbox 360 controller to work in Skyrim with xboxdrv

    I am trying to get my xbox 360 controller to work in Skyrim. I installed xboxdrv from AUR and I can get it running with no problems. I have xinput installed in the prefix via winetricks. I've blacklisted xpad kernel module and have xboxdrv running as a systemd service. Xbox controller support is turned on in the game's options.
    The issue I'm having is that the controller will still only operate with certain games, which are the games that can use it with the regular xpad kernel module.
    Here's some details about the set-up:
    √ systemd service:
    [Unit]
    Description = xboxdrv
    [Service]
    User = root
    Type = simple
    ExecStart = /usr/bin/xboxdrv -D -c /etc/conf.d/xboxdrv
    [Install]
    WantedBy = multi-user.target
    √ xboxdrv config:
    [xboxdrv]
    silent = true
    mimic-xpad = true
    #force-feedback = true
    chatpad = true
    led = 2
    [xboxdrv-daemon]
    detach = true
    dbus = disabled
    √ xinput winetrick is installed:
    Anyone see anything wrong with my setup?
    Last edited by gilmoreja (2014-04-11 23:54:54)

    I stumbled over this post: http://www.codeweavers.com/via/skyrim?msg=141344#c7, it might help?

  • XBox 360 controller doesn't work in game in Outlast

    I got Outlast, that new horror game, and a Wolf Among Us. I installed Tattleboogie's drivers and using an wired xbox 360 controller (original). In Wolf Among Us it works fine, in the Tattleboogie's settings everything shows as working with responce on every button, but in Outlast, even though the controller is identified and shows up in settings and in the menus as if it were working, it simply doesn't. I get no responce from presses at all.
    Also, I've tried Game Companion and Joystick Mapper, but those just doesn't work. I can get some movement, but it's irregular and doesn't correspond properly. So I do NOT want to use that kind of software, and shouldn't need to since Outlast should have full controller support and obviously recognize it.
    So anyone know anything about this?
    I'm running on a Macbook Pro 13" with Mavericks installed.

    https://wiki.archlinux.org/index.php/Keyboard_shortcuts
    Once you set up the magic sysrq keys, you need to look at the journal of a frozen session.

  • XBox 360 Controller for Windows

    Hi all,
    I'm trying to get my xbox 360 controller to sync on XP under Bootcamp. If I plug in the receiver under OS X and sync the controller it syncs straight away, if I try and do the same under windows it just blinks at me. I've tried using a powered hub but that made no diffrerence. It's odd how it works on OS X but not under windows, as it's the same hardware, which makes me think it's likely a driver issue?
    Any ideas?

    Thanks, but it's not as simple as not syncing the controller properly. I've done some more testing.
    The front-most USB port does not work at all, well it supplies voltage, but no functionality. It doesn't even accept the apple mouse. So this may be related. BTW the Macbook is at most 2 weeks old, so I'll have this sorted at the genius bar.
    I CAN get the xbox controller to sync if I attach a powered USB hub to ONLY the middle USB socket, which is weird. I think with the flaky bottom port and this weird behaviour with the xbox controller, it's looking like I should just have the apple techs go over the USB ports before I pull out any more hair trying to figure out why it's happening!

  • I am trying to get my Xbox 360 controller to work on my Mac.

    I am trying to get my Xbox 360 controller to work on my Mac. I have installed the suggested driver and the program ControllerMate. The Mac sees the controller because it shows up and responds. The program ControllerMate also sees the controller and responds appropriately, but the game (Minecraft) doesn't. HAs anyone else cracked this nut or have advice?

    Try using the resetting SMC procedure
    http://support.apple.com/kb/HT3964
    You may have done something similar already, but do it precisely as described.  You should disconnect ALL peripheral devices, except for Apple keyboard and mouse.
    Also, when you plug it back in, if the iMac is currently plugged into an old (or overcrowded) power strip (surge suppressor), try connecting it directly to a wall outlet by itself. 

  • How can i use my xbox 360 controller to play games on my macbook pro?

    I would like to use my wired Xbox 360 controller to play COD 4 on my macbook pro. PLEASE HELP ME!!

    In the mac app store check out joystick mapper, its pretty awesome.

  • How to install xbox 360 controller on mac mavericks?

    how to install wired xbox 360 controller on mac mavericks?
    i installed this driver
    http://files.tattiebogle.net/360/360ControllerInstall.dmg
    but is not working

    @mtnbkr81,
    So you are trying to use the wireless controller? All that I have read points to more reliability for the wired when using it on a computer. Perhaps you should save money for a wired one?
    I also forgot to mention the installation procedures on the .11 version. My controller does get recognized but as a genereric controller. Not specific to xbox360. But you can try this:
    -Uninstall the pref pant and the couple of other files that have been written to your MAC. Use the search on "controller"
    -once deleted run the .11 version of tthe driver. MAKE SURE THE CONTROLLER IS NOT IN THE USB PORT.
    -after the installation is complete open up preferences adn you should see an xbox360 option
    -open it and then plug in the controller
    -it should then get recognized. You may need to play with some of the options.

  • Exchanging an Xbox 360 Controller??

    Earlier in the day I purchased an Xbox 360 controller at Best Buy and when I took the controller out I noticed that the left thumbstick makes a terribly loud and annoying squeaky sound whenever you move it. It will not go away. I was wondering if I would be able to go to the same store tomorrow and exchange it for the exact same style of controller. I have the box and everything still as well as the receipt. Thanks for your time!
    Solved!
    Go to Solution.

    Hello Brendan352,
    I am not the biggest gamer in the world, but even I have encountered the dreaded squeaky thumbsick.  It can definitely be quite annoying!  You are well within the 15 day return/exchange period (30 days for Elite members and 45 days for Elite Plus members) if you purchased the Xbox 360 controller yesterday and should have no real problem exchanging it.  With that being said, you would want to bring the controller and your receipt up to the customer service counter at any Best Buy store for further assistance.
    Best Buy Return & Exchange Promise
    Thank you for taking the time to connect with us on the forum.
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How do I use the Xbox 360 controller

    Hello,
    As everyone knows the XBOX 360 controller is the definitive controller for Windows gaming.
    I'm working on two projects now.  One in Flash and one in Unreal Engine.  I thought,"Wouldn't it be great to work on three projects at once."
    So the idea came to me that a comedic style hockey game could be made in Flash.  Flash is great for action games, and the P2P networking(thought could have been done better) is just sufficient to make a good multiplayer experience.
    I do not however want an action oriented hockey game without analog sticks.  I've gotten the XBOX 360 controller to work in C/C++ in a Tekken Style Open Wolrd Game, and it was great.  Where do I get the XBOX360 code to integrate them into a flash game?
    ,Jim

    The GameInput API's for Actionscript 3.0. You can get when you download and install the Adobe Gaming SDK, after that you would need to import the SWC.

  • Trouble Connecting a Wireless Xbox 360 Controller to Windows 8.1 via the Play & Charge Kit

    I've been trying to connect a standard black wireless Xbox 360 controller to my PC, a Dell Inspiron 17R Special Edition (what makes it special is a mystery to me, but that's the name) with the standard Play & Charge Kit.
    I downloaded the drivers from Microsoft's website <http://www.microsoft.com/hardware/en-us/d/xbox-360-wireless-controller-for-windows>. Since there was no version for Windows 8.1, I downloaded the version for windows 7 (64-bit) and ran the installer
    in compatibility mode. The installer ran just fine, and I was able to run joy.cpl with no trouble. The trouble was, my controller doesn't show up in the list of game controllers, which is blank.
    Under Devices and Printers, an item named "Xbox 360 Wireless Controller via Play and Charge Kit" appears in the "Unspecified" category. When I look at the properties of this device, there are only two tabs, "General" and "Hardware".
    Under the "Hardware" tab, there is a device also named"Xbox 360 Wireless Controller via Play and Charge Kit" whose properties have all the proper drivers and suchlike.
    Help!

    Uninstall all the driver.
    Download and install the latest driver,or,you may try the same to get via Windows Update.
    You may post here:
    http://forums.xbox.com/
    S.Sengupta, Windows Entertainment and Connected Home MVP

Maybe you are looking for

  • Windows 7 can not joinng to domain but windows Xp does in Virtual Box Manager

    Dear all, I need your support and thanks in advance. I have installed Windows 7 and Windows 2008 server in a Virtual Box. Windows 2008 server is my Domain Controller and DNS is configured. Please find my configuration below. Domain Controller FQDN na

  • Biometric Reader no longer works on my Envy 17-j092r Laptop

    Hello Consumer Support Forum I purchased a new HP Envy 17-j092nr Laptop about 15 months ago that came with a biometric (finger print) reader. I just recently had to re-install the operating system and when I did that my finger print reader no longer

  • Reporting: Txt Message Phishing Accounts / Scam ac...

    I don't know why on earth it's so hard to report suspected phishers/scammers (without credits on my account anymore I can no longer contact customer service). Anyway. Some accounts are linked to some scam that sends SMS messages to people's phones, a

  • Is there a way to disable auto advance permanently?

    Is there a way to disable auto advance permanently? I know how to disable auto advance by clicking photo tab and unchecking auto advance, however I would like to have this feature permanently disabled. It really messes up my workflow! It's getting ve

  • German umlaute lost after reboot

    The strange behaviour is that, after rebooting the linux server where the application is running, german umlaute are lost. If the application is reinstalled umlaute are shown as long as no reboot occurs. There was no problem with this when jre122 was