Results 1 to 1 of 1
What should I do to say PV that rc.M has to be changed if we want to use HP printer-scanner-copier with Slackware?
The hpoj driver that we need to make ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-07-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 2
rc.M and HP multifunction
What should I do to say PV that rc.M has to be changed if we want to use HP printer-scanner-copier with Slackware?
The hpoj driver that we need to make HP multifunction work in Slackware has to be loaded before the printer spooling system.
So /etc/rc.d/rc.M suold look like this
instead of the reverse, as it is now.Code:# Initialize HP Officejet support: if [ -x /etc/rc.d/rc.hpoj ]; then /etc/rc.d/rc.hpoj fi # Start the print spooling system. This will usually be LPRng (lpd) or CUPS. if [ -x /etc/rc.d/rc.cups ]; then # Start CUPS: /etc/rc.d/rc.cups start elif [ -x /etc/rc.d/rc.lprng ]; then # Start LPRng (lpd): . /etc/rc.d/rc.lprng start fi


Reply With Quote
