Bug 338605 - printer is “paused” after re-pluged in
Summary: printer is “paused” after re-pluged in
Status: RESOLVED DUPLICATE of bug 337794
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Printing (show other bugs)
Version: Final
Hardware: i386 openSUSE 10.3
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Johannes Meixner
QA Contact: Johannes Meixner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 11:28 UTC by Pascal Hauck
Modified: 2007-11-06 10:15 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Hauck 2007-11-02 11:28:47 UTC
Hi,

sometimes I connect my printer to my computer, sometimes to the network.
After I re-connected it to my own PC, the printer is “paused” and I have to start it again (with the need of root rights). This is very annoying and if I hadn’t have a root account, I wouldn’t know how to get my printer working again.


Greetings
Comment 1 Johannes Meixner 2007-11-06 10:15:18 UTC
See
http://en.opensuse.org/SDB:CUPS_in_a_Nutshell
"The Backends"

See the "by the way" section at:
https://bugzilla.novell.com/show_bug.cgi?id=337665#c8

Since openSUSE 10.3 we have the new RPM "cups-autoconfig"
which contains a utility for auto-configuring USB printers
which is triggered by udev/HAL device events.
It can also disable/enable print queues when udev/HAL signals
appear that a USB printer is disconnected/connected.
Its /etc/cups-autoconfig.conf contains by default:
--------------------------------------------------------------
[CUPS]
ConfigureNewPrinters=yes
DisablePrintersOnRemoval=yes
DefaultCUPSPolicy=relaxed
Debug=yes
--------------------------------------------------------------
It is triggered via
/usr/share/hal/fdi/policy/10osvendor/10-cups-autoconfig.fdi
which runs /usr/lib/cups-autoconfig/cups-autoconfig
which does the actual stuff, see
/usr/lib/cups-autoconfig/cups-autoconfig --help
Debugging output is in /var/log/cups-autoconfig.log
Perhaps cups-autoconfig might help you if it is
an USB printer (it won't help for the network).


*** This bug has been marked as a duplicate of bug 337794 ***