Fujitsu ScanSnap in Linux

tux.jpg

There was a discussion recently on Twitter over whether the ScanSnap was supported in Linux.

Out of the box, none of the models come with Linux drivers – the S510 and S300 come with Windows software, and the S510 and S300M come with Mac OSX software.

However, there is a project called SANE – Scanner Access Now Easy that’s goal is to enable as many scanners as possible in Linux.

This post by Mark J Cox outlines how he got the S510 to work in RedHat Enterprise Linux.

# echo “usb 0x04c5 0×1155″ >> /etc/sane.d/fujitsu.conf

Then you can use any scanning front-end, or from the command line say you wanted to scan at 150dpi colour, double-sided, then use “scanimage -L” to figure out where your scanner is, and replace the 005:004 below with the location:

# scanadf –device fujitsu:libusb:005:004 –source “ADF Duplex” –mode Color -v –resolution 150 –y-resolution 150

Mark’s post is from September 2007 and from looking at the SANE documentation, it looks like both the S510 and S300 are on the list of supported devices, so it may actually be that Mark’s hack is no longer required as long as you have the latest sane-backend (at least 1.0.19).

Do you have the ScanSnap working in Linux or any other *nix flavor? Let us know in the comments how it’s working for you and how easy it is to do.



Need Some Help Going Paperless?

How about three ways to help unclutter and de-stress by turning piles of paper into an organized electronic system?

First Name:
Email:*

Related posts:

  1. Fujitsu ScanSnap on Windows 7 – Your Experiences?
  2. Windows 7 Update For Fujitsu ScanSnap S510 and S500 Is Now Available
  3. How To Create Searchable PDFs With The ScanSnap S300M

Tags: , ,

16 Responses to “Fujitsu ScanSnap in Linux”

  1. cycloon 09. Dec, 2008 at 4:50 am #

    Just plugged mine into my Ubuntu box. Started xsane. Scanned. To do nice document scanning, gscan2pdf seems to be a nice solution. (Just install it from repository on Ubuntu)

  2. Brooks 09. Dec, 2008 at 5:22 am #

    Cool, thanks for your feedback cycloon!

  3. racerx90 19. Apr, 2009 at 10:48 am #

    SANE works just fine with those scanners now – they're now under their supported scanner list.

    For the S300/S300M scanners, you need to use the PC-based firmware file (300_0C00.nal) from the Windows device drivers (c:\windows\ssdriver\s300 directory). Once you get that file, you need to edit the epjitsu.conf configuration file to where you placed it or you can just put it in the default location specified in the config file.

    I tried the the S300M firmware file from the MAC driver, but I couldn't get it working so I recommend just using the S300 firmware file even if you have an S300M (it seems to be compatible.)

    You might also have to put a PCI DevID entry in for the S300M (as I seem to remember that's not in their by default) if you're using that scanner – which is 0x117F (Fujitsu VenID 0x04c5.)

  4. Richard 30. Apr, 2009 at 4:50 am #

    The S300 doesn't work with the fujitsu driver – apparently it's different than the other fujitsu scanners. For the S300 you need to use the epjitsu backend.

    • BrooksD 30. Apr, 2009 at 5:18 am #

      Thanks a lot for letting us know about the S300 Richard. I appreciate it.

  5. kitno455 19. May, 2009 at 5:06 pm #

    sane-backends 1.0.20 was recently released. It features significantly updated drivers for both fujitsu and epjitsu. Its a highly recommended upgrade.

  6. Richard 19. May, 2009 at 6:49 pm #

    I'm actually re-writing a good portion of the epjitsu driver now. I previously re-wrote the calibration routines to get better color balance and even lighting, but these new routines only work with the S300. Now I'm refactoring the whole driver so that the FI-60F can also be supported. Hopefully this will be included in the next sane release.

  7. tjcarter 19. May, 2009 at 8:42 pm #

    Has anyone looked at the S1500/M under Linux yet?

    • kitno455 20. May, 2009 at 8:33 am #

      I've had no reports of it.

      • alanthompson 15. Oct, 2009 at 6:18 pm #

        I got it running this evening after installing 1.20 under Jaunty. I had to use an "untrusted" repository, but it works great!! Thanks!!!

    • alanthompson 15. Oct, 2009 at 4:03 pm #

      I just tried it under Ubuntu (sane-fujitsu 1.0.21) and it wasn't recognized. I'll be digging into it (hints welcome ;-) )

      • alanthompson 15. Oct, 2009 at 5:15 pm #

        OK, the installed version is 1.0.19 (the man page is 1.0.21) in Jaunty. The updated backend doesn't seem to be available in the trusted software sources.

  8. CappyCaffeine 02. Jun, 2009 at 8:20 pm #

    To duplex scan with this printer, go to the Edit–>Preferences setting in gscan2pdf and choose the "scanadf" frontend instead of "scanimage". Then use "Extended Page Numbering" with an increment of "1" to prevent numbering by 2.

    gscan2pdf is intelligent enough to advance the starting number of the next batch to the next number in the scans.

    I am really digging my scanner!!

    • BrooksD 02. Jun, 2009 at 8:23 pm #

      Awesome, thanks so much for the info!

  9. CappyCaffeine 02. Jun, 2009 at 8:20 pm #

    Above post regarding the ScanSnap S510

  10. david 24. Apr, 2010 at 4:09 pm #

    how do i get the scansnap s1300 working?

Leave a Reply