Translation(s): Polski

Debian Printing

Keywords: Linux Printing, Debian, cups system, HP Linux and Image software, Install, Add , Change Printers, Print Server.

Installation

apt-get update
apt-get install cupsys cupsys-client

/etc/init.d/cupsys start

Add Printer

http://localhost:631

apt-get install lynx

lynx http://localhost:631

Example, kyocera printer

lynx http://localhost:631

Name: kyocera9520
Location: Back Room
Description: High output printer

LPD/LPR Host Printer

socket://hostname:9100

Printer Status

lpstat -r

lpstat -d 

lpq

http://localhost:631

No Printer Drivers

Kyoceramita

Canon

For copier/printer/scanner like Imagerunner 5065

  1. Download the ppd drivers: http://downloads.canon.com/cpr/software/imagerunner/PPD_v241.exe

  2. run it using wine. This will unzip the PPD to temp folder. Find your printer and use the QX PPD drivers.

Command line printing

Print pdf files in command line

lpr mypdffile.pdf
or 
lpr -p fastHPprinter mypdffile.pdf 

for i in *.pdf;do lpr -p fastHPprinter $i;done

MyWiki: DebianPrinting (last edited 2008-03-08 20:36:41 by LukaszSzybalski)