From: Johan L. <j.l...@ch...> - 2000-12-29 07:16:05
|
Hello all, Recently I downloaded the sourcecode hpoj-0.6 for my HP OfficeJet for working with it under RH Linux 6.2. Now I have some problems with the software. I appriciate some help solving these problems. Problem 1. Printqueue stops and LC panel is frozen dead when printing more than one job. When killing the xojpanel process printing resumes normal operation. I cut out some messages for successfully loading the ieeedrivers and the messages where it goes wrong. loading... Dec 29 07:43:54 johan kernel: parport0: PC-style at 0x378 (0x778) [SPP,ECP,ECPEPP,ECPPS2] Dec 29 07:43:54 johan kernel: parport0: detected irq 7; use procfs to enable interrupt-driven operation. Dec 29 07:43:54 johan kernel: parport0: Printer, Hewlett-Packard OfficeJet Series 600 Dec 29 07:43:54 johan kernel: IEEE1284.4 protocol layer for Linux installed Dec 29 07:43:54 johan kernel: ieee12844pp: IEEE1284.4 device found on parport0: Dec 29 07:43:54 johan kernel: Hewlett-Packard OfficeJet Series 600; Dec 29 07:43:54 johan kernel: device registered to IEEE1284.4 protocol layer as link mlcpp0 error... Dec 29 07:58:06 johan kernel: lp0: using parport0 (polling). Dec 29 07:58:45 johan kernel: mlc: mlcpp0: Got MLCError 08 Dec 29 07:58:46 johan lpd[854]: restarting lp Problem 2. I'd like to scan with the OfficeJet so I downloaded the sane sourcecode and applied your patch. I followed your instructions in the documentation. I discovered the two lines: "checking for ptal.h... yes" and "checking for ptalInit in -lptal... yes" while configuring. When I make a test scan with scanimage --test the following errors are reported (I turned on some debug coding): [johan@johan johan]$ scanimage --test [sanei_debug] Setting debug level of hp to 128. [hp] sane_init called ptalInit(): debug level set to 2. ptalInit() ptalDeviceProbe: dev=<mlc:mlcpp0>. ptalDeviceAdd(provider=<mlc>,name=<mlcpp0>): dev=0x0804E5A8. ptalDeviceProbe: dev=<mlc:mlcpp1>. ptalDeviceAdd(provider=<mlc>,name=<mlcpp1>): dev=0x0804E5D0. [hp] sane_init will finish with Success [hp] sane_get_devices called [hp] hp_read_config: hp backend v0.91 starts reading config file [hp] hp_read_config: processing line <mlc:mlcpp0> [hp] hp_read_config: processing line <option connect-ptal> [hp] hp_read_config: attach mlc:mlcpp0 [hp] hp_get_dev: New device mlc:mlcpp0, connect-ptal, scsi-request=0 ptalMlcDeviceOpen(name=<mlcpp0>): found matching dev=0x0804E5A8. ptalChannelAllocate(dev=0x0804E5A8): chan=0x080526A0. ptalChannelSetRemoteService(chan=0x080526A0,serviceType=2,socketID=0,serviceName=<>) [hp] scsi_flush: writing 2 bytes: [hp] 0x0000 1B 45 .E ptalMlcChannelOpen(chan=0x080526A0): error connecting socket! ptalChannelOpen(chan=0x080526A0): provider failed open! [hp] hp_nonscsi_device_new: SCL reset failed [hp] scsi_close: closing fd -1 ptalChannelClose(chan=0x080526A0) [hp] sane_get_devices will finish with Success scanimage: no SANE devices found [hp] sane_exit called [hp] sane_exit will finish [johan@johan johan]$ Is there someone who can tell me what is wrong and what I have to do to solve the problems? Kind regards, Johan Laagland, The Netherlands. |