Bug 188985
| Summary: | hp-sendfax cannot fax to network printer | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bernard Johnson <bjohnson> | ||||||
| Component: | hplip | Assignee: | Tim Waugh <twaugh> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | |||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-05-31 23:57:02 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: | |||||||||
| Bug Depends On: | 191444 | ||||||||
| Bug Blocks: | 150223 | ||||||||
| Attachments: |
|
||||||||
|
Description
Bernard Johnson
2006-04-14 08:05:28 UTC
Created attachment 127812 [details]
return channel id in device.cpp
I'm beginning to think that this could not have ever worked for anyone.
Attached is a patch to get past the "Unknown internal error". It appears that
the communication protocol between device.py and device.cpp (hpiod) is broken.
Once I apply this patch, I get further - to the point that my fax is detected
in the idle state and needs to go to ready state (long debug log not attached
at this time). Unfortunately, it then fails with this error:
sendfax [ERROR]: Could not get into active state!
sendfax [ERROR]: D/L error state=2
sendfax [ERROR]: Fax send error.
sendfax [ERROR]: Error, aborting.
Created attachment 127822 [details]
return channel id in device.cpp
fixed typo
From the upstream discussion (thanks) it looks like we should hold off applying this patch for the moment. Definately - it seems my patch does nothing more than cover up the error. Seems hplip is using the wrong port. The hplip guys are on it. http://www.mail-archive.com/hplip-devel@lists.sourceforge.net/msg00031.html Tim, I downloaded the just released hplip-0.9.11, built, and tested it. The fax capability seems to work just fine in this release. I just tested your hplip-0.9.11-1.1 from updates-testing. Everything in hplip looks good, however, the port changed required to fix the bug has caused selinux to complain. What AVC message do you see? bugzilla #191444 Tested with hplip-0.9.11-1.2. Working fine. |