[clug] MFP Printers

Andrew Janke a.janke at gmail.com
Mon Dec 29 00:44:07 MST 2014


Hi Neill,

On 29 December 2014 at 08:14, Neill Cox <neill at ace-hosting.com.au> wrote:
> I ended up going with the Fuji-Xerox (based on the criteria that it was the
> one Officeworks had in stock) and have been pleasantly surprised at how easy
> it's been to setup.
>
> Printing worked automagically, scan to email was 2 minutes to setup, scan to
> network is waiting on me getting a fileserver working.

Good to hear, here's a jumpstart (for Debian/Ubuntu).

Step 1 (hat tip to tridge):

   $ sudo apt-get install samba


Step 2:

Add this to /etc/samba/smb.conf

[fuji]
   comment = Fuji Scan Dump
   path = /tmp
   guest ok = no
   read only = no
   browseable = yes
   valid users = fuji
   create mask = 0664
   force create mode = 0664

Note that I put all scans in /tmp, they then all disappear upon reboot
if not copied somewhere useful. I like this side-effect.


Step 3:

Add a password

   $ sudo smbpasswd -a fuji
   <fnarkle-blark>


Then fiddle in the fuji config setup, or more easily figure out its IP
and do it via the web interface that appears on its IP.


a


More information about the linux mailing list