Evidlo / remarkable_printer

Native printing to reMarkable.
GNU General Public License v3.0
261 stars 21 forks source link

on make install, error: "Failed to stop printer.service: Unit printer.service not loaded." #8

Closed elliottw closed 3 years ago

elliottw commented 3 years ago

MacOS: 11.0.1 remarkable 2 currently up to date (as of Dec 8, 2020)

elliottw commented 3 years ago

Apple -> System Preferences -> Printers and Scanners -> right click in "printers" header at the top of printer list and "Reset Printing System" then make install then make install_config host=10.11.99.1 has remarkable showing up in Printers and Scanners

When trying to print, remarkable stalls and printing queue never gets completed. Queue item states "Printing - The printer is not responding"

Evidlo commented 3 years ago

Is the reMarkable accessible? Can you ping the address?

If you ssh into the device and run

journalctl --unit printer -f

then submit a print job, what do you see?

elliottw commented 3 years ago

root@reMarkable:~# journalctl --unit printer -f -- Logs begin at Mon 2020-12-14 16:28:04 UTC. --

looks like no response

coozoo commented 3 years ago

I'm on linux. Actually in this issue I can see two.

but when I've tried to print djvu book (about 100 pages) it really stuck it loads one core for 100% with gs process and I wasn't able to wait till the end

So i've tried to pint just a 5 pages and and it took more than minute.

So maybe it's the same case? if huge book it simply takes long time and RM goes to sleep?

Evidlo commented 3 years ago

@elliottw I simplified the install process, so you shouldn't have this problem anymore. Check the readme.

elliottw commented 3 years ago

tried to pull updates and make install, same result. as for the curl process, same as https://github.com/Evidlo/remarkable_printer/issues/10

Evidlo commented 3 years ago

@elliottw Fixed

elliottw commented 3 years ago

awesome!

elliottw commented 3 years ago

thanks a bunch