@bitsfritz (commented on 2018-06-09 21:19): I confirm. I get this too. A workaround for those having only one printer is to replace line 40 of /usr/bin/foo2zjs-loadfw, currently
MODEL="$FOO2ZJS_FW_MODEL"
with
MODEL=(replace this parenthesis with the model as /usr/lib/udev/rules/71-hplj10xx.rules records it in ENV{FOO2ZJS_FW_MODEL}.)
Can some one explain, real slow, why the systemd unit is required in the first place? Why not use a udev RUN command? In addition, I don't understand how this setup is supposed to deal with the case that one repeatedly turns his printer on and off while the PC is running. As far as I can tell, it won't run again the systemd unit, which makes the printer uninitialized.
Pinned Comments