Hi


On Thu, Dec 20, 2012 at 11:59 AM, Dr. Michael J. Chudobiak  wrote:

It is possible to disable modem-manager (but not remove it, if you need NM). Delete this file:

/usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service

Never do that.  It won't serve the purpose since any update will pull it right back in.  If you can't remove a package because of dependency but want to be sure to keep it disabled, use systemctl mask <servicename.service> instead and in this case, it really shouldn't be necessary to do that since it only gets started by NetworkManager if you try to establish a new connection using any modem, in-built or otherwise.  It is also a very small dependency.

Rahul