Fedora

16 64bit下安装 LBP2900打印机

Hello.

I'm

goingo to post the new guide for the installation of Canon LBP2900

series on Fedora 17.

I think that this guide may be useful for all

Canon LBP series.

1)open root terminal and dont' connect the

printer

2) install all dependancies

#yum install

libc.so.6 libgcc_s.so.1 libpopt.so.0 libstdc++.so.6 libxml2.so.2

libz.so.1

3) link to and dowload the driver Canon CAPT 2.40

4)after you have

extract the files, from terminal go to

/Linux_CAPT_PrinterDriver_V240_uk_EN/64-bit-Driver/RPM

5)install

cndrvcups-common file

#rpm -ivh

cndrvcups-common-2.40-1.x86_64.rpm

6)install

cndrvcups-capt file

#rpm -ivh

cndrvcups-capt-2.40-1.x86_64.rpm

7)switch on the printer

and connect it on PC

wait the system to recognize the printer

8)

record the printer on the Print Spooler

#/usr/sbin/lpadmin -p

LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E

9)record

the printer on daemon setup file

# /usr/sbin/ccpdadmin -p

LBP2900 -o /dev/usb/lp0

如过启动系统后系统设置里边有打印机但是打印测试页面,打印机没有反映,就把上边的命令再执行一次.

10)restart ccpd daemon

#

/etc/init.d/ccpd restart

11) go to Applications/System

Settings/Printers from Fedora menu.

You will find the printer. You

can print a test page. Set it as default printer.

12)edit

rc.local to start the ccpd daemon at boot

# echo

/etc/init.d/ccpd start >> /etc/rc.local

13)set cups

service to start at boot

#chkconfig --level 35 cups on

14)set

ccpd service to start at boot

#cd /etc/init.d

#sudo gedit

ccpd

(replace "gedit" with "kwrite" or

other test editor if you use KDE or other DE)

and paste under

#!/bin/sh this

# chkconfig: 2345 95 20

# description: Some

description

# What your script does (not sure if this is

necessary though)

# processname: myscript

including in

the copy also #

and save

15)

#chkconfig --level 35

ccpd on

16)you can reboot and good printing

If

you have a LBP series different from 2900

you can replace

the point 8) and 9) with the following command

# ls

/usr/share/cups/model/ | grep CNCUPS

for see the list of

drivers for the LBP series printers.

this is the

result

CNCUPSLBP1120CAPTJ.ppd

CNCUPSLBP1120CAPTK.ppd

CNCUPSLBP1210CAPTJ.ppd

CNCUPSLBP1210CAPTK.ppd

CNCUPSLBP2900CAPTK.ppd

CNCUPSLBP3000CAPTJ.ppd

CNCUPSLBP3000CAPTK.ppd

CNCUPSLBP3200CAPTJ.ppd

CNCUPSLBP3200CAPTK.ppd

CNCUPSLBP3210CAPTJ.ppd

CNCUPSLBP3210CAPTK.ppd

CNCUPSLBP3300CAPTJ.ppd

CNCUPSLBP3300CAPTK.ppd

CNCUPSLBP3600CAPTJ.ppd

CNCUPSLBP5000CAPTJ.ppd

CNCUPSLBP5000CAPTK.ppd

there

are two driver

*K.ppd

*J.ppd

you have to

try first with file K.ppd

and to record printer on print

spooler

# /usr/sbin/lpadmin -p [printer model] -m [printer

driver file name] -v ccp:/var/ccpd/fifo0 -E

and to record

printer on daemon setup file

# /usr/sbin/ccpdadmin -p [printer

model] -o /dev/usb/lp0

That's all. Ciao ciao from Sicily

(Italy).

容易忽视的三点重要

1、打印机设置中 位置 localhost.localdomain

2、# echo

/etc/init.d/ccpd start >> /etc/rc.local

3、ccps 文件

#!/bin/sh

# chkconfig: 2345 95 20

# description: Some description

# What your script does (not sure if this is necessary though)

# processname: myscript

# startup script for Canon Printer Daemon for CUPS (ccpd)

if [ -f /etc/rc.d/init.d/functions ]; the

ccpd文件名转成xml_Fedora 16 64bit 下安装 LBP2900打印机相关推荐

  1. ccpd文件名转成xml_在Deepin V20/Ubuntu 20.04下安装佳能LBP2900+打印机的方法

    本文为你介绍在Deepin V20系统下安装佳能LBP2900+打印机的方法,同样的方法也适用在Ubuntu 20.04下,但在Ubuntu下需要安装canberra-gtk-module. 在Dee ...

  2. Ubuntu 16.04下安装Caffe(GPU版本 GTX970)

    Ubuntu 16.04下安装Caffe(GPU版本 GTX970) 个人分类: Deep Learning 2018年8月6日更新说明:距上次安装成功没多久,显卡驱动莫名失效,没有解决,索性重装了系 ...

  3. Xubuntu 16.04下安装gtx 960m的NVidia显卡驱动----2017.03.19

    Xubuntu 16.04下安装nvidia显卡驱动 最关键的:两行代码 + 更改BIOS,搞定! 两行代码 sudo ubuntu-drivers devices 找到被 recommanded 的 ...

  4. tensor搭建--windows 10 64bit下安装Tensorflow+Keras+VS2015+CUDA8.0 GPU加速

    windows 10 64bit下安装Tensorflow+Keras+VS2015+CUDA8.0 GPU加速 原文见于:http://www.jianshu.com/p/c245d46d43f0 ...

  5. unity桌面设置vnc_Ubuntu 16.04下安装VNC和Unity桌面系统

    本站之前已经跟大家分享了不少关于VNC以及桌面系统传送),关于为什么Linux要安装桌面,这个见仁见智,对于我而言,一个用途是是挂Vegax赚点零花钱(用Firefox的插件),之前的教程,所安装的桌 ...

  6. Ubuntu 16.04 下安装VMware Tools(三行命令搞定,亲测好使)

    Ubuntu 16.04 下安装VMware Tools(三行命令搞定,亲测好使): 第一行命令:sudo apt-get upgrate 第二行命令:sudo apt-get install ope ...

  7. ubantu 16.04 mysql_Ubuntu 16.04下安装MySQL

    简单分享Ubuntu 16.04下安装MySQL的过程. 首先执行下面三条命令: sudo apt-get install mysql-server sudo apt isntall mysql-cl ...

  8. ubuntu 16.04下安装mysql

    ubuntu 16.04下安装mysql 从官网下载mysql-apt-config_0.8.12-1_all.deb,下载地址为:https://dev.mysql.com/downloads/re ...

  9. Ubuntu 16.04 下安装运行 Suricata

    介绍 Suricata是一个免费.开源.成熟.快速.健壮的网络威胁检测引擎.Suricata引擎能够进行实时入侵检测(IDS).内联入侵预防(IPS).网络安全监控(NSM)和离线pcap处理.Sur ...

最新文章

  1. 短视频+直播——直播系统开发新模式
  2. 【FPGA】流水线学习笔记
  3. mongodb 启动_程序员看过来:如何下载和安装MongoDB数据库?
  4. 微软Silverlight,你应该知道的10件事
  5. onenetsim定位功能吗_微信小程序新增后台定位功能,你会卸载地图APP用微信导航吗...
  6. windows route netstat arp命令
  7. 计算机网络在城市轨道交通运营中的应用,开题报告-GIS在宁波城市轨道交通建设、管理与运营中的应用分析.doc...
  8. 【华为云技术分享】打卡APIG服务专享版,打造全栈API治理方案
  9. Java 蓝桥杯 龟兔赛跑预测
  10. 三剑客之 sed详解
  11. 编译 linux 0.01
  12. angular1.x todolist 实现
  13. python多线程学了多久_Python多线程一学就会!
  14. Atitit 管理体制 编号制 1.数字编码有何好处 数字编码有何好处 1、归档整理方便,特别在电子管理系统中; 2、数字编码更容易进行管理,无论谁进行的编码都是一样,管理方便,人员无论怎么换,程序
  15. Keli Linux与网络安全(1)——在VMWare中安装Keli系统
  16. 前端对接海康威视监控
  17. 微信 原创保护开通申请协议内容
  18. IOS 锁屏 状态下,看到歌手图片
  19. 接口测试(二)接口测试用例设计
  20. 史上最简单的springcloud微服务入门实例,开箱即用,工资翻倍不是梦

热门文章

  1. RealPlayer.11.6.0.14.748 新体验
  2. [局域网共享批处理文件]局域网共享时看不到工作组计算机的
  3. c++小游戏[2.0.1测试版本]和[2.2版本]
  4. fs.aio max nr mysql_MySQL主机该如何配置fs.aio-max-nr
  5. codeforces#1166F. Vicky's Delivery (Service并查集+启发式合并)
  6. 多数据源/动态数据源的解决方案
  7. git使用ssh方式clone时出现 The authenticity of host XXX can‘t be established的解决方案
  8. Android 本地网络小说爬虫,基于 jsoup 及 xpath,Android入门教程
  9. 防火墙ASA5520配置
  10. 使用Eclipse和BlackBerry JDE开发黑莓应用程序