Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

There is Mac and Windows drivers only. I tried that tar.gz file http://support-au.canon.com.au/contents/AU/EN/0100412601.html Nothing happened. Usb cable not connected. Trying to print over wifi.

How can I use MX435 from Ubuntu?

share|improve this question
the file you linked to did all the work! it is exactly what you needed. just open the terminal, navigate to the extracted folder, and run the install.sh file. worked for me:) – gilad hoch Apr 16 at 8:23
Does wi-fi printing work? – Can Jun 9 at 19:30

1 Answer

According to that webpage you posted, there is a Linux driver. It's nice to find Linux support from manufacturers. The bad part is there's no easy installer provided.

In case you didn't know already, a .tar.gz file is a compressed directory in a file, somewhat like a .zip.

What you want to do first is extract the .tar.gz file. You can do this by double clicking the downloading cnijfilter-mx430series-3.70-1-deb.tar.gz file and selecting "Extract". After you extract the contents of the archive, navigate to the extracted directory. Inside you will find install.sh. Double click it - Ubuntu will then ask whether you want to run the program or not. Say that you want to run the program in a terminal.

Tell us if it works, or if the terminal says anything unusual. If it says something along the lines of must be run as superuser or need root privileges, then you'll need to run it as root. For that...you'd need to navigate to the directory in a terminal and run sudo install.sh.

share|improve this answer
I tried with usb cable and with wifi, but nothing happened. It didn't work. By the way copier and scanner function works fine. – Can Jan 30 at 5:50
Please give us the steps you took to come up with the conclusion of "it didn't work." We can't help you unless we know what you did (or more often, didn't) do. – Kupiakos Jan 30 at 6:32
Sorry for latency. Its messed up right now. First I tried without driver, then tried with three different driver file. Now, I want to clear everything and start from stratch. How can I undo all of what I've done? By the way printer is okey. It worked with windows. – Can Feb 1 at 22:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.