Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 14:00:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245128] print/foo2zjs HBPLv1 printers Dell 1660w Not Printing foo2gbpl1-wrapper: Unimplemented paper code 1
Message-ID:  <bug-245128-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245128

            Bug ID: 245128
           Summary: print/foo2zjs HBPLv1 printers Dell 1660w Not Printing
                    foo2gbpl1-wrapper: Unimplemented paper code 1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: richard.shine@gmail.com

Created attachment 212792
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212792&action=
=3Dedit
Diff file showing file changes to solve bug.

When trying to print to a Dell C1660w using the HBBPLv1 printer driver supp=
ort,
CUPS fails to render and print.

Looking at /var/log/cups/error_log reason for this seems to be the followin=
g:
foo2hbpl1-wrapper: Unimplemented paper code 1.

The original package that has been used to port this to FreeBSD cannot be f=
ound
however, I have fixed this on https://github.com/mikerr/foo2zjs/pull/2 or I
have created a fix on my github page
https://github.com/Shinbar/foo2zjs/tree/shinbar/dev2020/papersize .

The problem is in the foo2hbpl1-wrapper.in where a for a particular case
statement paper sizes are passed as parameter numbered codes and the case
statement is expecting paper sizes to be passed as strings. e.g. A4

I have successfully used
https://github.com/Shinbar/foo2zjs/tree/shinbar/dev2020/papersize version, =
and
compiled using gmake on FreeBSD to successfully print from FreeBSD to my De=
ll
1660w printer.

Attached are the changes to the offending file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245128-7788>