According to the documentation, I am supposed to add this line to /etc/devfs.rules
add path 'usb/X.Y.Z' mode 0660 group cups
But:
Note that X, Y, and Z should be replaced with the target USB device listed in the /dev/usb directory that corresponds to the printer.To find the correct device, examine the output of dmesg(8), where ugenX.Y lists the printer device, which is a symbolic link to a USB device in /dev/usb.
This note is not clear to me. Using dmesg I get:
ugen3.2: <Hewlett-Packard hp LaserJet 3015> at usbus3
ulpt0: <Hewlett-Packard hp LaserJet 3015, class 0/0, rev 1.10/1.00, addr 2> on usbus3
Using that, how do I replace 'usb/X.Y.Z' in /ect/devfs.rules files? What is "X" ? What is "Y" ? What is "Z" ?
Here is the documentation that I am trying to use:
add path 'usb/X.Y.Z' mode 0660 group cups
But:
Note that X, Y, and Z should be replaced with the target USB device listed in the /dev/usb directory that corresponds to the printer.To find the correct device, examine the output of dmesg(8), where ugenX.Y lists the printer device, which is a symbolic link to a USB device in /dev/usb.
This note is not clear to me. Using dmesg I get:
ugen3.2: <Hewlett-Packard hp LaserJet 3015> at usbus3
ulpt0: <Hewlett-Packard hp LaserJet 3015, class 0/0, rev 1.10/1.00, addr 2> on usbus3
Using that, how do I replace 'usb/X.Y.Z' in /ect/devfs.rules files? What is "X" ? What is "Y" ? What is "Z" ?
Here is the documentation that I am trying to use: