03-15-2022, 07:17 AM
(03-15-2022, 04:56 AM)Flavor Wrote: I'm sorry, Weasel27. My Monday is kinda shot, so I can't really be of much help today. I can give some quick guidance, but I'm guessing we won't find a solution yet.
There will be some clues here.
"Consult /var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build/make.log for more information."
If you can share that file or even just copy/paste the last 10 lines or so from this command, that might help.
cat /var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build/make.log
Also, paste the output from these:
uname -a
ls /lib/modules
find /lib/modules | grep mk_arcade
lsmod | grep mk_arcade
sudo modprobe mk_arcade_joystick_rpi
dmesg |grep mk_arcade
I'm hoping those will give us some clues.
ALSO, there might be some good info in this other thread: https://forum.freeplaytech.com/showthrea...669&page=7
This is what I got from the commands you suggested:
/var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build/mk_arcade_joystick_rpi.c: In function ‘mk_init’:
/var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build/mk_arcade_joystick_rpi.c:147:18: note: ‘mk_arcade_gpio_maps’ declared here
static const int mk_arcade_gpio_maps[] = {4, 17, 27, 22, 10, 9, 25, 24, 23, 18, 15, 14, 2 , -1, -1, -1, -1};
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:310: /var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build/mk_arcade_joystick_rpi.o] Error 1
make[1]: *** [Makefile:1522: _module_/var/lib/dkms/mk_arcade_joystick_rpi/0.1.6.3/build] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.19.97-v7+'
make: *** [Makefile:16: all] Error 2
Linux retropie 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
4.19.97+ 4.19.97-v7+ 4.19.97-v7l+ 4.19.97-v8+
modprobe: FATAL: Module mk_arcade_joystick_rpi not found in directory /lib/modules/4.19.97-v7+
I have seen in other threads that updating Retropie may help with this. I am going to hold off until I/we are able to make sense of everything here. In the meantime, I will comb the thread you suggested to hopefully find a solution. I will swing back around if I find anything. Thank you again.