Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Olaf Meeuwissen
Hi, Jeff Sadowski writes: > It seems to be wanting .la files when I have .so files so is there a > flag to support shared object files over .la? The dynamic loading should look for .la files first and failing to find those, look for .so files. You don't need any flag for that (and AFAIK there

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
root@raspberrypi:~:arm$ dpkg -c brscan2-0.2.5-1.i386.deb |grep lib|grep so -rwxr-xr-x root/root 11444 2009-12-01 18:38 ./usr/lib/libbrcolm2.so.1.0.0 -rwxr-xr-x root/root 27912 2009-12-01 18:38 ./usr/lib/libbrscandec2.so.1.0.0 -rwxr-xr-x root/root 94516 2009-12-01 18:38

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
I wonder it it works the same on a true x86 architecture it could be something with the brother driver. After those messages are generated the saned program stays running and tries to process other requests. However I need to reboot for it to start working again. I should be able to reset the usb

Re: [sane-devel] [janitorial] Relocating the SANE Project

2018-01-11 Thread Luiz Angelo Daros de Luca
I also prefer GitHub. Anyway, someone will create a SANE mirror project there and other will fork from it instead of main git repo. It's not a marriage, just conviene. I would like to keep ML but issue and PR can replace most of ML use for dev and users help. However, a sane-releases@ is still

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
usbreset that I get here allows me to start another scan https://askubuntu.com/questions/645/how-do-you-reset-a-usb-device-from-the-command-line It is just the last bit of the scan that stops. On Thu, Jan 11, 2018 at 1:46 PM, Jeff Sadowski wrote: > I wonder it it works

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
uning sane -l -d128 -e I am able to see the following error. root@raspberrypi:~:arm$ saned -l -d128 -e [saned] do_scan: wrote 8192 bytes to client [saned] do_scan: trying to read 8188 bytes from scanner [saned] do_scan: read 8188 bytes from scanner [saned] do_scan: trying to write 8192 bytes to

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
Progress. I am now able to scan jpeg files :-) And test out more of my phpsaneng program. My preview worked awesome. I was able to watch the image as it was being scanned. I redid git as recommended in INSTALL.linux apt remove sane sane-utils git clone git://git.debian.org/sane/sane-backends.git

Re: [sane-devel] Weird behavior in exagear.

2018-01-11 Thread Jeff Sadowski
ah looks like I need the -l flag On Thu, Jan 11, 2018 at 11:21 AM, Jeff Sadowski wrote: > Progress. I am now able to scan jpeg files :-) > And test out more of my phpsaneng program. > My preview worked awesome. I was able to watch the image as it was > being scanned. > >