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: