Hi,
Thank you for your time, I appreciate it.
A did test the package and found 2 remaining errors:
1. File /etc/udev/rules.d/11-hplj10xx.rules still contains 4
references to hplj1000 instead of references to hplj1000, hplj1005,
hplj1018 and hplj1020. The correct content of this file should be:
#Own udev rule for HP Laserjet 1000
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0",
SYSFS{product}=="hp LaserJet 1000", NAME="usb/%k",
SYMLINK="hplj1000%e", MODE="0666", RUN+="/usr/bin/hplj1000"
#Own udev rule for HP Laserjet 1005
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0",
SYSFS{product}=="hp LaserJet 1005 series", NAME="usb/%k",
SYMLINK="hplj1005%e", MODE="0666", RUN+="/usr/bin/hplj1005"
#Own udev rule for HP Laserjet 1018
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0",
SYSFS{product}=="HP LaserJet 1018", NAME="usb/%k",
SYMLINK="hplj1018%e", MODE="0666", RUN+="/usr/bin/hplj1018"
#Own udev rule for HP Laserjet 1020
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0",
SYSFS{product}=="HP LaserJet 1020", NAME="usb/%k",
SYMLINK="hplj1020%e", MODE="0666", RUN+="/usr/bin/hplj1020"
2. The script /usr/bin/hplj1000 has incorrect location of program
usb_printerid. foo2zjs ships usb_printerid at location /usr/bin but
the script /usr/bin/hplj1000 looks for this file in /bin. Here is the
snippet of this file:
.
#
# Program used to determine USB id information
#
USBID=/bin/usb_printerid
.
Instead, it should be:
#
# Program used to determine USB id information
#
USBID=/usr/bin/usb_printerid
This second bug is unrelated to my original bug report but it is
present both in the foo2zjs-20060625dfsg-2 and foo2zjs-20060625dfsg-3
and it renders the script /usr/bin/hplj1000 unusable.
With this 2 corrections, the package works as expected.
Best regards,
Physeter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]