<br><br>
<div><span class="gmail_quote">On 7/19/07, <b class="gmail_sendername">Robert Thompson</b> <<a href="mailto:the_drbobo@earthlink.net">the_drbobo@earthlink.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have a HP OfficeJet K80xi "all-in-one" USB printer. When I send a<br>file to the printer from a virtual console using the command : lp
<br>"anyfilename", the response is "request ID is HPOJK80-7 (1 file(s)".<br>There is no printer action, no sound, nothing. The printers name is<br>HPOJK80; the -7 is the job number.<br>The command lpstat shows there are a total of 7 jobs in the queue. The
<br>command lpq response is "HPOJK80 is ready and printing", and lists the 7<br>file names. Nothing has ever printed since I switched to CentOS5.<br>The hplip web site (<a href="http://hplip.sourceforge.net/">http://hplip.sourceforge.net/
</a>) tells me to do "rpm<br>-qa hplip" from a virtual console. The result is "hplip-1.6.7-4.1.e15"<br>(driver model installed). The web site table shows any driver later than<br>0.9.5 should work. The hplip web site also states that there are 6
<br>"dependencies": xsane, cups-devel, libjpeg-devel, pyqt, pyqt-devel, and<br>net-snmp-devel. Using the find command (find / -name 'filename' -print)<br>results in 2 hits for xane, 0 hits for the others except libjpeg-devel
<br>which gives the message "/proc/11268: No such file or directory". My<br>conclusion is there are 5 missing files, probably cups-devel is the most<br>important. Where can I find the missing files? How do I know where to
<br>put them?<br>While I am not sure that "system-config-printer" was run correctly, I am<br>going to concentrate on the missing dependencies. Any help would be<br>appreciated. Thanks in advance. Bob T.<br>_______________________________________________
<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div>
<div> </div>
<div>yum list missing-package-* and then yum -y install missing-package-* would somehow ease the pain.<br> </div>