From: Joe P. <joe...@sn...> - 2005-02-10 14:31:33
|
On Thursday 10 February 2005 07:55, =D8yvind Hagen wrote: > I tried using only hplip, but then neither printing nor scanning worked. > Since there was a conflict between hplip and hpoj in debian, I had to > download the sources for hplip. I then tried to use hpoj for scanning > and printing, which worked just fine. The device URI is > "ptal:/hpjd:192.168.2.205" and the printer is "hprint". I then tried: > > root:/usr/local/share/hplip# ./photo -phprint > HP Linux Imaging and Printing System (ver. 0.8.8) > Photo Card Access Utility ver. 3.0 > Copyright (c) 2003-4 Hewlett-Packard Development Company, LP > This software comes with ABSOLUTELY NO WARRANTY. > This is free software, and you are welcome to distribute it > under certain conditions. See COPYING file for more details. > > [WARNING]: Malformed/non-HP URI: ptal:/hpjd:192.168.2.205 It looks like you haven't set up a new queue for use with hplip. Assuming y= ou=20 use CUPS, in the cups browser interface, choose device "AppSocket/Hp=20 JetDirect", then enter a device URI that hplip understands. Supposedly you= =20 can find the correct URI by running hplip]$ /usr/share/hplip/probe -bnet (with the printer on) =46or some reason, I haven't yet been able to use hplip/probe on my system = (even=20 with iptables stopped). If you can't get it to work for you, try using this= =20 device URI in CUPS: hp:/net/Photosmart_2600_series?ip=3D192.168.x.x (use your printer's IP addr= ess) If you want to leave hpoj installed, you will need to stop it before starti= ng=20 hplip, because they cannot be run at the same time. On my FC1 system: ]# /etc/init.d/ptal-init stop ]# /etc/init.d/hplip start I have hplip start at boot instead of hpoj: ]# /sbin/chkconfig --del ptal-init ]# /sbin/chkconfig --add hplip A further note: I just installed the latest hplip (0.8.8) and am having som= e=20 trouble with it. hplip-0.8.7 works pretty well for me, though there are a f= ew=20 issues here that may or may not be related to my system (mis?)configuration. I'm interested in hearing your results. =2D-=20 Joe Piolunek |