| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
By DiBosco at 2010-01-20 07:45
|
|
Getting a scanner to work in Linux is basically simple with xsane, but can be slightly tricky in that you sometimes need Windows drivers which contain the firmware required by the scanner. As devices often rely on the PC having the device's latest firmware (firmware is just a name for embedded software), you need to make that firmware available and have to let sane know where that firmware is located.
So, first of all, install xsane from your repository. This will install xsane, sane and all dependencies. In Mandriva (my distribution of choice) I simply typed (as root) urpmi xsane
You then need to get the Windows drivers I'm afraid. I got them from here:
http://static.agfa.com/digicam_scanner_drivers/scanner/snapscan_1212u/in...
The file I downloaded was:
2.0.0.9 – 1212u.exe
You then need to use wine to install the drivers. I did try to extract the relevant file using ark, but it was having none of it.
You will find the file you want somewhere in your ~/.wine subdirectories. For me, it was ~/.wine/drive_c/Program Files/Agfa/ScanWise 2_00. The file you need is:
SnapScan 1212U_2.bin
I copied this file to ~/ and took out the space in the filename.
Copy the file SnapScan1212U_2.bin (as root) to:
/usr/share/sane/snapscan/
You will probably have to create the snapscan subdirctory.
I ended up opening a konsole and navigated to my home directory where I'd used konqueror to copy and rename the file from the wine installation. I then typed this as root:
cp SnapScan1212U_2.bin /usr/share/sane/snapscan/
I believe you can sometimes use your file manager as root, so you might just find that easier if you have that option.
Next, as root, modify /etc/sane.d/snapscan.conf
You will find at the top, these two lines:
# Change to the fully qualified filename of your firmware file, if
# firmware upload is needed by the scanner
Underneath this, change the line to:
firmware /usr/share/sane/snapscan/SnapScan1212U_2.bin
You'll then be able to use the excellent and intuitive xsane as root. Happy scanning!
|
|
|
|
All times are GMT -5. The time now is 07:07 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|