LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ptal-init loading at startup (https://www.linuxquestions.org/questions/linux-software-2/ptal-init-loading-at-startup-236481/)

mykrob 09-28-2004 11:27 PM

ptal-init loading at startup
 
Hey-
to enable the scanner on my HP PSC1210 printer/scanner/copier, i need to manually type in as root "ptal-init start", then to switch back to print mode, i do "ptal-init stop". It seems to be loading started by default. ANy idea how to make it not load automatically? I use the printer a lot more than i do the scanner.

thanks,
-myk

UsualTuxpect 09-28-2004 11:40 PM

try putting "ptal-init stop" in ur /etc/rc.local

and restart ur system..

see if it stopped

mykrob 09-29-2004 06:34 AM

i don't seem to have this file. Perhaps its something different for Suse?

-myk

dustu76 09-29-2004 07:05 AM

Try:

Code:

chkconfig --list ptal-init
If ptal-init features in it, then issue:

Code:

chkconfig --level 2345 ptal-init off
This would disable the service startup in levels 2,3,4 & 5. Check the man page for your exact requirement.

In case your dont have chkconfig, try checking netsysv for service management.

HTH.


All times are GMT -5. The time now is 09:45 PM.