On 10/13/2015 11:46 AM, Andrei Borzenkov wrote:
I have disabled the service:
# sc status ModemManager ModemManager.service - Modem Manager Loaded: loaded (/usr/lib/systemd/system/ModemManager.service; disabled) Active: inactive (dead)
but still my logs keep filling up...
This is the *EXACT* reason for your logs filling up. Enable it and errors will go away.
No, that is incorrect, it just fills my logs with different messages. Why do you think I started looking for a way to turn the damn thing off to begin with. The modem is not compatible with modem manager and it cannot find a compatible USB device when it is running, so I get those messages instead.
How do I tell 13.1 to "forget about ModemManger, let it rest, drop it already..."
Uninstall NetworkManager
I use NetworkManager, why it is not smart enough to recognize incompatible software modems given that is has been around long enough to mature, is another question altogether.
I guess what I'm properly looking for is "How do I take ModemManager out of the dbus check that is continually running?" Do I delete the .conf file in /etc/dbus-1/system.d/ ? What's the trick?
/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service but it will be back on update.
~/.bashrc mmsvc=/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service [ -f "$mmsvc" ] && sudo rm -f "$mmsvc" Thanks -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org