openSUSE Forums > Archives > Novell Archives » If I print without the printer switched on...

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-May-2006, 14:28
-G-
Guest
 
Posts: n/a
Default If I print without the printer switched on...

Hi
I use suse 10.0 with CUPS and a HP Laserjet 1010 usb (which I had to setup
as 1012 because there is no option in Yast).
Everything seems to work fine, but if I send from Openoffice or another
program a document to print and the printer was not switched on (yes, I
forget things sometimes :-/ ) then I cannot print anymore (I mean after
switching on, of course!).

I then need to use Yast and uninstall, reinstall the printer it and
everything works again.

I wonder if there is a simpler way to make the printer work without having
to uninstall/install when I do this sort of blunder. I wondered if there is
a printer queue stopping/reset command or similar).

Many thanks

-G-

  #2 (permalink)  
Old 15-May-2006, 16:36
Birger
Guest
 
Posts: n/a
Default Re: If I print without the printer switched on...

-G- wrote:
> Hi
> I use suse 10.0 with CUPS and a HP Laserjet 1010 usb (which I had to setup
> as 1012 because there is no option in Yast).
> Everything seems to work fine, but if I send from Openoffice or another
> program a document to print and the printer was not switched on (yes, I
> forget things sometimes :-/ ) then I cannot print anymore (I mean after
> switching on, of course!).
>
> I then need to use Yast and uninstall, reinstall the printer it and
> everything works again.
>
> I wonder if there is a simpler way to make the printer work without having
> to uninstall/install when I do this sort of blunder. I wondered if there is
> a printer queue stopping/reset command or similar).
>
> Many thanks
>
> -G-
>


Before I turn off my printer I stop it using the cups web-interface
which is for me <http://cups:631/printers/stylusphotor300> , since I
have a cups server named cups, and a printer called stylusphotor300.
If you have localhost as your cups server, just open

http://localhost:631/printers in your browser, and click on
"Stop Printer"

Printing is still enabled, and jobs will be queued, so next time you get
your HP online, you can click on start printer and it will print all
jobs in the queue.

If you have problems with login as admin, use lppasswd -a to add users,
or edit /etc/cups/cupsd.conf (the <Location /admin> section) so
you allow everyone from localhost if that is ok.

I have:
<Location /admin>

## Restrict access to local domain
Order Deny,Allow
Allow From localhost
Allow From norsborg.local
</Location>

That is ok for me, since my network is local to my home, and only my
family and guests with laptops can connect to my local net.

/birger
  #3 (permalink)  
Old 15-May-2006, 16:49
Birger
Guest
 
Posts: n/a
Default Re: If I print without the printer switched on...

Birger wrote:

>
> If you have problems with login as admin, use lppasswd -a to add users,
> or edit /etc/cups/cupsd.conf (the <Location /admin> section) so
> you allow everyone from localhost if that is ok.


Sorry, the default cupsd.conf have
AuthType BasicDigest
AuthClass Group
AuthGroupName sys

so you must add lpusers with the group sys

#lppasswd -g sys -a <lpuser>

/birger
  #4 (permalink)  
Old 16-May-2006, 03:35
G.L.
Guest
 
Posts: n/a
Default Re: If I print without the printer switched on...

Dear /birger,

Many thanks, this info is what I was looking for.
Cheers,

-G-

 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2