我一直在正确地使用佳能MX420打印机,直到我将我的ubuntu升级到11.10。之后,我可以把它添加到我的打印机,但我不能打印或扫描任何页面!我现在该怎么办?
sudo apt安装cnijfilter-apt 420系列
:Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python-hachoir-parser nautilus-actions iat nautilus-image-converter
pyrenamer nautilus-filename-repairer python-hachoir-metadata
python-hachoir-core md5deep
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
cnijfilter-common
The following NEW packages will be installed:
cnijfilter-common cnijfilter-mx420series
0 upgraded, 2 newly installed, 0 to remove and 294 not upgraded.
Need to get 1,783 kB of archives.
After this operation, 7,688 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ppa.launchpad.net/michael-gruz/canon/ubuntu/ oneiric/main cnijfilter-common amd64 3.50-2ubuntu4 [113 kB]
Get:2 http://ppa.launchpad.net/michael-gruz/canon/ubuntu/ oneiric/main cnijfilter-mx420series amd64 3.50-2ubuntu4 [1,670 kB]
Fetched 1,783 kB in 17s (100 kB/s)
Selecting previously deselected package cnijfilter-common.
(Reading database ... 262781 files and directories currently installed.)
Unpacking cnijfilter-common (from .../cnijfilter-common_3.50-2ubuntu4_amd64.deb) ...
Selecting previously deselected package cnijfilter-mx420series.
Unpacking cnijfilter-mx420series (from .../cnijfilter-mx420series_3.50-2ubuntu4_amd64.deb) ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Setting up cnijfilter-common (3.50-2ubuntu4) ...
Setting up cnijfilter-mx420series (3.50-2ubuntu4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place发布于 2012-01-23 18:10:02
原始资料来源:http://www.ubuntubuzz.com/2011/06/download-install-canon-printer-driver.html
在终端中键入以下命令(Cntrl)
sudo add-apt-存储库ppa:michael-gruz/canon
sudo apt-get update
sudo apt安装cnijfilter-apt 420系列
万事如意。
如有任何错误,请在此张贴。
编辑过的
要配置打印机,可以使用lpadmin。
用于usb = /usr/sbin/lpadmin -p 打印机_名字 -m PPD_文件名 -v cnijusb:/USB_端口 -E
喜欢
sudo /usr/sbin/lpadmin -p MX420USB -m canonmx420.ppd -v cnijusb:/dev/usb/lp0 -E
用于局域网连接
喜欢
/usr/sbin/lpadmin -p 打印机_名字 -m PPD_文件名 -v cnijnet:/MAC_地址 -E
sudo /usr/sbin/lpadmin -p MX420LAN -m canonmx420.ppd -v cnijnet:/00-00-85-AB-C1-23 -E
3.设置默认打印机
/usr/sbin/lpadmin -d 打印机_名字类
sudo /usr/sbin/lpadmin -d MX420USB
4.通过键入
sudo nano /etc/modprobe.d/blacklist- CUPS -usblp.conf在行前面添加一个#,并加上“黑名单usblp”--注意,这可能会导致在CUPS直接管理这些打印机的同一个系统中运行多台打印机的问题。
5.通过键入打印机检查打印机状态
cngpijmonmx420 打印机_名字样
cngpijmonmx420 MX420USB
如果没有错误,那么打印机就准备好了.如果错误我们可以解决..。
https://askubuntu.com/questions/97869
复制相似问题