cancel
Showing results for 
Search instead for 
Did you mean: 

Linux software

gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Linux software

Are there many vendors who provide drivers on a disk for Linux users who purchase their hardware ?
Despite downloading a variety of files for an Epson 2480 Photo Scanner I am unable to get it to work so time for a new scanner but it must be able to work with Linux.
Any recommendations or thoughts on this ?
We are born into history and history is born into us.
59 REPLIES 59
Steve
Seasoned Pro
Posts: 6,853
Thanks: 336
Registered: ‎13-07-2009

Re: Linux software

This Is going to take you a while so grab a beer and browse through the stickys    http://ubuntuforums.org/forumdisplay.php?f=332
If life gives you lemons, make lemonade.
VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Linux software

My scanner comes from a skip. And it works.
No drivers necessary.
It's an ancient HP Scanjet 6200C - if you get a TWAIN compliant scanner, then you can use some TWAIN compatible software.

"In The Beginning Was The Word, And The Word Was Aardvark."

ejs
Aspiring Hero
Posts: 5,442
Thanks: 631
Fixes: 25
Registered: ‎10-06-2010

Re: Linux software

Installing software from disk or by downloading and running some random program isn't really how things are done in Linux.
Almost all scanner drivers end up as part of the SANE project and come as part of the distribution. HP provide some drivers, including some scanning support for their all-in-one stuff, as part of their hplip project. Again, it comes as part of the Linux distro.
CX
Grafter
Posts: 750
Thanks: 4
Registered: ‎16-09-2010

Re: Linux software

It sounds like the Epson scanner can be made to work in Linux, but it's not just a matter of installing an app or service from the repository; you will need to download the firmware for it and place it in the appropriate directory.
What are you using? Ubuntu?
Steve
Seasoned Pro
Posts: 6,853
Thanks: 336
Registered: ‎13-07-2009

Re: Linux software

@    CX23882 I think gleneagles uses Mint
If life gives you lemons, make lemonade.
MisterW
Superuser
Superuser
Posts: 14,572
Thanks: 5,408
Fixes: 385
Registered: ‎30-07-2007

Re: Linux software

Since Mint is based on Ubuntu it should be the same.
A quick google turns up this http://ubuntu-help.blogspot.com/2011/03/how-to-install-epson-perfection-2480.html
Which seems to agree with previous posters.
You basically are installing Sane and providing it with the firmware for the 2480.
Hope that helps

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: Linux software

I had this issue with my previous scanner, some need a f/w file to be added. If you look on the sane web page it will tell you what the file is.
My current scanner (a Canon LIDE from freecycle works OOB BTW  ;))
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Linux software

Quote from: MisterW
Since Mint is based on Ubuntu it should be the same.
A quick google turns up this http://ubuntu-help.blogspot.com/2011/03/how-to-install-epson-perfection-2480.html
Which seems to agree with previous posters.
You basically are installing Sane and providing it with the firmware for the 2480.
Hope that helps
This is the most comprehensive set of instructions I have seen on this topic.
I Have snapscan & esfw41.bin but have been using info from other postings without success, will have a go with this later today & let you know how I get on.
Am using Mint 11
We are born into history and history is born into us.
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Linux software

Still struggling with this,
I have followed the instructions to the following point but get the error message shown after I enter sudo cp /Home/xxxxxxx/Desktop/esfw41.bin /usr/share/sane/snapscan
sudo cp /home/xxxxxxx/Desktop/esfw41.bin /usr/share/sane/snapscan
cp: cannot stat `/home/xxxxxxx/Desktop/esfw41.bin': No such file or directory
XXXXX represents my password not shown for obvious reasons.
Cannot understand why it says no such file or directory as  sudo mkdir /usr/share/sane/snapscan  shows this directory already exists ?
We are born into history and history is born into us.
CX
Grafter
Posts: 750
Thanks: 4
Registered: ‎16-09-2010

Re: Linux software

Make sure that the esfw41.bin file exists on your desktop.
Alternatively, take this approach. Enter the following commands after opening a new terminal:

wget http://luc.byhet.free.fr/epson2480/esfw41.bin
sudo mv esfw41.bin /usr/share/sane/snapscan

This will use wget to download the esfw41.bin file. Then the second command moves the downloaded file into the snapscan directory.
MisterW
Superuser
Superuser
Posts: 14,572
Thanks: 5,408
Fixes: 385
Registered: ‎30-07-2007

Re: Linux software

Quote
XXXXX represents my password not shown for obvious reasons.

XXXXX should be your username NOT your password. It needs copy copy the file from YOUR desktop i.e the desktop of the user you are logged in as.
OR just use CX's method

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: Linux software

As above the xxxx is your USER name not password, or if you are in your Desktop folder (and the file is there) ignore the bit up to the file name and just enter usr/share/sane/snapscan
Or
from a shell
cd Desktop
sudo cp esf*.bin /usr/share/sane/snapscan
then copy it somewhere safe for the next system upgrade (Mint 12/13) you will need to copy it back.
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Linux software

Quote from: CX23882
Make sure that the esfw41.bin file exists on your desktop.
Alternatively, take this approach. Enter the following commands after opening a new terminal:

wget http://luc.byhet.free.fr/epson2480/esfw41.bin
sudo mv esfw41.bin /usr/share/sane/snapscan

This will use wget to download the esfw41.bin file. Then the second command moves the downloaded file into the snapscan directory.
First line downloads the file ok but when I run the second line I get,
mv: cannot stat `esfw41.bin': No such file or directory
I actually copied & pasted the line to ensure there are no errors in it
We are born into history and history is born into us.
VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Linux software

You should see esfw41.bin in your home directory located at /home/xxxxxx
(where xxxxx is your user name)
change that second command to
Quote
sudo mv /home/xxxxxx/esfw41.bin /usr/share/sane/snapscan

"In The Beginning Was The Word, And The Word Was Aardvark."