肖恩D++
Not Equal C && !=C && 不等于西
-
Fix HP LaserJet 1018/1020 not printing issue in Ubuntu 14.04
Posted on April 16th, 2015 4 commentsAfter I upgraded Ubuntu to 14.04 LTS, the HP LaserJet 1020 printer stopped working mysteriously, whatever print job sent to the print, it returns “job completed”, but has nothing to print out. I noticed the HPLIP driver has been used for the printer by default, but it didn’t work either even I changed the driver to foo2zjs via CUPS web interface.
After googled quite a while, I finally figured out that the foo2zjs package included in Ubuntu has some issues, as well as the HPLIP package. I decided to remove both of them out, and use the correct foo2zjs driver. See below for how:- Remove HPLIP package (if you had installed it manually, refer here for uninstall)
1sudo apt-get remove hplip - Get and install foo2zjs package from official site
12345678sudo apt-get install build-essential tix foomatic-filters groff dcwget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gztar zxf foo2zjs.tar.gzcd foo2zjsmakesudo make installsudo make install-hotplugsudo make cups - Get HP LaserJet 1020 firmware files, and copy the files to system firmware folder. (use “1018” instead of “1020” for LaserJet 1018 printer)
12./getweb 1020sudo cp sihp1020.* /lib/firmware/hp/ - Installing “foomatic-filters” may remove some CUPS packages, you can reinstall the CUPS or do it when you have problem in step 6
1sudo apt-get -y install cups - Reboot PC and printer
- Access the CUPS web interface “http://localhost:631” to add HP printer by using foo2zjs drivers
2,466 views - Remove HPLIP package (if you had installed it manually, refer here for uninstall)
Recent Comments