I would like to use my HP OfficeJet Pro 8100 with my freeBSD laptop, but I can't find a ppd file. Is there a way around this?
There are ppd’s for the HP Officejet Pro 8100 ready for use inside the HP Linux Imaging and Printing software. Just download the tar.gz file, extract it, go to the ppd folder.
There are ppd’s for the HP Officejet Pro 8100 ready for use inside the HP Linux Imaging and Printing software. Just download the tar.gz file, extract it, go to the ppd folder.
There are ppd’s for the HP Officejet Pro 8100 ready for use inside the HP Linux Imaging and Printing software. Just download the tar.gz file, extract it, go to the ppd folder.
Are you sure? I see only the hp-laserjet_8100 series....print/hplip...This port includes the ppd for the HP Officejet Pro 8100.
Please look in the hplip-3.16.9/ppd folder:
% find hplip-3.16.9 -name hp-officejet_pro_8100*.ppd.gz
hplip-3.16.9/ppd/hpcups/hp-officejet_pro_8100.ppd.gz
hplip-3.16.9/ppd/hpijs/hp-officejet_pro_8100-hpijs.ppd.gz
The version of hplip available in pkg is 3.16.8, and that didn't like either of those pdd files.
There is a 3.16.9 port available, and I tried "make install clean" with that, but it looks like it installed the old stuff in /usr/local/share/ppd/HP - it didn't install anything in /usr/local/share/ppd/hpcups or /usr/local/share/ppd/hpijs. I tried copying the hpcups and hpijs directories from the tar files to /usr/local/share, and that didn't work.
I may have to wait on the 3.16.9 package.