I am new to Patchbox and wanted to use the Waveshare Game Hat controller to set up a M8 Tracker (GitHub - RowdyVoyeur/m8c-rpi4: M8 Tracker Headless Client for Raspberry Pi 4 Model B). Installation seems to be successfull, but I don’t get the joystick to be recognized.
I tried to install the mk_arcade_joystick_rpi but throws the error:
Error! echo
Your kernel headers for kernel 6.1.19-v8+ cannot be found at
/lib/modules/6.1.19-v8+/build or /lib/modules/6.1.19-v8+/source.
and
sudo apt-get install linux-headers 6.1.19-v8+
does not finish, telling
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package linux-headers is a virtual package provided by:
** raspberrypi-kernel-headers 1:1.20230317-1**
** raspberrypi-kernel-headers-rt 1:2.20220510-1**
You should explicitly select one to install.
E: Package ‘linux-headers’ has no installation candidate
E: Unable to locate package 6.1.19-v8
E: Couldn’t find any package by glob ‘6.1.19-v8’
E: Couldn’t find any package by regex ‘6.1.19-v8’
Did anybody got the Game Hat to work as input device in Patchbox?
Thnx!