Home
Home Blogs k4tz's blog
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Ubuntu 10.10 beta – an insider’s view
  • Equinox Introduces 2 Other Brilliant Themes, Installation Made Easy via PPA
  • First Alpha of uTorrent Server for Linux Released
  • A Linux Demo For Amnesia: The Dark Descent
  • Fedoraproject.org redesign looking really, really great
more

Linux Today

  • Editor's Note: Holiday Tech Fun
  • Mint 9: Minty fresh Linux
  • Amnesia: The Dark Descent Demo Released!
  • Android: the return of the Unix wars?
  • Songbird 1.8.0 adds support for more devices
more

Linux Insider

  • Tablet Skirmish Heats Up With Toshiba Entry
  • Samsung's Galaxy Whirls Into the Tablet Universe
  • Sony's Shocking 'Other OS' Win and Suspect Distro Popularity Trends
  • 2 Smart Backup Apps Show You the Way to Go Home
  • Cloud Computing Calms Open Source Warfare
more

How to install Canon mp610, 620 and 630 wireless printer on Ubuntu

Submitted by k4tz on Tue, 01/19/2010 - 13:13
  • Clinic
  • Hardware
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1376576

I needed to install my canon mp620 printer and didnt find good drivers
so by combining some post from different forums i got a sollution for my problem
http://ubuntuforums.org/showthread.p...=canon+printer
http://www.nervous.it/2009/04/canon-...ess-on-ubuntu/

i hope to help others out with the same problem
a funny fact: i succeeded with this after only 3 days experience with linux
so if your down, keep your head op and try again.

  1. install cups, libcups2, libcups2-dev en build-essential

 

Code:
        apt-get install cups libcups2 libcups2-dev build-essential

Download the package cups-bjnp-0.5.4.gz-tar
from http://sourceforge.net/projects/cups-bjnp/
create a folder named printerdrivers in root of your account
dpkg the package in that map
you may delete the original package

execute this in the terminal

Code:
 sudo su (give the root password)
cd printerdrivers/cups-bjnp-0.5.4/
./configure && make && sudo make install

Download the original printerdrivers from the canon site
cnijfilter-common_2.80-1_i386.deb
cnijfilter-mp610series_2.80-1_i386.deb

copy them to the folder printerdrivers
2. execute this in the terminal

Code:
dpkg -x cnijfilter-common_2.80-1_i386.deb common
dpkg --control cnijfilter-common_2.80-1_i386.deb
chmod 777 common
chmod 777 DEBIAN
gedit /DEBIAN/control

find l the words libcupsys2 in the document that opens and replace it with libcups2
save the file and close gedit

navigate to the folder printer
and cut the folder DEBIAN and past it into the folder common
then execute this in the terminal

Code:
cd common
chmod 755 DEBIAN
cd ..
chmod 755 common
dpkg -b common cnijfilter-common_2.80-1_i386.deb
rm -rf common

execute the second step also for the onther printerdriver
in my case: cnijfilter-mp610series_2.80-1_i386.deb
but sustitute “common” with “mp610series” wherever it appears above.

  1. Install the drivers by executing this in the terminal

 

Code:
 sudo dpkg -i cnijfilter-common_2.80-1_i386.deb

sudo dpkg -i cnijfilter-mp610series_2.80-1_i386.deb
  1. Then download this files from http://www.nervous.it/2009/04/canon-...ess-on-ubuntu/

canonmp620-630en.ppd
cifmp610.conf

also copy them into the folder printerdrivers
and execute this in the terminal

Code:
cp canonmp620-630en.ppd /usr/share/ppd/
cp cifmp610.conf /usr/lib/bjlib/
/etc/init.d/cups restart

navigate to http://localhost:631 in your browser
click on administration
click on add printer
when your printer is found select it
click on continue
you may enter the place of your printer
klik on continue
search for canonmp620-630 or canonmp610 in the list
select it and click on continue
set your default options and set them

the last step lets ubuntu know that these drivers are good
so execute this in the terminal

Code:
sudo chown -hR root /urs/lib/cups/filter
sudo chown -hR root /urs/lib/cups/backend
sudo chgrp -hR root /urs/lib/cups/filter
sudo chgrp -hR root /urs/lib/cups/backend
  • k4tz's blog
  • Add new comment

Recent blog posts

  • How to install PHP-GTK in Ubuntu 10.04 Lucid Lynx
  • Download Linux Mint 9 "Xfce"
  • ISO Booting with Grub 2 in Ubuntu
  • Howto Fix Rhythmbox Iphone + Ipod Sync Issues in Ubuntu
  • How to install Ubuntu 10.04 on Thinkpad x201
  • Fix for Audio Problem in Dell Studio 1450 in Ubuntu 10.04 (lucid lynx)
  • Howto optimize Flash in Firefox on Ubuntu
  • HP Laserjet P1006 Printer not Working on Ubuntu
  • How to get video recording working with Acer Crystal Eye Webcam on Ubuntu
  • Reset your Windows password and edit the Windows Registry from Ubuntu
more

Linux World

  • Net Neutrality: what does the Google Verizon proposal mean for GNU Linux?
  • Why can't free software lead to hardware innovation?
Archive Syndicate content

Recent comments

  • Re
    34 weeks 4 days ago
  • Re
    34 weeks 4 days ago
  • Re
    35 weeks 4 days ago
  • Re
    36 weeks 22 hours ago
  • Re
    36 weeks 5 days ago
  • Re
    36 weeks 5 days ago
  • Re
    37 weeks 2 hours ago
  • iwl3945
    38 weeks 4 days ago
  • HomeBank
    50 weeks 5 days ago
  • KMyMoney and direct connect to banks
    1 year 2 weeks ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme