Fujitsu ScanSnap in Linux

September 16, 2008

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 0×04c5 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.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • LinkedIn
  • Netvibes
  • Ping.fm
  • Propeller
  • Reddit
  • StumbleUpon
  • TwitThis

Related posts:

  1. Fujitsu ScanSnap on Windows 7 – Your Experiences?
  2. How To Use A Windows ScanSnap On A Mac – Link Roundup
  3. Fujitsu ScanSnap on OSX 10.6 Snow Leopard – Your Experiences?
  4. Windows 7 Update For Fujitsu ScanSnap S510 and S500 Is Now Available
  5. Macworld Gets NeatWorks and the ScanSnap to Behave

Comments

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

15 Responses to “Fujitsu ScanSnap in Linux”

  1. cycloon on December 9th, 2008 12:50 pm

    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 on December 9th, 2008 1:22 pm

    Cool, thanks for your feedback cycloon!

  3. racerx90 on April 19th, 2009 6:48 pm

    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 0×117F (Fujitsu VenID 0×04c5.)

  4. Richard on April 30th, 2009 12:50 pm

    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.

  5. BrooksD on April 30th, 2009 1:18 pm

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

  6. kitno455 on May 20th, 2009 1:06 am

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

  7. Richard on May 20th, 2009 2:49 am

    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.

  8. tjcarter on May 20th, 2009 4:42 am

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

  9. kitno455 on May 20th, 2009 4:33 pm

    I've had no reports of it.

  10. CappyCaffeine on June 3rd, 2009 4:20 am

    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!!

  11. CappyCaffeine on June 3rd, 2009 4:20 am

    Above post regarding the ScanSnap S510

  12. BrooksD on June 3rd, 2009 4:23 am

    Awesome, thanks so much for the info!

  13. alanthompson on October 16th, 2009 12:03 am

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

  14. alanthompson on October 16th, 2009 1:15 am

    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.

  15. alanthompson on October 16th, 2009 2:18 am

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

Got something to say?