How to Install a Canon MF8040Cn Printer on Ubuntu 12.04. No help from Canon who say they support linux but don't even have a driver download on their site!
|
This guide is for installing a Canon MF8000C series printer on Ubuntu 12.04. I'm using 64-bit ubuntu plus MF8040Cn but the guide should hopefully work for any printer in the series (and maybe even others). As an alternative to this guide, Bob Vincent has also written shell scripts (32 & 64 bit) that people seem to use successfully. Downloadable from this thread which has more background info: https://bugs.launchpad.net/ubuntu/+bug/502920?comments=all Here it goes... Step 1 - Download driver (rpm - non ubuntu package) The first challenge is to find the latest version of the UFR II driver for linux. I found it by searching for a similar printer on canon asia: http://support-asia.canon-asia.com/contents/ASIA/EN/0100270810.html Step 2 - Extract identify the drivers Open the downloaded file in the archive manager and extract it to the desktop. Then open up a terminal and do the following:
or similar if this was not your exact version
If you are running 32-bit, change to 32-bit instead of 64-bit (You can tell you're running 64-bit in the "System Monitor") Step 3 - Covert the .rpm files to .deb so that ubuntu can install them
Install the alien application that will convert the files for you
Repackage to deb (ubuntu installation files)
Install the deb files Step 4 - Ensure Apparmor (security app) does not block using of the printer (seems necessary for 12.04 and after)
This opens the apparmor config file you need to change. Add the following to it and close the text editor again:
Then execute:
64-bit only - ensure libraries are found
Install libjpeg, don't know why but people say you should do it and it works...
Restart apparmor to read new config. Step 5 - Install your new network printer (start the printer and connect the network cable to your network first :)) Open ubuntu's printer application and choose add. Expand the network printer area. If you're lucky your printer appears automatically, if not you can search for it by IP, if you don't know the IP of your printer, you can get that from printer info through the printer lcd (see manual for details) Print away! |
||||
|
|