Skip to content
New issue

Have 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

libusb_interrupt_transfer: LIBUSB_ERROR_IO #61

Open
Fadel2000gazal opened this issue Jan 5, 2025 · 3 comments
Open

libusb_interrupt_transfer: LIBUSB_ERROR_IO #61

Fadel2000gazal opened this issue Jan 5, 2025 · 3 comments

Comments

@Fadel2000gazal
Copy link

Fadel2000gazal commented Jan 5, 2025

I use a third party adapter, called but I keep getting the same error in the terminal after using this commands:
modprobe uinput
sudo /home/deck/Downloads/wii-u-gc-adapter-master-built/wii-u-gc-adapter
the error message:

adapter 0x195c950 connected
libusb_interrupt_transfer: LIBUSB_ERROR_IO

the values written in hexa after 0x keeps changing with each attempt

@krisutofu
Copy link

krisutofu commented Jan 8, 2025

Duplicate of #54 , #48 .

The changing hexadecimal number is expected.

For the LIBUSB error message, there is no more error text? I simply put my compiled executable at /usr/local/bin which is in the $PATH and run it in the shell with wii-u-gc-adapter.

What happens when you run it without modprobe uinput or with sudo? At least, I am using the original Wii U Adapter (sold for Super Smash Bros Wii U).

Another source for error messages could be the linux journal or dmesg.

@krisutofu
Copy link

Ah! I found an older issue which gives insight to this problem: #39

Someone else linked to a fork of another person's Git repo which integrates a solution for this problem: perelman wii-u-gc-adapter commit

@krisutofu
Copy link

To Anyone with this problem, I have integrated the libusb_claim and libusb_release call (from another fork) into my fork with a command line switch and retrial after few seconds. (Besides new and nice configuration options and help text.)

https://github.com/krisutofu/wii-u-gc-adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants