You are not logged in.

#1 2018-10-11 08:55:14

ruffy
Member
Registered: 2017-06-10
Posts: 62

[SOLVED] reMarkable tablet usb web interface not working

Hi all!

I have a reMarkable tablet since half a year.
The last months, I used the unofficial/old Linux client to copy my pdfs and notebooks from the reMarkable.
Currently the reMarkable App for Linux stopped working two weeks ago.

I wanted to get now my pdfs using the USB web interface, but if I activate this on the remarkable, then there is nothing at the specified IP (10.11.99.1).
I have also tested it with two different cables, but nothing works...

Could this be a problem with Arch?
I don't know how I can debug that.

Does anyone has a solution for this problem?

uname -a

Linux .... 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64 GNU/Linux

i3 --version

i3 version 4.15.0.1 (03-13-2018) © 2009 Michael Stapelberg and contributors

Thanks

Last edited by ruffy (2019-01-12 19:39:13)

Offline

#2 2018-10-11 11:03:47

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] reMarkable tablet usb web interface not working

I have no idea about the usb interface, but there is a go client for the reMarkable cloud api
https://github.com/juruen/rmapi
Edit: There are also some tools to convert annotations into a readable svg or pdf like this.

Some more resources are listed here, but for most you'll have to update the API urls from /token/$SOMETHING/new to /token/json/2/$SOMETHING/new, e.g.

/token/device/new --> /token/json/2/device/new
/token/user/new --> /token/json/2/user/new

https://github.com/reHackable/awesome-reMarkable

Last edited by progandy (2018-10-11 11:19:54)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2018-10-14 18:19:12

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

Thanks for the reply!

I already use rmapi, but until now I found no good tool to convert my notebooks to pdf.

What do you mean with this API urls?

I will have a look at this github link - maybe there is a tool which works.

Offline

#4 2018-10-14 18:34:27

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

Most of the tools are based on the USB web interface, so they are not working...

Offline

#5 2018-10-14 18:50:29

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] reMarkable tablet usb web interface not working

remarkable changed the url for the authentication, so the software clients have to be updated. rmapi has done it already.

rmapi github wrote:

Warning: If you installed rmapi before (October 1, 2018), you will need to install the latest version, otherwise rmapi will fail to authenticate after the changes in the server API that were introduced in September 28, 2018.

and https://github.com/juruen/rmapi/issues/23

Can you at least use ssh?
https://remarkablewiki.com/tech/ssh


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#6 2018-10-14 19:15:47

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

So if i understand this right, it is possible to update this url in my old RM Linux Application?

No ssh is not working and I don't know why

Offline

#7 2018-10-14 19:56:10

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] reMarkable tablet usb web interface not working

ruffy wrote:

So if i understand this right, it is possible to update this url in my old RM Linux Application?

Without the source that is exceedingly difficult since the new url is longer than the old one.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#8 2018-10-14 20:08:21

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

Thats bad...

Do you have an idea how I can debug the ssh problem with my reMarkable?

Offline

#9 2018-10-14 21:01:31

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] reMarkable tablet usb web interface not working

What is the output of

ip route
ip link
ip addr

| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#10 2018-12-16 00:13:12

Cubik2
Member
Registered: 2017-02-20
Posts: 8

Re: [SOLVED] reMarkable tablet usb web interface not working

Guess you will have solved this for now, but posting  a solution in case any others come here, as I did, before finding a solution.
Solution comes via a Slackware user (ralphbluecoat) who had similar issues on their system - I have tested with a few modifications, mainly the device name, so where usb0 was used on Slack the arch name is different, starting 'enp0s ...' after system picks up usb0 and moves/renames the device. You may need to pick up the device name from 'dmesg|tail' after plugging in the device.
Solution for my system:

sudo ifconfig enp0s29u1u3 up
sudo ifconfig enp0s29u1u3 net 10.11.99.3 netmask 255.255.255.248

Ip address differs from the webpage access of 10.11.99.1, I guess this is just to get the device up as a network on our side - not sure if DCHP would be provided, or maybe it is relevant in some other way, but at any rate the above will allow you to use your browser to access 10.11.99.1 and probably also the SSH interface.  Note there is a 192 starting IP detailed in the RM that works without this for SSH connections (this address may be based on your wifi network setup).

You might also put something similar into a networking config file for a more permanent solution, but you will need to look into the ins and outs of those files yourself - the above is easy enough to copy and paste or put into a small shell script; but like I said check the 'rename'of your usb once it is plugged into the system.

Anyway hopes this helps until we find a more permanent solution.

Last edited by Cubik2 (2018-12-16 00:38:33)


Aucune entrée de manuel pour enthousiasme

Offline

#11 2019-01-08 14:49:30

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

@cubik2:

I was in a big hurry the last 2 months, therefore I had no time to solve it...

Now I would like to look at the problem and try to find a solution.

I tried your solution, but I get the following error with:

ifconfig enp0s20u1 net 10.11.99.3 netmask 255.255.255.248

net: No address associated with name
ifconfig: `--help' gives usage information.

Offline

#12 2019-01-12 15:22:25

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

Follwing this post https://stackoverflow.com/questions/374 … arch-linux I was able to start the web interface and use ssh.

But the strange thing is that I can't use scp...

Last edited by ruffy (2019-01-12 15:22:40)

Offline

#13 2019-01-12 16:07:32

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

Re: [SOLVED] reMarkable tablet usb web interface not working

I guess you like help with that?
If you do you need to hand over more info, like  'scp -v'
Otherwise it would be guessing in the dark.

Offline

#14 2019-01-12 18:51:29

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

@qinohe: yes I would appreciate help

The output of scp -v ...:

Executing: program /usr/bin/ssh host 10.1.99.1, user root, command scp -v -f ~/log.txt
OpenSSH_7.9p1, OpenSSL 1.1.1a  20 Nov 2018
debug1: Reading configuration data ~/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 10.1.99.1 [10.1.99.1] port 22.

Offline

#15 2019-01-12 19:22:08

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

Re: [SOLVED] reMarkable tablet usb web interface not working

It may be something is blocking the connection because you would expect 'connection established' after this.
You are also sure you want to reach '10.1.99.1', just checking;)
Your settings in #11 suggest 10.11.99.1, if not does your routing know?, rules!

Last edited by qinohe (2019-01-12 19:23:33)

Offline

#16 2019-01-12 19:38:57

ruffy
Member
Registered: 2017-06-10
Posts: 62

Re: [SOLVED] reMarkable tablet usb web interface not working

qinohe wrote:

It may be something is blocking the connection because you would expect 'connection established' after this.
You are also sure you want to reach '10.1.99.1', just checking;)
Your settings in #11 suggest 10.11.99.1, if not does your routing know?, rules!

My mistake xD That was the problem.

I mark this thread solved

Offline

#17 2020-11-15 20:13:27

pptp
Member
Registered: 2020-04-15
Posts: 22

Re: [SOLVED] reMarkable tablet usb web interface not working

I have the same issue with remarkable 2 (software 2.4.1.3), I can ping it but am unable to connect.

curl: (7) Failed to connect to 10.11.99.1 port 80: Connection refused

Do you see what I'm doing wrong?

$ ip link
4: enp0s20f0u4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether [redacted] brd ff:ff:ff:ff:ff:ff
$ ip addr
4: enp0s20f0u4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether [redacted] brd ff:ff:ff:ff:ff:ff
    inet 10.11.99.1/24 scope global enp0s20f0u4
       valid_lft forever preferred_lft forever
    inet6 [redacted]/64 scope link
       valid_lft forever preferred_lft forever
$ ip route
default via 192.168.1.1 dev wlp4s0 proto dhcp src 192.168.1.4 metric 303
10.11.99.0/24 dev enp0s20f0u4 proto kernel scope link src 10.11.99.1
192.168.1.0/24 dev wlp4s0 proto dhcp scope link src 192.168.1.4 metric 303

Offline

Board footer

Powered by FluxBB