Changes between Version 5 and Version 6 of SamsungML1750


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SamsungML1750

    v5 v6  
    33The Linux drivers still [http://www.openprinting.org/printer/Samsung/Samsung-ML-1750 work like a sharm], yet on Windows on every new release it becomes more and more a struggle to keep the printer running. In order to keep it running under Windows 10 x64 it is a challenge.
    44
     5[[TOC]]
     6
     7== FreeBSD Jail
     8file:/etc/devfs.rules @ host
     9{{{
     10...
     11[devfsrules_jail=4]
     12add include $devfsrules_hide_all
     13add include $devfsrules_unhide_basic
     14add include $devfsrules_unhide_login
     15add path zfs unhide
     16
     17add path 'unlpt*' unhide mode 0660 group 193
     18add path 'ulpt*' unhide mode 0660 group 193
     19add path 'lpt*' unhide mode 0660 group 193
     20add path 'usb' unhide mode 0755 group 193
     21add path 'ugen0.6' unhide mode 0660 group 193
     22add path 'usb/0.6.0' unhide mode 0660 group 193
     23add path 'usbctl' unhide mode 0660 group 193
     24}}}
     25
     26jail# pkg install cups splix cups-filters
     27
     28
     29file:/etc/rc.conf @ jail
     30{{{
     31cupsd_enable="YES"
     32avahi_daemon_enable="YES"
     33dbus_enable="YES"
     34}}}
    535== Windows 10 (x64) instalation
    636