Quote |
But did the unix way work? |
Code Sample |
# echo "Test OfficeJetK80" > /dev/usb/lp0 [nothing happens] # echo "Test OfficeJetK80" > /dev/usb/lp1 bash: /dev/usb/lp1: No such device # hp-probe --bus=usb HP Linux Imaging and Printing System (ver. 0.9.2) Device Detection (Probe) Utility ver. 1.1 ... Device URI Model ----------------------------------------- ---------------- hp:/usb/OfficeJet_K80?serial=ES0911401VOH HP OfficeJet_K80 |
Quote |
Minimum HPLIP version for officejet g85 is 0.9.5 and debian oldstable has 0.9.2.. |
Code Sample |
if [ "no" = "no" ]; then \ /usr/src/hplip-0.9.5/install-sh -d /etc/hp; \ /usr/bin/install -c -m 644 /usr/share/hplip/hplip.conf /etc/hp; \ if [ -d /etc/init.d ]; then \ /usr/bin/install -c /usr/share/hplip/hplip /etc/init.d; \ if [ "" = "" ]; then \ if [ -x /install_initd ]; then \ /install_initd hplip; \ else \ /chkconfig hplip reset; \ fi \ fi \ fi \ fi /bin/sh: line 1: /chkconfig: No such file or directory make[3]: *** [install-data-hook] Error 127 make[3]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make: *** [install-recursive] Error 1 |