We have a possible fix. You will need to make the fix in the hplip source
directory, and then re-install HPLIP per the instructions below. Please
test and provide any comments. We'll be pushing a patch soonish. Thanks
for your assistance.
Go to the hplip source directory, (ie; cd ~/hplip-2.7.6)
Edit the file /prnt/hpijs/djgenericvip.h (ie; nano
/prnt/hpijs/djgenericvip.h)
Add to line 55: virtual DATA_FORMAT GetDataFormat() { return RASTER_STRIP; }
So it should look exactly like: (minus the ..[snip]..)
...[snip]...
//! Returns TRUE if a hagaki feed is present in printer.
virtual BOOL HagakiFeedPresent(BOOL bQueryPrinter);
virtual DATA_FORMAT GetDataFormat() { return RASTER_STRIP; }
#ifdef APDK_AUTODUPLEX
//!Returns TRUE if duplexer and hagaki feed (combined) unit is present
in printer.
...[snip]...
then:
cd ../..
sudo make uninstall
make clean
make
sudo make install
You shouldn't have to remove and re-configure your printers.
Your instructions may vary depending on your distro, but this should point
you in the right direction.
Print away!
Aaron
--
I don't care, I'm still free. You can't take the sky from me. - Firefly
"Reality is merely an illusion, albeit a very persistent one." - Einstein
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help