summaryrefslogtreecommitdiffstats
path: root/system/cndrvcups-capt/README.SLACKWARE
blob: 3b6414c2b8ceb47b534a702b11544a33047cf1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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