Package Details: foo2zjs-nightly 20201127-1

Git Clone URL: https://aur.archlinux.org/foo2zjs-nightly.git (read-only, click to copy)
Package Base: foo2zjs-nightly
Description: foo2zjs Printer Drivers (automatically updated). Includes also foo2hp, foo2hbpl, foo2oak, foo2xqx, foo2qpdl, foo2slx, foo2hiperc and foo2lava drivers.
Upstream URL: http://foo2zjs.linkevich.net/
Licenses: GPL, custom
Conflicts: foo2zjs
Provides: foo2zjs
Replaces: foo2zjs
Submitter: intelfx
Maintainer: fermino
Last Packager: fermino
Votes: 53
Popularity: 0.38
First Submitted: 2016-11-12 03:35 (UTC)
Last Updated: 2024-11-14 18:38 (UTC)

Dependencies (8)

Required by (0)

Sources (37)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 Next › Last »

intelfx commented on 2016-11-02 23:16 (UTC)

@bitsfritz: please try the latest pkgrel.

bitsfritz commented on 2016-11-02 13:39 (UTC)

@intelfix: output from udevadm, active path # udevadm info '/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3' P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3 N: bus/usb/001/018 E: BUSNUM=001 E: DEVNAME=/dev/bus/usb/001/018 E: DEVNUM=018 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=hp_LaserJet_1000 E: ID_MODEL_ENC=hp\x20LaserJet\x201000 E: ID_MODEL_FROM_DATABASE=LaserJet 1000 E: ID_MODEL_ID=0517 E: ID_REVISION=0120 E: ID_SERIAL=Hewlett-Packard_hp_LaserJet_1000 E: ID_USB_INTERFACES=:070102: E: ID_VENDOR=Hewlett-Packard E: ID_VENDOR_ENC=Hewlett-Packard E: ID_VENDOR_FROM_DATABASE=Hewlett-Packard E: ID_VENDOR_ID=03f0 E: MAJOR=189 E: MINOR=17 E: PRODUCT=3f0/517/120 E: SUBSYSTEM=usb E: SYSTEMD_WANTS=printer.target E: TAGS=:systemd: E: TYPE=0/0/0 E: USEC_INITIALIZED=16957979998

dront78 commented on 2016-11-02 12:29 (UTC)

sure it is. that's why Microsoft drivers use a full device path ;)

intelfx commented on 2016-11-02 11:34 (UTC)

@dront78: This won't work. There can be more than one identical printer connected to a machine.

dront78 commented on 2016-11-02 11:28 (UTC)

you can always use USB vendor and device ids to detect the hardware

intelfx commented on 2016-11-02 10:33 (UTC)

@bitsfritz: Hm, looks like some printers do not have serial numbers. I need to think how to handle this. Any chance you could run `udevadm info /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3` (substituting that path with the correct one at the time you run the command)?

intelfx commented on 2016-11-02 10:30 (UTC)

@denixx: So you have printer-specific drivers installed on both print server and client? As far as I know, this won't work. Either install the "Generic PDF Printer" driver on your PC or install the "Raw Queue" driver on your print server.

bitsfritz commented on 2016-11-01 15:14 (UTC) (edited on 2016-11-01 15:23 (UTC) by bitsfritz)

Hi, cannot connect my laserjet 1000. lsusb Bus 001 Device 004: ID 03f0:0517 Hewlett-Packard LaserJet 1000 ~]$ find '/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3' -type f -name idProduct -print0 | xargs -0 grep -H 0517 /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/idProduct:0517 journalctl -b .. Nov 01 14:08:35 dumbledore foo2zjs-loadfw[713]: Downloading firmware for printer model '1000' serial '' at devpath '/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3' Nov 01 14:08:35 dumbledore foo2zjs-loadfw[713]: Serial number is empty -- borked udev configuration? Nov 01 14:08:35 dumbledore systemd[1]: foo2zjs-loadfw@sys-devices-pci0000:00-0000:00:1a.7-usb1-1\x2d5-1\x2d5.3.service: Main process exited, code=exited, status=1/FAILURE Nov 01 14:08:35 dumbledore systemd[1]: Failed to start Load HP ZJS/XQX printer firmware for /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3. Nov 01 14:08:35 dumbledore systemd[1]: foo2zjs-loadfw@sys-devices-pci0000:00-0000:00:1a.7-usb1-1\x2d5-1\x2d5.3.service: Unit entered failed state. Nov 01 14:08:35 dumbledore systemd[1]: foo2zjs-loadfw@sys-devices-pci0000:00-0000:00:1a.7-usb1-1\x2d5-1\x2d5.3.service: Failed with result 'exit-code'. .. no clue how to debug this, or how to manipulate paths to get further pushing the firmware..

denixx commented on 2016-11-01 11:42 (UTC) (edited on 2016-11-01 11:43 (UTC) by denixx)

@intelfx Hi! installed this package, but HP LaserJet P1005 says "Can't detect file type" even for test page. Tried printing from LibreOffice - all the same. I'm using network printer connected to Raspberry Pi, and when I'm starting print test page from a Raspberry - it is printed. When I'm printing from my PC - "Can't detect file type", on Raspberry's CUPS UI it say "Filter failed". On Raspberry it's: CUPS 1.7.5, HP LaserJet p1005, hpcups 3.16.2 (shared to network) On my PC: CUPS 2.0.1, HP LaserJet P1005 Foomatic/foo2xqx (via ipps on Raspberry) Is it compatible, or should I install hplip to my PC instead of trying foo2zjs? Thanks!

intelfx commented on 2016-10-23 00:02 (UTC)

@petres: Package bumped. I've completely rewritten printer firmware loading; please report if anything doesn't work (relevant for HP LaserJet printers).