[arch-general] Canon MP280 turboprint
I have a canon MP280 printer and am unable to print using turboprint, as well as a regular cups using gutenprint drivers or Turboprint drivers or the .ppd files downloaded from Canon's site. When I check the aur most of the packaged drivers are outdated and when I check the bug reports it seems that I am not alone in this respect. A few of the bug reports list something about 64 bit issues, I am also unable to compile some of the files from the Canon tar balls you can get from Canons site. When I check the cups error log file it gives me back end failures and list a few files, when I link the file nothing prints. This also applies to Turbo-print but does not give error messages in that program. Just wanted to know what other options I may need to pursue, the printer works with Debian 32 bit on a net-book, and of course Windows but it would be nice to get it working under Arch. R7h0re4
On Sat, Aug 6, 2011 at 12:24 AM, R7h0re4 <r7h0re4@att.net> wrote:
I have a canon MP280 printer and am unable to print using turboprint, as well as a regular cups using gutenprint drivers or Turboprint drivers or the .ppd files downloaded from Canon's site.
When I check the aur most of the packaged drivers are outdated and when I check the bug reports it seems that I am not alone in this respect. A few of the bug reports list something about 64 bit issues, I am also unable to compile some of the files from the Canon tar balls you can get from Canons site.
When I check the cups error log file it gives me back end failures and list a few files, when I link the file nothing prints. This also applies to Turbo-print but does not give error messages in that program. Just wanted to know what other options I may need to pursue, the printer works with Debian 32 bit on a net-book, and of course Windows but it would be nice to get it working under Arch.
R7h0re4
Canon has terrible linux support. I have a canon LBP2900B laser printer and haven't been able to print using there official CAPT driver. Its something related to pstocapt files. CUPS is unable to communicate properly with the CAPT daemon which sends commands to the printer.
Madhurya Kakati <mkakati2805@gmail.com> writes:
Canon has terrible linux support. I have a canon LBP2900B laser printer and haven't been able to print using there official CAPT driver. Its something related to pstocapt files. CUPS is unable to communicate properly with the CAPT daemon which sends commands to the printer.
That would make sense It does work under Debian 32 so I could always plug in my netbook if I needed something to print. As it stands I am using a print server which hooks to a windows gaming machine. I might print like once or twice a month that might be maybe two pages so I am in fear of having the ink dry out more than not working as advertised. I used to like Epson but the price was right on the Canon and wanting a cheap 30-40 dollar printer to work in all environments is a little wishful. Anyway thanks for the information I will keep my eye on the list, as well as openprinting and see if anything changes. R7h0re4
On Sun, Aug 7, 2011 at 4:11 AM, R7h0re4 <r7h0re4@att.net> wrote: <snip>
That would make sense It does work under Debian 32 so I could always plug in my netbook if I needed something to print. As it stands I am using a print server which hooks to a windows gaming machine. I might print like once or twice a month that might be maybe two pages so I am in fear of having the ink dry out more than not working as advertised. <snip>
umm, just to give my two cents, but what if you just added the ppd file from the debian machine to your archlinux box? cups config isn't that much of a hurdle for people who want to look deeper into stuff like that. Even sharing printers wouuld be possible, so that you could just hook up the debian box as your intermediate printing instance, because cups has proven pretty reliable on this kinda stuff. (I share my oki printer to a variety of OSes in my home config) mar77i
On Sun, Aug 7, 2011 at 7:57 AM, Martti Kühne <mysatyre@gmail.com> wrote:
On Sun, Aug 7, 2011 at 4:11 AM, R7h0re4 <r7h0re4@att.net> wrote: <snip>
That would make sense It does work under Debian 32 so I could always plug in my netbook if I needed something to print. As it stands I am using a print server which hooks to a windows gaming machine. I might print like once or twice a month that might be maybe two pages so I am in fear of having the ink dry out more than not working as advertised. <snip>
umm, just to give my two cents, but what if you just added the ppd file from the debian machine to your archlinux box? cups config isn't that much of a hurdle for people who want to look deeper into stuff like that.
Even sharing printers wouuld be possible, so that you could just hook up the debian box as your intermediate printing instance, because cups has proven pretty reliable on this kinda stuff. (I share my oki printer to a variety of OSes in my home config)
mar77i
Trust me, I used a crazy number of ppd files but they still don't work. AFAIK the the document to be printed is converted to postscript (ps) files and sent to the printer. Canon printer can't print directly from ps files so they need to convert to a suitable format. I think thats what the pstocapt file does. And thats the only thing messing up. CUPS sends everything right but the ps files don't get converted. I tried printing from a Linux Mint live DVD too using official drivers but it just won't print. I should have bought a HP laser. :(
On Sun, Aug 7, 2011 at 7:41 AM, R7h0re4 <r7h0re4@att.net> wrote:
Madhurya Kakati <mkakati2805@gmail.com> writes:
Canon has terrible linux support. I have a canon LBP2900B laser printer and haven't been able to print using there official CAPT driver. Its something related to pstocapt files. CUPS is unable to communicate properly with the CAPT daemon which sends commands to the printer.
That would make sense It does work under Debian 32 so I could always plug in my netbook if I needed something to print. As it stands I am using a print server which hooks to a windows gaming machine. I might print like once or twice a month that might be maybe two pages so I am in fear of having the ink dry out more than not working as advertised.
I used to like Epson but the price was right on the Canon and wanting a cheap 30-40 dollar printer to work in all environments is a little wishful.
Anyway thanks for the information I will keep my eye on the list, as well as openprinting and see if anything changes.
R7h0re4
Same here. I too print less than 10 pages a month and thats why I opted for B&W laser printer. Toner doesn't dry. :P
R7h0re4 said it works on Debian 32. As I understand it, it should be possible to clone the config on other distributions. If you can't clone it, ask the debian devs what they did there. Another hacky suggestion, although not very nice to resources, but may spare config-diving: run a virtual machine with an os which works with the canon printer, and use it as a print server. You can make snapshot with some virtual machines, which would speed up starting and stopping the server, which just could be automated in a script. mar77i
On Sun, Aug 7, 2011 at 6:41 PM, Martti Kühne <mysatyre@gmail.com> wrote:
R7h0re4 said it works on Debian 32. As I understand it, it should be possible to clone the config on other distributions. If you can't clone it, ask the debian devs what they did there. Another hacky suggestion, although not very nice to resources, but may spare config-diving: run a virtual machine with an os which works with the canon printer, and use it as a print server. You can make snapshot with some virtual machines, which would speed up starting and stopping the server, which just could be automated in a script.
mar77i
Just wanted to ask something off-topic. What do you guys think about refilling laser printer toner? Is it good? The original toner cartridges are very expensive.
AFAK refilling the toner is fine for 2 or 3 times maybe. but refilling it a lot will cause loss of print quality. It depends also on the type of the toner and the quality of ink. sometimes even 6 or 7 refills might work, but that's a rare case! :D On Sun, Aug 14, 2011 at 7:57 AM, Madhurya Kakati <mkakati2805@gmail.com>wrote:
On Sun, Aug 7, 2011 at 6:41 PM, Martti Kühne <mysatyre@gmail.com> wrote:
R7h0re4 said it works on Debian 32. As I understand it, it should be possible to clone the config on other distributions. If you can't clone it, ask the debian devs what they did there. Another hacky suggestion, although not very nice to resources, but may spare config-diving: run a virtual machine with an os which works with the canon printer, and use it as a print server. You can make snapshot with some virtual machines, which would speed up starting and stopping the server, which just could be automated in a script.
mar77i
Just wanted to ask something off-topic. What do you guys think about refilling laser printer toner? Is it good? The original toner cartridges are very expensive.
participants (4)
-
ali.mousavi@gmail.com
-
Madhurya Kakati
-
Martti Kühne
-
R7h0re4