From 3df6142fda67ba5b027ef2539c714c749991b3b2 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sun, 2 Nov 2014 12:06:37 +0700 Subject: system/cndrvcups-capt: Added (Canon CAPT Printer Driver). Signed-off-by: Willy Sudiarto Raharjo --- system/cndrvcups-capt/README.SLACKWARE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/cndrvcups-capt/README.SLACKWARE (limited to 'system/cndrvcups-capt/README.SLACKWARE') diff --git a/system/cndrvcups-capt/README.SLACKWARE b/system/cndrvcups-capt/README.SLACKWARE new file mode 100644 index 0000000000000..3b6414c2b8ceb --- /dev/null +++ b/system/cndrvcups-capt/README.SLACKWARE @@ -0,0 +1,17 @@ +Here's an a quick example on how I added my printer: + + lpadmin -p Canon_LBP7210Cdn \ + -P /usr/share/cups/model/CNCUPSLBP7210CCAPTK.ppd \ + -v ccp://localhost:59687 -E + + ccpdadmin -p Canon_LBP7210Cdn -o net:192.168.0.215 + +Make the service autostart: + + if [ -x /etc/rc.d/rc.ccpd ]; then + /etc/rc.d/rc.ccpd start + fi + +To check status of the printer, use: + + captstatusui -P Canon_LBP7210Cdn -- cgit v1.2.3