Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connects to ReMarkable2, but doesn't "do" anything #56

Open
raffraffraff opened this issue May 24, 2021 · 5 comments
Open

Connects to ReMarkable2, but doesn't "do" anything #56

raffraffraff opened this issue May 24, 2021 · 5 comments

Comments

@raffraffraff
Copy link

OS: Ubuntu 20.04
Python 3.8

Output isn't helpful:

$ remouse --address 192.168.0.151
connected to 192.168.0.151

Debug output isn't helpful either:

$ remouse --address 192.168.0.151 --debug
connected to 192.168.0.151
Debugging enabled...
Chose monitor: Monitor(x=0, y=0, width=1600, height=900, width_mm=344, height_mm=194, name='eDP-1')

If I monitor journalctl output on the ReMarkable2, I can see that it makes an attempt to ssh and succeeds (using a key). But it doesn't seem to "do" anything. I can't see any new process running on the ReMarkable2 after running remouse.

@fancypantalons
Copy link

This is a duplicate of #52. Check out that thread for a workaround in the meantime (confirmed over here).

@ebauch
Copy link

ebauch commented Jan 6, 2022

On Mac OS, installing the rm2 branch worked for me via

python -m pip install git+https://github.com/Evidlo/remarkable_mouse.git#rm2

@twitwi
Copy link

twitwi commented Mar 28, 2022

NB: you might need a @ instead of # to install from a specific branch (see https://pip.pypa.io/en/stable/topics/vcs-support/ )

@cesss
Copy link

cesss commented Nov 20, 2022

For people who see "nothing" on MacOS, I was experiencing the same, and fixed it by adding permission to Terminal to control the computer on the Security and Privacy category in MacOS System Settings.

@Evidlo
Copy link
Owner

Evidlo commented Nov 25, 2022

Is this still the case for anyone using Ubuntu? The rm2 branch was merged in master long ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants