Skip to content

Instantly share code, notes, and snippets.

@LuRsT
Last active February 15, 2023 11:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuRsT/9d831db9cd71725dbb3632ab1435ad8e to your computer and use it in GitHub Desktop.
Save LuRsT/9d831db9cd71725dbb3632ab1435ad8e to your computer and use it in GitHub Desktop.
Using reMarkable tablet with Arch linux using netctl

Find out the name of the reMarkable interface, by running this command:

$ ip link

If you don't know your other connection names, run the command, then plug the reMarkable into the computer and run the command again, it should be the new connection that shows up

Install dhclient if you don't have it

$ pacman -S dhclient 

Now, finally run dhclient in the reMarkable interface:

# dhclient enp0s20u2c2 # This is an example, replace the enp0s20u2c2 with yours

Now go to: http://10.11.99.1/

@LuRsT
Copy link
Author

LuRsT commented Dec 16, 2019

Good to know that it's working for you @japhir. Next time I'll try without dhclient and see if it works for me :), thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment