source: general/sysutils/udev-extras.xml@ b5404468

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b5404468 was b5404468, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Tags.

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

  • Property mode set to 100644
File size: 8.6 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 systemd-download-http "http://www.freedesktop.org/wiki/Software/systemd/">
8 <!ENTITY systemd-download-ftp " ">
9 <!-- <!ENTITY udev-md5sum " "> -->
10 <!ENTITY systemd-size "~1.3 MB">
11 <!ENTITY systemd-buildsize "~16 MB">
12 <!ENTITY systemd-time "~0.1 SBU">
13]>
14
15<sect1 id="udev-extras" xreflabel="udev-extras (from systemd)">
16 <?dbhtml filename="udev-extras.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Udev Extras (from systemd)</title>
24
25 <indexterm zone="udev-extras">
26 <primary sortas="a-udev-extras">udev extras (from systemd)</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Udev Extras</title>
31
32 <para>In 2012, the <application>Udev</application> code distribution was
33 merged with <application>systemd</application>.
34 <application>Systemd</application> is a set of programs that replace the
35 <application>SysVInit</application> package used by LFS and is much more
36 complex. It is not compatible with the LFS bootscripts and has many
37 problems and few advantages for most LFS users.</para>
38
39 <para>The procedures below extract libraries and programs from the systemd
40 sources that could not be built in LFS due to library dependency
41 issues.</para>
42
43 <para>Unlike any other package in the BLFS book, there is no set version
44 of <application>systemd</application> specified to download. Several version
45 updates to LFS and BLFS means there are probably many different
46 versions of <application>Udev</application> on the platforms that BLFS is
47 being built upon. Therefore, you should download and use the version of
48 <application>systemd</application> your computer currently uses. The BLFS
49 team has no experience updating (or reverting to an older version) the
50 <application>Udev</application> programs <quote>on the fly.</quote> To
51 discover the version of <application>Udev</application> your computer
52 currently uses, issue <command>/sbin/udevadm --version</command>.</para>
53
54 &lfs75_checked;
55
56 <bridgehead renderas="sect3">Package Information</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>Download (HTTP): <ulink url="&systemd-download-http;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download (FTP): <ulink url="&systemd-download-ftp;"/></para>
63 </listitem>
64 <!-- <listitem>
65 <para>Download MD5 sum: &systemd-md5sum;</para>
66 </listitem> -->
67 <listitem>
68 <para>Download size: &systemd-size;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated disk space required: &systemd-buildsize;</para>
72 </listitem>
73 <listitem>
74 <para>Estimated build time: &systemd-time;</para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Udev Extras Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <ulink url="http://anduin.linuxfromscratch.org/sources/other/"/>
83 (match the udev-lfs-???.tar.bz2 tarball version to the systemd version used in LFS).
84 <xref linkend="glib2"/> (for the gudev library),
85 <xref linkend="gperf"/> (for keymap), and
86 <xref linkend="gobject-introspection"/> (for gir-data, needed for Gnome)
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="acl"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
95 <para role="optional">
96 <xref linkend="pciutils"/> and
97 <xref linkend="usbutils"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/udev-extras"/></para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Udev Extras</title>
107
108 <para>First, put the custom LFS files in place:</para>
109
110 <screen><userinput>UDEV=&lt;version&gt;
111tar -xf ../udev-lfs-$UDEV.tar.bz2</userinput></screen>
112
113 <note><para>For udev-lfs-197-2.tar.bz2, there is a minor error
114 in the Makefile. For that version, run:</para>
115
116 <screen><userinput>sed -i -e '/samsung-9/d' udev-lfs-197-2/makefile-incl.keymap</userinput></screen></note>
117
118 <sect3>
119 <title>keymap</title>
120
121 <note><para>
122 Starting with systemd-206, the keymap capabilities are built into the
123 udev procedures initial installation in LFS. These procedures only
124 apply to udev versions before 206.
125 </para></note>
126
127 <para>
128 Support for special keys for many laptops is provided by the
129 <command>keymap</command> program and supporting files. If the
130 <command>keymap</command> capability is desired, use:
131 </para>
132
133<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs keymap</userinput></screen>
134
135 <para>To install <command>keymap</command> and its associated files,
136 issue the following command as the
137 <systemitem class="username">root</systemitem> user:</para>
138
139<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-keymap</userinput></screen>
140
141 </sect3>
142
143 <sect3>
144 <title>gudev</title>
145
146 <para>To build the <application>libgudev-1.0</application> library and
147 interface files, run:</para>
148
149<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs gudev</userinput></screen>
150
151 <para>Install the <filename class='libraryfile'>gudev</filename> library,
152 run, as the <systemitem class="username">root</systemitem> user:</para>
153
154<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-gudev</userinput></screen>
155
156 </sect3>
157
158 <sect3>
159 <title>GObject Files</title>
160
161 <para>To build the <application>gobject-introspection</application>
162 interface (gir) files for the <filename
163 class='libraryfile'>libgudev-1.0</filename> library, run:</para>
164
165<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs gir-data</userinput></screen>
166
167 <para>Install the gir data, as the <systemitem
168 class="username">root</systemitem> user:</para>
169
170<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-gir-data</userinput></screen>
171
172 <caution><para>There is a shortcut to build and install all of the
173 <application>udev</application> components at once using the
174 <emphasis>all</emphasis> and <emphasis>install-all</emphasis>
175 <filename>Makefile.lfs</filename> targets. The installation of this target
176 will overwrite the base LFS udev files and has not been thoroughly tested
177 at the time of this writing. If using this procedure, the udev daemon
178 should be stopped before overwriting the existing <filename>udevd</filename>
179 and udev libraries.</para></caution>
180
181 </sect3>
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <para>A list of the installed files, along with their short descriptions
188 can be found at
189 <ulink url="&lfs-root;/chapter06/udev.html#contents-udev"/>.</para>
190
191 <para>The following is some additional content information.</para>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Library</segtitle>
196 <segtitle>Installed Directories</segtitle>
197
198 <seglistitem>
199 <seg>findkeyboards, keyboard-force-release.sh, and keymap</seg>
200
201 <seg>libgudev-1.0.so</seg>
202
203 <seg>/lib/udev/keymaps/force-release,
204 /usr/include/gudev-1.0/gudev,
205 /usr/lib/girepository-1.0,
206 /usr/share/gir-1.0, and
207 /usr/share/gtk-doc/html/gudev</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="keymap-systemd">
217 <term><command>keymap</command></term>
218 <listitem>
219 <para>configures computer model specific key mappings.</para>
220 <indexterm zone="udev-extras keymap-systemd">
221 <primary sortas="b-keymap">keymap (from systemd)</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="libgudev-1.0-systemd">
227 <term><filename class='libraryfile'>libgudev-1.0.so</filename></term>
228 <listitem>
229 <para>is a GObject-based wrapper library for libudev.</para>
230 <indexterm zone="udev-extras libgudev-1.0-systemd">
231 <primary sortas="c-libgudev-1.0-systemd">libgudev-1.0.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.