ToadKing / wii-u-gc-adapter

Tool for using the Wii U GameCube Adapter on Linux
MIT License
240 stars 42 forks source link

uinput creation failed #27

Closed karai17 closed 7 years ago

karai17 commented 7 years ago
[Karai@monolith wii-u-gc-adapter] $ make -j9
cc -c -o wii-u-gc-adapter.o wii-u-gc-adapter.c -Wall -Wextra -pedantic -Wno-format -std=c99 -I/usr/include/libusb-1.0  -O2
cc -o wii-u-gc-adapter wii-u-gc-adapter.o -lpthread -ludev -lusb-1.0  -s
[Karai@monolith wii-u-gc-adapter] $ sudo ./wii-u-gc-adapter 
[sudo] password for Karai: 
uinput creation failed

I tried building and running this on Fedora 24 x86_64 and I am getting this error. Any ideas?

karai17 commented 7 years ago

modprobe uinput fixed the issue~