Page 2 of 2

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 4:43 am
by ext
Ok making some progress! Thanks Matlo

I did what you suggested and I was able to get the console GUI to show up and when i would move the controller inputs, it would show up on the console GUI.

See Edit Below This:
What is not working right now is the keyboard and mouse input. :oops: :oops: I'm using the XonePadUsbXinput.xml but not getting any reaction. Im gonna read around here a bit more to see if I can figure it out....


EDIT: I realized that my configs were empty... I added some inputs and it started working :)))))

I'll go take a look at the config wiki and get working on this some more.

Thanks again Matlo! Everything should be working now

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 6:20 am
by Matlo
You can also start with any PS3/4 FPS config using "Help>Get Configs" in gimx-launcher, and then adjust the button & axis names selecting "Type>XOne pad" in gimx-config. Using a pre-made config helps understanding how it works.

To help me report the usbdk issue to its developer, could you please open a cmd terminal and type (copy-paste) the following commands:

Code: Select all

cd C:\Program Files\UsbDk Runtime Library
UsbDkController.exe -n
and then post the output?

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 8:21 am
by ext
Yes here you go, thanks!

Image

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 8:56 am
by Matlo
Thanks. Was the Xbox One controller connected when you typed the command?

EDIT: could you also post the list of USB devices that were connected when you typed the command?

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 9:11 am
by ext
I tried it using just the xbox one controller + the adapter plugged in and got that response.
I tried it again with the adapter plugged in, a usb hub with mouse/keyboard/controller and got same response.
Even if everything's unplugged I get the same response.

Is this normal?

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 9:19 am
by Matlo
Usbdk fails at enumerating all devices. 8087:8001 is probably the root hub, and 0483:91d1 an embedded sensor. It should also find any other connected USB device.

EDIT: could you try to uninstall and reinstall USBDK? Make sure to save all your opened files as this may cause a BSOD.

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 9:38 am
by ext
I uninstalled and reinstalled then ran the same command.
It spit out the same information as before

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 9:42 am
by Matlo
Do you have any USB 2.0 port on your computer? If yes, can you try to plug your Xbox One controller on that port?

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Tue Jun 02, 2015 5:12 pm
by ext
Hmm my laptop has only two USB 3.0 ports. I am able to get it working with the adapter in one of the laptop's 3.0 ports and a USB 3.0 hub holding mouse/keyboard and xbox one controller, in the last laptop port.

I still have to try this on a normal PC with 2.0 ports, or even one with more than 2 ports for that matter.

Re: DIY USB - Xbox One: No controller was found on USB buses

Posted: Fri Aug 07, 2015 9:06 am
by Matlo
Hi,
Could you please restore your libusb-1.0.dll, and try with UsbDk 1.0.6?
It got updated for USB 3.0, I think it should fix the issue.