linux:fujitsuix500
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fujitsuix500 [2014/12/27 14:55] – created rlunaro | linux:fujitsuix500 [2014/12/27 14:55] (current) – removed rlunaro | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Fujitsu ScanSnap iX500 in linux ====== | ||
- | |||
- | |||
- | |||
- | Install git: | ||
- | |||
- | < | ||
- | # sudo apt-get install git | ||
- | # sudo apt-get install libusb-dev | ||
- | # sudo apt-get install libgtk-3-dev | ||
- | </ | ||
- | |||
- | Download the latest sources of sane: | ||
- | |||
- | < | ||
- | # mkdir sane | ||
- | # cd sane | ||
- | # mkdir frontend | ||
- | # mkdir backend | ||
- | # cd backend | ||
- | # git init | ||
- | # git clone git:// | ||
- | # cd ../frontend | ||
- | # git init | ||
- | # git clone git:// | ||
- | </ | ||
- | |||
- | Now, compile the backend: | ||
- | |||
- | < | ||
- | # cd backend/ | ||
- | # configure | ||
- | # make | ||
- | # sudo make check | ||
- | # sudo make install | ||
- | # cd frontend/ | ||
- | # configure | ||
- | # sudo make install | ||
- | </ | ||
- | |||
- | Before installing sane, remove the existing sane instalation (just in case): | ||
- | |||
- | < | ||
- | # sudo apt-get remove sane | ||
- | # sudo apt-get remove xsane | ||
- | </ | ||
- | |||
- | Install saned: | ||
- | |||
- | < | ||
- | # cd backend/ | ||
- | # sudo make install | ||
- | # cd frontend/ | ||
- | # sudo make install | ||
- | </ | ||
- | |||
- | Now, start saned (sane daemon). Edit the file ''/ | ||
- | |||
- | < | ||
- | # Set to yes to start saned | ||
- | RUN=yes | ||
- | |||
- | </ | ||
- | |||
- | And run the daemon: | ||
- | |||
- | < | ||
- | # sudo / | ||
- | </ | ||
- | |||
- | Unfortunately, | ||
- | |||
- | |||
- | |||
linux/fujitsuix500.1419692140.txt.gz · Last modified: 2022/12/02 21:02 (external edit)