Bug 235080
| Summary: | cups/hal hotpluggin printer does not work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jussi Eloranta <eloranta> |
| Component: | cups | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | dwlegg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-16 10:40:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jussi Eloranta
2007-04-03 18:16:34 UTC
Do you still see this? If so, what does 'rpm -q hal-cups-utils' say? My Dad still gets this problem with his FC6 and a USB Epson C46 printer. 'rpm -q hal-cups-utils' gives:- hal-cups-utils-0.6.9-1.fc6 What does 'lpstat -s' say? If you disconnect the printer, remove the queue, then connect the printer again, do you see the same symptoms? The indicated version of hal-cups-utils now avoids using the HAL CUPS backend when it can. With Fedora 8 (up to date with yum) plugging in a new USB printer does not work. I have the following version of hal/cups package: hal-cups-utils-0.6.13-2.fc8. When I go to (graphical) printer configuration, I can see that HAL added the following device for the printer: hp:/usb/Deskjet_5400_series?serial=TH6321522R04K8 Printing test page (or anything else) fails. If I change the device URI to: usb://HP/Deskjet%205400%20series?serial=TH6321522R04K8 the printer starts working immediately. (This was one of the choices in change device list) So %20 (hex?) is ascii for space and HAL used underscore _ there. That's the only difference I can see... I haven't tried rebooting and seeing if everything still work. oh - and of course - hp -> usb Just checked. Not an issue with space & underscore. What does 'rpm -q udev' say? If you have 116, try the test update: https://bugzilla.redhat.com/show_bug.cgi?id=424331#c41 Yes, this solved my problem. Thanks! |