Re: [sane-devel] Canon LiDE 220 unexpected success

2015-03-14 Thread Stef
On 14/03/2015 18:12, Jochen wrote: Hi Stef, I understand you're asking for a log from somebody with a LiDE 120 doing a preview. Me, I'd be happy to see my LiDE 120 supported by SANE. So if you tell me what to do and how to even make my LiDE 120 do anything loggable, I'll see if I can provide that

Re: [sane-devel] "Error during device I/O" with Fujitsu fi65-F (epjitsu backend)

2015-03-14 Thread Jonas Neubert
Thanks Allan, my mind was so set on thinking of "output" as the scanner output, I didn't even consider that this error might about the program's output! When doing 'scanimage > file.pnm' the first attempt at scanning an image now ends with the same "scanimage: sane_start: Error during device I/O

Re: [sane-devel] "Error during device I/O" with Fujitsu fi65-F (epjitsu backend)

2015-03-14 Thread m. allan noah
Well- 'output is not a file' is your first clue. You need to redirect the output of scanimage somewhere: scanimage [your options] > file.pnm see if repeated invocations of that will work for you. allan On Sat, Mar 14, 2015 at 7:42 PM, Jonas Neubert wrote: > Hi, > > The Fujitsu fi65-F has recen

[sane-devel] "Error during device I/O" with Fujitsu fi65-F (epjitsu backend)

2015-03-14 Thread Jonas Neubert
Hi, The Fujitsu fi65-F has recently showed up on the supported device list for the epjitsu backend, but I'm struggling to get it to scan an image using Ubuntu 14.04. Below are all the details but the gist is: * sane-find-scanner finds the scanner * scanimage -L recognizes the scanner * scani

Re: [sane-devel] [sane-commit] [sane-backends] branch master updated (d5c7e22 -> f69a1ad)

2015-03-14 Thread René Rebe
Hi, thanks for the pointer, should be fixed in git:HEAD now. Let hem know if you find more ,-) René On Mar 14, 2015, at 21:40, Rolf Bensch wrote: > Hi René, > > Your last commit breaks 32-bit Ubuntu Utopic, Precise and Trusty > compilations. > > Please have a look to the log files:

Re: [sane-devel] [sane-commit] [sane-backends] branch master updated (d5c7e22 -> f69a1ad)

2015-03-14 Thread Rolf Bensch
Hi René, Your last commit breaks 32-bit Ubuntu Utopic, Precise and Trusty compilations. Please have a look to the log files: https://launchpadlibrarian.net/200238430/buildlog_ubuntu-utopic-i386.sane-backends_1.0.25-git20150314-utopic2_BUILDING.txt.gz https://launchpadlibrarian.net/200238372/build

[sane-devel] General advice for compiling & installing sane and switching between versions

2015-03-14 Thread Paul Newall
Looking back at the thread started by Rafe about installing and then getting the latest version to be the version used I think we may need to update some advice pages, and perhaps some sane documentation? In particular this page: https://help.ubuntu.com/community/CompileSaneFromSource

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 pe