Skip to content

Instantly share code, notes, and snippets.

@compleatang
Last active December 21, 2015 05:28
Show Gist options
  • Save compleatang/6256801 to your computer and use it in GitHub Desktop.
Save compleatang/6256801 to your computer and use it in GitHub Desktop.
Installing a Fujitsu ScanSnap S300 on Ubuntu
#!bash
sudo service saned stop
sudo mkdir -p /usr/share/sane/epjitsu/
sudo sed -i 's/RUN=no/RUN=yes/g' /etc/default/saned
sudo wget -O /usr/share/sane/epjitsu/300_0C00.nal http://dl.dropbox.com/u/1019527/300_0C00.nal
sudo service saned start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment