Easy driver installation for Fujitsu SnapScan S1300, S1300i, S1100, S300 and S300M scanners in an linux system. At the moment only debian-based distributions are supported.
!!! Please do not use. It is not fully tested !!!
Before installation please ensure that the scanner is connected and switched on. No matter which method you use, you must restart the computer at the end before you can use the scanner.
git clone https://github.com/bjoern-vh/scansnap-linux
cd scansnap-linux
sudo ./install.sh
Missing files are automatically loaded during the installation process.
wget -q https://raw.githubusercontent.com/bjoern-vh/scansnap-linux/main/install.sh
# or
curl --silent --output install.sh https://raw.githubusercontent.com/bjoern-vh/scansnap-linux/main/install.sh
chmod +x install.sh
sudo ./install.sh
Download install.sh script manually to your computer and run it as root user. Missing files are automatically loaded during the installation process.