Please use this page for latest and up-to-date information.
The following is a quick and dirty way to get my Scansnap S1300 working on Ubuntu, Xubuntu, or Elementary OS. (This could possibly work on other Debian based linux too.)
-
Download firmware:
git clone https://github.com/ckunte/scansnap-firmware.git
-
Run the following commands in a Terminal
sudo mkdir -p /usr/share/sane/epjitsu sudo cp ~/Downloads/scansnap-firmware/* /usr/share/sane/epjitsu/. sudo cpan upgrade sane sudo apt-get install libsane-dev
-
Logout, and then re-login. Try Simple Scan, and the scanner should work.
- Prepare System
sudo su
#install needed software
pacman -S sane
#optional
#pacman -S xsane
#pacman -S simple-scan
#add usb device to know sane configuration
echo “usb 0x04c5 0x1155” >> /etc/sane.d/fujitsu.conf
exit
- Download firmware
sudo su
cd /usr/share/sane/epjitsu/
wget https://github.com/ckunte/scansnap-firmware/raw/master/1300i_0D12.nal
exit
- Use it
Try Simple Scan, and the scanner should work. Read '/etc/sane.d/epjitsu.conf', if needed.