uinput creation failed
karai17 opened this issue · 1 comments
karai17 commented
[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
modprobe uinput
fixed the issue~