Hi
I am new to LE and the retro games it provides (but an old hand at Linux). I happen to have a generic DB9 joystick that I'd like to connect using the Pi GPIO lines. I'm using the latest LE and a Raspberry Pi 4.
I've looked around the internet and found numerous discussions and instructions, all of them either old, not LE focussed or both. I see that the kernel has a DB9 joystick driver for connecting via the X86 parallel port, and I see various Python scripts that read GPIO changes and inject events into the Linux input stack.
Can anyone point me in the direction of a set of current instructions that will work with LE (i.e. that don't start "apt install this that theother") and show me how to make this work, both in terms of driver software (kernel module or userspace), and in terms of what needs configuring where? I don't mind having to create a program or two to make it fly, but don't know enough about what the correct pattern is to follow.
Thanks!