Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
506 stars 48 forks source link

Remarkable pen not found on RM2 #43

Closed stiliajohny closed 3 years ago

stiliajohny commented 3 years ago

I have installed the remouse with pip3 running it as bellow and getting errors

$ sudo remouse --address XX.XX.XX.XX --orientation top   --password XXXXXXXXXXX --debug --evdev
connected to XX.XX.XX.XX
Debugging enabled...
Created virtual input device '/dev/input/event18'
Error setting orientation: b'unable to find device reMarkable tablet stylus\n'
Chose monitor: Monitor(x=0, y=0, width=1920, height=1080, width_mm=340, height_mm=190, name='eDP1')
Error setting monitor: b"unable to find device 'reMarkable tablet stylus'\n"
Error setting pressure threshold: b'unable to find device reMarkable tablet stylus\n'
Wacom tablet area: 6060.843750000001 9.311070433189646e-13 14906.15625 15724.999999999998
Error setting fit: b'unable to find device reMarkable tablet stylus\n'

Running on arch Linux also tested the same on fedora gnome

Evidlo commented 3 years ago

Try the rm2 branch. I'm not sure if it changes this particular issue.

Move rM2 discussion to issue https://github.com/Evidlo/remarkable_mouse/issues/36

Xananax commented 3 years ago

I get the same error, but I don't have Remarkable 2, I have the first edition. Note that running without --evdev works (but no pressure of course)

I tried the RM2 branch all the same, and all that changes is the error formatting:

Error setting orientation: unable to find device reMarkable pen stylus

Error setting monitor: unable to find device 'reMarkable pen stylus'

Error setting pressure threshold: unable to find device reMarkable pen stylus

Error setting fit: unable to find device reMarkable pen stylus

Error setting fit: unable to find device reMarkable pen touch

Error setting orientation: unable to find device reMarkable pen touch
Pandry commented 2 years ago

Hi guys! I just faced the same issue (on Arch Linux):

Password for '10.11.99.1': 
Connected to 10.11.99.1
Error setting orientation: unable to find device reMarkable pen stylus

Error setting monitor: unable to find device 'reMarkable pen stylus'

Error setting pressure threshold: unable to find device reMarkable pen stylus

Error setting fit: unable to find device reMarkable pen stylus

Error setting fit: unable to find device reMarkable pen touch

Error setting orientation: unable to find device reMarkable pen touch

And I figured out the Wacom drivers were not installed on my system! A sudo pacman -S xf86-input-wacom and a reboot managed to fix the issue!