Closed akdor1154 closed 4 days ago
I guess something to do with evdev.py#287 where you only read touch and button events.. this seems intentional because when I loop through all events it works for a second or two and then breaks my PC input. I'll leave this alone for now assuming you know this doesn't work yet.
EDIT: Couldn't leave it alone :) when I change the loop to just process the pen input device then it seems to work perfectly! Though obviously touch and button do nothing.
I also did this! It also worked. Dope!
EDIT: Couldn't leave it alone :) when I change the loop to just process the pen input device then it seems to work perfectly! Though obviously touch and button do nothing.
Hi. How exactly did you do that? :)
For reference, I have the same issue with RM1 not working with evdev.
Installing the rm2 branch with python3 -m pip install -U git+https://github.com/Evidlo/remarkable_mouse.git@rm2
yields the same problem.
Guessing from the comment above, I experimented with changing the indicated line https://github.com/Evidlo/remarkable_mouse/blob/rm2/remarkable_mouse/evdev.py#L287
I finally got something working with 0:1
instead of 1:2
.
(I directly modified evdev.py after installation, that you should be able to find with echo $(realpath $(dirname $(which remouse))/../lib/python*/site-packages/remarkable_mouse/evdev.py)
)
@malinkb in case it is still useful for you
Try with the most recent commit. It only reads from the pen input.
Hi, Thanks for this awesome project. I can't get --evdev to give me any pen input. Without --evdev everything seems to work OK, but with it I get touch events but no pen events. GIMP seems to recognize a pen input device being created but
remouse --debug
doesn't yield any event spam.Ubuntu 20.10 Remarkable 2, latest firmware
rm2 branch
--debug output:
SSH'd to the rm2, running
xxd /dev/input/event1
seems to produce output from the pen as expected (though I can't interpret what it's saying because I'm not Keanu Reeves...)I will have a play around as well, just touching base. :)
Jarrad