how to connect to printer canon mp250

Asked by jenny ng

failure of connection to my printer mp250

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tony Pursell (ajpursell) said :
#1

Hi Jenny

As far as I know, this is a printer that does not work in Ubuntu (or any other Linux OS). See

http://www.openprinting.org/printer/Canon/Canon-MP250

'Paperweight' mean it does not work.

Sorry

Tony

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Print driver for 32bit:

mkdir ~/canon; cd ~/canon; wget http://files.canon-europe.com/files/soft40251/software/mp250%20printer%20dirver%203.40.tar; tar xvf ./mp250\ printer\ dirver\ 3.40.tar; tar zxvf ./cnijfilter-mp250series-3.40-1-deb.tar.gz; cd cnijfilter-mp250series-3.40-1-deb/packages/; sudo dpkg -i ./*386.deb; sudo apt-get -f install; cd; rm -r ~/canon

Print driver for 64bit:

mkdir ~/canon; cd ~/canon; wget http://files.canon-europe.com/files/soft40251/software/mp250%20printer%20dirver%203.40.tar; tar xvf ./mp250\ printer\ dirver\ 3.40.tar; tar zxvf ./cnijfilter-mp250series-3.40-1-deb.tar.gz; cd cnijfilter-mp250series-3.40-1-deb/packages/; sudo dpkg -i ./*amd64.deb; sudo apt-get -f install; cd; rm -r ~/canon

Scanner driver for 32bit:

mkdir ~/canon; cd ~/canon; wget http://files.canon-europe.com/files/soft40252/software/mp250%20scanner%20driver%201.60.tar; tar xvf ./mp250\ scanner\ driver\ 1.60.tar; tar zxvf ./scangearmp-mp250series-1.60-1-deb.tar.gz; cd scangearmp-mp250series-1.60-1-deb/packages; sudo dpkg -i ./
*386.deb; sudo apt-get -f install; cd; rm -r ~/canon

Scanner driver for 64bit:

mkdir ~/canon; cd ~/canon; wget http://files.canon-europe.com/files/soft40252/software/mp250%20scanner%20driver%201.60.tar; tar xvf ./mp250\ scanner\ driver\ 1.60.tar; tar zxvf ./scangearmp-mp250series-1.60-1-deb.tar.gz; cd scangearmp-mp250series-1.60-1-deb/packages; sudo dpkg -i ./
*amd64.deb; sudo apt-get -f install; cd; rm -r ~/canon

Canon MAKE Linux drivers.

Revision history for this message
Anne Bleckov (ableckov) said :
#3

to 'actionparsnip'... Well, you couldn't have made that any easier!! I have the MP250. I'm a newbie running Ubuntu 11.10. I haven't test run the printer yet, but I copied and pasted your whole paragraph (for the 250) into the terminal and hit enter. Is that really all there was to it??? OMG!! Thank you!

Can you help with this problem?

Provide an answer of your own, or ask jenny ng for more information if necessary.

To post a message you must log in.