Page 19 of 22

Posted: Tue 05 Jul 2016, 00:53
by rcrsn51
You didn't state which Puppy you are using, but the newest version of the gensys backend is here. Try adding the USB ID code to this one.

If it doesn't work, I can build the development version for you.

Please post your next message in the other thread.

HP 6200s OFFICE JET ALL IN ONE - scanner not working

Posted: Tue 19 Jul 2016, 18:28
by tenochslb
sane log:

Code: Select all

root# sane-find-scanner -verbose
This is sane-find-scanner from sane-backends 1.0.26git

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

searching for SCSI scanners:
checking /dev/scanner... failed to open (Invalid argument)
checking /dev/sg0... failed to open (Invalid argument)
checking /dev/sg1... failed to open (Invalid argument)
 /dev/sg2... failed to open (Invalid argument)
checking /dev/sg3... failed to open (Invalid argument)
checking /dev/found USB scanner (vendor=0x03f0 [HP], product=0x4b11 [Officejet 6200 series]) at libusb:002:005
could not fetch string descriptor: Pipe error
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
done... failed to open (Invalid argument)
checking /dev/sg5... failed to open (Invalid argument)
checking /dev/sg6... failed to open (Invalid argument)
checking /dev/sg7... failed to open (Invalid argument)
checking /dev/sg8... failed to open (Invalid argument)
checking /dev/sg9... failed to open (Invalid argument)
checking /dev/sga... failed to open (Invalid argument)
checking /dev/sgb... failed to open (Invalid argument)
checking /dev/sgc... failed to open (Invalid argument)
checking /dev/sgd... failed to open (Invalid argument)
checking /dev/sge... failed to open (Invalid argument)
checking /dev/sgf... failed to open (Invalid argument)
checking /dev/sgg... failed to open (Invalid argument)
checking /dev/sgh... failed to open (Invalid argument)
checking /dev/sgi... failed to open (Invalid argument)
checking /dev/sgj... failed to open (Invalid argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Invalid argument)
checking /dev/sgv... failed to open (Invalid argument)
checking /dev/sgw... failed to open (Invalid argument)
checking /dev/sgx... failed to open (Invalid argument)
checking /dev/sgy... failed to open (Invalid argument)
checking /dev/sgz... failed to open (Invalid argument)
  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

searching for USB scanners:
checking /dev/usb/scanner... failed to open (Invalid argument)
checking /dev/usb/scanner0... failed to open (Invalid argument)
checking /dev/usb/scanner1... failed to open (Invalid argument)
checking /dev/usb/scanner2... failed to open (Invalid argument)
checking /dev/usb/scanner3... failed to open (Invalid argument)
checking /dev/usb/scanner4... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner7... failed to open (Invalid argument)
checking /dev/usb/scanner8... failed to open (Invalid argument)
checking /dev/usb/scanner9... failed to open (Invalid argument)
checking /dev/usb/scanner10... failed to open (Invalid argument)
checking /dev/usb/scanner11... failed to open (Invalid argument)
checking /dev/usb/scanner12... failed to open (Invalid argument)
checking /dev/usb/scanner13... failed to open (Invalid argument)
checking /dev/usb/scanner14... failed to open (Invalid argument)
checking /dev/usb/scanner15... failed to open (Invalid argument)
checking /dev/usbscanner... failed to open (Invalid argument)
checking /dev/usbscanner0... failed to open (Invalid argument)
checking /dev/usbscanner1... failed to open (Invalid argument)
checking /dev/usbscanner2... failed to open (Invalid argument)
checking /dev/usbscanner3... failed to open (Invalid argument)
checking /dev/usbscanner4... failed to open (Invalid argument)
checking /dev/usbscanner5... failed to open (Invalid argument)
checking /dev/usbscanner6... failed to open (Invalid argument)
checking /dev/usbscanner7... failed to open (Invalid argument)
checking /dev/usbscanner8... failed to open (Invalid argument)
checking /dev/usbscanner9... failed to open (Invalid argument)
checking /dev/usbscanner10... failed to open (Invalid argument)
checking /dev/usbscanner11... failed to open (Invalid argument)
checking /dev/usbscanner12... failed to open (Invalid argument)
checking /dev/usbscanner13... failed to open (Invalid argument)
checking /dev/usbscanner14... failed to open (Invalid argument)
checking /dev/usbscanner15... failed to open (Invalid argument)
found USB scanner (vendor=0x03f0 [HP], product=0x4b11 [Officejet 6200 series]) at libusb:002:005
could not fetch string descriptor: Pipe error
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
done
[/img]

Posted: Tue 19 Jul 2016, 20:39
by rcrsn51
SANE discovered the USB device. But have you installed a driver for it, like hplip_scan from the main page?

Tahrpup has SANE v1.0.23. It works fine with HPLIP. Installing a new SANE version just complicates matters.

What does the "scanimage -L" command say?

Posted: Wed 20 Jul 2016, 00:02
by tenochslb
rcrsn51 wrote: What does the "scanimage -L" command say?

It tells me that no devices were found. Yes I installed the printer and scanner pets from here:

http://www.mediafire.com/download/2uw6a ... 3.16.5.pet

printing works fine and it does use the hplite driver.

Posted: Wed 20 Jul 2016, 00:32
by rcrsn51
tenochslb wrote:printing works fine and it does use the hplite driver.
Just to be clear, do you mean the hplip_print PET from here or the hplite package from another section?

Posted: Wed 20 Jul 2016, 00:42
by tenochslb
to be clear, do you mean the hplip_print PET from here or the hplite package from another section?
http://www.mediafire.com/download/hk4um ... 3.16.5.pet

Those pets are installed in my system

Posted: Wed 20 Jul 2016, 00:56
by rcrsn51
First of all, sane-find-scanner is broken in Tahrpup 605. Is that why you installed SANE v1.0.26?

But hplip_scan v3.16.5 is definitely working with my HP models.

Because you have now made a number of changes, it's impossible to know what's going on. I would recommend a fresh install of Tahpup that reverts to the original SANE.

Then install the hplip_scan PET and check with scanimage -L.

If you want a working sane-find-scanner, pull it out of a Slacko.

Posted: Wed 20 Jul 2016, 01:05
by tenochslb
rcrsn51 wrote:First of all, sane-find-scanner is broken in Tahrpup 605. Is that why you installed SANE v1.0.26?

But hplip_scan v3.16.5 is definitely working with my HP models.

Because you have now made a number of changes, it's impossible to know what's going on. I would recommend a fresh install of Tahpup that reverts to the original SANE.

Then install the hplip_scan PET and check with scanimage -L.

If you want a working sane-find-scanner, pull it out of a Slacko.
Thanks I Will Try it and report back.

Posted: Wed 20 Jul 2016, 01:52
by rcrsn51
Your Officejet 6200s looks like a standard model and the scanner should work. Have you tried it with other Linuxes?

Posted: Wed 20 Jul 2016, 23:27
by tenochslb
It worked. My packages broke the sane backend. At the beginning I tried sane-find-scanner and did not detect anything so then I decided to compile a newer version, everything spiraled downward from there. I did not try to get the hp drivers until I had already tried to use the newer version of sane
https://postimg.org/image/6s19kivif

OP links broken at mediafire

Posted: Sun 18 Sep 2016, 22:26
by fitch
as title says - the links appear to be broken from mediafire... the link i was specifically interested in is/was the tahrpup64 combo hplip printer/scanner...

if there is going to be an update anyways - is there any way to get the latest/greatest version ? ie - i think it is the 3.16-series rather than the 3.15 series now... otoh, my printer/scanner is fairly old and so it does not need the latest/greatest to work, i assume (hp officejet 4500 g-z somesuch)...

tia, h.

Posted: Sun 18 Sep 2016, 22:59
by Semme
Appear nothing. They ARE.

Hmm.. Bill's last post?

Unless someone provides a pkg via PM or link, you're SOL Mate!

hplip download site

Posted: Mon 19 Sep 2016, 17:00
by sszindian
@rcrsn51

Wanted to try your hplip_print-3.16.5.pet and hplip_san-3.16.5.pet for the new 64-bit Slacko but your site hasn't been working for a week now? I guess you know by now the new 64-bit has a print problem, hopefully your .pet's will correct things?

>>>---Indian------>

Posted: Tue 27 Sep 2016, 09:26
by steve-cr
I' very worried because I buyed HP LaserJet Pro MFP M127fs and I cannot print with Puppy slacko...
CUPS 1.4.8 worked fine with other printer Lexmark
Now I have :
HP LaserJet Pro MFP m127fs, hpcups 3.16.8, requires proprietary plugin
in Location Make and Model column
and when I try to print I can read in State column:
processing since
mar 27 set 2016 11:21:13 CEST
"/usr/lib/cups/filter/hpcups failed"

Please help me !!!

Posted: Tue 27 Sep 2016, 09:34
by steve-cr
Now I tryed extracting PPD file to HPLIP

HP LaserJet Pro MFP m127fs hpijs, 3.16.8, requires proprietary plugin (color, 2-sided printing)

but when I try I have

processing since
mar 27 set 2016 11:32:38 CEST
"Connected to printer..."

and after half minute disappear and I have No Jobs

Same if I connect with USB. In CUPS I found printer but doesn't works

Posted: Wed 28 Sep 2016, 10:57
by LeithR
I'm about to start using the HP laserjet Pro 200 Colour MFP, I have HPlip and HP scan installed for my HP Deskjet F2480, its been working well for a couple of years now. Do I need to install foo2xxx_rcrsn.pet to get the Pro 200 working. My distro is Slacko 5.9.3.

Posted: Sat 01 Oct 2016, 07:14
by LeithR
I'm bumping my post as I've not had a reply. Any body?

not able to get hplip_*-3.16

Posted: Sat 01 Oct 2016, 08:19
by mpierrat25
I'm not able to download hplip as mentioned in this post ( deleted ? not undertsanding ?)
The latest hplip_print-3.16.5.pet can be downloaded here. Click the small green DOWNLOAD box.
Code:
847da256f12b575596529eaae4b1bad4 hplip_print-3.16.5.pet

The hplip_scan-3.16.5.pet is here. Click the small green DOWNLOAD box.
Code:
fac1185b4a6efae3000a617bcbefe33a hplip_scan-3.16.5.pet
please precise or give me a other link

How to Install Your Printer/Scanner in Puppy

Posted: Tue 20 Dec 2016, 00:04
by Sky Aisling
Hello Rcrsn51,
Update: I have built a 64bit version of HPLIP specifically for Tahrpup64. This is a combo print/scan package . Download it here.
Code:
e0936e8883891fe0f2acf1cd67c95ff0 hplip_print_scan_tahr64-3.15.9.pet
Mediafire says file not there. Is there an alternative site to find this .pet?

Thank you for your response in advance.

Sky

Posted: Tue 20 Dec 2016, 04:54
by perdido
rcrsn51 has been mia for a few months, hope he returns.

Pet here, same md5 checksum.

http://www.murga-linux.com/puppy/viewto ... 95f2180190