Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HP Laser 107w printing fails - URF decoding fail, Error code: 11-1114 #615

Open
ash-69 opened this issue Jan 6, 2025 · 3 comments
Open

Comments

@ash-69
Copy link

ash-69 commented Jan 6, 2025

Impossible to print on Debian 12 to HP Laser 107w printer.
Printing job is waiting for couple of minutes and then its state is changed to shown below:
"No destination host name supplied by cups-browsed for printer "HP_Laser_107w_HPF439095AEED4_USB", is cups-browsed running?"
Both pdf text file printing are failed.
HP Laser 107w was installed as part of remedy but it didn't help and didn't change system's faulty behavior.

Below information is printed each time after printer power off/ power on sequence (after failed print attempt):
URF Error - [URF] decoding fail
POSITION: 0xc02c (49196)
SYSTEM: emul/URF/URF_dec
LINE: 356
VERSION: v11.73_190212
ERROR CODE: 11-1114

The problem is permanent and happened at each printing attempt.

  • OS: Linux server 6.1.0-28-amd64 Mismatching statements re. rastertopclm shell script #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux
  • Firefox 128.5.0esr (64-bit)
  • cups/stable,stable-security,now 2.4.2-3+deb12u8 amd64 [installed]
  • cups-filters/stable,stable-security,now 1.28.17-3+deb12u1 amd64 [installed,automatic]

Thank you

@tillkamppeter
Copy link
Member

Could you also tell which version of the cups-browsed package you are using?

Please stop cups-browsed for now:

sudo systemctl stop cups-browsed
sudo systemctl disable cups-browsed

Now run

lpstat -v

Is there a print queue listed with implicitclass:...? Remove this queue with

lpadmin -x QUEUE

replacing QUEUE by the actual queue name.
Run

lpstat -v

again. Is there still an entry corresponding to your printer? If so, can you print using this entry?
If not, let us try to create a new print queue:

First, find the URI of your printer, via

driverless

In the output, find an entry corresponding to your printer. Prefer the network entry if available (no USB contained in the URI).
Then create the queue via

lpadmin -p Laser107 -E -v URI -m everywhere

replacing URI by the URI you have found in the output of driverless.

Can you print on your new printer named Laser107 now?

@ash-69
Copy link
Author

ash-69 commented Jan 6, 2025

Thanks for response. No luck after above procedure is done:

~$ apt-cache policy cups-browsed 
cups-browsed:
  Installed: 1.28.17-3+deb12u1
  Candidate: 1.28.17-3+deb12u1
  Version table:
 *** 1.28.17-3+deb12u1 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages
        500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
        100 /var/lib/dpkg/status

~$ sudo systemctl stop cups-browsed

~$ sudo systemctl disable cups-browsed
Synchronizing state of cups-browsed.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable cups-browsed
Removed "/etc/systemd/system/multi-user.target.wants/cups-browsed.service".

~$ lpstat -v
device for HP_Laser_107w_HPF439095AEED4_USB: implicitclass://HP_Laser_107w_HPF439095AEED4_USB/

~$ sudo lpadmin -x HP_Laser_107w_HPF439095AEED4_USB

~$ lpstat -v
lpstat: No destinations added.

~$ driverless
ipp://HP%20Laser%20107w%20(HPF439095AEED4)%20(USB)._ipp._tcp.local/

~$ sudo lpadmin -p HP_Laser_107w -E -v "ipp://HP%20Laser%20107w%20(HPF439095AEED4)%20(USB)._ipp._tcp.local/" -m everywhere

Still no printing is possible.

From cups browser below is shown:
 	processing since
Mon 06 Jan 2025 08:50:44 PM +03 
"The printer is in use."

@ValdikSS
Copy link

ValdikSS commented Jan 7, 2025

Do you really have 107w?
107a announces itself via AirPrint/Mopria/IPP Everywhere, but does not support it: OpenPrinting/ipp-usb#51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants