From: bbales <bb...@co...> - 2004-12-14 16:31:51
|
On Tuesday 14 December 2004 10:39, Till Kamppeter wrote: > You have > > direct ptal:/mlc:usb:psc1200 > > in your "lpinfo -v" output. This means that the old HPOJ is still > running. You must stop HPOJ, otherwise HPLIP will not see your device. > So do (the commands in parentheses if the first commands do not work, > all commands logged in as root): > > chkconfig --del hpoj (or mv /etc/ptal /etc/ptal.orig) > service hpoj stop (or /etc/init.d/hpoj stop) > The first command line, I had to use the one in parentheses: ]# /sbin/chkconfig --del hpoj error reading information on service hpoj: No such file or directory ]# mv /etc/ptal /etc/ptal.orig The second line, neither command seemed to work, but it looks to me that hpoj is stopped: ]# service hpoj stop bash: service: command not found ]# /etc/init.d/hpoj stop bash: /etc/init.d/hpoj: No such file or directory ]# locate hpoj |grep /etc /etc/profile.d/hpoj.sh /etc/profile.d/hpoj.csh ]# ps -ax |grep hpoj 20330 pts/2 S 0:00 grep hpoj ]# ]# /sbin/service hpoj stop hpoj: unrecognized service ]# But after "killall -HUP cupsd," lpinfo -v still doesn't show and hp printer. And neither does localhost:631. ]# /usr/sbin/lpinfo -v network socket direct hp:/no_device_found network http network ipp network lpd direct parallel:/dev/lp0 direct ptal direct scsi serial serial:/dev/ttyS0?baud=115200 > Then do > > killall -HUP cupsd > > and the device should get visible with "hp:/..." in the "lpinfo -v" > output. And then you will be able to create the correct CUPS queue. > > Till > |