Hello,
I'm trying to stabilize an lmce1004 system which I just installed.
With every bootup I get a flood of Media Plug-in scripts that are running and overloading the system.
Scripts like HAI_Omni_RS232.sh
I want to stabilize the boot up sequence by disabling these scripts first. Later on, I can add them as needed.
I tried to disable some of services by doing:
update-rc.d -f mediatomb remove
update-rc.d -f update-media remove
update-rc.d -f asterisk remove
(I could not find a mythtv-backend service in /etc/init.d/)
But the Plug and play detection scripts keep running with every bootup.
How can I disable the plug and play devices / services and the mythtv-backend service, so that they don't run during bootup?
Thanks,
Avner