From: Johann Höchtl on
Hello!

I would like to make a HP Laserjet 3330 using an "USB print server"
available for my Laptop using ubuntu dapper drake. I have not yet
attached any printer to my laptop or the network. I think Ubuntu uses
cups as the printing system but it also loads some specialised hp
printing system upon startup.

how do i have to proceed?

Regards,
Johann
From: Unruh on
=?ISO-8859-15?Q?Johann_H=F6chtl?= <non.existent(a)nomail.no.mailx> writes:

>Hello!

>I would like to make a HP Laserjet 3330 using an "USB print server"
>available for my Laptop using ubuntu dapper drake. I have not yet
>attached any printer to my laptop or the network. I think Ubuntu uses
>cups as the printing system but it also loads some specialised hp
>printing system upon startup.

Available how? Do you want the printer plugged into your laptop? Is the
pritner connected to another computer on a network the laptop will be on?
Do you want to put stuff on CD and carry it to the printer?
Is the printer USB or does it have a network card in it?



>how do i have to proceed?

Install cups, plug in the printer, configure cups, and print.

The biggest problem is that cups does not recover from unplugging the
printer well. It finds out that the printer is no longer there, and then
premanantly disables it in the /etc/cups/printers.conf file, so that even
if it then plugged in again it is not recognized or even looked for.
Eitehr go into printers.conf and remove the "Status..." lines or reinstall
the printer.
From: SadOldGit on
Unruh wrote:
[snip]
> The biggest problem is that cups does not recover from unplugging the
> printer well. It finds out that the printer is no longer there, and then
> premanantly disables it in the /etc/cups/printers.conf file, so that even
> if it then plugged in again it is not recognized or even looked for.
> Eitehr go into printers.conf and remove the "Status..." lines or reinstall
> the printer.

Thanks, William

By chance you answered a problem that has been bugging me at work for
months.

At my work, every time they have to take the network down for whatever
reason, I end up reinstalling the printer - now I understand why.

For info:
FC3 2.6.12-2.3.legacy_FC3
Jet-Direct printing to a Ricoh printer/photocopier/scanner - don't have
the model number to hand.

Regards,
Steve
From: Unruh on
SadOldGit <sog(a)linux.bogus> writes:

>Unruh wrote:
>[snip]
>> The biggest problem is that cups does not recover from unplugging the
>> printer well. It finds out that the printer is no longer there, and then
>> premanantly disables it in the /etc/cups/printers.conf file, so that even
>> if it then plugged in again it is not recognized or even looked for.
>> Eitehr go into printers.conf and remove the "Status..." lines or reinstall
>> the printer.

>Thanks, William

>By chance you answered a problem that has been bugging me at work for
>months.

>At my work, every time they have to take the network down for whatever
>reason, I end up reinstalling the printer - now I understand why.

IF it is a directly connected printer then that is a problem. If it is a
printer which your system gets from another computer's broadcast, then it
is not the problem

If you go into /etc/cups/printers.conf, you will see a line in red,
StatusDescription or something and it will say that the printer is not
connected. Remove that line. Then the next line will say something like
Status offline
Change that to
Status idle.

and suddenly the printer works. At least mine does (it is a usb connected
printer). Why in the world the system does not check periodically for the
usb printer to be connected again, I have no idea. A long standing bug I
think.

(I had the same problem a few years ago).


>For info:
>FC3 2.6.12-2.3.legacy_FC3
>Jet-Direct printing to a Ricoh printer/photocopier/scanner - don't have
>the model number to hand.

>Regards,
>Steve
From: Johann Höchtl on
Unruh schrieb:
> =?ISO-8859-15?Q?Johann_H=F6chtl?= <non.existent(a)nomail.no.mailx> writes:
>
>> Hello!
>
>> I would like to make a HP Laserjet 3330 using an "USB print server"
>> available for my Laptop using ubuntu dapper drake. I have not yet
>> attached any printer to my laptop or the network. I think Ubuntu uses
>> cups as the printing system but it also loads some specialised hp
>> printing system upon startup.
>
> Available how? Do you want the printer plugged into your laptop? Is the
> pritner connected to another computer on a network the laptop will be on?
> Do you want to put stuff on CD and carry it to the printer?
> Is the printer USB or does it have a network card in it?
>
>
The printer is USB and i would like to make it available for me and
other users using an USB print server which connects to the network
using ethernet wire. So no, the printer will not be connected to a
computer acting as a dedicated print server (and thus will have no
centralized print queue)
>
>> how do i have to proceed?
>
> Install cups, plug in the printer, configure cups, and print.
>
> The biggest problem is that cups does not recover from unplugging the
> printer well. It finds out that the printer is no longer there, and then
> premanantly disables it in the /etc/cups/printers.conf file, so that even
> if it then plugged in again it is not recognized or even looked for.
> Eitehr go into printers.conf and remove the "Status..." lines or reinstall
> the printer.