source: general/sysutils/modemmanager.xml@ 2bca1813

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2bca1813 was 2bca1813, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to libqmi-1.26.4
Update to ModemManager-1.14.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23658 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.8 KB
RevLine 
[5b8f578d]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY ModemManager-download-http "https://www.freedesktop.org/software/ModemManager/ModemManager-&ModemManager-version;.tar.xz">
[5b8f578d]8 <!ENTITY ModemManager-download-ftp " ">
[2bca1813]9 <!ENTITY ModemManager-md5sum "3a4a94376ca6e8dbfb964394022f7a0e">
10 <!ENTITY ModemManager-size "2.3 MB">
11 <!ENTITY ModemManager-buildsize "138 MB (with tests)">
[6aa4b2e8]12 <!ENTITY ModemManager-time "0.5 SBU (Using parallelism=4; with tests)">
[5b8f578d]13]>
14
[7d64567]15<sect1 id="ModemManager" xreflabel="ModemManager-&ModemManager-version;">
[5b8f578d]16 <?dbhtml filename="ModemManager.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>ModemManager-&ModemManager-version;</title>
24
25 <indexterm zone="ModemManager">
26 <primary sortas="a-ModemManager">ModemManager</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ModemManager</title>
31
32 <para>
33 <application>ModemManager</application> provides a unified high level
34 API for communicating with mobile broadband modems, regardless of the
35 protocol used to communicate with the actual device.
36 </para>
37
[62c0ce6]38 &lfs10_checked;
[5b8f578d]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&ModemManager-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&ModemManager-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &ModemManager-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &ModemManager-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &ModemManager-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &ModemManager-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">ModemManager Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libgudev"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
[51dfb3e]83 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
[5b8f578d]84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="libmbim"/>,
86 <xref linkend="libqmi"/>,
87 <xref linkend="polkit"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/ModemManager"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of ModemManager</title>
103
104 <para>
105 Install <application>ModemManager</application> by running the following
106 commands:
107 </para>
108
[51dfb3e]109<screen revision="sysv"><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --localstatedir=/var \
112 --disable-static \
113 --with-systemd-journal=no \
114 --with-systemd-suspend-resume &amp;&amp;
[5b8f578d]115make</userinput></screen>
116
[0e107e3]117<screen revision="systemd"><userinput>./configure --prefix=/usr \
[6d3a3af]118 --sysconfdir=/etc \
119 --localstatedir=/var \
[dbb8c43]120 --with-systemd-journal \
121 --with-systemd-suspend-resume \
[6d3a3af]122 --disable-static &amp;&amp;
123make</userinput></screen>
124
[5b8f578d]125 <para>
126 To test the results, issue: <command>make check</command>.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138
139 <title>Command Explanations</title>
140
[51dfb3e]141 <para>
[dbb8c43]142 <parameter>--with-systemd-suspend-resume</parameter>: This
[51dfb3e]143 switch forces <application>ModemManager</application> to use the
144 <phrase revision="sysv"><application>elogind</application></phrase>
145 <phrase revision="systemd"><application>systemd</application></phrase>
[6d3a3af]146 power management facilities.
147 </para>
148
[51dfb3e]149 <para>
[dbb8c43]150 <parameter>--with-systemd-journal</parameter>: This switch forces
[51dfb3e]151 <application>ModemManager</application>
152 <phrase revision="sysv">not</phrase> to use the systemd journal for
[dbb8c43]153 logging.
154 </para>
155
[5b8f578d]156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/static-libraries.xml"/>
158
159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="../../xincludes/gtk-doc-rebuild.xml"/>
161
162 </sect2>
[30ad1f9]163 <sect2 role="configuration" revision="systemd">
[5b8f578d]164 <title>Configuring ModemManager</title>
165
166 <sect3 id="ModemManager-init">
167 <title>Systemd Units</title>
168
169 <para>
170 To start the <command>ModemManager</command> daemon at boot, enable
171 the previously installed systemd unit by running the following command
172 as the <systemitem class="username">root</systemitem> user:
173 </para>
174
175 <indexterm zone="ModemManager ModemManager-init">
176 <primary sortas="f-ModemManager">ModemManager</primary>
177 </indexterm>
178
179<screen role="root"><userinput>systemctl enable ModemManager</userinput></screen>
180
181 </sect3>
182
183 </sect2>
184
185 <sect2 role="content">
186 <title>Contents</title>
187
188 <segmentedlist>
189 <segtitle>Installed Programs</segtitle>
190 <segtitle>Installed Libraries</segtitle>
191 <segtitle>Installed Directories</segtitle>
192
193 <seglistitem>
194 <seg>
195 mmcli and ModemManager
196 </seg>
197 <seg>
198 libmm-glib.so
199 </seg>
200 <seg>
201 /usr/include/libmm-glib,
202 /usr/include/ModemManager,
203 /usr/lib/ModemManager,
[64b3927]204 /usr/share/ModemManager,
[5b8f578d]205 /usr/share/gtk-doc/html/libmm-glib, and
206 /usr/share/gtk-doc/html/ModemManager
207 </seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="mmcli">
217 <term><command>mmcli</command></term>
218 <listitem>
219 <para>
220 is an utility used to control and monitor the
221 <application>ModemManager</application>.
222 </para>
223 <indexterm zone="ModemManager mmcli">
224 <primary sortas="b-mmcli">mmcli</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="ModemManager-prog">
230 <term><command>ModemManager</command></term>
231 <listitem>
232 <para>
233 is a <application>D-Bus</application> service used
234 to communicate with modems.
235 </para>
236 <indexterm zone="ModemManager ModemManager-prog">
237 <primary sortas="b-ModemManager">ModemManager</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="libmm-glib">
243 <term><filename class="libraryfile">libmm-glib.so</filename></term>
244 <listitem>
245 <para>
246 contains API functions for communicating with mobile broadband
247 modems, regardless of the protocol used to communicate with
248 the actual device.
249 </para>
250 <indexterm zone="ModemManager libmm-glib">
251 <primary sortas="c-libmm-glib">libmm-glib.so</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 </variablelist>
257
258 </sect2>
259
260</sect1>
Note: See TracBrowser for help on using the repository browser.