English:
To install a Canon MP110 printer on Ubuntu Linux (Tested from 7.10 up to 9.04) you must do the follwing steps:
Fire up a terminal.
The bold stuff can be copied and the italic stuff has to be read first.
mkdir .canon && cd .canon
wget http://relst.nl/downloads/mp110.zip
unzip ./mp110.zip
sudo dkpg -i *.deb
Or all in one line:
mkdir .canon && cd .canon && wget http://relst.nl/downloads/mp110.zip && unzip ./mp110.zip && sudo dkpg -i *.deb
Then you'll need to go to the Printers screen, and then Add a printer.
If good, your MP110 will be shown.
If not, please check the connection (USB Cable.)
Then when you need to choose a driver,
choose the Canon ip15000 one.
Then the printing fromout linux will work.
Scanning is something I don't use, so I haven't tested it.
You could try it with SANE.
Well Done!
---
Nederlands:
Om je Canon MP110 te installeren in Ubuntu (Getest op 7.10 tot 9.04) moet je het volgende doen.
Open een terminal en plak dit (Regel voor regel):
mkdir .canon && cd .canon
wget http://relst.nl/downloads/mp110.zip
unzip ./mp110.zip
sudo dkpg -i *.deb
Het kan natuurlijk ook in 1 keer voor de luiwammesen onder ons.
mkdir .canon && cd .canon && wget http://relst.nl/downloads/mp110.zip && unzip ./mp110.zip && sudo dkpg -i *.deb
Nu moet je de printer toevoegen vanuit het Printer scherm van ubuntu.
Op het moment dat je een driver moet selecteren,
kies je de driver voor de Canon ip15000.
Je printer zal dan werken, maar je kan niet scannen. Dit kan je proberen met SANE.
Goed gedaan!