打印机不能正常打印
Tofloor
poster avatar
kuaile2009
deepin
2020-11-03 21:57
Author

我的系统是deepin,我公司打印机是夏普-MX-620N,我按照打印管理提示搜索打印机,然后安装驱动,安装驱动成功以后,打印测试页,打印机开始运转,注意打印机已经开始运转,有声音传出 但经过一段时间并没有出现纸张。重新安装也是一样,试过很多方法,都不能正常打印。在Windows系统下是可以正常打印的。请问这是什么原因,我该如何做?谢谢好心人!!!

Reply Favorite View the author
All Replies
attention
deepin
2020-11-04 01:50
#1

第一步 sudo dedit /etc/samba/smb.conf
第二步 找到全局设置 global 添加代码 client max protocol = NT1
保存退出

再打印就可以了, 我的HP打印机就是这么解决的。
Reply View the author
kuaile2009
deepin
2020-11-04 02:42
#2

是这样?

[global]
client max protocol = NT1
## Browsing/Identification ###

还是这样?

# public shares, not just authenticated ones
usershare allow guests = yes
client max protocol = NT1
#======================= Share Definitions =======================

[homes]
comment = Home Directories
browseable = no

我的不行呀

Reply View the author
kuaile2009
deepin
2020-11-05 00:39
#3
attention

第一步 sudo dedit /etc/samba/smb.conf
第二步 找到全局设置 global 添加代码 client max protocol = NT1
保存退出

再打印就可以了, 我的HP打印机就是这么解决的。

是这样?

[global]
client max protocol = NT1
## Browsing/Identification ###

还是这样?

# public shares, not just authenticated ones
usershare allow guests = yes
client max protocol = NT1
#======================= Share Definitions =======================

[homes]
comment = Home Directories
browseable = no

我的不行呀

Reply View the author
jjcui8595
deepin
2020-11-06 18:18
#4

官方百科中的方法,试一下吧。https://wiki.deepin.org/wiki/%E6%89%93%E5%8D%B0%E6%9C%BA


惠普(HP)打印机驱动
1.打开深度终端,输入

sudo apt-get update && sudo apt-get install hplip hplip-gui hplip-plugin
2.接着终端输入:hp-setup, 按照提示一路下一步。

Reply View the author
kuaile2009
deepin
2020-11-11 19:32
#5
jjcui8595

官方百科中的方法,试一下吧。https://wiki.deepin.org/wiki/%E6%89%93%E5%8D%B0%E6%9C%BA


惠普(HP)打印机驱动
1.打开深度终端,输入

sudo apt-get update && sudo apt-get install hplip hplip-gui hplip-plugin
2.接着终端输入:hp-setup, 按照提示一路下一步。

我首先自动查找,找到后安装打印驱动,打印测试页,提示已经打印完成请取走纸质文档 但是并没有出纸。故障检查也说一切正常。我放弃了,解决不了

Reply View the author