|
3 年之前 | |
---|---|---|
.. | ||
README.md | 3 年之前 | |
linuxprinters | 3 年之前 |
A script to automatically add authentication-based printer queues to Linux-based systems (for client-side use with printer server setups that use something like Papercut).
Get the PPD for non-generic printing.
Note that this is almost never necessary for home printing; you can normally just upload the PPD along with naming your queue and that's it; this setup is more complex because it's being automated.
Run lpinfo -m | grep -i konica
to see your drivers; here's one of mine:
lsb/usr/OpenPrinting-KONICA_MINOLTA/KONICA_MINOLTA/KONICA_MINOLTA-C252_PS_P-Postscript-KONICA_MINOLTA-en.ppd.gz KONICA MINOLTA C252 PS/P , Postscript-KONICA_MINOLTA 20130226 (OpenPrinting LSB 3.2)
These are accessible from:
/opt/OpenPrinting-KONICA_MINOLTA/ppds/KONICA_MINOLTA/
$5
is referenced like so:
bash
PPD_PATH="/opt/OpenPrinting-KONICA_MINOLTA/ppds/KONICA_MINOLTA/$5-Postscript-KONICA_MINOLTA-en.ppd.gz"
and
bash
"KONICA_MINOLTA-500_420_360_PS_P"
If any of yours are different than mine, change them to suit.
Run the linuxprinters script in your terminal and follow the prompt.
LPD printing has been deprecated in CUPS, so this isn't a long-term solution!