source: general/sysutils/modemmanager.xml@ cce66dc4

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since cce66dc4 was cce66dc4, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Tag WebKitGTK+ dependencies prior to working on the update

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