summaryrefslogtreecommitdiffstats
path: root/system/cndrvcups-capt/README
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2014-11-02 12:06:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-02 12:12:35 +0700
commit3df6142fda67ba5b027ef2539c714c749991b3b2 (patch)
tree47c205008ec332edae64cee5741aa48252003e57 /system/cndrvcups-capt/README
parentf44ae903b13fdc7904a0d9fb85ae5b1579e34239 (diff)
downloadslackbuilds-3df6142fda67ba5b027ef2539c714c749991b3b2.tar.gz
slackbuilds-3df6142fda67ba5b027ef2539c714c749991b3b2.tar.xz
system/cndrvcups-capt: Added (Canon CAPT Printer Driver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/cndrvcups-capt/README7
-rw-r--r--system/cndrvcups-capt/README.SLACKWARE17
2 files changed, 24 insertions, 0 deletions
diff --git a/system/cndrvcups-capt/README b/system/cndrvcups-capt/README
new file mode 100644
index 0000000000..06da58eb9a
--- /dev/null
+++ b/system/cndrvcups-capt/README
@@ -0,0 +1,7 @@
+Canon CAPT Printer Driver for Linux
+
+This CAPT printer driver provides printing functions for Canon LBP printers
+operating under the CUPS (Common UNIX Printing System) environment.
+
+This package contains parts that are binary only and compiled on a 32bit
+system. To get it up and running on 64bit, you will need multilib installed.
diff --git a/system/cndrvcups-capt/README.SLACKWARE b/system/cndrvcups-capt/README.SLACKWARE
new file mode 100644
index 0000000000..3b6414c2b8
--- /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