Canon MG5250 all in one printer

Is anybody aware of drivers for The Canon MG5250 printer/scanner/copier?

Ubuntu 12.04

Thanks :slight_smile:

See here:
http://software.canon-europe.com/products/0010889.asp


Instructions:-

Open a terminal (Ctrl+Alt+T), and run these commands in sequence:

mkdir ~/MG5250
cd ~/MG5250
wget http://files.canon-europe.com/files/soft40259/software/MG5200series-printer_driver.tar
wget http://files.canon-europe.com/files/soft40260/software/MG5200series-scanner_driver.tar
tar -xvf MG5200series-printer_driver.tar cnijfilter-mg5200series-3.40-1-deb.tar.gz
tar -xvf MG5200series-scanner_driver.tar scangearmp-mg5200series-1.60-1-deb.tar.gz
tar -xvf cnijfilter-mg5200series-3.40-1-deb.tar.gz
tar -xvf scangearmp-mg5200series-1.60-1-deb.tar.gz
cd ~/MG5250/cnijfilter-mg5200series-3.40-1-deb
./install.sh

and follow the instructions in the terminal.

Once the printer driver is installed, install the scanner driver with:

cd ~/MG5250/scangearmp-mg5200series-1.60-1-deb
./install.sh

and follow the instructions in the terminal.

Sorry for the delay in replying.

Thanks very much for looking into it for me. :slight_smile: