[Newbies] DEEPIN安装佳能3000打印机遇到的问题
Tofloor
poster avatar
abird
deepin
2021-07-02 19:27
Author

DEEPIN安装佳能3000打印机,安装完以后,当时可以使用,但是重新启动以后就不能使用了,查看一了一下  CCPD 没有启动,请教一下诸位高手,如何设置CCPD 开机启动呢?sudo /etc/init.d/ccpd start  就可以运行了  

Reply Favorite View the author
All Replies
abird
deepin
2021-07-02 19:30
#1

但是 重新启动以后 又不能用了 还要重新sudo /etc/init.d/ccpd start

Reply View the author
jjcui8595
deepin
2021-07-13 00:43
#2

需要设置ccpd后台程序的自动启动,方法如下:

1.以“root”身份打开/etc/init.d/ccpd

     sudo vi /etc/init.d/ccpd

     在第三行中添加以下注释:

 

### BEGIN INIT INFO

# Provides:          ccpd

# Required-Start:    $local_fs $remote_fs $syslog $network $named

# Should-Start:      $ALL

# Required-Stop:     $syslog $remote_fs

# Default-Start:     3 5

# Default-Stop:      0 1 2 6

# Description:       Start Canon Printer Daemon for CUPS

### END INIT INFO

 

2 . 执行以下命令

sudo systemctl enable ccpd.service

 

Reply View the author
jjcui8595
deepin
2021-07-13 00:46
#3

建议使用Deepin提供的Canon打印驱动,可参考我以前的帖子:https://bbs.deepin.org/zh/post/193832

Reply View the author