2 Sept 2019, 16:01

Hi IAN57,
thanks for the quick answer.
The module is loaded - it seams to me:
Module Size Used by Tainted: G
mk_arcade_joystick_rpi 4442 0

And here is the output from the evtest:
Input driver version is 1.0.1
Input device ID: bus 0x15 vendor 0x1 product 0x1 version 0x100
Input device name: "GPIO Controller 1"
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
Event code 304 (BTN_SOUTH)
Event code 305 (BTN_EAST)
Event code 307 (BTN_NORTH)
Event code 308 (BTN_WEST)
Event code 310 (BTN_TL)
Event code 311 (BTN_TR)
Event code 314 (BTN_SELECT)
Event code 315 (BTN_START)
Event code 316 (BTN_MODE)
Event type 3 (EV_ABS)
Event code 0 (ABS_X)
Value 0
Min -1
Max 1
Event code 1 (ABS_Y)
Value 0
Min -1
Max 1

But no reaction on any input.

RPi Version: Pi Model B Rev 2
(thats the output from cat /sys/firmware/devicetree/base/model)

Thanks!
CHristian