From: Erik H. <hen...@ho...> - 2000-09-25 23:39:36
|
Hi there, First of all a big THANK YOU to the developers for this driver. But sadly enough, I'm having some problems getting the driver to work. So if anyone would be so kind to tell me what to do or what I did wrong. Thank you. I installed : APSFILTER A2PS Ghostscript and offcourse the 0.6 HPOJ driver The driver seems to be working fine since I can get the status of my printer. But when I try to print something nothing happens. My printcap file is as follow : # /etc/printcap # # Please don`t edit this file directly unless you know what you are doing! # Be warned that the control-panel printtool requires a very strict format! # Look at the printcap(5) man page for more info. # # This file can be edited with the printtool in the control-panel. ##PRINTTOOL3## LOCAL lp0: :sd=/var/spool/lpd/lp0: :mx#0: :sh: :lp=/dev/lp0: :if=/var/spool/lpd/lp0/wrapfilter: # LABEL apsfilter # apsfilter setup Fri Sep 22 01:39:21 PDT 2000 # # DON`T DELETE THIS: # APS_BASEDIR:/root/linux/rpms/apsfilter # # APS1_BEGIN:printer1:deskjet::default # - don`t delete start label for apsfilter printer1 # - no other printer defines between BEGIN and END LABEL # lp|aps1-deskjet--auto-default|Printer1 deskjet auto default: :lp=/dev/lp0: :sd=/var/spool/lpd/printer1-deskjet--auto-default: :lf=/var/spool/lpd/printer1-deskjet--auto-default/log: :af=/var/spool/lpd/printer1-deskjet--auto-default/acct: :if=/root/linux/rpms/apsfilter/filter/aps1-deskjet--auto-default: :mx#0: :sh: raw|aps2-deskjet--raw|Printer1 deskjet raw: :lp=/dev/lp0: :sd=/var/spool/lpd/printer1-deskjet--raw: :lf=/var/spool/lpd/printer1-deskjet--raw/log: :af=/var/spool/lpd/printer1-deskjet--raw/acct: :if=/root/linux/rpms/apsfilter/filter/aps2-deskjet--raw: :mx#0: :sh: # APS1_END - don`t delete this END LABEL for printer1 I created the apsfilterrc.deskjet file in my /etc directory. This file contains the following line : REMOTE_PRINTER="/usr/local/bin/ieee12844_print" I also created the wrapfilter program and made it executable. This file is located in : /var/spool/lpd/lp0 As far as I can see everything is allright. But it isn`t since I can`t print. The big question for me now is what did I do wrong? Any help is REALLY appreciated. Thank you. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. |
From: <jc...@ru...> - 2001-05-07 16:18:09
|
Greeting, =20 The machine is: =20 PIII w/ 512M RAM Redhat 7.1 w/ 2.4.3 kernel HP OfficeJet R80 =20 Downloaded the 0.7 hpoj. When I tried to compile with =20 root@rehat hpoj-0.7]# ./configure --without-snmp Omit a lot of stuff) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Configuration done. Created Makefiles using the following substitutions: prefix =3D /usr/local MAIN_MAKE_SUBDIRS =3D ptal ieee12844 ojlib apps APPS_MAKE_SUBDIRS =3D cmdline print xojpanel bindir_program =3D ptal/ptal-connect ptal/ptal-printd scripts/addcr scripts/addpjl apps/cmdline/hpo apps/print/ieee12844_print apps/xojpanel/xojpanel libdir_program =3D libdir_data =3D ieee12844/ieee12844.o ieee12844/ieee12844pp.o includedir_data =3D ptal/ptal.h DEFINES_CMDLINE =3D -DHAVE_MLC INCLUDE_CMDLINE =3D -I/home/jcai/hpoj-0.7/include -I/home/jcai/hpoj-0.7/ptal -I/usr/src/linux-2.4.3/include -I/usr/lib/qt-2.3.0/include LIBRARY_CMDLINE =3D -L/home/jcai/hpoj-0.7/ojlib -L/home/jcai/hpoj-0.7/ptal -L/usr/lib/qt-2.3.0/lib LIBSNMP_CMDLINE =3D LINUX_VERSION =3D 2.4.3 QT_MOC =3D /usr/lib/qt-2.3.0/bin/moc =20 [root@redhat hpj-0.7]make (Omit a lot of stuff) make[1]: Entering directory `/home/jcai/hpoj-0.7/ieee12844' >ieee12844.ver gcc -E -O -I/home/jcai/hpoj-0.7/include -I/home/jcai/hpoj-0.7/ptal -I/usr/src/linux-2.4.3/include -I/usr/lib/qt-2.3.0/include -Wall -Wstrict-prototypes -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__GENKSYMS__ ieee12844.c | \ /sbin/genksyms -k 2.4.3 >ieee12844.ver gcc -O -I/home/jcai/hpoj-0.7/include -I/home/jcai/hpoj-0.7/ptal -I/usr/src/linux-2.4.3/include -I/usr/lib/qt-2.3.0/include -Wall -Wstrict-prototypes -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -c ieee12844pp.c ieee12844pp.c: In function `ecp_fwd_to_rev': ieee12844pp.c:549: warning: implicit declaration of function `parport_write_econtrol' ieee12844pp.c:553: `PARPORT_CONTROL_DIRECTION' undeclared (first use in this function) ieee12844pp.c:553: (Each undeclared identifier is reported only once ieee12844pp.c:553: for each function it appears in.) ieee12844pp.c: In function `ecp_rev_to_fwd': ieee12844pp.c:644: `PARPORT_CONTROL_DIRECTION' undeclared (first use in this function) ieee12844pp.c: In function `mlcpp_intr': ieee12844pp.c:1199: `tq_scheduler' undeclared (first use in this function) make[1]: *** [ieee12844pp.o] Error 1 make[1]: Leaving directory `/home/jcai/hpoj-0.7/ieee12844' make: *** [release] Error 2 =20 Any idea what does this mean? Thanks. ----------------------------------------------- Runbox Mail Manager - www.runbox.com Free online email application |
From: Christopher R. <cr...@iw...> - 2001-05-18 00:51:54
|
confirm 216320 |
From: Gareth W. <ga...@ve...> - 2001-09-26 08:39:24
|
Hi there, I'm having trouble getting my PSC 750 working. I have just installed Mandrake 8.0 from the download CD, and installed the hopj and libptal rpms referenced on this site. After this I ran ptal-init setup and /var/log/messages produced these errors Sep 25 08:43:52 node0b2a ptal-mlcd: SYSLOG at ExMgr.cpp:660, dev=<usb:probe>, pid=19223,errno=111 ptal-mlcd successfully initialized. Sep 25 08:44:07 node0b2a ptal-mlcd: ERROR at transport/ExMlcCommandChannel.cpp:241,dev=<usb:probe>, pid=19223, errno=11 Reply timer popped on port=0, count=1! Plus some not found errors for the other lp devices. Can anybody help me, please. |
From: <Buz...@ao...> - 2002-05-26 15:29:29
|
dear sirs please take me off your list keyna d. coleman 9415 dorr st. holland, ohio 43528 buz...@ao... thank you keyna d. coleman |
From: <lu...@be...> - 2002-07-12 23:50:41
|
From: Elliot J. <ell...@at...> - 2002-10-03 03:15:43
|
unsubscribe |
From: Talukdar, N. <nip...@di...> - 2003-01-16 11:31:50
|
LPR/LPD problem $$$$$$$$$$$$$$$$$$$$$ I have a problem. The lpd on a HP LaserJet 8150 keeps on sending reply of one octet of 0 or a -1. Now suppose somebody presses the CANCEL JOB button on the printer , then how will the LPR program will know that the PRINTER is cancelling the jobs. I saw that in such a case the connection to the LPD of the PRINTER doesn't get closed and the LPR in the local system keeps sending the data happily and the LPD of printer also keeps on accepting the data. While with port 9100 of the printer we can actually know the physical state of the printer like PAPER JAM , CANCEL JOB BUTTON PRESSED etc , there is no way to know it through LPR/LPD as far as I know. @@ @@@@ How can LPR know "CANCEL JOB BUTTON" is pressed in the printer ??? If somebody helps me , I will be sincerely grateful to him all my life and may be even after death when I will be in paradise. PLEASE HELP ME .... PLEASE HELP ME .... PLEASE HELP ME .... Nipun |
From: <um...@ya...> - 2003-05-09 08:55:03
|
hi! Could somebody please tell me how to print an image file using the hpoj-0.9 version. Thanks for the help! Regards, uma ________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com |
From: Ken G. <ks...@te...> - 2003-08-02 17:58:57
|
Is there any further development of this thread? I am trying to install hpoj under Mac OS 10.1.5 to enable me to scan over a network using my OJ6110. I can install SANE and SNMP, but run into problems with hpoj. I run configure without par or usb and specify the path to snmp. Then when I run Make, I get a number of warnings primarily concerning ptal: ../../include/ptal.h:330: illegal declaration, missing `;' after `)' ../../include/ptal.h:351: illegal declaration, missing `;' after `)' ../../include/ptal.h:357: illegal declaration, missing `;' after `)' ../../include/ptal.h:366: illegal declaration, missing `;' after `)' ../../include/ptal.h:373: illegal declaration, missing `;' after `)' Then a fatal error: gcc -g -O2 -o .libs/ptal-connect ptal_connect-ptal-connect.o -L/usr/local/src/hpoj-0.0.1/lib/ptal/.libs -lptal -L/usr/local/src/hpoj-0.0.1/lib/hpojip -L/usr/local/src/hpoj-0.0.1/lib/ptal -L/usr/local/src/hpoj-0.0.1/lib/sane ld: Undefined symbols: _strtok_r make[3]: *** [ptal-connect] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Before I proceed any further I'd like to know the current state of play, or get any suggestions from anyone who has managed to get this running. Thank Ken Gordon > John et. al., > > I found a very recent patch for libusb that I have not > had a chance to test yet, but I am hopeful that it > will resolve my most recent issue. > > I will get a chance this week to try it out. > In the meantime I am using the printer only driver to > use the printing functions. > > Regards, > > Tim Regovich > --- John McNulty <john@jm...> wrote: > > > > Hi Tim, > > > > Are we (OS X users) still in the same state as when > > you wrote this? > > I'm at the point of throwing the towel in and buying > > a dedicated > > printer. > > > > Cheers, > > > > John > > |
From: Ken G. <ks...@te...> - 2003-08-02 18:18:16
|
1. Apologies for sending my previous query without a subject. 2. More info: I am trying to build hpoj-0.0.1 as downloaded from http://hpoj.sourceforge.net/download/experimental/macosx/. 3. I have a JetDirect 175X box, which I am trying to enable. On Saturday, August 2, 2003, at 11:58 AM, Ken Gordon wrote: > Is there any further development of this thread? I am trying to install > hpoj under Mac OS 10.1.5 to enable me to scan over a network using my > OJ6110. I can install SANE and SNMP, but run into problems with hpoj. I > run configure without par or usb and specify the path to snmp. Then > when I run Make, I get a number of warnings primarily concerning ptal: > > ../../include/ptal.h:330: illegal declaration, missing `;' after `)' > ../../include/ptal.h:351: illegal declaration, missing `;' after `)' > ../../include/ptal.h:357: illegal declaration, missing `;' after `)' > ../../include/ptal.h:366: illegal declaration, missing `;' after `)' > ../../include/ptal.h:373: illegal declaration, missing `;' after `)' > > Then a fatal error: > > gcc -g -O2 -o .libs/ptal-connect ptal_connect-ptal-connect.o > -L/usr/local/src/hpoj-0.0.1/lib/ptal/.libs -lptal > -L/usr/local/src/hpoj-0.0.1/lib/hpojip > -L/usr/local/src/hpoj-0.0.1/lib/ptal > -L/usr/local/src/hpoj-0.0.1/lib/sane > ld: Undefined symbols: > _strtok_r > make[3]: *** [ptal-connect] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > > Before I proceed any further I'd like to know the current state of > play, or get any suggestions from anyone who has managed to get this > running. > > Thank > > Ken Gordon > > >> John et. al., >> >> I found a very recent patch for libusb that I have not >> had a chance to test yet, but I am hopeful that it >> will resolve my most recent issue. >> >> I will get a chance this week to try it out. >> In the meantime I am using the printer only driver to >> use the printing functions. >> >> Regards, >> >> Tim Regovich >> --- John McNulty <john@jm...> wrote: >> > >> > Hi Tim, >> > >> > Are we (OS X users) still in the same state as when >> > you wrote this? >> > I'm at the point of throwing the towel in and buying >> > a dedicated >> > printer. >> > >> > Cheers, >> > >> > John >> > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click- > url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel > > |
From: Tim R. <tre...@ya...> - 2003-08-02 21:43:27
|
Ken, i am still working on the mac os stuff. The source that you downloaded should configure and compile correctly, but I have only tested with 10.2, not 10.1. The current issue is that I am having has to do with libusb and BSD type sockets (all callback and pipe based) losing references. I need to get my learn on for the pipe and callback stuff before I can solve it. i will download what is up there again and try to run .configure on it myself to see what happens. I will keep you posted. Tim --- Ken Gordon <ks...@te...> wrote: > 1. Apologies for sending my previous query without a > subject. > > 2. More info: I am trying to build hpoj-0.0.1 as > downloaded from > http://hpoj.sourceforge.net/download/experimental/macosx/. > > 3. I have a JetDirect 175X box, which I am trying to > enable. > > > On Saturday, August 2, 2003, at 11:58 AM, Ken > Gordon wrote: > > > Is there any further development of this thread? I > am trying to install > > hpoj under Mac OS 10.1.5 to enable me to scan over > a network using my > > OJ6110. I can install SANE and SNMP, but run into > problems with hpoj. I > > run configure without par or usb and specify the > path to snmp. Then > > when I run Make, I get a number of warnings > primarily concerning ptal: > > > > ../../include/ptal.h:330: illegal declaration, > missing `;' after `)' > > ../../include/ptal.h:351: illegal declaration, > missing `;' after `)' > > ../../include/ptal.h:357: illegal declaration, > missing `;' after `)' > > ../../include/ptal.h:366: illegal declaration, > missing `;' after `)' > > ../../include/ptal.h:373: illegal declaration, > missing `;' after `)' > > > > Then a fatal error: > > > > gcc -g -O2 -o .libs/ptal-connect > ptal_connect-ptal-connect.o > > -L/usr/local/src/hpoj-0.0.1/lib/ptal/.libs -lptal > > -L/usr/local/src/hpoj-0.0.1/lib/hpojip > > -L/usr/local/src/hpoj-0.0.1/lib/ptal > > -L/usr/local/src/hpoj-0.0.1/lib/sane > > ld: Undefined symbols: > > _strtok_r > > make[3]: *** [ptal-connect] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all-recursive] Error 1 > > > > Before I proceed any further I'd like to know the > current state of > > play, or get any suggestions from anyone who has > managed to get this > > running. > > > > Thank > > > > Ken Gordon > > > > > >> John et. al., > >> > >> I found a very recent patch for libusb that I > have not > >> had a chance to test yet, but I am hopeful that > it > >> will resolve my most recent issue. > >> > >> I will get a chance this week to try it out. > >> In the meantime I am using the printer only > driver to > >> use the printing functions. > >> > >> Regards, > >> > >> Tim Regovich > >> --- John McNulty <john@jm...> wrote: > >> > > >> > Hi Tim, > >> > > >> > Are we (OS X users) still in the same state as > when > >> > you wrote this? > >> > I'm at the point of throwing the towel in and > buying > >> > a dedicated > >> > printer. > >> > > >> > Cheers, > >> > > >> > John > >> > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are > available now. > > Download today and enter to win an XBOX or Visual > Studio .NET. > > http://aspnet.click- > > > url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > > > _______________________________________________ > > hpoj-devel mailing list > > hpo...@li... > > > https://lists.sourceforge.net/lists/listinfo/hpoj-devel > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Valinotto A. <And...@TI...> - 2004-04-06 08:40:19
|
Hello. I've bought a multifunction HP3020 and I'd like to use it under Linux. = I'm using Mandrake 8.1, so I installed HPOJ 0.90. Printing works fine, but I can't scan. When issueing "ptal-init setup" = the unit is recognized correctly, but any sane-based utility does not = work. Is there anything I could do to improve the situation ? Will 3020 be = supported in the future ? Thanks. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. Should you have any questions, please contact us by replying to Mai...@ti.... Thank you =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
From: Sim H. <si...@no...> - 2004-04-06 13:22:07
|
When I first got my Officejet 5510 I was running Red Hat 9.0, and it was about the same for me. I installed the latest HPOJ and could print but not scan. Once I installed the latest sane backend and front-end stuff from source, the scanning worked. When I moved to Fedora Core 1 the scanning (and HPOJ stuff) worked right out of the box (so to speak). I think I posted asking why it wouldn't work with Red Hat 9.0, and never did figure that out. The versions of SANE I already had were supposed to make everything work. I guess I can't be any more help than everyone was when I had a problem before. :-) Sort of like customer support for most companies: "Have you tried rebooting? OK, then un-install the software and then re-install it. Then reboot." -Sim Valinotto Andrea wrote: >Hello. > >I've bought a multifunction HP3020 and I'd like to use it under Linux. I'm using Mandrake 8.1, so I installed HPOJ 0.90. >Printing works fine, but I can't scan. When issueing "ptal-init setup" the unit is recognized correctly, but any sane-based utility does not work. > >Is there anything I could do to improve the situation ? Will 3020 be supported in the future ? > >Thanks. > > > |
From: Dr. A. S. <And...@Dr...> - 2004-04-06 19:42:25
|
I don't know the HP3020. I had similar problems with the HP3330 and SuSE 9.0, with also ships with HPOJ 0.90. After upgrading to 0.91 everything worked. Am Dienstag, 6. April 2004 10:40 schrieb Valinotto Andrea: > Hello. > > I've bought a multifunction HP3020 and I'd like to use it under Linux. I'm > using Mandrake 8.1, so I installed HPOJ 0.90. Printing works fine, but I > can't scan. When issueing "ptal-init setup" the unit is recognized > correctly, but any sane-based utility does not work. > > Is there anything I could do to improve the situation ? Will 3020 be > supported in the future ? > > Thanks. > > > > ==================================================================== > CONFIDENTIALITY NOTICE > This message and its attachments are addressed solely to the persons > above and may contain confidential information. If you have received > the message in error, be informed that any use of the content hereof > is prohibited. Please return it immediately to the sender and delete > the message. Should you have any questions, please contact us by > replying to Mai...@ti.... Thank you > ==================================================================== > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=Click > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel |
From: <jj...@ya...> - 2004-05-25 16:22:08
|
Hi, I'm new in Linux - just a month or so of experience. I've just ended installing the hpoj software, and I want to share with you some problems I've found during the installation and how I've overcome them. First of all, I use SUSE Linux 9.0 with the following kernel: Linux linux 2.4.21-215-default #1 Tue Apr 27 01:00:43 UTC 2004 i686 i686 i386 GNU/Linux My printer is a HP PSC 1110 all-in-one. I downloaded the package to compile it from source, since the ones available for Suse 9.0 were not compiled for libusb support. I succeeded in compiling - the standard compilation - the hpoj software but I found the following bug: at the end of the proccess - don't remember now whether it was in the 'make install' or before, the compilation succeeded in creating the appropiate scripts for 'ptal-init' in all runlevels except in runlevel2 (/etc/init.d/rc2.d). I did this manually following the instructions you provide in the documentation pages. Since the compilation had created init scripts with the form 'S01ptal-init' in the other runlevels (3 and 5), I assigned the same S and K numbers to the scripts that I created in runlevel2 (S01ptal-init). Then I rebooted the system, and checked whether HP-OfficeJet got started before CUPS. With this, there was no problem. But at the end of the proccess, ptal-mlcd produced the following error: May 24 20:57:18 linux ptal-mlcd: ERROR at ExMgr.cpp:4063, dev=3D<mlc:usb:psc_1100_series@/dev/usb/lp0>, pid=3D743, e=3D20, t=3D1085425038 libusbFindDevice: Couldn't find device! As expected, when I try to communicate with the printer, using the 'ptal-print </dev/null' command, the program gave back "failed" message. But, the somehow stunning thing was that if I 'ptal-init setup' again, the comunication with the printer was made, and I could use all the printer facilities. After some thinking and trying various changes that didn't do anything I found out what was the problem: compilation had charged the scripts files too early, so the libusb modules weren't still charged. I corrected this for all the runlevels (2,3 and 5) and restarted the system. And everything is working!!! The rest of the process was very easy: I used cups to setup the print queue, and followed your instructions for sane. No problems there. I've post you this message because I don't know why the compilation process assigned a '01' start script to ptal-init. (S01ptal-init). I use the standard compilation, that is, no special characteristics. If this is done automatically, I understand that is done this way intentionally to get 'ptal-init' started before CUPS. But, it would be useful to correct this numbers, so that 'ptal-init' started just before CUPS. I hope this would be useful to other users. Thanks a lot. Jos=E9 Juan Gonz=E1lez jj...@ya... P.D: sorry for my english. I am spanish: if I can help translating your page or documentation, just tell... |
From: Matthias S. <mat...@we...> - 2004-07-07 21:14:53
|
Hi Folks, I have used an HP OfficeJet 5110 with hpoj successfully for more than=20 one year on a SuSE Linux 8.2 System with vanilla Kernel Here's what uname -a reports: Linux matze 2.4.20-4GB-athlon #1 Mon Mar=20= 17 17:56:47 UTC 2003 i686 unknown unknown GNU/Linux Then I got a new HP OfficeJet 5510, and since I did that I can not=20 print anymore, even after installing the latest version of hpoj 0.91=20 and hpijs 1.6 I did a complete ptal-init setup which went through ok. here's the diagnostic ptal-device mlc:usb:officejet_5500_series ptal-hp device Model name: officejet 5500 series Model number: Q3435A Serial number: MY418F20Y896 Firmware version: R0036xxNx Firmware datecode: (unavailable) ptal-hp clock Device clock: 7-Jul-2004 23:02:55 The echo service of the device is working as well and I can use the=20 scanner ! But when I try to print I get the following errors in /var/log/messages ----- snip ------ Jul 7 21:17:30 matze ptal-mlcd: SYSLOG at ExMgr.cpp:701,=20 dev=3D<mlc:usb:officejet_5500_series>, pid=3D21110, e=3D2 = ptal-mlcd=20 successfully initialized. Jul 7 21:17:30 matze ptal-printd:=20 ptal-printd(mlc:usb:officejet_5500_series) successfully initialized=20 using /var/run/ptal-printd/mlc_usb_officejet_5500_series*. Jul 7 21:17:36 matze kernel: SuSE-FW-ILLEGAL-TARGET IN=3Dvmnet8 OUT=3D=20= MAC=3D SRC=3D192.168.212.1 DST=3D192.168.212.255 LEN=3D189 TOS=3D0x00 = PREC=3D0x00=20 TTL=3D64 ID=3D3327 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D169 Jul 7 21:17:36 matze kernel: SuSE-FW-ILLEGAL-TARGET IN=3Deth1 OUT=3D = MAC=3D=20 SRC=3D192.168.22.1 DST=3D192.168.22.255 LEN=3D188 TOS=3D0x00 PREC=3D0x00 = TTL=3D64=20 ID=3D3328 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D168 Jul 7 21:17:36 matze kernel: SuSE-FW-DROP-ANTI-SPOOFING IN=3Deth0 OUT=3D=20= MAC=3D SRC=3D192.168.50.1 DST=3D192.168.50.255 LEN=3D181 TOS=3D0x00 = PREC=3D0x00=20 TTL=3D64 ID=3D3329 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D161 Jul 7 21:17:37 matze ptal-mlcd: ERROR at ExMgr.cpp:2469,=20 dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp6>, pid=3D21110, e=3D19 = =20 Couldn't find device: llioOpenOne failed! ----- snip ------- I have then changed the line in the ptal configuration=20 /etc/ptal/mlc:usb:officejet_5500_series to be init.mlcd.append+=3D-device=20= /dev/usb/lp0 Now I don't get any messages anymore, but the ptal-connect -print=20 command still returns failed. When I switch the printer off and on again my current terminal shows=20 the following messages: ----- snip --- ptal-mlcd: ERROR at ExMgr.cpp:2744,=20 dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp0>, pid=3D30270, e=3D19 llioService: llioRead returns -1, expected=3D6! ptal-mlcd: ERROR at ExMgr.cpp:902,=20 dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp0>, pid=3D30270, e=3D19 exClose(reason=3D0x0010) ---- snip ----- It would be great if someone coult help me out here ! Thanks in advance Matthias Schorer Stiftsbogen 31, 81375 M=FCnchen, Germany Tel: +49 89 5796 7923 Fax: + 49 89 5796 7925 Mobile: +49 172 853 5093 |
From: Cory M. <cor...@hp...> - 2004-07-07 21:38:17
|
Did you compile from source or is this an RPM? If source, be sure to install the libusb-devel package prior to compiling... Cory hp linux printing team On Wed, 2004-07-07 at 14:14, Matthias Schorer wrote: > Hi Folks, >=20 > I have used an HP OfficeJet 5110 with hpoj successfully for more than=20 > one year on a SuSE Linux 8.2 System with vanilla Kernel >=20 > Here's what uname -a reports: Linux matze 2.4.20-4GB-athlon #1 Mon Mar=20 > 17 17:56:47 UTC 2003 i686 unknown unknown GNU/Linux >=20 > Then I got a new HP OfficeJet 5510, and since I did that I can not=20 > print anymore, even after installing the latest version of hpoj 0.91=20 > and hpijs 1.6 >=20 > I did a complete ptal-init setup which went through ok. >=20 > here's the diagnostic >=20 > ptal-device > mlc:usb:officejet_5500_series >=20 > ptal-hp device > Model name: officejet 5500 series > Model number: Q3435A > Serial number: MY418F20Y896 > Firmware version: R0036xxNx > Firmware datecode: (unavailable) >=20 >=20 > ptal-hp clock > Device clock: 7-Jul-2004 23:02:55 >=20 > The echo service of the device is working as well and I can use the=20 > scanner ! >=20 > But when I try to print I get the following errors in /var/log/messages >=20 > ----- snip ------ > Jul 7 21:17:30 matze ptal-mlcd: SYSLOG at ExMgr.cpp:701,=20 > dev=3D<mlc:usb:officejet_5500_series>, pid=3D21110, e=3D2 ptal-ml= cd=20 > successfully initialized. Jul 7 21:17:30 matze ptal-printd:=20 > ptal-printd(mlc:usb:officejet_5500_series) successfully initialized=20 > using /var/run/ptal-printd/mlc_usb_officejet_5500_series*. >=20 > Jul 7 21:17:36 matze kernel: SuSE-FW-ILLEGAL-TARGET IN=3Dvmnet8 OUT=3D=20 > MAC=3D SRC=3D192.168.212.1 DST=3D192.168.212.255 LEN=3D189 TOS=3D0x00 PRE= C=3D0x00=20 > TTL=3D64 ID=3D3327 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D169 >=20 > Jul 7 21:17:36 matze kernel: SuSE-FW-ILLEGAL-TARGET IN=3Deth1 OUT=3D MAC= =3D=20 > SRC=3D192.168.22.1 DST=3D192.168.22.255 LEN=3D188 TOS=3D0x00 PREC=3D0x00 = TTL=3D64=20 > ID=3D3328 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D168 >=20 > Jul 7 21:17:36 matze kernel: SuSE-FW-DROP-ANTI-SPOOFING IN=3Deth0 OUT=3D= =20 > MAC=3D SRC=3D192.168.50.1 DST=3D192.168.50.255 LEN=3D181 TOS=3D0x00 PREC= =3D0x00=20 > TTL=3D64 ID=3D3329 DF PROTO=3DUDP SPT=3D631 DPT=3D631 LEN=3D161 >=20 > Jul 7 21:17:37 matze ptal-mlcd: ERROR at ExMgr.cpp:2469,=20 > dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp6>, pid=3D21110, e=3D19 = =20 > Couldn't find device: llioOpenOne failed! > ----- snip ------- >=20 > I have then changed the line in the ptal configuration=20 > /etc/ptal/mlc:usb:officejet_5500_series to be init.mlcd.append+=3D-device= =20 > /dev/usb/lp0 >=20 > Now I don't get any messages anymore, but the ptal-connect -print=20 > command still returns failed. >=20 > When I switch the printer off and on again my current terminal shows=20 > the following messages: >=20 > ----- snip --- > ptal-mlcd: ERROR at ExMgr.cpp:2744,=20 > dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp0>, pid=3D30270, e=3D19 > llioService: llioRead returns -1, expected=3D6! >=20 > ptal-mlcd: ERROR at ExMgr.cpp:902,=20 > dev=3D<mlc:usb:officejet_5500_series@/dev/usb/lp0>, pid=3D30270, e=3D19 > exClose(reason=3D0x0010) > ---- snip ----- >=20 > It would be great if someone coult help me out here ! >=20 > Thanks in advance >=20 > Matthias Schorer >=20 > Stiftsbogen 31, 81375 M=C3=BCnchen, Germany > Tel: +49 89 5796 7923 > Fax: + 49 89 5796 7925 > Mobile: +49 172 853 5093 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 -=20 > digital self defense, top technical experts, no vendor pitches,=20 > unmatched networking opportunities. Visit www.blackhat.com >=20 > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel |
From: Joe P. <joe...@sn...> - 2000-09-26 00:52:10
|
On Mon, 25 Sep 2000, Erik Hendrix wrote: > Hi there, > > First of all a big THANK YOU to the developers for this driver. > > But sadly enough, I'm having some problems getting the driver to work. So > if anyone would be so kind to tell me what to do or what I > did wrong. Thank you. > > I installed : > APSFILTER > A2PS > Ghostscript > and offcourse the 0.6 HPOJ driver > I have no experience with apsfilter or a2ps, but maybe someone here who does could help you. It would be helpful if you could post back giving some extra information such as your operating system type and version, and whether or not your printer daemon is running. If you are using lpd, find it this way: ]$ pidof lpd Do you see any error messages at boot? If so, write them down exactly. Someone will probably be able to help you (at least they'll try), but they seem to have been very busy lately. --------- Joe Piolunek |
From: Joe P. <joe...@sn...> - 2000-09-26 01:19:12
|
On Mon, 25 Sep 2000, Erik Hendrix wrote: <edited for size> > > I installed : > APSFILTER > A2PS > Ghostscript > and offcourse the 0.6 HPOJ driver > > The driver seems to be working fine since I can get the status of > my printer. > But when I try to print something nothing happens. <...> > # APS_BASEDIR:/root/linux/rpms/apsfilter > :if=/root/linux/rpms/apsfilter/filter/aps1-deskjet--auto-default: > :if=/root/linux/rpms/apsfilter/filter/aps2-deskjet--raw: <...> > As far as I can see everything is allright. But it isn`t since I > can`t print. The big question for me now is what did I do wrong? > > Any help is REALLY appreciated. > > Thank you. > Erik: Check to see if apsfilter has been installed in the correct place. It seems unusual to me for new software to be installed under /root. If it doesn't belong there, your trouble could be a permissions problem. -- Joe Piolunek |