On 26/11/2012 14:50, Michael wrote: > On Mon, 2012-11-26 at 06:08 +0100, Stef wrote: >> On 24/11/2012 15:53, Michael wrote: >>> On Sat, 2012-11-24 at 08:00 +0100, Stef wrote: >>>> On 23/11/2012 18:27, Michael wrote: >>>>> From what I can tell my scanner is not currently supported by any OS >>>>> other than Windows and OSX. There is no Linux driver provided on the HP >>>>> website. >>>>> >>>>> HP Scanjet Professional 1000 Mobile Scanner >>>>> >>>>> However while browsing through the Windows/Mac installation CD I found >>>>> the following: >>>>> >>>>> ScanJet 1000 CD/Scanner Driver/Linux/HPScan_Sonny_Linux_20091030.tar.bz2 >>>>> >>>>> That file contains the following: >>>>> >>>>> HPScan_Sonny/bin/AVAPI.so (shared library) >>>>> HPScan_Sonny/bin/HPScan (executable) >>>>> HPScan_Sonny/bin/HPScan.ini (plain text document) >>>>> HPScan_Sonny/lib/libQtCore.so.4 (link to shared library >>>>> libQtCore.so.4.5.2) >>>>> HPScan_Sonny/lib/libQtCore.so.4.5.2 (shared library) >>>>> HPScan_Sonny/lib/libQtGui.so.4 (link to shared library >>>>> libQtGui.so.4.5.2) >>>>> HPScan_Sonny/lib/libQtGui.so.4.5.2 (shared library) >>>>> HPScan_Sonny/HPScan (shell script) >>>>> >>>>> Would someone be interested in taking a look at the files to see if they >>>>> would give us some insight on creating a working driver? >>>>> >>>>> Cheers, >>>>> Michael >>>>> >>>>> >>>> Hello, >>>> >>>> I would be interested in looking into it. This scanner is reported >>>> to be a GL846 one. >>>> >>>> Regards, >>>> Stef >>> Stef, >>> >>> Thanks for your interest. >>> >>> I have uploaded the file to my web server here: >>> http://axxium.us/scanner/HPScan_Sonny_Linux_20091030.tar.bz2 >>> >>> If there is anymore information I can give I would be happy to give. I >>> currently have windows 7 running in a VM for the sole reason of being >>> able to use this scanner. I would love to have a native driver. >>> >>> Cheers, >>> Michael >>> >> Hello, >> >> have you tried to run this standalone program ? >> >> Regards, >> Stef > I have tried to run the standalone program unsuccessfully. > > Error is "HPScan: 8: HPScan: ./bin/HPScan: not found" > > Strace output uploaded to here: http://axxium.us/scanner/ > > My system: > uname -r > 3.2.0-33-generic > > uname -a > Linux michael-G74Sx 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 > UTC 2012 x86_64 x86_64 x86_64 GNU/Linux > > lsb_release -a > Distributor ID: Ubuntu > Description: Ubuntu 12.04.1 LTS > Release: 12.04 > Codename: precise > > Cheers, > Michael > Hello,
use the full path of the 'HPScan' script. This script uses it to locate the lib subdirectory. EG run /home/michael/Shared/HPScan_sonny/HPScan, not only ./HPScan. Regards, Stef