rmview icon indicating copy to clipboard operation
rmview copied to clipboard

RM Version 3.6 - libcrypto.so.1.1 not found

Open rsoeldner opened this issue 2 years ago • 5 comments

I'm seeing the following error:

[INFO] Detected reMarkable 2.0
[INFO] Using backend 'vncserver'
[INFO] <class 'PyQt5.QtCore.QFile'> <class 'PyQt5.QtCore.QIODevice'>
[INFO] Starting VNC server (command=$HOME/rM-vnc-server-standalone)
[INFO] Start command stdout output: /home/root/rM-vnc-server-standalone: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
[INFO] Stopping VNC server...

Is RM Version 3.6 not supported?

rsoeldner avatar Aug 25 '23 11:08 rsoeldner

Can you try again but setting "backend": "screenshare" in the config file?

This seems to be an issue reported in #146 : the new RM versions report a wrong version number🤦🏻 , so rmview thinks it's dealing with an old model without the new screenshare feature, and tries to use a custom VNC server which is incompatible with the new firmware

bordaigorl avatar Aug 25 '23 13:08 bordaigorl

Now its not progressing:

[INFO] Using known hosts file: /home/rsoeldner/.config/rmview_known_hosts
[INFO] Loaded known hosts from /home/rsoeldner/.config/rmview_known_hosts
[INFO] Connecting...
[INFO] Connected to 192.168.2.149
[INFO] Detected reMarkable 2.0
[INFO] Using backend 'screenshare'
[INFO] Connecting to ScreenShare, make sure you enable it
[WARNING] Skipping authentication

The GUI still says Connection to reMarkable...

Any thoughts?

rsoeldner avatar Aug 25 '23 16:08 rsoeldner

Yes the issue is that it's now skipping authentication for the same reason. You need to bypass that decision one way or another to see if that's the only obstacle. You can obtain that by either changing the version in /etc/version on the tablet or changing slightly the code of rmview. Are you comfortable with connecting via ssh to the tablet (or messing with python)?

bordaigorl avatar Aug 25 '23 19:08 bordaigorl

I have the same issue, I would be comfortable doing so. Any hints where to start ?

pleich avatar Aug 27 '23 14:08 pleich

@pleich see the last few comments on #146

bordaigorl avatar Aug 27 '23 14:08 bordaigorl