On Sat, Feb 05, 2005 at 10:56:12PM +0000, Ian bell wrote:
Chris Green wrote:
On Sat, Feb 05, 2005 at 06:50:24PM +0000, Ian bell wrote:
snip
Have you run ptal-init setup?
As I understand it HPLIP replaces ptal-init. I have run the HPLIP startup, it's in my rc.d directory startup stuff:-
rc.hplip startup
... and it runs OK.
You also need to make sure this script runs BEFORE the cups daemon is started.
Yes, I have done that too. In /etc/rc.d/rc.M:-
# Start the HP driver hplip. if [ -x /etc/rc.d/rc.hplip ]; then /etc/rc.d/rc.hplip restart fi
# Start the print spooling system. This will usually be LPD or CUPS. if [ -x /etc/rc.d/rc.cups ]; then # Start CUPS: /etc/rc.d/rc.cups start elif [ -x /usr/sbin/lpd ]; then # Start LPD: echo "Starting the line printer daemon: /usr/sbin/lpd" /usr/sbin/lpd fi