85-hplj10xx.rules
Posts: 1
There seems to be a problem with the newest version of 85-hplj10xx.rules in /etc/udev/rules.d in ver. 6.5.02
"SUBSYSTEMS" should be "SUBSYSTEM" on all four lines. I think I'm right because it fixed some udevd errors I recently started to see on boot.
#Own udev rule for HP Laserjet 1000
KERNEL=="lp*", SUBSYSTEMS=="usb", SYSFS{idVendor}=="03f0", SYSFS{product}=="hp LaserJet 1000", SYMLINK+="hplj1000", RUN+="/usr/bin/hplj1000"
#Own udev rule for HP Laserjet 1005
KERNEL=="lp*", SUBSYSTEMS=="usb", SYSFS{idVendor}=="03f0", SYSFS{product}=="hp LaserJet 1005 series", SYMLINK+="hplj1005", RUN+="/usr/bin/hplj1005"
#Own udev rule for HP Laserjet 1018
KERNEL=="lp*", SUBSYSTEMS=="usb", SYSFS{idVendor}=="03f0", SYSFS{product}=="HP LaserJet 1018", SYMLINK+="hplj1018", RUN+="/usr/bin/hplj1018"
#Own udev rule for HP Laserjet 1020
KERNEL=="lp*", SUBSYSTEMS=="usb", SYSFS{idVendor}=="03f0", SYSFS{product}=="HP LaserJet 1020", SYMLINK+="hplj1020", RUN+="/usr/bin/hplj1020"