Available languages= [[https://wiki.ubuntu.com/DebuggingModemmanager_it| Italiano]], == Get Debug Logs == '''Important''': please '''do not''' pack (tar, zip, etc.) or compress the log files before uploading to launchpad. Just attach them as they are produced - this makes it easier for developers and triagers. Follow the upstream instuctions [[https://www.freedesktop.org/wiki/Software/ModemManager/Debugging/]] except redirect the logs to files with 2>&1 | tee /tmp/unique-name.log.txt. {{{ #So for example, this sudo /usr/sbin/NetworkManager --debug --log-level=DEBUG #Becomes sudo /usr/sbin/NetworkManager --debug --log-level=DEBUG 2>&1 | tee /tmp/nm.log.txt }}} ---- CategoryDebugging