dannyman.toldme.com

About Me : Free Style : Good Reads : News and Reaction : Photographs : Technical : Travels : Unsorted

Search:
March 13, 2008
Linux, Technical

Canon i250 on Ubuntu 7.10

I had a rough go of it until I found BlackNight’s post, and now my Canon i250 printer works with Ubuntu like a charm. I thought I would recap here for those who, like me, at first Googled in vain. If you paste these command into Ubuntu 7.10 (Feisty) things ought to work:

First, enter your sudo password:

sudo echo

Now, this paste just might set up everything you need:

sudo apt-get install libpng3 libtiff4 cupsys alien
cd /tmp
wget http://download.canon.com.au/bj/i250linux/bjfilteri250-2.3-0.i386.rpm
wget http://download.canon.com.au/bj/i250linux/bjfiltercups-2.3-0.i386.rpm
sudo alien --scripts bjfilteri250-2.3-0.i386.rpm
sudo alien --scripts bjfiltercups-2.3-0.i386.rpm
sudo dpkg -i bjfiltercups_2.3-1_i386.deb bjfilteri250_2.3-1_i386.deb
sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
sudo ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2
sudo /etc/init.d/cupsys restart

Then, go set up your printer in the GUI, and specify this PPD file:

/usr/share/cups/model/canoni250.ppd

(Or, in retrospect, since it has a GNU license on it, you could just download the PPD directly off my web site.)

If things turn out less-than-straightforward, definitely review BlackNight’s page for details, and if this does work out for you drop him a thank you note in the comments!

Read More

Next: Band
Previous: 867-5309
Categories: Linux, Technical
Possibly-Related Posts
Canon i250 on Ubuntu 8.04
Alien-chan!
Digital Image Recovery: PhotoRescue
Alien Lady
Anyone know what is an Alien Registration Number?
Ubuntu: Turn off Periodic FSCK
Windows 7 Beta: FAIL

Responses

September 24th, 2008

david roderick

Thanks. That’s amazing and it works.
on my system wget requires a sudo

September 30th, 2008

Configurar la impresora Canon i250 en Ubuntu 8.04 « Zona Tux !

[...] encontré con el blog de dannyman, donde explican los pasos para hacerla funcionar, las instrucciones son para Ubuntu 7.04 [...]

January 3rd, 2009

David

These instructions work fine using Ubuntu 8.10!

Comment / Tip

Leave a comment . . .

  1. You must provide an e-mail address.
  2. First-time comments will be held for review.
  3. Bogus e-mail addresses are lame, but will work.
  4. For private messages, e-mail me: dannyman@toldme.com.
  5. I will not spam you, and I will not publish or share your e-mail address.