Results 1 to 5 of 5
I have just bought a new canon mx320 printer but cant find the right driver for this using linux. I tried on the canon website, but whenever i download something ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-16-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 1
Canon MX320 Printer
I have just bought a new canon mx320 printer but cant find the right driver for this using linux. I tried on the canon website, but whenever i download something that is supposed to match it doesnt work. Where can i download the driver and more important how do i do this?
My printer seems to only want pdp files. Hope to hear from someone soon.
Regards Nick
- 12-16-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!
I don't have that printer so can't say how well the Canon drivers work, but go here and pick your OS and language, then pick the driver you want to install:
PIXMA MX320
If you have a Debian-based distribution (Debian, Ubuntu, etc), you can pick the Debian version of the driver, or if you have an RPM-based distribution (Fedora, OpenSUSE, etc), pick the RPM version of the driver. You should be able to install it like you would any other deb or rpm package.
Another approach that might be easier is to pick the source-based driver at the bottom of the list, download it, extract it using your archiving tool for your distribution, navigate down to the actual PPD file located in the extracted folder, then copy that file to the /usr/share/cups/model directory, reboot your system or restart CUPS, then open your web browser and enter the following into the location bar:
From there you can use the CUPS interface to add and configure your printer.Code:localhost:631
In the end, you need the PPD file in the proper directory so that CUPS can find it and make use of it. Keep a copy of the PPD file stored somewhere and you can simply copy it to the correct folder again for future Linux installs.
Hope it all works out for you.oz
- 02-23-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Thanks.
The RPM printer driver worked for me with Fedora 12.
- 04-17-2012 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 1
the problem is using 64 bit o.s.; you can find out if you're using 64 bit o.s. with uname.
the drivers are 386; or 32 bit.
so we have to use the source code.
there's a tutorial on how to use source code here:
webmonkey.com/2010/02/com...#disqus_thread
the problem i'm having is that for:
#./configure
and:
#make
(ran as root)
i get back the following error message:
bash: make: command not found
- 04-17-2012 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733




