Results 1 to 9 of 9

Thread: PS2 Controller via USB Adaptor Failing

  1. #1
    Join Date
    May 2011
    Beans
    4

    PS2 Controller via USB Adaptor Failing

    I have a ps2 controller and a usb adapter for it, because I want to be able to play games with a controller on the computer (Specifically portal =]). It isn't being recognised in ubuntu as far as I can tell.

    I have this controller:

    DualShock 2 Analog Controller
    http://www.amazon.com/Analog-Control...7284694&sr=1-1



    this adapter:

    PS PS2 USB Dual Controller to PC Adapter Converter
    http://www.amazon.com/gp/product/B00...etails?ie=UTF8


    and am running Ubuntu 11.04 - the Natty Narwhal and GNOME version 2.32.1

    The adapter comes with an installation disk with these drivers on it:
    DOUBLE USB Drier.exe
    PSII & USB Conversion Driver.exe
    SINGLE USB Driver.exe
    USB Racing Wheel Driver.exe

    Obviously for windows, so not much help for linux.

    So I am asking either for a way to get it recognised, or just for some application/script that monitors key/button events so i can definitively tell that it isn't being recognised (and not that the buttons just aren't bound to anything useful). I was hoping for something like this
    http://download.oracle.com/javase/tu...EventDemo.jnlp that would catch the controller events....


    I have searched the forums for this issue, but it seems like it either just works for most people.


    THANKS
    Last edited by fastball10101; June 5th, 2011 at 04:40 PM. Reason: added windows drivers

  2. #2
    Join Date
    May 2011
    Beans
    4

    Re: PS2 Controller via USB Adaptor Failing

    Four day bump.
    If this is in the wrong section, please let me know!

  3. #3
    Join Date
    Aug 2010
    Location
    /home/brandon
    Beans
    118
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: PS2 Controller via USB Adaptor Failing

    Welcome to he Forums.

    First off, can you plug the controller in and post the output of the terminal command "lsusb" here in a new reply?
    Post the contents of the output in CODE tags, by clicking the hash (#) mark in the reply window.
    Last edited by BrandonC19; June 9th, 2011 at 11:36 PM. Reason: Fixed a typo.
    “Flow with whatever may happen, and let your mind be free: Stay centered by accepting whatever you are doing. This is the ultimate.”
    ― Zhuangzi

  4. #4
    Join Date
    May 2011
    Beans
    4

    Re: PS2 Controller via USB Adaptor Failing

    with it plugged in:
    Code:
    ~$ lsusb
    Bus 008 Device 002: ID 1b1a:0000  
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 002: ID 0810:0001 Personal Communication Systems, Inc. Dual PSX Adaptor
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 046d:09a1 Logitech, Inc. QuickCam Communicate MP/S5500
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    So it seems that the adapter is recognised. The output stays the same if I unplug the controller from the adapter.

  5. #5
    Join Date
    Aug 2010
    Location
    /home/brandon
    Beans
    118
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: PS2 Controller via USB Adaptor Failing

    Okay, it sees the device, so it should have no trouble utilizing it. There's a command you can run and actually see if pressing a button on the controller cause a hardware interrupt, but I can't remember nor find it.
    So here's a workaround.
    Can you open Ubuntu Software Center, and install mupen64?
    Then run it from the Games section of your Applications menu, and under the Options menu of the program, select "Input Settings".
    Its the easiest way I know of outside of that blasted command.
    “Flow with whatever may happen, and let your mind be free: Stay centered by accepting whatever you are doing. This is the ultimate.”
    ― Zhuangzi

  6. #6
    Join Date
    Jun 2010
    Beans
    2

    Re: PS2 Controller via USB Adaptor Failing

    I know a old post but I am also having the same problem


    #
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 002: ID 413c:8140 Dell Computer Corp. Wireless 360 Bluetooth
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 064e:8100 Suyin Corp.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    #

    This is the output of my lsusb

  7. #7
    Join Date
    Feb 2007
    Beans
    42

    Re: PS2 Controller via USB Adaptor Failing

    the program to monitor events is called xev.

    However, my Personal Communication Systems, Inc. Dual PSX Adaptor shows no input received by X.

    I'm running gentoo, and need to check what modules are loaded into my kernel, if I get success beyond this, I'll post more here.

    EDIT: (update)

    My basic kernel seems to support the device; downloading and installing joystick (it is in the repositories for ubuntu) will provide jstest

    I used:
    Code:
    jstest --event /dev/input/js1
    then make sure you have xserver-xorg-input-joystick (or xorg-driver-input metapackage) installed, then I'm stuck, probably a good idea to regenerate your xorg.conf..?
    Last edited by flangemonkey; March 13th, 2012 at 10:54 PM. Reason: updated

  8. #8
    Join Date
    Nov 2011
    Beans
    3

    Re: PS2 Controller via USB Adaptor Failing

    Quote Originally Posted by flangemonkey View Post
    the program to monitor events is called xev.

    However, my Personal Communication Systems, Inc. Dual PSX Adaptor shows no input received by X.

    I'm running gentoo, and need to check what modules are loaded into my kernel, if I get success beyond this, I'll post more here.

    EDIT: (update)

    My basic kernel seems to support the device; downloading and installing joystick (it is in the repositories for ubuntu) will provide jstest

    I used:
    Code:
    jstest --event /dev/input/js1
    then make sure you have xserver-xorg-input-joystick (or xorg-driver-input metapackage) installed, then I'm stuck, probably a good idea to regenerate your xorg.conf..?
    I also have this adaptor and i'm running Gentoo. What kernel config do you use for Gentoo recognizes it?

  9. #9
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: PS2 Controller via USB Adaptor Failing

    Wouldn't a Gentoo forum be a better place for Gentoo problems?
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

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
  •