From: Tom <trh...@su...> - 2000-10-01 05:02:39
|
Hi there, I finally got my (clunky) OfficeJet G85! I did try to faithfully follow the SCAN_HOWTO, and things make just fine. However, when I try scanimage --test I get: % scanimage --test ptalMlcChannelOpen(chan=0x08052C48): error creating socket! ptalChannelOpen(chan=0x08052C48): provider failed open! scanimage: no SANE devices found % scanimage -d hp:mlc:mlcpp0 --test ptalMlcChannelOpen(chan=0x08052C48): error creating socket! ptalChannelOpen(chan=0x08052C48): provider failed open! ptalMlcChannelOpen(chan=0x08052C48): error creating socket! ptalChannelOpen(chan=0x08052C48): provider failed open! scanimage: open of device hp:mlc:mlcpp0 failed: Error during device I/O And with debugging turned on: % scanimage -d hp:mlc:mlcpp0 --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=0x0804EB40. ptalDeviceProbe: dev=<mlc:mlcpp1>. ptalDeviceAdd(provider=<mlc>,name=<mlcpp1>): dev=0x0804EB78. [hp] sane_init will finish with Success [hp] sane_open 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=0x0804EB40. ptalChannelAllocate(dev=0x0804EB40): chan=0x08052C48. ptalChannelSetRemoteService(chan=0x08052C48,serviceType=2,socketID=0,serviceName=<>) [hp] scsi_flush: writing 2 bytes: [hp] 0x0000 1B 45 .E ptalMlcChannelOpen(chan=0x08052C48): error creating socket! ptalChannelOpen(chan=0x08052C48): provider failed open! [hp] hp_nonscsi_device_new: SCL reset failed [hp] scsi_close: closing fd -1 ptalChannelClose(chan=0x08052C48) ptalChannelClose(chan=0x08052C48): not open! [hp] hp_get_dev: New device mlc:mlcpp0, connect-ptal, scsi-request=0 ptalMlcDeviceOpen(name=<mlcpp0>): found matching dev=0x0804EB40. [hp] scsi_flush: writing 2 bytes: [hp] 0x0000 1B 45 .E ptalMlcChannelOpen(chan=0x08052C48): error creating socket! ptalChannelOpen(chan=0x08052C48): provider failed open! [hp] hp_nonscsi_device_new: SCL reset failed [hp] scsi_close: closing fd -1 ptalChannelClose(chan=0x08052C48) ptalChannelClose(chan=0x08052C48): not open! scanimage: open of device hp:mlc:mlcpp0 failed: Error during device I/O [hp] sane_exit called [hp] sane_exit will finish Any ideas? I'm running on a Mondrake system (~RedHat) kernel 2.2.14-15mdk, the HPOJ is hooked up to the parallel port (BTE is there anything special needed to use the USB?), printing works fine. Tom |