From: Till K. <til...@gm...> - 2004-12-14 15:35:56
|
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) 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 bbales wrote: > On Tuesday 14 December 2004 10:09, Till Kamppeter wrote: > >>What is the output of "lpinfo -v" (you must be loggen in as root)? >> > > > Output of lpinfo -v is below. > > >>Which program do you use to set up a print queue? Perhaps you should try >>also the web interface on http://localhost:631/ >> >> Till > > > Yes, I do use the http://localhost:631 to set up the queue. Just like the > instructions at sourceforge.net/install.php#usb. > > >>bbales wrote: >> >>>Yes, I tried to do all of the install in the order specified. Just now I >>>deleted the printers and repeated from killall -HUP cupsd and still get >>>the same result. >>> >>>It doesn't ask for name or root password and the device dropdown list >>>doesn't have this printer -- just "hp_no_device_found." >>> >>>Does PyQt have anything to do with this stage of operation or is it just >>>for the gui printer setup? >>>bruce > > > [root@betty PyQt-x11-gpl-3.13]# /usr/sbin/lpinfo -v > network socket > direct hp:/no_device_found > network http > network ipp > network lpd > direct parallel:/dev/lp0 > direct ptal:/mlc:usb:psc1200 > direct scsi > serial serial:/dev/ttyS0?baud=115200 > serial serial:/dev/ttyS1?baud=115200 > serial serial:/dev/ttyS2?baud=115200 > serial serial:/dev/ttyS3?baud=115200 > serial serial:/dev/ttyS4?baud=115200 > serial serial:/dev/ttyS5?baud=115200 > serial serial:/dev/ttyS6?baud=115200 > serial serial:/dev/ttyS7?baud=115200 > serial serial:/dev/ttyS8?baud=115200 > serial serial:/dev/ttyS9?baud=115200 > serial serial:/dev/ttyS10?baud=115200 > serial serial:/dev/ttyS11?baud=115200 > serial serial:/dev/ttyS12?baud=115200 > serial serial:/dev/ttyS13?baud=115200 > serial serial:/dev/ttyS14?baud=115200 > serial serial:/dev/ttyS15?baud=115200 > serial serial:/dev/ttyS16?baud=115200 > serial serial:/dev/ttyS17?baud=115200 > serial serial:/dev/ttyS18?baud=115200 > serial serial:/dev/ttyS19?baud=115200 > serial serial:/dev/ttyS20?baud=115200 > serial serial:/dev/ttyS21?baud=115200 > serial serial:/dev/ttyS22?baud=115200 > serial serial:/dev/ttyS23?baud=115200 > serial serial:/dev/ttyS24?baud=115200 > serial serial:/dev/ttyS25?baud=115200 > serial serial:/dev/ttyS26?baud=115200 > serial serial:/dev/ttyS27?baud=115200 > serial serial:/dev/ttyS28?baud=115200 > serial serial:/dev/ttyS29?baud=115200 > serial serial:/dev/ttyS30?baud=115200 > serial serial:/dev/ttyS31?baud=115200 > direct usb:/dev/usb/lp0 > direct usb:/dev/usb/lp1 > direct usb:/dev/usb/lp2 > direct usb:/dev/usb/lp3 > direct usb:/dev/usb/lp4 > direct usb:/dev/usb/lp5 > direct usb:/dev/usb/lp6 > direct usb:/dev/usb/lp7 > direct usb:/dev/usb/lp8 > direct usb:/dev/usb/lp9 > direct usb:/dev/usb/lp10 > direct usb:/dev/usb/lp11 > direct usb:/dev/usb/lp12 > direct usb:/dev/usb/lp13 > direct usb:/dev/usb/lp14 > direct usb:/dev/usb/lp15 > [root@betty PyQt-x11-gpl-3.13]# > > |