The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.31 (Linux)
|
![]() |
Configure D-Pad - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: Configure D-Pad (/showthread.php?tid=5051) |
RE: Configure D-Pad - billsuncle - 11-26-2019 No, nothing related to gpio-mouse comes up with dmesg ![]() RE: Configure D-Pad - Porcinus - 11-26-2019 Not sure this can really help but does 'modinfo gpio-keys' and 'modinfo gpio-mouse' output something? I will try when back home to see if it does something on my side. RE: Configure D-Pad - billsuncle - 11-26-2019 Interesting, this is the output for "modinfo gpio-keys": Code: pi@raspberrypi:~ $ modinfo gpio-keys but for modinfo gpio-mouse, i get this error: Code: modinfo: ERROR: Module gpio-mouse not found. So I guess the gpio-mouse driver isn't included in the kernel? RE: Configure D-Pad - Porcinus - 11-26-2019 Yep :/ RE: Configure D-Pad - billsuncle - 11-26-2019 Hmmmmm... that's annoying... Do you know if there is a way I can recompile the kernel to include the module? RE: Configure D-Pad - Porcinus - 11-26-2019 When looking at https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/overlays/README There is mention of mouse, even looking around goole for a possible driver don't give much help :S But, if you a good at Python, I found this : https://www.raspberrypi.org/forums/viewtopic.php?t=182235 It is basically what you are trying to do but with a python script, this is not a problem since you could run it after as a daemon. I am sorry, I can't really provide much help on this (only a rought understand of Python programming) :/ |