1
2MODEMMANAGER(8)             System Manager's Manual            MODEMMANAGER(8)
3
4
5

NAME

7       ModemManager - mobile broadband modem management daemon
8
9

SYNOPSIS

11       ModemManager [OPTION...]
12
13

DESCRIPTION

15       ModemManager  provides  a unified high level API for communicating with
16       mobile broadband modems, regardless of the protocol used to communicate
17       with  the  actual  device  (Generic  AT, vendor-specific AT, QCDM, QMI,
18       MBIM...).
19
20       ModemManager is a DBus-based system daemon and is not meant to be  used
21       directly from the command line.
22
23

APPLICATION OPTIONS

25       --no-auto-scan
26              Fully disable udev-based auto-scan looking for devices.
27
28       --initial-kernel-events=<filename>
29              Specify  location  of  the file where the list of initial kernel
30              events is available. The ModemManager daemon will  process  this
31              file on startup.
32
33       --debug
34              Runs  ModemManager  with "DEBUG" log level and without daemoniz‐
35              ing. This is useful for debugging, as it directs log  output  to
36              the controlling terminal in addition to syslog.
37
38       -V, --version
39              Print the ModemManager software version and exit.
40
41       -h, --help
42              Show application options.
43
44

LOGGING OPTIONS

46       --log-level=<level>
47              Sets how much information ModemManager sends to the log destina‐
48              tion (usually syslog's  "daemon"  facility).  By  default,  only
49              informational,  warning,  and  error  messages are logged. Given
50              level must be one of "ERR", "WARN", "INFO" or "DEBUG".
51
52       --log-file=<filename>
53              Specify location of the file where ModemManager  will  dump  its
54              log messages, instead of syslog.
55
56       --log-journal
57              Output log message to the systemd journal.
58
59       --log-timestamps
60              Include absolute timestamps in the log output.
61
62       --log-relative-timestamps
63              Include timestamps, relative to the start time of the daemon, in
64              the log output.
65
66

TEST OPTIONS

68       --test-session
69              Run the ModemManager daemon in the Session bus  instead  of  the
70              System bus.
71
72       --test-enable
73              Enable the Test DBus interface in the daemon.
74
75       --test-plugin-dir=[PATH]
76              Specify  an alternate directory where the daemon should look for
77              vendor plugins.
78
79

AUTHOR

81       Aleksander Morgado <aleksander@aleksander.es>
82
83

SEE ALSO

85       mmcli(8), NetworkManager(8)
86
87
88
89                               5 September 2014                MODEMMANAGER(8)
Impressum