Michael R Sweet

Results 761 comments of Michael R Sweet

@mcss86 The PAPPL shared library is part of the snap, although it looks like it isn't getting picked up by the run-time linker for some reason. Investigating...

@mcss86 What happens if you try doing: ``` snap connect lprint:home ``` ???

@Stuart1066 I think the latest code (which uses PAPPL) should fix these issues. If you can try building from source (you'll also need to build and install [PAPPL](https://www.msweet.org/pappl) before updating...

@Stuart1066 OK, I've promoted the current snap build to beta - please try installing the update lprint 1.1 and let me know what happens.

@Stuart1066 Hmm, I'm trying some things from my new Pi Zero2 board and am getting the same errors. If you try building lprint from source and installing that (instead of...

@SmittyHalibut First, "ipp://localhost:8000/" isn't the correct URI. It'll be "ipp://localhost:8000/ipp/print/PRINTERNAME". If you can run: ``` snmpwalk -c public -v 1 -On IP-ADDRESS >FILENAME.txt ``` and attach it, I can see...

@SmittyHalibut Are you using the EPL or IPP Everywhere driver on the CUPS side? (the PPD file in /etc/cups/ppd will tell you that) Right now LPrint doesn't auto-type EPL files...

Use `-o server-hostname=NAME` - the `server-name` option sets the human-readable name.

@tbowent I'm not sure there is any documentation for their older label printers, although I was able to find the current Linux driver they provide that covers the SLP-100 and...