Linux software
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Re: Linux software
Linux software
10-01-2012 4:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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 ?
Re: Linux software
10-01-2012 5:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Linux software
10-01-2012 5:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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."
Re: Linux software
10-01-2012 5:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
Re: Linux software
10-01-2012 5:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
What are you using? Ubuntu?
Re: Linux software
10-01-2012 5:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Linux software
10-01-2012 6:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
Re: Linux software
10-01-2012 7:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
My current scanner (a Canon LIDE from freecycle works OOB BTW ;))
Re: Linux software
11-01-2012 2:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This is the most comprehensive set of instructions I have seen on this topic.
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
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
Re: Linux software
11-01-2012 4:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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 ?
Re: Linux software
11-01-2012 5:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
Re: Linux software
11-01-2012 5:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
Re: Linux software
11-01-2012 6:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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.
Re: Linux software
11-01-2012 7:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
First line downloads the file ok but when I run the second line I get,
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.
mv: cannot stat `esfw41.bin': No such file or directory
I actually copied & pasted the line to ensure there are no errors in it
Re: Linux software
11-01-2012 7:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
(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."
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page