Changes between Version 6 and Version 7 of SamsungML1750


Ignore:
Timestamp:
01/23/18 13:50:21 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SamsungML1750

    v6 v7  
    55[[TOC]]
    66
    7 == FreeBSD Jail
    8 file:/etc/devfs.rules @ host
     7== FreeBSD CUPS Server within jail
     8
     9My printer is connected via usb which is exposed via devfs.rules(5) to the jail.
     10
     11Note: usb descriptors are be named or numbers differently per instance, printer or configuration. Sample of mine setup:
     12
     13host# dmesg
     14{{{
     15ugen0.6: <Samsung Electronics Co., Ltd. Samsung ML-1750 Series> at usbus0
     16ulpt0 on uhub5
     17ulpt0: <Samsung Electronics Co., Ltd. Samsung ML-1750 Series, class 0/0, rev 2.00/1.00, addr 6> on usbus0
     18ulpt0: using bi-directional mode
     19}}}
     20
     21=== Host
     22file:/etc/devfs.rules
    923{{{
    1024...
     
    2438}}}
    2539
     40host# service devfs restart && service jail restart
     41
     42=== Jail
    2643jail# pkg install cups splix cups-filters
    2744
    28 
    29 file:/etc/rc.conf @ jail
     45file:/etc/rc.conf
    3046{{{
     47...
    3148cupsd_enable="YES"
    3249avahi_daemon_enable="YES"