2

I have a "Canon Pixma MX925" printer and run Ubuntu 16.04 on my computer.

How can I install and use this printer?

Byte Commander
  • 110,243

1 Answers1

1

so go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100517002.html and click to download and SAVE what will be cnijfilter-mx920series-3.90-1-deb.tar.gz

You need to open a terminal; and paste the commands below in line by line, hitting the ENTER key after each paste: to find PASTE in the terminal, right-click at the text prompt .....

cd Downloads
tar -zxvf cnijfilter-mx920series-3.90-1-deb.tar.gz
cd cnijfilter-mx920series-3.90-1-deb
./install.sh

and that final command runs the install script; it will ask you for your sudo password but it does 2 things: 1) installs drivers and 2) registers the printer on lpadmin so it should all work

pdc
  • 1,132