Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok, so you've got SANE already installed - maybe using
Code:
apt-get install sane
Next extract the driver:
Code:
mkdir scan_driver && cd scan_driver
tar -xzvf scan-6.0-2.tar.gz
the directory is first created to make sure you don't get a mess. Anyway, cd to the directory if it was created during the package extraction, see what files reside inside. If there are README and/or INSTALL files, read them (with any text editor) - they contain the steps you need to install the driver. Also read any SANE documentation. I installed an Agfa scanner in the past, the procedure was simply to tell in a sane config file, where the Agfa .bin file were and let sane access it. Could be just as easy with you.
After reading a bit more on their page, it seems that it should be part of SANE - which I would think Ubuntu installs by default. Before trying to learn how to install that driver, I would first seen if there's a scanning package installed already that recognises the scanner? Which programs have you tried to use? How do you know it's not working in Ubuntu?
If your scanner is a parallel port scanner, it may be slightly more problematic than if it were USB, but that page seems to have some fairly good instructions. Let us know how you get on!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.