Bug 236720 - Avoid using the hal backend whenever possible
Summary: Avoid using the hal backend whenever possible
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: hal-cups-utils
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL: http://fcp.surfsite.org/modules/newbb...
Whiteboard:
Depends On:
Blocks: FC6Update
TreeView+ depends on / blocked
 
Reported: 2007-04-17 11:28 UTC by David W. Legg
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version: 0.6.9-1.fc6
Clone Of:
Environment:
Last Closed: 2007-05-22 08:06:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David W. Legg 2007-04-17 11:28:34 UTC
Description of problem:
Epson Printer Tools used to work for FC3, FC4 and FC5, but is broken in latest,
fully updated FC6. Error message: unsupported connection type: hal.

The URL points to a discussion of a work-around - see the comment by a guy
called Peter Gordon.

Not sure I have chosen the correct component (above).

Version-Release number of selected component (if applicable):


How reproducible:
Every time.

Steps to Reproduce:
1. Enter Control Center
2. Choose Peripherals->Printers
3. Select Epson C46 printer queue.
4. Right-mouse and choose Epson Printer Tools menu.
5. Choose check ink level or whatever
6. Should then display ink levels for printer cartridges
  
Actual results:
Error message: unsupported connection type: hal

Expected results:
Should then display ink levels for printer cartridges.

Additional info:

Comment 1 Tim Waugh 2007-04-17 12:15:03 UTC
Yes, there are a variety of reasons that using the HAL backend is undesirable.

Comment 2 David W. Legg 2007-04-17 12:21:32 UTC
What would be a good, future-proof, work-around?
Or does the HAL backend just need fixing?

Comment 3 Tim Waugh 2007-04-17 12:51:13 UTC
For the ink-level issue, it needs to be done using a central mechanism in CUPS,
something like the COMMAND interface.  In fact, gutenprint-cups provides a
COMMAND file for fetching ink levels, but I haven't managed to get it working yet.

For the HAL backend problems, there are several things to fix, not limited to:

1. hal-cups-utils should just avoid using the HAL backend if it can work out
which other backend should be used.  It already does this for the hp backend,
but needs to also do it for USB devices.

2. I don't think we will get away with avoiding HAL for all devices, so we need
to fix it up for those devices that will need to use it.  This involves making
sure that we actually retry if we don't see the device there, and managing
printer-state-reasons properly etc.


Comment 4 David W. Legg 2007-04-17 14:46:15 UTC
Would it be possible to use the escputil prog in gimp-print-utils, or has that
become incompatible?

Comment 5 Tim Waugh 2007-04-17 14:57:30 UTC
That's what the gutenprint-cups COMMAND driver is based on as far as I can see
from the code.  But status readback doesn't seem to work from within the CUPS
USB backend, and that's the problem.

It's no good having loads of separate tools for this; it needs to be integrated
into a central mechanism.


Comment 6 David W. Legg 2007-04-17 16:11:19 UTC
Would creating a new queue that refers simply to the actual device node
(probably  /dev/usb/lp0) be a likely work-around?

My user is happily using FC6 with everything up to date and working except this.
Overall, FC6 has been quite impressive :)  It would be good press to be able to
provide him with an easy work-around.

Comment 7 Tim Waugh 2007-04-17 16:51:03 UTC
Yes and no -- the USB backend forbids URIs that name a device node, and although
a file: URI will work you'll need to enable file: URIs first ('FileDevice yes').

Comment 8 David W. Legg 2007-04-20 20:19:45 UTC
Here's a work-around for those who are awaiting a fix for this:

Add this to your /etc/rc.local file or to a cron job file:
chmod o+rw /dev/usb/lp*
The above will allow normal users to do the commands below.

Use the following commands to do things to your Epson printer.
escputil -r /dev/usb/lp0 -i
will interrogate ink levels
escputil -r /dev/usb/lp0 -c
will clean your print head.
Note that this assumes your printer device is /dev/usb/lp0.

For KDE users, setting up an icon with this command in it is neat:
kdialog --title "Epson Ink Levels" --msgbox "$(escputil -r /dev/usb/lp0 -i)"

A bit bodgy, but better than being stuck :)

Incidentally the GUI would not allow me to do what it says in Comment #7 above.

Comment 9 Tim Waugh 2007-05-03 09:06:01 UTC
Current hal-cups-utils package from updates-testing (0.6.8-1.fc6) now uses the
usb: backend when it can.

Comment 10 Fedora Update System 2007-05-21 22:43:11 UTC
Fix in update: hal-cups-utils-0.6.9-1.fc6


Note You need to log in before you can comment on or make changes to this bug.