- Add information on USB printers
Submitted by: claudiu vasadi <claudiu.vasadi@gmail.com> Patch by: Glen Barber <glen.j.barber@gmail.com>
This commit is contained in:
parent
8f9aabc4c1
commit
1bd56ee567
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36335
1 changed files with 15 additions and 1 deletions
|
@ -95,7 +95,21 @@
|
|||
<programlisting>[system=10]
|
||||
add path 'unlpt*' mode 0660 group cups
|
||||
add path 'ulpt*' mode 0660 group cups
|
||||
add path 'lpt*' mode 0660 group cups</programlisting>
|
||||
add path 'lpt*' mode 0660 group cups
|
||||
add path 'usb/<replaceable>X</replaceable>.<replaceable>Y</replaceable>.<replaceable>Z</replaceable>' mode 0660 group cups</programlisting>
|
||||
|
||||
<note>
|
||||
<para>Note that <replaceable>X</replaceable>,
|
||||
<replaceable>Y</replaceable>, and <replaceable>Z</replaceable>
|
||||
should be replaced with the target USB device listed in the
|
||||
<filename class="directory">/dev/usb</filename> directory that
|
||||
corresponds to the printer. To find the correct device, examine
|
||||
the output of &man.dmesg.8;, where
|
||||
<filename>ugen<replaceable>X</replaceable>.<replaceable>Y</replaceable></filename>
|
||||
lists the printer device, which is a symbolic link to a USB
|
||||
device in <filename
|
||||
class="directory">/dev/usb</filename>.</para>
|
||||
</note>
|
||||
|
||||
<para>Next, add two lines to <filename>/etc/rc.conf</filename> as
|
||||
follows:</para>
|
||||
|
|
Loading…
Reference in a new issue