[Print Manager] 打印管理器连在佳能LBP2900后不能打印
Tofloor
poster avatar
txbw
deepin
2021-05-31 17:55
Author

打印管理器连在佳能LBP2900后,点击测试页,打印机不工作,管理器打印机状态为空闲。请问这种情况怎么处理?

Reply Favorite View the author
All Replies
deepinuser17
deepin
2021-05-31 18:10
#1

打开打印机管理器, 选择打印机, 打开打印机属性. 查看URI路径.

 

如果是网络连接, URI路径应该是: ipp://<打印机IP地址>/ipp/

 

如果是USB本机直接连接, 查看/dev/usb/lp1的许可.

 

ls -lh /dev/usb/lp*

 

如果是本机直接连接, 用户要在lp组内.

 

运行以下命令, 加用户到lp组:

sudo usermod -a -G lp <用户名>

 

加入lp组以后, 注销, 重新登录.

 

运行以下命令验证, 用户已经拥有权限.

echo "Hello" >> /dev/usb/lp1

 

如果没有出错, 就可以正常打印了.

Reply View the author
gwgwang
deepin
2021-06-28 18:06
#2

jia@jia-PC:~$ sudo captstatusui -P  LBP2900

*** captstatusui Socket Error ***

 

Reply View the author
gwgwang
deepin
2021-06-28 18:07
#3

jia@jia-PC:~$ ls -lh /dev/usb/lp*

crw-rw---- 1 root lp 180, 0 6月  28 09:36 /dev/usb/lp0

jia@jia-PC:~$ sudo usermod -a -G lp jia

jia@jia-PC:~$ ls -lh /dev/usb/lp*

crw-rw---- 1 root lp 180, 0 6月  28 09:36 /dev/usb/lp0

jia@jia-PC:~$ 

还是不行

Reply View the author
189******67
deepin
2022-04-18 06:09
#4

请问 楼主LBP2900 打印机现在可以用了吗? 我还是装不上。

Reply View the author
txbw
deepin
2023-08-15 18:05
#5
189******67

请问 楼主LBP2900 打印机现在可以用了吗? 我还是装不上。

使不了

Reply View the author