[Seek Help] 如何安装打印机驱动,提示cups服务器未运行,但无法启动cups
Tofloor
poster avatar
189******79
deepin
2022-03-24 22:19
Author

刚刚换上深度系统20.4版本,一直无法安装打印驱动,打印机型号理光Ricoh MP C2011,求高手指点

系统版本及处理器型号

1648102386(1).jpg

打开打印机管理提示CUPS服务器未运行,不能管理打印机

1648102475(1).jpg

自动查找找不到打印机,只能通过手动IP地址查找可以找到打印机

1648102507(1).jpg

但是安装驱动的时候总是失败,提示lpadmin:无法连接到服务器,错误的文件描述

1648102545(1).jpg

故障排查结果是CUPS服务异常

image.png

系统监视器中cups也无法启动,点了启动输入密码之后还是未启动

1648106231(1).jpg

Reply Favorite View the author
All Replies
189******79
deepin
2022-03-24 22:22
#1

系统监视器中cups状态如图

1648102940(1).jpg

Reply View the author
云的眼泪
deepin
2022-03-24 22:23
#2

打开系统监视器,切换到系统服务,找到cups服务,先将它设置成自动启动,再启动服务。

image.png

Reply View the author
189******79
deepin
2022-03-24 23:07
#3
It has been deleted!
189******79
deepin
2022-03-24 23:12
#4
云的眼泪

打开系统监视器,切换到系统服务,找到cups服务,先将它设置成自动启动,再启动服务。

image.png

我就是点了启动之后还是在活动下面未启动,运行状态下面是dead,不知道为啥就是启动不了

image.png

Reply View the author
wangzh
deepin
2022-03-24 23:25
#5

我的也是理光的,之前用的3300,打印都是乱码,现在换了一款,就同现在图片这款,驱动完美

截图_dde-printer_20220324152336.jpg

Reply View the author
189******79
deepin
2022-03-24 23:30
#6
wangzh

我的也是理光的,之前用的3300,打印都是乱码,现在换了一款,就同现在图片这款,驱动完美

截图_dde-printer_20220324152336.jpg

你是在哪里下载的驱动,我两个问题,一个是搜索的时候是没有驱动的,要手动安装驱动,我在论坛里面下载了一个pdd格式驱动文件安装,但是安装就会提示cups异常安装失败

Reply View the author
云的眼泪
deepin
2022-03-24 23:38
#7

重新安装一下这个服务看看

sudo apt install cups

Reply View the author
189******79
deepin
2022-03-24 23:43
#8
云的眼泪

重新安装一下这个服务看看

sudo apt install cups

还是没能解决😭

image.png

Reply View the author
shendu001
deepin
2022-03-25 00:10
#9

换商店的软件“打印机”试试,我的是用这个安装成功。至于驱动可以去UOS的生态中心找。

Reply View the author
wangzh
deepin
2022-03-25 00:23
#10
189******79

你是在哪里下载的驱动,我两个问题,一个是搜索的时候是没有驱动的,要手动安装驱动,我在论坛里面下载了一个pdd格式驱动文件安装,但是安装就会提示cups异常安装失败

用的应用商店里的打印管理器,

Reply View the author
189******79
deepin
2022-03-25 00:40
#11
shendu001

换商店的软件“打印机”试试,我的是用这个安装成功。至于驱动可以去UOS的生态中心找。

这个也安装了,可能问题不在驱动,在于cups服务异常的那个问题

1648111220(1).jpg

Reply View the author
189******79
deepin
2022-03-25 00:42
#12
wangzh

用的应用商店里的打印管理器,

就是这个,里面搜不到,估计根本原因就是cups连接不上的问题

Reply View the author
shendu001
deepin
2022-03-25 18:24
#13
189******79

这个也安装了,可能问题不在驱动,在于cups服务异常的那个问题

1648111220(1).jpg

你可以试试下面的办法,或者直接把cups连配置文件一起卸载,在重新安装。

1.检查/etc/cups/cupsd.conf配置文件是否正常,如果异常:cp /usr/share/cups/cupsd.conf.default /etc/cups/cupsd.conf
2.重启cups.socket:systemctl restart cups.socket
3.重启cups.service:systemctl restart cups.service

Reply View the author
189******79
deepin
2022-03-25 20:43
#14
shendu001

你可以试试下面的办法,或者直接把cups连配置文件一起卸载,在重新安装。

1.检查/etc/cups/cupsd.conf配置文件是否正常,如果异常:cp /usr/share/cups/cupsd.conf.default /etc/cups/cupsd.conf
2.重启cups.socket:systemctl restart cups.socket
3.重启cups.service:systemctl restart cups.service

还是不行

1648183310(1).jpg

1648183366(1).jpg

Reply View the author