360 Controller Driver Chatpad Wired

Hardware XBOX 360 Controller with chatpad for Windows 10. I just got a brand new chat pad to add to my 360 controller for my PC and was wondering if there where any drivers for windows that i can use. I've found controller companion on steam, but apparently there aren't any divers for the chat pad. It's a shame that Microsoft has. I'm trying to use my wired Xbox 360 controller with my new Asus laptop (which only has USB3 plugs), I plugged in the 360 controller and windows told me: 'Device driver software was not successfully installed'. I also installed the following drivers (and drivers from the Asus website) but it doesn't do anything.

Similar help and support threads
ThreadForum
Original Xbox Controller in Windows 7 x64
All help is appreciated Here’s the scoop: I’ve tried everything to get my wired Xbox controller (orig.) to work in Win 7. Sadly I’ve only be able to get it to work as a one off fluke.That fluke occured while I was following Deludeds WKD tut. at...
Gaming
Xbox controller on windows 7 professional?
Hello everyone. I need your help,advice. Will a xbox 360 wired controller work on windows 7 PROFFESIONAL 32 BIT? I am asking if it will work on proffesional 32 bit will it ? ...
Gaming
Xbox 360 Controller for Windows .
Welcome owners. I've got to Controller ' Xbox 360 ' and used definition, however, control. http://i900.photobucket.com/albums/ac205/M3GAx/7-30-20108-06-44AM.png I did not experience any problems, but to go to the command ' Joy.cpl ' until the fairest in the settings by control, ...
Gaming
Xbox controller on Windows 7
I have an Xbox controller plugged into my computer, and I have tried three different drivers, but none of them show up in the driver list. Can anybody recommend a driver that works? (NOTE: I am not using an Xbox 360 controller, just a regular Xbox controller.)
Drivers
xbox 360 controller for windows
does anyone know where i can get a xbox 360 controller for windows the Elite (black) version from:sarc: ive looked around but cant seem to find it ,does it even exist? if it dosnt wheres the cheapest place to buy them from uk?:sarc::sarc::sarc: p.s. do they even work with windows 7? ...
Gaming
Hello,

I have bought a 'XBox 360 Wireless Controller' and a 'XBox 360 Chatpad'.

360 Controller Driver Chatpad Wired Windows 7

I would like to get it to work on Ubuntu / Linux.

I know there is the XBOXDRV, unfortunately it only supports the chatpad with the wired 360 controller.

But I found this information:

https://github.com/GAFBlizzard/chatpad-super-driver/issues/46

Microsoft Xbox 360 Wired Controller

Here is how to make chatpad work on a Xbox360 wireless controller:

Wired

All the data below has to be send to endpoint 1 (assuming endpoint 2, 3, 4 for
controller 2, 3, 4). The chatpad will return data on endpoint 1, the same
endpoint as the normal controller events.

To turn off the Xbox360 controller send: 00 00 08 C0 00 00 00 00 00 00 00 00

To enable wireless controller chatpad events, send: 00 00 0C 1B 00 00 00 00 00
00 00 00

You will have to send alternating 1E/1F keep-alive packets (every second or so,
I guess) to keep the chatpad events flowing: 00 00 0C 1E/1F 00 00 00 00 00 00
00 00

After doing this, you'll start getting 00 02 00 F0 event packets (the 02
signifying chatpad data). The same data as the wired chatpad starts appearing
at offset 0x18.

LED activation works much the same as with the wired controller, but the
control codes have to be send to endpoint one, the same as the init and
keep-alive stuff:

00 00 0C 8 00 00 00 00 00 00 00 00 capslock
00 00 0C 9 00 00 00 00 00 00 00 00 square
00 00 0C a 00 00 00 00 00 00 00 00 circle
00 00 0C b 00 00 00 00 00 00 00 00 people
00 00 0C c 00 00 00 00 00 00 00 00 backlight
00 00 0C 11 00 00 00 00 00 00 00 00 capslock
00 00 0C 12 00 00 00 00 00 00 00 00 square
00 00 0C 13 00 00 00 00 00 00 00 00 square and capslock
00 00 0C 14 00 00 00 00 00 00 00 00 circle
00 00 0C 15 00 00 00 00 00 00 00 00 capslock and circle
00 00 0C 16 00 00 00 00 00 00 00 00 circle, square
00 00 0C 17 00 00 00 00 00 00 00 00 circle, square, capslock
00 00 0C 1b 00 00 00 00 00 00 00 00 makes backlight led go on on keypress

Which I have translated into Python (using pyUSB 1.0) :

And I tried to run it, like:

python backlit.py

and:

xboxdrv --usb-debug --trigger-as-button --chatpad --chatpad-debug &

Of course, this does NOT work.

1. I' m not sure if I passed the right arguments to XBOXRV,
2. I 'm not even sure if the XBOXDRV is able to communicate with the 360 Chatpad on a wireless 360 Controller.
3. And I'm not sure if the Python script can run together with the XBOXDRV
4. I don't know how to loop the keep-alive packets correctly,

360 Controller Driver For Windows 7


Furthermore, when I took a look into the installation manual for the Windows-Chatpad driver,
( https://github.com/KytechN24/xbox360wirelesschatpad), Controller
I guess there are further steps required to get it working. ---------------------------------------------------------------------

Installing the LibUSB Driver

  1. Plug-In and Install the Native Drivers for your XBOX 360 Wireless Receiver.
  2. Download LibUSB here. (v1.2.6)
  3. .....
  4. Execute the following as an Admin: Directory/bin/Architecture/install-filter-win.exe
  5. Select 'Install a Device Filter'.
  6. Select the item with Description 'Xbox 360 Wireless Receiver for Windows'.
  7. Select 'Install' then after the confirmation box select Cancel.
  8. Execute the following path: Directory/bin/inf-wizard.exe
  9. Select 'Next'.
  10. Select the item with Description 'Xbox 360 Wireless Receiver for Windows'.
  11. Select 'Next' then save the new .inf somewhere.
  12. Select 'Install Now' to install the driver.
  13. Select OK at the confirmation, the LibUSB driver should now be installed.

Installing the vJoy Driver

  1. Download vJoy here. (v2.0.2)
  2. Install as an Admin with at least the vJoy Configuration Application.
  3. Run 'Configure vJoy' from the newly created Start Menu folder.
  4. ..........

    Running the Xbox 360 Wireless Chatpad Application

    1. Download the latest version of the application here.
    2. ........
    3. Execute 'Xbox 360 Wireless Chatpad.exe'
    4. ........
    1. I think the XBOXDRV already uses libusb, but I do not know if it works as a filter driver for the wireless chatpad...
    2. It makes use of vjoy, which is not available on Ubuntu / Linux, although there is a very old source code available
    (https://github.com/zvxryb/Linux-Virtual-Joystick)
    The only alternative I found, is wejoy, but I'm not sure if this can work.

    I really would like to add support for the XBox 360 Chatpad in my Xsubuntu Linux distribution,
    so any help would be appreciated!

    Regards

    djevil

    P.S. I packed some infos, sources and logs together, which are available on my homepage:

    http://remotors.de/en/Xsubuntu2/xboxdrv-chatpad-dev.zip