From: Practical on

"NMR User" <nemo(a)nowhere.com> wrote in message news:i26r51$e2o$1(a)qmul...
> On 21/07/10 07:38, Practical wrote:
>
>> Well, I am having difficulty installing a Canon LBP6300dn printer as
>> there
>> are no drivers for it. I googled for PPD file but couldn't find anything
>> relevant hence tried with some old files available online. If I select
>> the
>> Canon printer option I do not see the model that I have listed therein.
>> The
>> Canon printer is currently installed on a Windows machine. Also, I do not
>> understand why does CUPS install any printer without any error but when
>> it
>> actually comes to priting, it does not print?
>> Thank you in advance.
>>
>> Regards....
>>
>>
>
> The current CAPT driver does support that printer, you can get it from:
>
> wget http://codebin.cotescu.com/canon/lbp_driver/CanonCAPTdriver.tar.gz
>
> and run the script (after extracting) with:
>
> sudo ./canonLBP_install.sh PRINTER_MODEL
>
> H

Hi,

Indeed sorry that I forgot to mention am running Centos 5.
Upon running the script as you mentioned above, I got the following output.

Installing driver for model: LBP6300dn
using file: CNCUPSLBP6300CAPTK.ppd
Installing packages...
Installing libstdc++6 package...
../canonLBP_install.sh: line 132: apt-get: command not found
I am unable to install the before mentioned package...
Please install the required package and rerun the script...

Usage: ./canonLBP_install.sh PRINTER_MODEL [IP]
This script will help you install Canon CAPT Printer Driver 2.00 for
Debian-based Linux systems using the 64-bit OS architecture.

Now does it mean that this driver is good ONLY for Debian/Ubuntu 64-bit?
I have a typical 32bit PC.

All help much appreciated. Thanks indeed.


D


From: mjt on
On Thu, 22 Jul 2010 17:42:46 +0530
"Practical" <practicalroot(a)example.com> wrote:

> Usage: ./canonLBP_install.sh PRINTER_MODEL [IP]
> This script will help you install Canon CAPT Printer Driver 2.00 for
> Debian-based Linux systems using the 64-bit OS architecture.
>
> Now does it mean that this driver is good ONLY for Debian/Ubuntu
> 64-bit? I have a typical 32bit PC.

Appears that way to me ... the call to "apt-get" was a bit
of a clue, in addition to the very specific message above.

--
The fortune program is supported, in part, by user contributions and
by a major grant from the National Endowment for the Inanities.
<<< Remove YOURSHOES to email me >>>

From: unruh on
On 2010-07-22, mjt <myswtestYOURSHOES(a)gmail.com> wrote:
> On Thu, 22 Jul 2010 17:42:46 +0530
> "Practical" <practicalroot(a)example.com> wrote:
>
>> Usage: ./canonLBP_install.sh PRINTER_MODEL [IP]
>> This script will help you install Canon CAPT Printer Driver 2.00 for
>> Debian-based Linux systems using the 64-bit OS architecture.
>>
>> Now does it mean that this driver is good ONLY for Debian/Ubuntu
>> 64-bit? I have a typical 32bit PC.
>
> Appears that way to me ... the call to "apt-get" was a bit
> of a clue, in addition to the very specific message above.
>

No idea what that printer is, but if it has postscript capability, it
should not need any binary driver. It should just need a ppd file, which
is text based. If the printer is a winprinter (Ie, is a bare bones
printer with no printer language on board) then it needs a driver (I
have no idea why anyone would buy a printer like that, but some people
do).

From: mjt on
On Thu, 22 Jul 2010 09:39:47 -0700
Steve Ackman <steve(a)SNIP-THIS.twoloonscoffee.com> wrote:
> In <20100722101736.491872c2(a)stimpy.site>, on Thu, 22 Jul 2010
> 10:17:36 -0500, mjt, myswtestYOURSHOES(a)gmail.com wrote:
> > On Thu, 22 Jul 2010 17:42:46 +0530
> > "Practical" <practicalroot(a)example.com> wrote:
> >
> >> Usage: ./canonLBP_install.sh PRINTER_MODEL [IP]
> >> This script will help you install Canon CAPT Printer Driver 2.00
> >> for Debian-based Linux systems using the 64-bit OS architecture.
> >>
> >> Now does it mean that this driver is good ONLY for Debian/Ubuntu
> >> 64-bit? I have a typical 32bit PC.
> >
> > Appears that way to me ... the call to "apt-get" was a bit
> > of a clue, in addition to the very specific message above.
>
> apt-get and synaptic come standard on the rpm-based
> PCLinuxOS... so, not really much of a clue on that front.

PCLinuxOS??? The OP is running CentOS 5, and although you
can use apt-get with CentOS, the default is yum, which is why
the OP got an error message about apt-get command not found.

--
If you've seen one redwood, you've seen them all. - Ronald Reagan
<<< Remove YOURSHOES to email me >>>

From: jellybean stonerfish on
On Thu, 22 Jul 2010 17:42:46 +0530, Practical wrote:

> "NMR User" <nemo(a)nowhere.com> wrote in message news:i26r51$e2o$1(a)qmul...
>> On 21/07/10 07:38, Practical wrote:
>>
>>> Well, I am having difficulty installing a Canon LBP6300dn printer as
>>> there
>>> are no drivers for it. I googled for PPD file but couldn't find
>>> anything relevant hence tried with some old files available online. If
>>> I select the
>>> Canon printer option I do not see the model that I have listed
>>> therein. The
>>> Canon printer is currently installed on a Windows machine. Also, I do
>>> not understand why does CUPS install any printer without any error but
>>> when it
>>> actually comes to priting, it does not print? Thank you in advance.
>>>
>>> Regards....
>>>
>>>
>>>
>> The current CAPT driver does support that printer, you can get it from:
>>
>> wget http://codebin.cotescu.com/canon/lbp_driver/CanonCAPTdriver.tar.gz
>>
>> and run the script (after extracting) with:
>>
>> sudo ./canonLBP_install.sh PRINTER_MODEL
>>
>> H
>
> Hi,
>
> Indeed sorry that I forgot to mention am running Centos 5. Upon running
> the script as you mentioned above, I got the following output.
>
> Installing driver for model: LBP6300dn using file:
> CNCUPSLBP6300CAPTK.ppd
> Installing packages...
> Installing libstdc++6 package...
> ./canonLBP_install.sh: line 132: apt-get: command not found I am unable
> to install the before mentioned package... Please install the required
> package and rerun the script...
>
> Usage: ./canonLBP_install.sh PRINTER_MODEL [IP] This script will help
> you install Canon CAPT Printer Driver 2.00 for Debian-based Linux
> systems using the 64-bit OS architecture.
>
> Now does it mean that this driver is good ONLY for Debian/Ubuntu 64-bit?
> I have a typical 32bit PC.
>
> All help much appreciated. Thanks indeed.
>
>
> D

You got an error when the script tried to install libstdc++6, so try
installing libstdc++6 and libstc++6.dev, (names may be a bit different,
I don't have centos to check) with yum, then run the script again. Or
look at the script and see what other packages are required and add them
before running the script. You may be able to walk through the script,
and change it to use yum, or follow the script, but do everything manually.
The script may just check for dependencies, and then copy a couple of files
to the proper location.