HPG85 scan over jetdirect printserver 500X

From: Michael Schoelzel (M.Schoelzel_at_web.de)
Date: 02/28/04


Date: Sat, 28 Feb 2004 21:44:43 +0100

Hi mailing list,

do need some help as I got stuck and don't find a workaround, even
though following the instruction on hpoj.sourceforge.net.

Using Suse 9.0, I have set up a HP500X printserver to share resources
between a XP and linux box.

Printing (cups) works fine, no concern.

Scanning doesn't work at all. Scanner got recognised and set up using
ptal-init setup. But when trying to scan, sane, scanimage or other
application do not find the scanner.

I have run scanimage in a debug mode and got following output messages:
=========

beuelerkiste:/usr/local/bin # export SANE_DEBUG_DLL=128
beuelerkiste:/usr/local/bin # export PTAL_DEBUG=2
beuelerkiste:/usr/local/bin # scanimage -d hpoj:192.168.0.4:1 --test
[sanei_debug] Setting debug level of dll to 128.
[dll] sane_init: SANE dll backend version 1.0.10 from sane-backends
1.0.13[dll] sane_init: reading dll.conf
[dll] add_backend: adding backend `net'
[dll] add_backend: adding backend `hpoj'
[dll] sane_open: trying to open `hpoj:192.168.0.4:1'
[dll] load: searching backend `hpoj' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-hpoj.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-hpoj.so.1'
[dll] init: initializing backend `hpoj'
ptalInit(): debug level set to 2.
ptalInit()
ptalDeviceProbe: dev=<.>.
ptalDeviceOpen(.): missing colon!
ptalDeviceProbe: dev=<..>.
ptalDeviceOpen(..): missing colon!
ptalDeviceProbe: dev=<hpjd:192.168.0.4:1>.
ptalDeviceAdd(hpjd:192.168.0.4:1): dev=0x08053430.
ptalDeviceProbe: dev=<hpjd:192.168.0.4>.
ptalHpjdDeviceOpen(hpjd:192.168.0.4): found matching dev=0x08053430
(hpjd:192.168.0.4:1).[dll] init: backend `hpoj' is version 1.0.6
hpoj:192.168.0.4:1: sane_hpoj_open
ptalProviderLookup(name=<192.168.0.4:1>): provider not found!
scanimage: open of device hpoj:192.168.0.4:1 failed: Out of memory
[dll] sane_exit: exiting
[dll] sane_exit: calling backend `hpoj's exit function
hpoj: sane_hpoj_exit
ptalDone()
ptalDeviceDelete(dev=0x08053430)
ptalDeviceClose(dev=0x08053430)
[dll] sane_exit: finished
beuelerkiste:/usr/local/bin #
============

Anybody an idea what's going wrong?

Any help appreciated!!!!!!!!!!!!

Thanks.

Michael



Relevant Pages

  • Re: I have a problem ("server too busy" with plenty of free resources)
    ... if the .dll is making blocking calls to the backend and the backend stops ... stops responding). ... > happen a couple of times with my eyes, I checked the resources, 30% of cpu ...
    (microsoft.public.inetserver.iis)
  • Re: deploying applications that share dlls with asp.net & vb back
    ... This sounds like DLL hell v.2 You mentioned deployment tools, ... > from the GAC the assembly can be shared across applications on the ... In my test environment everything works like a champ. ... >>contains the backend vb.net programs. ...
    (microsoft.public.dotnet.framework.aspnet)
  • deploying applications that share dlls with asp.net & vb backend
    ... I have a asp.net application that shares DLL's with some backend vb.net ... In my test environment everything works like a champ. ... DLL I point in to the project, do the build and everything works great. ...
    (microsoft.public.dotnet.framework.aspnet)
  • DllImport question
    ... I was trying to link a UI I made in C# to the backend which is coded ... I used the DllImport attribute to invoke the dll functions. ...
    (microsoft.public.dotnet.languages.csharp)