Re: [sane-devel] help compiling sane

2015-03-14 Thread Stef
On 13/03/2015 10:48, Rafe DiDomenico wrote: Thank you, everyone! You guys are an awesome community. Special thanks to Stef and Paul. The scanner is up and running. It was those libsane.s files. Somehow I missed the info about searching them all down and removing them. So, after fixing some

Re: [sane-devel] help compiling sane

2015-03-13 Thread Rafe DiDomenico
Thank you, everyone! You guys are an awesome community. Special thanks to Stef and Paul. The scanner is up and running. It was those libsane.s files. Somehow I missed the info about searching them all down and removing them. So, after fixing some permission issues (sane and xsane) it looks

Re: [sane-devel] help compiling sane

2015-03-12 Thread Rafe DiDomenico
Yeah, I see that it is using the 0.24 is being used.Scanimage -v reports otherwise: rafe@office:~$ scanimage -V scanimage (sane-backends) 1.0.25git; backend version 1.0.25. I have no idea what I am doing wrong. I just tried building completely as SU. Here was the process:

Re: [sane-devel] help compiling sane

2015-03-12 Thread Stef
On 10/03/2015 21:51, Stef wrote: On 10/03/2015 09:26, Rafe DiDomenico wrote: Thanks again, all, for trying to help me with this. I started fresh with sane by uninstalling the packages and cleaning out the sane locations in /usr/lib and /etc. I can confirm that the backend is 1.0.25git. I

Re: [sane-devel] help compiling sane

2015-03-10 Thread Stef
On 10/03/2015 09:26, Rafe DiDomenico wrote: Thanks again, all, for trying to help me with this. I started fresh with sane by uninstalling the packages and cleaning out the sane locations in /usr/lib and /etc. I can confirm that the backend is 1.0.25git. I checked the genesys.conf and the LIDE

Re: [sane-devel] help compiling sane

2015-03-10 Thread Rafe DiDomenico
Thanks again, all, for trying to help me with this. I started fresh with sane by uninstalling the packages and cleaning out the sane locations in /usr/lib and /etc. I can confirm that the backend is 1.0.25git. I checked the genesys.conf and the LIDE 220 is there. I also made an entry for the

Re: [sane-devel] help compiling sane

2015-03-08 Thread Paul Newall
On 08/03/15 10:36, Rafe DiDomenico wrote: So, running the first check (export SANE_DEBUG_GENESYS=10) returns nothing. Does that mean that after export SANE_DEBUG_GENESYS=10 You get no debug information when running scanimage -L ? I get the following (of course I don't have a LIDE 220):

Re: [sane-devel] help compiling sane

2015-03-08 Thread Stef
On 08/03/2015 11:36, Rafe DiDomenico wrote: So, I did dump all the conf files in a folder and reinstalled. The genesys.conf does have a 220 entry now, but I still can't get any further: scanimage (sane-backends) 1.0.25git; backend version 1.0.25 found USB scanner (vendor=0x04a9,

Re: [sane-devel] help compiling sane

2015-03-08 Thread Rafe DiDomenico
So, I did dump all the conf files in a folder and reinstalled. The genesys.conf does have a 220 entry now, but I still can't get any further: scanimage (sane-backends) 1.0.25git; backend version 1.0.25 found USB scanner (vendor=0x04a9, product=0x190f, chip=GL848+?) at libusb:002:002 # Your

Re: [sane-devel] help compiling sane

2015-03-07 Thread Rafe DiDomenico
Allan, What does that mean? Do I have to manually clean out the conf files before installing? On Mar 7, 2015 1:18 PM, m. allan noah kitno...@gmail.com wrote: sane does not overwrite your already installed config files. allan On Sat, Mar 7, 2015 at 3:57 AM, Rafe DiDomenico rafe...@gmail.com

Re: [sane-devel] help compiling sane

2015-03-07 Thread Rafe DiDomenico
Thanks again Paul, So, running the first check ("export SANE_DEBUG_GENESYS=10") returns nothing. I checked the genesys.conf and find no mention of the 220 in there. I checked the git folder and "pull" says it's "already up-to-date." I must not

Re: [sane-devel] help compiling sane

2015-03-07 Thread m. allan noah
sane does not overwrite your already installed config files. allan On Sat, Mar 7, 2015 at 3:57 AM, Rafe DiDomenico rafe...@gmail.com wrote: Thanks again Paul, So, running the first check (export SANE_DEBUG_GENESYS=10) returns nothing. I checked the genesys.conf and find no mention of the

Re: [sane-devel] help compiling sane

2015-03-06 Thread Rafe DiDomenico
Thanks for your help. I have no idea why this is giving me so much trouble. This is what I get per your suggestions: rafe@office:~$ find /usr -name libsane.s [1]+  Interrupt   dbus-monitor --session

Re: [sane-devel] help compiling sane

2015-03-06 Thread Rafe DiDomenico
Just for fun, I rebooted and tried everything again. Now I get: rafe@office:~$ find /usr -name libsane.s* /usr/lib/libsane.so.1.0.25 /usr/lib/x86_64-linux-gnu/libsane.so.1.0.25 /usr/lib/x86_64-linux-gnu/libsane.so.1.0.24

Re: [sane-devel] help compiling sane

2015-03-06 Thread Paul Newall
On 06/03/15 09:44, Rafe DiDomenico wrote: Just for fun, I rebooted and tried everything again. Now I get: rafe@office:~$ find /usr -name libsane.s* /usr/lib/libsane.so.1.0.25 /usr/lib/x86_64-linux-gnu/libsane.so.1.0.25 /usr/lib/x86_64-linux-gnu/libsane.so.1.0.24

Re: [sane-devel] help compiling sane

2015-03-04 Thread Paul Newall
Rafe, You could try this search: find /usr -name libsane.s* it may take a few minutes to finish, but should find all your sane backend installation directories. On a live DVD of ubuntu 14.10 sane seems to be in /usr/lib/x86_64-linux-gnu Also run: scanimage -V That tells you which version of

Re: [sane-devel] help compiling sane

2015-03-02 Thread Paul Newall
On 02/03/15 14:18, Rafe DiDomenico wrote: I compile dvb drivers after kernel updates quite often, so this is not completely new to me, but I had some trouble with sane and haven't gotten it to work. First of all this is Ubuntu 14.10 64 I followed the steps outlined here:

[sane-devel] help compiling sane

2015-03-02 Thread Rafe DiDomenico
I compile dvb drivers after kernel updates quite often, so this is not completely new to me, but I had some trouble with sane and haven't gotten it to work. First of all this is Ubuntu 14.10 64 I followed the steps outlined here:

[sane-devel] Help with SANE testing for Canon Pixma MG5350

2012-08-16 Thread Gernot Hassenpflug
On Wed, Aug 15, 2012 at 11:15 PM, Ulf Hedlund ulfh10 at gmail.com wrote: Hi! I have recently purchased a Canon PIXMA MG5350. I am running Kubuntu 12.04 and got the printing working just fine, however the scanner isn't recognized. On

[sane-devel] Help with SANE testing for Canon Pixma MG5350

2012-08-15 Thread Ulf Hedlund
Hi! I have recently purchased a Canon PIXMA MG5350. I am running Kubuntu 12.04 and got the printing working just fine, however the scanner isn't recognized. On http://www.sane-project.org/lists/sane-mfgs-cvs.html#Z-CANON I saw that you are looking for testers. I hereby volunteer to help out with

[sane-devel] Help on SANE.

2006-06-11 Thread Henning Meier-Geinitz
Hi, On 2006-06-02 11:02, Rupesh Tarpara wrote: I am developing backend for USB hand held scanner, for Fedora Core-5. I have gone through the documentation of SANE standard. I am still not clear about how communication happens between Front-end=backend=Device. Can any one help me with the

[sane-devel] Help on SANE.

2006-06-02 Thread Rupesh Tarpara
broken (Jim McQuillan) 2. Where can I find a port of SANE Backend for Windows? (Kerry Menzel) 3. Re: Where can I find a port of SANE Backend for Windows? (Henning Meier-Geinitz) 4. Re: saned help? (was Re: [sane-devel] Fujitsu 5120C) (Henning Meier-Geinitz) 5. Re: saned

[sane-devel] Help for SANE Version for OS/2

2004-04-21 Thread Jos� Alberto Nu�ez Aranguren
Hi, Franz, I tested the version in the link, but ADF jams paper, do you know something about this??? Regards Jose From: Franz Bakan fba...@gmx.net Reply-To: Franz Bakan fba...@gmx.net To: JosÚ Alberto Nu±ez Aranguren janune...@hotmail.com Subject: Re: [sane-devel] Help for SANE Version

[sane-devel] Help for SANE Version for OS/2

2004-04-16 Thread Jos� Alberto Nu�ez Aranguren
: Franz Bakan fba...@gmx.net Reply-To: Franz Bakan fba...@gmx.net To: JosÚ Alberto Nu±ez Aranguren janune...@hotmail.com,sane-devel@lists.alioth.debian.org sane-devel@lists.alioth.debian.org Subject: Re: [sane-devel] Help for SANE Version for OS/2 Date: Thu, 15 Apr 2004 18:20:32 +0200 (CEST) On Thu

[sane-devel] Help for SANE Version for OS/2

2004-04-16 Thread Franz Bakan
Jose Thanks for the information. The scanner that I'm using is a HP7450. SCSI or USB Interface? Only SCSI-Interface is supported on OS/2 for HP-Scanners at the moment. I read SANE information. There explained that I must use SANE backend 1.0.14. You sent me a link with SANE 1.0.13, where do

[sane-devel] Help for SANE Version for OS/2

2004-04-15 Thread Jos� Alberto Nu�ez Aranguren
Hi, I'm looking for a last SANE Version Backend for OS/2, could somebody help me with this??? Thanks in advance, Jose _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

[sane-devel] Help for SANE Version for OS/2

2004-04-15 Thread fba...@gmx.net (Franz Bakan)
On Thu, 15 Apr 2004 09:02:54 -0400, Jos=DA Alberto Nu=B1ez Aranguren wro= te: I'm looking for a last SANE Version Backend for OS/2, could somebody= help me with this??? Latest Backend is 1.0.13 http://home.tiscalinet.de/fbakan/sane-os2.htm Also have a look at: