[other] [已经解决]联想M101DW多功能打印机的安装
Tofloor
poster avatar
zhangqf
deepin
2022-02-12 02:07
Author

(1)在联想打印机官网(首页)上下载了M101多功能打印机的驱动,按厂家给出的步骤运行./installer.sh,终端中提示错误,打印机安装失败:

sudo: rpm:找不到命令
sudo: rpm:找不到命令
"Linux zqf-office 5.10.83-amd64-desktop #20.00.50.06-release SMP Fri Dec 31 09:32:12 CST 2021 x86_64 GNU/Linux
"
"/usr/share/cups/model/Lenovo/lenovo-M101DW.ppd.gz"
not find ppd file

(2)手动安装lenovo-100-m1520-m1688-series_1.0-43_i386.deb,在/usr/share/ppd/Lenovo/中生成了lenovo-M101DW.ppd.gz等文件。把这些文件拷贝到:/usr/share/cups/model/Lenovo/。

(3)再次运行./installer.sh,又出现错误:

"/usr/share/cups/model/Lenovo/lenovo-M101DW.ppd.gz"
lpadmin:打印机驱动已被弃用,未来的 CUPS 版本可能破坏其功能性。

(4)此时打印机安装完毕,扫描功能可以正常使用:

截图_20220211180012.png

(5)但是打印测试页时出现错误:

截图_20220211174713.png

(6)进行故障排查,显示所有驱动都正常:

截图_20220211174729.png

我该怎么办?求大侠出手相助。

Reply Favorite View the author
All Replies
ucSec
deepin
2022-02-12 02:14
#1

不清楚,但可能可以参考下这个:https://bbs.deepin.org/post/192347

Reply View the author
lcw0268
deepin
2022-02-12 08:02
#2
It has been deleted!
zhangqf
deepin
2022-02-15 21:18
#3
It has been deleted!
zhangqf
deepin
2022-02-16 00:41
#4
ucSec

不清楚,但可能可以参考下这个:https://bbs.deepin.org/post/192347

这个链接给出的例子是控制台手动安装佳能打印机解决无法安装的问题,我现在图形方式下已经完成了打印机的安装,打印管理器里看都是正常的。软件控制扫描、复印功能也正常,说明设备驱动安装基本正常,只是打印作业总是被stop due to filter errors.

Reply View the author
zhangqf
deepin
2022-02-16 06:56
#5

十分感谢,卸载后重新安装amd64的驱动就正常了!

重新在深度软件包安装器中运行lenovo-100-m1520-m1688-series_1.0-43_amd64.deb就正常了!

怪我学艺不精,以前望文生义,以为我的CPU是Intel的,就应该运行lenovo-100-m1520-m1688-series_1.0-43_i386.deb,实际上i386仅限于32位系统,64位系统就应该装amd64的版本。

Reply View the author