From: zdohnal Date: Fri, 14 Jul 2023 05:50:54 +0000 (+0200) Subject: Update REPORTING_ISSUES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7b5cbe7a339ee3f9a7fe64ac2a5dcb08370d8b;p=thirdparty%2Fcups.git Update REPORTING_ISSUES.md Use `lpstat -l -e` in the document - its output gives easier distinction between temporary and permanent queues. Thank you Brian Potkin for suggestion! --- diff --git a/REPORTING_ISSUES.md b/REPORTING_ISSUES.md index a2a5001776..108a466a93 100644 --- a/REPORTING_ISSUES.md +++ b/REPORTING_ISSUES.md @@ -10,11 +10,11 @@ The steps you are asked to do differ based on how your printer is connected (USB ## HOW TO FIND OUT THAT I USE DRIVERLESS PRINTING For network printers: -* your printer is seen by `lpstat -e`, but not by `lpstat -a` - this means you print via temporary queue, which works only via driverless means, +* your printer is seen by `lpstat -l -e` and it is marked as `network` in the output - you print via temporary queue, which works only via driverless means, or -* your printer is seen by `lpstat -a`, its PPD file at `/etc/cups/ppd` has `IPP Everywhere` or `driverless` in its `Nickname` entry and its connection is `ipp` or `ipps` when you check the connection uri (f.e. by `lpstat -v `) +* your printer is seen by `lpstat -l -e`, marked as `permanent` in the output, its PPD file at `/etc/cups/ppd` has `IPP Everywhere` or `driverless` in its `Nickname` entry and its connection is `ipp` or `ipps` when you check the connection uri (f.e. by `lpstat -v `) If any of them apply, your device works in driverless mode. @@ -44,14 +44,9 @@ Please do the steps below and provide the mentioned information (**use attachmen See whether the printer is available (f.e. in case the printer is not shown in application) - shows both temporary and permanent queues: ``` - $ lpstat -e - HP_LaserJet_M1536dnf_MFP_42307C - ``` - - See whether there are installed printers which accept jobs: - - ``` - $ lpstat -a + $ lpstat -l -e + HP_LaserJet_M1536dnf_MFP_42307C network none ipp://HP%20LaserJet%20M1536dnf%20MFP%2042307C._ipp._tcp.local/ + hp-laserjet permanent ipp://localhost/printers/hp-laserjet ipp://192.168.5.5/ipp/print ``` See its available options (in case an application doesn't show some options):