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.
Distribution: Kubuntu 10.04, Mint 8 and Puppy 4.3.1
Posts: 355
Rep:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
Kernel (uname -r):
2.6.16.13-4-default
Distribution:
suse 10.1
Well detected and easy to use. Plug and Play except for a little permission problem in suse.
Suse won't let the scanner device be used by a normal user so you have to launch xsane or kooka as root. Since the device names change every reboot I wrote this little script to fix it and launch kooka:
Quote:
#!/bin/bash
# suscan
#This script will detect the usb scanner, set proper
#permissions for it and start kooka
# This software is licensed under the GNU General Public License
# For the full text of the GNU GPL, see:
#
# http://www.gnu.org/copyleft/gpl.html
#
# No guarantees of any kind are associated with use of this software.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.