How to disable Modem Manager

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
Simone

How to disable Modem Manager

Post by Simone »

Hi, with recent updates the Network Manager app use Modem Manager plugin, that permit to use external USB modem. If you don't use, want probably disable to avoid resources waste. You can do this disabling the Modem Manager D-BUS interface:

Code: Select all

sudo mv /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service.disabled
Hope can be useful!
peileppe

Re: How to disable Modem Manager

Post by peileppe »

:P I can't understand why, but

Code: Select all

"sudo stop modemmanager"
didn't do anything ; neither

Code: Select all

"echo manual | sudo tee -a /etc/init/modemmanager.override"
but your command worked perfectly!
Thanks it helps
trevva

Re: How to disable Modem Manager

Post by trevva »

I was curious so tried out the following two:

Code: Select all

sudo stop modemmanager
echo manual | sudo tee -a /etc/init/modemmanager.override
Worked perfectly for me.
LM 13 Maya with XFCE on a 32 bit laptop

Mark
Post Reply

Return to “Tutorials”