[Internal testing communication] 升级到v25.0.9后惠普打印机不打印 Resolved
Tofloor
poster avatar
LiuYongzhang
deepin
10 hours ago
Author

详情见https://bbs.deepin.org/zh/post/292956

升级到v25.0.9后,hp m1005 mfp,提示“job stopped due to filter errors.”,

导致无法打印。

打印机是直接连接到主板上。之前在v23时,还能顺利打印。

这个原因是因为磐石保护/usr/不能写入造成的依赖版本不匹配

image.png

1:关闭磐石系统的“只读保护” sudo deepin-immutable-writable enable 并重启系统

关闭磐石保护一定要重启系统才能生效

2:先在打印机管理器删除打印机,然后卸载打印机驱动

sudo apt purge hplip* -y

然后再重新安装一下

sudo apt update && sudo apt reinstall hplip libssl* -y

然后重新添加打印机

3:或者安装 sudo apt install com.hp.hplip -y 然后用hp的打印机软件 添加打印机

截图_dde-shell_20251105184528.png

然后重新添加打印机

截图_选择区域_20251105185004.png

截图_hp-setup_20251105185029.png

截图_hp-setup_20251105185058.png

输入电脑用户名和密码
截图_hp-setup_20251105185113.png

4:重新开启磐石系统的“只读保护”,在终端运行命令将在重启后生效。

sudo deepin-immutable-writable disable
Reply Favorite View the author
All Replies

No replies yet