Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Linux Drivers for Canon Printers [from Canon Japan]

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
s0da
n00b
n00b
User avatar
Posts: 11
Joined: Thu Jul 31, 2003 11:27 pm
Contact:
Contact s0da
Website

Linux Drivers for Canon Printers [from Canon Japan]

  • Quote

Post by s0da » Mon May 17, 2004 11:55 am

Hello,

I am using a Canon S600 printer for already two years, but don't use it on my linux box because there's no high quality linux driver for it. Until recently while browsing the web I came accross a forum wherein there's someone using the drivers from Canon Japan. But, unfortunately that user did not post a detailed steps in installing the drivers. I've tried translating the howto from Canon using Babel Fish from altavista but still i can't understand the guide. I'm a complete noob in linux so i ran out of ideas and gave up installing the Printer in my linux box.

AFAIK, the drivers from Canon Japan includes "Status Monitor," "Maintenance Tools, (ie., Cleaning, Nozzle Check, Head Alignment)," and other controls similar to its Windows Driver. Drivers from linuxprinting.org lacks some features so I'm not using it.

Anyone with an idea on how to install the printer using the drivers from Canon Japan? Please post them here. (it may serve as a guide to other user with a Canon printer). Thanks in advance.

I hope there will be an ebuild for Canon Linux Drivers.


===========================
link >>> (in english for your convenience) ^_^
http://babelfish.altavista.com/babelfis ... ml#english
===========================

*sorry if my english is not good, i am not a native english speaker. also, I am very new to linux so forgive me if some of my terms aren't right. Good Day.
Top
Lore
Apprentice
Apprentice
Posts: 152
Joined: Mon Feb 16, 2004 3:28 pm
Location: Karlsruhe

  • Quote

Post by Lore » Mon May 17, 2004 12:49 pm

Have you tried Turboprint? Im using a Canon S530 with this driver. They also provide a driver for your printer.
http://www.turboprint.de/english.html
Top
s0da
n00b
n00b
User avatar
Posts: 11
Joined: Thu Jul 31, 2003 11:27 pm
Contact:
Contact s0da
Website

  • Quote

Post by s0da » Mon May 17, 2004 1:14 pm

Turboprint? I have encoutered that on forums, but everyone's saying it's a commercial software. There are features which can't be used unless u pay them for a license. IMHO, Turboprint don't have "Status Monitor" for my Canon printer, and some other tools which are only provided by the drivers from Canon.

Anyways, Turboprint is much better than the drivers from linuxprinting.org.

Thanks for the advice.
Top
MrPixel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 117
Joined: Wed Apr 21, 2004 11:45 pm
Location: Here & Now

  • Quote

Post by MrPixel » Mon May 17, 2004 1:57 pm

I don't know how the translation turned out ... but I can read Japanese.

Since you're posting here, I'll assume you're using Gentoo ... so download the source files (the three files at bottom) - the first three are documentation, and the middle files are RPMs for RedHat or TurboLinux (sorta like the Japanese version of RedHat), and probably won't work with Gentoo. They come in gzipped tarballs - that is, they are compressed. You'll need to unpack them:

Code: Select all

tar -xvzf <filename>
This will create a directory with the same name as the tarball (without the .tar.gz on the end) in whatever directory you downloaded them. This directory will contain all the files in the tarball ... uncompressed. Enter the directory, and as root do the following. If you get lost, follow the instructions in the text file named INSTALL .

Code: Select all

cd /path/to/tarball/  # replace /path/to/tarball with the path to the directory you downloaded it to
./autogen.sh
make
make install
You will need to do this for each one of the files you downloaded. Assuming all goes well, you should be all set.

Note however, that I tried the above for my S300, without success: either the autogen.sh script didn't work complete successfully, or make generated errors. I did get the printer working with the CUPS guide on the Gentoo User Docs page. The CUPS interface is quite different than the Canon Windows programs, but has most of the same funcionality.
Top
s0da
n00b
n00b
User avatar
Posts: 11
Joined: Thu Jul 31, 2003 11:27 pm
Contact:
Contact s0da
Website

  • Quote

Post by s0da » Tue May 18, 2004 11:42 am

Thanks for posting... I downloaded four files from Canon Japan, but I did not try to install it. Yeah, i got the right ones, the tar.gz files. These are the files: bjfilter-1.3-1.tar.gz, instruction-1.3-1.tar.gz, printui-1.3-1.tar.gz, stsmon-1.3-1.tar.gz.

I wish someone would translate the documentation in instruction-1.3-1.tar.gz, so I can play with the drivers... ^_^

Good day and keep posting... :lol:
Top
roo_
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 91
Joined: Sat Feb 07, 2004 7:53 pm

  • Quote

Post by roo_ » Tue May 18, 2004 12:28 pm

Turboprint _is_ commericial, but its also well worth it.

I bought a copy after messing around for months with linuxprinting and canon drivers from japan. I have a Canon i550 which is a high spec printer, and was getting nothing from it.

Buying Turboprint took me 10minutes and I havent looked back..

I dont work for Turboprint in case you're wondering! I just thought i would let you know that the 25 Euros is a VERY reasonable price for what is a remarkable piece of software.

HTH :)
Top
MrPixel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 117
Joined: Wed Apr 21, 2004 11:45 pm
Location: Here & Now

  • Quote

Post by MrPixel » Tue May 18, 2004 3:57 pm

s0da wrote:I wish someone would translate the documentation in instruction-1.3-1.tar.gz, so I can play with the drivers... ^_^
I took a look at that document ... it is basically installation instructions for RedHat and TurboLinux, with instructions on how to set up and use bjfilter for GUI and CLI ...
I don't know if CUPS/foomatic supports the S600 (probably does, though), compared to the instructions from Canon, the Gentoo Printing guide (http://www.gentoo.org/doc/en/printing-howto.xml) is not only in English, but easier: especially since the instructions from Canon were not made for Gentoo ... probably your best best if you don't want to fork over 25 Euros.
Top
ennservogt
n00b
n00b
Posts: 32
Joined: Thu May 27, 2004 2:04 pm

They work...

  • Quote

Post by ennservogt » Wed Jun 02, 2004 5:01 pm

I own a Canon i865. The filter driver from Canon was very easy to install. you just have to download the approriate files from the japanese FTP server and extract the contents of the rpm archives to the right places.

There are allready several guides around the web which describe the installation process better.
Top
tuxfan
Apprentice
Apprentice
Posts: 257
Joined: Fri Feb 14, 2003 6:15 pm

  • Quote

Post by tuxfan » Sat Oct 30, 2004 1:38 pm

I have tried to install this driver for my canon s600, but I am not able to get this running. There are no errors when I run ./autogen.sh, make, make install.
But if I try to run the bjs600ps script, it say invalid printer model.
So what get's wrong?

Additional I found a port on FreeBSD, but I don't able to understand that.

Has anyone sucessfully installed this driver?
Top
Post Reply

9 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic