麒麟系统打印时显示所有内网打印机,但不显示已经添加好的打印机参考方案

问题背景:使用打印机打印时显示所有内网打印机,但不显示已经添加好的打印机

解决方案:需要关闭网络发现服务

1.打开终端,输入操作命令如下:

sudo systemctl disable avahi-daemon.service --now

sudo systemctl disable avahi-daemon.socket –now

2.如无效可重新安装和重启 cups 服务,打开终端输入命令:sudo systemctl restart cups

3.重新配置打印机,可考虑更改打印机名称(例如:打印机型号-房间号)。

评论已关闭。