canon ip2600 installation on 12.04

Asked by stmcc

I am unable to insall my canon ip2600 on umbuntu 12.04
http://ubuntuforums.org/showthread.php?p=10622107#post10622107
The above web site solved my problem
Thanks for all your input.
MAC

Question information

Language:
Italian (Italy) Edit question
Status:
Solved
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you check the UK Canon site for drivers? They do make deb files for their printers.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Please disconnect your usb printer...

Then open a terminal and type:

sudo add-apt-repository ppa:michael-gruz/canon

Then type:

gksudo gedit /etc/apt/sources.list.d/michael-gruz-canon-precise.list

substitute the "precise" with "oneiric" the file must be some like this:

deb http://ppa.launchpad.net/michael-gruz/canon/ubuntu oneiric main
deb-src http://ppa.launchpad.net/michael-gruz/canon/ubuntu oneiric main

Save and exit then type:

sudo apt-get update
sudo apt-get install cnijfilter-ip2600series

Connect your printer and try...

Revision history for this message
stmcc (stmcc1) said :
#3

E: Unable to locate package cnijfilter-ip2600series
I keep getting the above notice.Printer is loaded , but will not print.

On , "marcobra (Marco Braida)" <email address hidden> wrote:
> Your question #197641 on Ubuntu changed:

> https://answers.launchpad.net/ubuntu/+question/197641

> Status: Needs information => Answered

> marcobra (Marco Braida) proposed the following answer:

> Please disconnect your usb printer...

> Then open a terminal and type:

> sudo add-apt-repository ppa:michael-gruz/canon

> Then type:

> gksudo gedit /etc/apt/sources.list.d/michael-gruz-canon-precise.list

> substitute the "precise" with "oneiric" the file must be some like this:

> deb http://ppa.launchpad.net/michael-gruz/canon/ubuntu oneiric main

> deb-src http://ppa.launchpad.net/michael-gruz/canon/ubuntu oneiric main

> Save and exit then type:

> sudo apt-get update

> sudo apt-get install cnijfilter-ip2600series

> Connect your printer and try...

> --

> If this answers your question, please go to the following page to let us

> know that it is solved:

> https://answers.launchpad.net/ubuntu/+question/197641/+confirm?answer_id=1

> If you still need help, you can reply to this email or go to the

> following page to enter your feedback:

> https://answers.launchpad.net/ubuntu/+question/197641

> You received this question notification because you asked the question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

On my Ubuntu 12.04 i have it, be sure to made the update command...

sudo apt-get update

sudo apt-get --reinstall --purge install cnijfilter-ip2600series

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

To manage your question please visit your question link

https://answers.launchpad.net/ubuntu/+source/cups/+question/197641

with a browser...

Revision history for this message
stmcc (stmcc1) said :
#6

Hi Marco:
My system has crashed. I am unable to boot in 12.04. Sys recovery was no
help. May have to reinstall 12.04.
I am running from the live CD now.
By the way I am dual booted with XP and the printer works ok on XP.
Will try and contact you again when I am booted from the hard drive on
12.04 Thanks for you input.
MAC

On Thu, May 17, 2012 at 10:55 PM, marcobra (Marco Braida) <
<email address hidden>> wrote:

> Your question #197641 on cups in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/cups/+question/197641
>
> Status: Open => Needs information
>
> marcobra (Marco Braida) requested more information:
> On my Ubuntu 12.04 i have it, be sure to made the update command...
>
> sudo apt-get update
>
> sudo apt-get --reinstall --purge install cnijfilter-ip2600series
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/cups/+question/197641
>
> You received this question notification because you asked the question.
>

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#7

cd $HOME
wget http://dl.dropbox.com/u/8850924/iP2600_debian.tgz
sudo apt-get install unp
unp ./iP2600_debian.tgz
rm ./iP2600_debian.tgz
sudo dpkg -i ./cnijfilter-common_2.90-1_i386.deb
sudo dpkg -i ./cnijfilter-ip2600series_2.90-1_i386.deb
sudo apt-get -f install
rm ./cnijfilter-common_2.90-1_i386.deb
rm ./cnijfilter-ip2600series_2.90-1_i386.deb
rm ./cnijfilter-common-2.90-1.tar.gz
rm ./guideip2600series-pd-2.90-1_en.tar.gz

Should do it

Revision history for this message
stmcc (stmcc1) said :
#8

mac@HOME:~$ unp ./iP2600_debian.tgz
Cannot read ./iP2600_debian.tgz, skipping...
WARNING: There were errors while processing files!
so far no luck.
MAC

On Fri, May 18, 2012 at 6:41 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #197641 on cups in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/cups/+question/197641
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> cd $HOME
> wget http://dl.dropbox.com/u/8850924/iP2600_debian.tgz
> sudo apt-get install unp
> unp ./iP2600_debian.tgz
> rm ./iP2600_debian.tgz
> sudo dpkg -i ./cnijfilter-common_2.90-1_i386.deb
> sudo dpkg -i ./cnijfilter-ip2600series_2.90-1_i386.deb
> sudo apt-get -f install
> rm ./cnijfilter-common_2.90-1_i386.deb
> rm ./cnijfilter-ip2600series_2.90-1_i386.deb
> rm ./cnijfilter-common-2.90-1.tar.gz
> rm ./guideip2600series-pd-2.90-1_en.tar.gz
>
> Should do it
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/cups/+question/197641/+confirm?answer_id=6
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/cups/+question/197641
>
> You received this question notification because you asked the question.
>

Revision history for this message
stmcc (stmcc1) said :
#9

http://ubuntuforums.org/showthread.php?p=10622107#post10622107
This url solved my problem.
Thanks for all your help.
MAC

Revision history for this message
stmcc (stmcc1) said :
#10

Hello,

Please view the attached document

Thanks,
Mac.

Revision history for this message
stmcc (stmcc1) said :
#11

My gmail has been hacked . Have changed my password.Do not open any
attachments from me for the next few days.
MAC