Xbox One Liquid Metal Controller Driver Mac
7) Select on the “Microsoft Xbox One Controller” and click on the “Next” button. 8) At the “Select the device driver you want to install for this hardware” window, select “Xbox Gaming Device” and click on the “Next” button. 9) At the “Update Driver Warning” warning pop-up notification, click on the “Yes” button. Xbox one controller driver free download - XBOX 360 Controller For Windows, Xbox 360 Controller, VIA USB 2.0 Host Controller Driver, and many more programs. Enter to Search. Popular Apps. The package provides the installation files for Microsoft Xbox One Controller (DFU) USB Driver version 6.2.11059.0. In order to manually update your driver, follow the steps below (the next steps): 1.
- Xbox Liquid Metal Wired Controller
- Xbox One Liquid Metal Controller Driver Mac Download
- Xbox One Controller Driver
- Xbox One Controller Mac
- Liquid Metal Filler
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Aug 29, 2016 • edited by paroj
edited by paroj
I'm trying to get a third party controller working. So I've cloned the repo and built the dkms module and the controller is showing up as an interface under /dev/input/js0 - however I'm getting no input from the controller whatsoever. Running the jstest utility brings up some info - but appears to be entirely unresponsive to any buttons pressed on the pad. Looking at the source code, in particular xpad.c the controller should be support by vendorid and productid Can anyone help? |
commented Sep 2, 2016
Same Issue. |
commented Sep 3, 2016
can you try again with latest master? |
commented Sep 4, 2016
@paroj I did use the latest master 2 days ago. But unfortunately; I was upset by broken MS crap. SO I took them back and got 2 steam controllers today before I saw this comment. Sorry otherwise I would have pulled it down again and tested the changes. |
commented Sep 4, 2016
the last 3 commits on Sep 3, 2016 improve xpad one support. |
commented Dec 26, 2016
I'm encountering this same issue (the controller is recognized, but no input is detected.) I also have an earlier Power A Xbox One controller lying around which does work. I'm attaching the output of dmesg and lsusb for both. Long story short, the two controllers have the same vendor and product ID (24c6 and 543a), but different names ('XBox ONE Pro Ex controller' works, while 'XBox ONE liquid metal controller' does not) and different endpoint addresses - {[1 out, 1 in]; [8 out, 7 in]; [3 out, 3 in]} for the working controller and {[2 out, 1 in]; [4 out, 3 in]; [6 out, 5 in]} for the non-working liquid metal controller. I'm not familiar with the ins and outs of USB device management, but it looks as though xpad categorizes the controllers based solely on the product/vendor ID and miscategorizes the liquid metal controller. Is that accurate? dmesg_liq_met.txt |
changed the titleLiquid Metal Xbox One Controller No InputDec 27, 2016
referenced this issue Dec 27, 2016
ClosedPowerA Xbox One Wired Controller Unresponsive #58
commented Dec 27, 2016
Xbox Liquid Metal Wired Controller
this is the part where the endpoints are picked: https://github.com/paroj/xpad/blob/master/xpad.c#L1566-L1582 maybe @cgutman can provide more hints. |
commented Dec 31, 2016
can you try again with current master? A second init packet was added which fixed some other third party pads. |
commented Dec 31, 2016 • edited
edited
@paroj I think the endpoint selection code is definitely suboptimal but doesn't seem to have caused real problems yet (possibly by luck). The code depends on OUT endpoint being placed before the IN endpoint in the interface descriptor for all Xbox One controllers. We know at least one controller that breaks this rule, that's the Titanfall 2 controller. Fortunately, because it uses endpoint addresses 0x81 and 0x01, the code works because the USB core masks off the 0x80 direction flag when processing the endpoint address anyway. If a hypothetical controller had both:
Then it wouldn't work, but we don't know whether any such controller really exists. It's probably worth fixing anyway. |
commented Dec 31, 2016
Thanks for looking at this! Using the current master gives the same results (i.e. the liquid metal pad is still unresponsive.) |
referenced this issue Jan 1, 2017
Closedxone: Hori Horipad - Non-repsonsive analog sticks #59
commented Jan 1, 2017
@nderr Can you try with this xpad.c? http://pastebin.com/raw/Re8xby26 |
commented Jan 1, 2017
@cgutman Tried it - still no luck. |
commented Jan 1, 2017
@nderr thanks for testing. Is this the controller model that isn't working? https://www.amazon.com/Official-Licnesed-Wired-Liquid-Metal-Controller/dp/B0179K5L98 |
commented Jan 1, 2017
@cgutman It's this one: https://www.amazon.com/POWER-WIRED-CONTROLLER-XBOX-ONE-GREEN/dp/B01KTKHVC0 Although, as noted above, the product string in a call to dmesg identifies it as a liquid metal controller. |
commented Jan 2, 2017
Same problem with the same controller. |
commented Jan 2, 2017
@nderr@Trevdish30 If either of you have a Windows machine accessible, please try getting us a packet capture of the official driver - https://franticrain.github.io/sniffing/index.html |
commented Jan 2, 2017
I have no idea if this is right but this is what I got. |
commented Jan 2, 2017
@Trevdish30 Can you try uploading it as a pcap file? I think uploading it as a txt file may have messed up the capture because Wireshark won't open it. |
commented Jan 2, 2017
I tried doing it as well. |
commented Jan 2, 2017
It tells me the pcap file is empty when i try uploading it. |
commented Jan 11, 2017
Please test the 'powera' branch of my repo. https://github.com/cgutman/xpad/tree/powera |
commented Jan 23, 2017 • edited
edited
@nderr@Trevdish30 I'm preparing a patch upstream to fix the PowerA gamepads. Can you try my 'for_upstream' branch? https://github.com/cgutman/xpad If that works, may I add a 'Tested-By: Firstname Lastname Email address' from you for my submission upstream? |
commented Feb 11, 2017
@cgutman just tried your |
commented Feb 18, 2017
Sorry for the delay - I had no access to the pad until today. I've tested the for_upstream branch with jstest-gtk and everything appears to work perfectly! |
commented Feb 20, 2017
@cgutman I can also confirm that your branch works with the PowerA gamepad, thanks so much for your work! |
commented Mar 4, 2017
I am still getting no input on jstest or steam with the patch. could someone tell me what exactly what to do or how they go it to work so I know if I am just not doing it right or if it just doesn't work. |
commented Mar 4, 2017 • edited
edited
@Trevdish30 this is what I did, roughly, on two separate machines. I'm only 80% sure about this, it has been a few weeks. I based my instructions off of the README here: https://github.com/paroj/xpad/ and off my bash history :) Edit: See #48 (comment) below for accurate instructions |
commented Mar 5, 2017
@MDCore Thank you for your response but I am still not getting an input from the controller. |
added a commit to limoniumstatice/fini_kernel_marlin that referenced this issue Feb 9, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to limoniumstatice/fini_kernel_marlin that referenced this issue Feb 11, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to DidntRead/android_kernel_lenovo_k5fpr that referenced this issue Feb 13, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
Xbox One Liquid Metal Controller Driver Mac Download
added a commit to Dil3mm4/labyrinth_kernel_prague that referenced this issue Feb 14, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
pushed a commit to TR-76/OP3-HDK that referenced this issue Feb 17, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
pushed a commit to efaiza/EAS_Markw that referenced this issue Feb 19, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to baddar90/android_kernel_zte_msm8996-1 that referenced this issue Mar 3, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 10, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 12, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 12, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 12, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 13, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 14, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 14, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 15, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 16, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 19, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
Xbox One Controller Driver
added a commit to miraclestars/android_kernel_samsung_msm8996 that referenced this issue Mar 25, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to followmsi/android_kernel_samsung_exynos7870 that referenced this issue Mar 26, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to curtisy1/NX606J_O_kernel that referenced this issue Mar 31, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to C3LT1C/C3LT1C_Kernel_5-T that referenced this issue Mar 31, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to FraEgg/android_kernel_samsung_msm8996 that referenced this issue Apr 3, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to freemarkw/android_kernel_asus_sdm660 that referenced this issue Apr 9, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to YordiDR/android_kernel_samsung_universal7880 that referenced this issue Apr 21, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to Ante0/CarbonKernel that referenced this issue Apr 29, 2019
Xbox One Controller Mac
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to C3LT1C/C3LT1C_Kernel_5-T that referenced this issue May 12, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to mhdzumair/MhDzMR--woods that referenced this issue May 21, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
pushed a commit to crimsonthunder/Crystal_Kernel_OP6T that referenced this issue Jun 4, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
pushed a commit to crimsonthunder/Crystal_Kernel_OP6T that referenced this issue Jun 4, 2019
Input: xpad - fix PowerA init quirk for some gamepad models
added a commit to curtisy1/NX606J_O_kernel that referenced this issue Jun 9, 2019
Liquid Metal Filler
Input: xpad - fix PowerA init quirk for some gamepad models
Powera Spectra Xbox One Controller doesn't work on PC
I bought the PowerA spectra xbox one controller to use with my computer. However, it doesn't work at all on my pc. I run Windows 7, have the xbox one drivers, and the lights for the controller come on. In device manager the controller shows up as an unknown device and I cannot seem to get the drivers I need for it. I have followed every possible guide and have all the windows updates. This controller was advertised to work with PC. I have also tried this on Windows 10 and it still doesn't work.
Does anyone have any suggestions?
Update: PowerA doesn't have a customer support section and does not offer drivers for their products and the only article for this problem is listed here. This guide does not help because the controller shows up as an unknown USB device and when manually browsing for the driver a Microsoft Xbox One Controller is not an option listed. The same problem occurs on Windows 10.
Update 2: Customer support has only copy/pasted the same broken tutorial as before and have marked my ticket as solved.