The scanner is working properly on oldpc. This is the ouput on oldpc.
[root@oldpc]# /usr/local/bin/scanimage -L device `gt68xx:/dev/usb/scanner0' is a Mustek ScanExpress 1200 UB Plus flatbed scanner Question: Does the client pc, in this case "newpc" have to have the same sane installed on it as oldpc, to run it from newpc? Thanks, -Martin Giuseppe Sacco wrote: >Il giorno mar, 13/09/2005 alle 12.51 -0400, Martin ha scritto: > > >>I tried accessing the scanner on my "oldpc" from my "newpc" and also set >>the permissions on the "oldpc" scanner device to chmod a+rwx >> >>[root_oldpc]> ll /dev/usb/scanner0 >>crwxrwxrwx 1 root root 180, 48 Jan 30 2003 /dev/usb/scanner0 >> >>But I am getting the following open error message. >> >>[root_newpc]> scanimage -d net:192.168.1.50:gt68xx:/dev/usb/scanner0 >>scanimage: open of device net:192.168.1.50:gt68xx:/dev/usb/scanner0 >>failed: Error during device I/O >> >>What else am I missing? >>-Martin >> >> > >What is the output of 'scanimage -L' on oldpc? From what you say, it >should be 'gt68xx:/dev/usb/scanner0'. > >The last two fields of scanimage device name needs to match output of >scanimage -L. > >If they are the same, than you really have an error during I/O. Is the >scanner correctly working on oldpc. May it be a kernel/driver problem? > >Bye, >Giuseppe > > > > > -- -------------- next part -------------- Skipped content of type multipart/related From henn...@meier-geinitz.de Wed Sep 14 17:11:23 2005 From: henn...@meier-geinitz.de (Henning Meier-Geinitz) Date: Wed Sep 14 17:11:39 2005 Subject: [sane-devel] End of file reached OSX In-Reply-To: <d8fdb257-da63-413d-a713-7890b3450...@con-rad.de> References: <d8fdb257-da63-413d-a713-7890b3450...@con-rad.de> Message-ID: <20050914171123.gb22...@meier-geinitz.de> Hi, On Tue, Sep 13, 2005 at 05:08:07PM +0400, Michael Conrad wrote: > i am using an Mustek 1248UB, which is fully supported by gt48xx. > > Operating System is OSX. > > I installed all necessary packages for OSX and scanimage -L and > scanning with scanimage works. > > But when i use an application, which uses the Twain-Sane-Bridge, the > scanner does something short and dies after it. And i get the error > message : End of file reached. It happens with all applications, > which are using this bridge. Does this happen with sane-backends 1.0.16? Is there a way to generate a debug log when using the Twain-Sane-Bridge? For scanimage and bash this would look like this: export SANE_DEBUG_GT68XX=255 scanimage >image.pnm 2>log.txt Bye, Henning