From: Till K. <til...@gm...> - 2004-12-14 16:53:08
|
Somehow one needs to get rid of this HPOJ virus. So the best perhaps is to proceed as follows: - Uninstall HPOJ completely - Reboot - While rebooting, turn off and turn on your printer when the computer is in its BIOS self-checks. Run "lpinfo -v" again when the computer has rebooted. Does it still show "direct hp:/no_device_found"? If so, check whether - the device appears in /proc/bus/usb/devices (should be). - "printer" or "usblp" kernel module is loaded. - the daemons of HPLIP are running (processes hpiod and hpssd). Till bbales wrote: > 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 >> > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > https://lists.sourceforge.net/lists/listinfo/hpoj-devel > > |