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
- :
- Linux software
Re: Linux software
12-01-2012 9:50 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles [First line downloads the file ok but when I run the second line I get,
If the first line completes successfully then the file SHOULD be there. try "ls *.bin" and check the folder.
Alternate way (32!)
sudo -s
cd /usr/share/sane/snapscan
wget http://luc.byhet.free.fr/epson2480/esfw41.bin
exit
This way it is placed DIRECTLY into the destination folder. But as I said before keep a copy save somewhere.
Re: Linux software
12-01-2012 3:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
sudo mv /home/duncan/esfw41.bin /usr/share/sane/snapscan
mv: cannot stat `/home/xxxxxx/esfw41.bin': No such file or directory
I Will keep playing around with this as clearly it is something quite simple that I am failing to do but having spent hours on it I have no intention of giving up.
Out of interest have you any thoughts about the kind of simple error a beginner in Linux is likely to make on this specific topic ?
Re: Linux software
12-01-2012 4:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
--2012-01-12 16:17:44-- http://luc.byhet.free.fr/epson2480/esfw41.bin
Resolving luc.byhet.free.fr... 212.27.63.149
Connecting to luc.byhet.free.fr|212.27.63.149|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 64000 (62K) [application/octet-stream]
Saving to: `esfw41.bin.2'
100%[======================================>] 64,000 133K/s in 0.5s
2012-01-12 16:17:45 (133 KB/s) - `esfw41.bin.2' saved [64000/64000]
so the file is there
Re: Linux software
12-01-2012 4:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bus 002 Device 003: ID 04b8:0121 Seiko Epson Corp. Perfection 2480 Photo
Re: Linux software
12-01-2012 5:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Linux software
12-01-2012 5:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Launch the Nautilus file browser elevated:
sudo nautilus
And copy/paste or drag/drop the file.
Re: Linux software
12-01-2012 5:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
To be honest I would rather stick to a GUI but on this one occasion have had to go down this path in an attempt to get my scanner to work.
Re: Linux software
12-01-2012 5:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
no that doesn't work.
Quote from: CX23882 How about if you try to do it via the GUI (although I'm pretty sure this will fail)
Launch the Nautilus file browser elevated:sudo nautilus
And copy/paste or drag/drop the file.
If I keep getting the message no such file or directory is this telling me it can't find xsane or simple-scan (which have both been installed using apt-get)
To be honest I will have to leave this for a day or so and come back to it as I have run out of options to try.
Re: Linux software
12-01-2012 7:13 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles wget http://luc.byhet.free.fr/epson2480/esfw41.bin
--2012-01-12 16:17:44-- http://luc.byhet.free.fr/epson2480/esfw41.bin
Saving to: `esfw41.bin.2'
2012-01-12 16:17:45 (133 KB/s) - `esfw41.bin.2' saved [64000/64000]
Note the .2 on the end. maybe that is what is causing the issues?
As to newbies and this particular scanner, for 90+% of people they don't use a scanner or it just works like my Canon one. (Much like wifi, when it doesn't it can be a real PITA)
If the .2 is the issue, then try
mv esfw41.bin.2 esfw41.bin
sudo mv esfw41.bin /usr/share/sane/snapscan
which will rename the file and then copy it.
Re: Linux software
12-01-2012 7:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Regardless of where you put the firmware file, you still have to edit the /etc/sane.d/snapscan.conf file.
Re: Linux software
13-01-2012 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Linux software
13-01-2012 7:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
mv: cannot stat `esfw41.bin.2': No such file or directory
What I am going to have a go at over the weekend is to attach the scanner to a second computer I have (also running Linux) and see if it comes up with the same messages.
Not knowing much about the subject I wonder if I have downloaded something that is causing it to clash with this program ?
I Know little about Linux, it works fine but if there was something wrong would I get error messages ? I have used Bleachbit a couple of times could it have wiped something essential ?
Re: Linux software
13-01-2012 7:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In a terminal screen type
Quote sudo nautilus
This should give you a GUI file manager - but you have full access to add/delete anything - so think twice before doing anything.
You should be positioned in your /root directory, so navigate your way around to your /home/duncan directory.
This should contain your esfw41.bin files and you can copy and paste one of them to your /usr/share/sane/snapscan directory.
Close your GUI window as soon as possible.
If the terminal screen window displays any errors, ignore them.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Linux software
14-01-2012 8:58 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles Despite downloading a variety of files for an Epson 2480 Photo Scanner I am unable to get it to work [...]
Has it never worked (I thought you'd got it working here)?
Re: Linux software
14-01-2012 2:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Sorry that post was in error, everything downloaded and appeared to install correctly ok so I assumed when I came to use the scanner it would function ok.
I should have checked before posting.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page