11-26-2019, 01:16 AM
No, nothing related to gpio-mouse comes up with dmesg
Configure D-Pad
|
11-26-2019, 01:16 AM
No, nothing related to gpio-mouse comes up with dmesg
11-26-2019, 01:20 AM
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.
11-26-2019, 01:32 AM
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?
11-26-2019, 01:36 AM
Yep :/
11-26-2019, 01:48 AM
Hmmmmm... that's annoying...
Do you know if there is a way I can recompile the kernel to include the module?
11-26-2019, 06:14 PM
When looking at https://raw.githubusercontent.com/raspbe...ays/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/viewt...p?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) :/ |
« Next Oldest | Next Newest »
|