Hey, > > > > I am trying to get a UART connected modem working with Modem Manager. > > > > When I run ModemManager in Debug I get this error > > > > Could not acquire the 'org.freedesktop.ModemManager1' service name > >
You need to stop the system-managed ModemManager before you run your own instance in debug mode; try: $ sudo systemctl stop ModemManager $ sudo /usr/sbin/ModemManager --debug See https://www.freedesktop.org/wiki/Software/ModemManager/Debugging/ -- Aleksander https://aleksander.es _______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
