source: general/sysutils/udev.xml@ 06f2ffb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 06f2ffb was 06f2ffb, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to gcalctool-5.28.2 and minor ammendment to udev.

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[c9354ea0]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 udev-download-http "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
8 <!ENTITY udev-download-ftp " ">
9 <!ENTITY udev-md5sum "b3d3b5f88c7b81e7615700a04db685e1">
10 <!ENTITY udev-size "517 KB">
11 <!ENTITY udev-buildsize "11 MB">
12 <!ENTITY udev-time "0.2 SBU">
13]>
14
15<sect1 id="udev" xreflabel="udev-&udev-version;">
16 <?dbhtml filename="udev.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>udev-&udev-version;</title>
24
25 <indexterm zone="udev">
26 <primary sortas="a-udev">udev</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to udev</title>
31
32 <para><application>Udev</application> was indeed installed in LFS and there
33 is no reason to reinstall it unless you are going to install
[49b9df3c]34 <application>DeviceKit-power</application>. This installation of Udev
35 enables extra features which includes <application>gudev</application>, a
[c9354ea0]36 requirement for <application>DeviceKit-power</application>.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&udev-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&udev-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &udev-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &udev-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &udev-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &udev-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">udev Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
[06f2ffb]63 <para role="required"><xref linkend="acl"/>,
64 <xref linkend="glib2"/>,
65 <xref linkend="gperf"/>,
[c9354ea0]66 <xref linkend="pciutils"/>, and
67 <xref linkend="usbutils"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="gobject-introspection"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/udev"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of udev</title>
79
80 <para>Install <application>udev</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr \
84 --sysconfdir=/etc --sbindir=/sbin \
85 --with-rootlibdir=/lib --libexecdir=/lib/udev \
86 --docdir=/usr/share/doc/udev-145 &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101 href="../../xincludes/gtk-doc-rebuild.xml"/>
102
103 <para><option>--enable-introspection</option>: This option enables GObject
104 introspection.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
[49b9df3c]111 <para>A list of the installed files, along with their short descriptions
112 can be found at
113 <ulink url="&lfs-root;/chapter06/udev.html#contents-udev"/>.</para>
114
115 <para>The following is some additional content information.</para>
116
[c9354ea0]117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
[49b9df3c]119 <segtitle>Installed Library</segtitle>
[c9354ea0]120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
[49b9df3c]123 <seg>hid2hci, keymap, modem-modeswitch, pci-db, udev-acl, usb-db, and v4l_id</seg>
124 <seg>libgudev-1.0.so</seg>
125 <seg>/lib/udev/{keymaps,rules.d},
[c9354ea0]126 /usr/{include/gudev-1.0/gudev,share/{doc/udev-145/writing_udev_rules,
127 gtk-doc/html/{gudev,libudev}}}</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
[49b9df3c]136 <varlistentry id="hid2hci">
137 <term><command>hid2hci</command></term>
[c9354ea0]138 <listitem>
[49b9df3c]139 <para>is a Bluetooth HID to HCI mode switching utility.</para>
140 <indexterm zone="udev hid2hci">
141 <primary sortas="b-hid2hci">hid2hci</primary>
[c9354ea0]142 </indexterm>
143 </listitem>
144 </varlistentry>
145
[49b9df3c]146 <varlistentry id="keymap">
147 <term><command>keymap</command></term>
[c9354ea0]148 <listitem>
[49b9df3c]149 <para>configures computer model specific key mappings.</para>
150 <indexterm zone="udev keymap">
151 <primary sortas="b-keymap">keymap</primary>
[c9354ea0]152 </indexterm>
153 </listitem>
154 </varlistentry>
155
[49b9df3c]156<!-- <varlistentry id="modem-modeswitch">
157 <term><command>modem-modeswitch</command></term>
[c9354ea0]158 <listitem>
[49b9df3c]159 <para>does this .....</para>
160 <indexterm zone="udev modem-modeswitch">
161 <primary sortas="b-modem-modeswitch">modem-modeswitch</primary>
[c9354ea0]162 </indexterm>
163 </listitem>
164 </varlistentry>
165
[49b9df3c]166 <varlistentry id="pci-db">
167 <term><command>pci-db</command></term>
168 <listitem>
169 <para>does this .....</para>
170 <indexterm zone="udev pci-db">
171 <primary sortas="b-pci-db">pci-db</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="udev-acl">
177 <term><command>udev-acl</command></term>
178 <listitem>
179 <para>does this .....</para>
180 <indexterm zone="udev udev-acl">
181 <primary sortas="b-udev-acl">udev-acl</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="usb-db">
187 <term><command>usb-db</command></term>
188 <listitem>
189 <para>does this .....</para>
190 <indexterm zone="udev usb-db">
191 <primary sortas="b-usb-db">usb-db</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="v4l_id">
197 <term><command>v4l_id</command></term>
198 <listitem>
199 <para>does this .....</para>
200 <indexterm zone="udev v4l_id">
201 <primary sortas="b-v4l_id">v4l_id</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry> -->
205
[c9354ea0]206 <varlistentry id="libgudev-1.0">
207 <term><filename class='libraryfile'>libgudev-1.0.so</filename></term>
208 <listitem>
209 <para>is a GObject-based wrapper library for libudev.</para>
210 <indexterm zone="udev libgudev-1.0">
211 <primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.