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

Trouble installing toltec #845

Closed
eregen opened this issue Apr 27, 2024 · 4 comments
Closed

Trouble installing toltec #845

eregen opened this issue Apr 27, 2024 · 4 comments
Labels
bug Something isn't working install Installation scripts

Comments

@eregen
Copy link

eregen commented Apr 27, 2024

I have a remarkable 2 with software version 2.15.1.1189

I've ssh'ed into my device and pasted the command

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)"

and got this:
wget: note: TLS certificate validation not implemented
writing to stdout

           100% |********************************************************************| 13501  0:00:00 ETA

written to stdout
Disk space seems to be enough.
rM2 Version 2.15.1.1189 - patch_39.2.01
Connecting to github.com (140.82.112.4:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer

I also tried the next alternative

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" _ patch_xxx

but got the same error. Then I went to the Toltec webiste and followed their installation instructions. I pasted

wget http://toltec-dev.org/bootstrap
echo "37f6cc2a0c87dfe9b895c01a546315e9e43d87b9dc04e39b28e2c76ea87b1f7c bootstrap" | sha256sum -c && bash bootstrap

and then I got

Connecting to toltec-dev.org (5.161.99.157:80)
wget: can't open 'bootstrap': File exists
sha256sum: -: no checksum lines found

but when I tried any of the "opkg" commands I just get

-sh: opkg: command not found

Am I doing something wrong?

@eregen eregen added bug Something isn't working install Installation scripts labels Apr 27, 2024
@Eeems
Copy link
Member

Eeems commented Apr 27, 2024

wget: can't open 'bootstrap': File exists

It looks like you already have a bootstrap file, but sha256sum is failing reading it. Try deleting the file and then downloading it again.

As for the ddvk-hacks installation error, it's unrelated to toltec. If you are installing toltec, you should be using the ddvk-hacks package to install ddvk-hacks instead of the automagic installer (https://remarkable.guide/faqs.html#can-i-install-toltec-at-the-same-time-as-ddvk-hacks).

@Eeems
Copy link
Member

Eeems commented May 4, 2024

@eregen were you able to get further?

@Eeems
Copy link
Member

Eeems commented May 23, 2024

@eregen poke? I will be closing this in a couple of weeks if there is no response, as I assume it's resolved.

@Eeems
Copy link
Member

Eeems commented Jun 4, 2024

As there has been no update since this was opened in April, I'm closing this as stale. Feel free to open it again if you are still having issues.

@Eeems Eeems closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working install Installation scripts
Projects
None yet
Development

No branches or pull requests

2 participants