My printer requires “modprobe” and “ccpd” to be started after every system restart.
In each time I start my Ubuntu 12.04 computer I need to type the following commands to get my Canon LBP 2900 printer working. Otherwise the status monitor says "Communication Error". I am using driver version 2.40.
sudo modprobe usblp
ls -l /dev/usb/lp0
sudo /etc/init.d/ccpd start
12.04 printing canon modprobe
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 1 more comment
In each time I start my Ubuntu 12.04 computer I need to type the following commands to get my Canon LBP 2900 printer working. Otherwise the status monitor says "Communication Error". I am using driver version 2.40.
sudo modprobe usblp
ls -l /dev/usb/lp0
sudo /etc/init.d/ccpd start
12.04 printing canon modprobe
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
1
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29
|
show 1 more comment
In each time I start my Ubuntu 12.04 computer I need to type the following commands to get my Canon LBP 2900 printer working. Otherwise the status monitor says "Communication Error". I am using driver version 2.40.
sudo modprobe usblp
ls -l /dev/usb/lp0
sudo /etc/init.d/ccpd start
12.04 printing canon modprobe
In each time I start my Ubuntu 12.04 computer I need to type the following commands to get my Canon LBP 2900 printer working. Otherwise the status monitor says "Communication Error". I am using driver version 2.40.
sudo modprobe usblp
ls -l /dev/usb/lp0
sudo /etc/init.d/ccpd start
12.04 printing canon modprobe
12.04 printing canon modprobe
edited May 8 '14 at 1:57
MathCubes
3,13083558
3,13083558
asked May 3 '12 at 16:00
RAMESHRAMESH
1341513
1341513
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
1
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29
|
show 1 more comment
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
1
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
1
1
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29
|
show 1 more comment
1 Answer
1
active
oldest
votes
Edit /etc/modules
and append usblp
. This will load the usblp
module at boot time.
To get /etc/init.d/ccpd
to start, you will need to have links to the /etc/rc?.d
directories. Read man update-rc.d
and man insserv
and look for an LSB (Linux Standard Base, see Wikipedia for LSB) header in /etc/init.d/ccpd
(begins with ### BEGIN INIT INFO
). I know nothing about ccpd
.
add a comment |
protected by Community♦ Jun 27 '12 at 21:41
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Edit /etc/modules
and append usblp
. This will load the usblp
module at boot time.
To get /etc/init.d/ccpd
to start, you will need to have links to the /etc/rc?.d
directories. Read man update-rc.d
and man insserv
and look for an LSB (Linux Standard Base, see Wikipedia for LSB) header in /etc/init.d/ccpd
(begins with ### BEGIN INIT INFO
). I know nothing about ccpd
.
add a comment |
Edit /etc/modules
and append usblp
. This will load the usblp
module at boot time.
To get /etc/init.d/ccpd
to start, you will need to have links to the /etc/rc?.d
directories. Read man update-rc.d
and man insserv
and look for an LSB (Linux Standard Base, see Wikipedia for LSB) header in /etc/init.d/ccpd
(begins with ### BEGIN INIT INFO
). I know nothing about ccpd
.
add a comment |
Edit /etc/modules
and append usblp
. This will load the usblp
module at boot time.
To get /etc/init.d/ccpd
to start, you will need to have links to the /etc/rc?.d
directories. Read man update-rc.d
and man insserv
and look for an LSB (Linux Standard Base, see Wikipedia for LSB) header in /etc/init.d/ccpd
(begins with ### BEGIN INIT INFO
). I know nothing about ccpd
.
Edit /etc/modules
and append usblp
. This will load the usblp
module at boot time.
To get /etc/init.d/ccpd
to start, you will need to have links to the /etc/rc?.d
directories. Read man update-rc.d
and man insserv
and look for an LSB (Linux Standard Base, see Wikipedia for LSB) header in /etc/init.d/ccpd
(begins with ### BEGIN INIT INFO
). I know nothing about ccpd
.
answered May 30 '14 at 5:02
waltinatorwaltinator
22.6k74169
22.6k74169
add a comment |
add a comment |
protected by Community♦ Jun 27 '12 at 21:41
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Did you try Starting/stopping on USB add/Remove on help.ubuntu.com/community/CanonCaptDrv190
– user1037929
Jun 11 '12 at 16:19
I tried it. No progressive result
– RAMESH
Jun 19 '12 at 18:35
1
Have you tried running the script containing above lines at boot time?
– user73655
Jun 27 '12 at 19:34
If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
– fossfreedom♦
Jun 27 '12 at 21:42
how can run that script at boot time in ubuntu 12.04
– RAMESH
Jun 28 '12 at 16:29