Page 1 of 1

Linux device file for scanners.

PostPosted: Sun Jun 19, 2005 12:07 am
by Icarus
I'm trying to run xsane, but it fails to detect the scanner. One of the possible reasons it lists is that I may not have the proper permissions to use the file. When I try to run it as root, it gets a bit farther along before shutting down, so I'd like to try editing the permissions for that file. The only problem is I can't seem to find it.

Any ideas? I'm running Gentoo Linux, with a 2.6.7 kernel. Thanks.

PostPosted: Sun Jun 19, 2005 12:44 am
by LorentzForce
I suggest you check the compatibility of the scanner to Linux first.

http://www.sane-project.org/sane-mfgs.html

PostPosted: Sun Jun 19, 2005 7:32 am
by Mithrandir
most brands of linux included the "Find" command which you can use if you know the filename. Let's say the filename it errors out with is "filename.so" You can find that by running the following command as root (or sudo'd):

Code: Select all
 find / -name filename.so
 

Thank you.

PostPosted: Sun Jun 19, 2005 1:04 pm
by Icarus
Lorentz: That was one of the first things I checked. The scanner is recently supported by the canon_pp backend.
Mithrandir wrote:most brands of linux included the "Find" command which you can use if you know the filename. Let's say the filename it errors out with is "filename.so" You can find that by running the following command as root (or sudo'd):

Code: Select all
 find / -name filename.so
 
I'll try that.

Thank you both.

PostPosted: Sun Jun 19, 2005 2:40 pm
by LorentzForce
If it indeed is supported chances are there are people out there with same experience with them. man pages perhaps?

Can't help further, sorry.

PostPosted: Sun Jun 19, 2005 4:06 pm
by Mithrandir
I'd start with a google of the filename, and then a post to the gentoo boards.

HIH!