source: general/sysutils/udev.xml@ bd32b6fd

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 bd32b6fd was 2ad4c5d, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Minor fixes to udev.

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

  • Property mode set to 100644
File size: 5.5 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 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 "aeae0e6273dcbec246c3c1b9868ebed1">
10 <!ENTITY udev-size "498 KB">
11 <!ENTITY udev-buildsize "10 MB">
12 <!ENTITY udev-time "1.8 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
34 <application>UPower</application>. This installation of Udev enables extra
35 features which includes <application>gudev</application>, a requirement for
36 <application>UPower</application>.</para>
37
38 &lfs65_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&udev-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&udev-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &udev-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &udev-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &udev-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &udev-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">udev Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="acl"/>,
66 <xref linkend="glib2"/>,
67 <xref linkend="gperf"/>,
68 <xref linkend="pciutils"/>, and
69 <xref linkend="usbutils"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="gobject-introspection"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/udev"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of udev</title>
81
82 <para>Install <application>udev</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr \
86 --sysconfdir=/etc --sbindir=/sbin \
87 --with-rootlibdir=/lib --libexecdir=/lib/udev \
88 --docdir=/usr/share/doc/udev-&udev-version; &amp;&amp;
89make</userinput></screen>
90
91 <para>To test the results, issue: <command>make check</command>.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/gtk-doc-rebuild.xml"/>
104
105 <para><option>--enable-introspection</option>: This option enables GObject
106 introspection.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <para>A list of the installed files, along with their short descriptions
114 can be found at
115 <ulink url="&lfs-root;/chapter06/udev.html#contents-udev"/>.</para>
116
117 <para>The following is some additional content information.</para>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>findkeyboards, firmware, hid2hci, input_id,
126 keyboard-force-release.sh, keymap, modem-modeswitch, pci-db, udev-acl,
127 usb-db, and v4l_id</seg>
128 <seg>libgudev-1.0.so</seg>
129 <seg>/lib/udev/keymaps/force-release,
130 /usr/{include/gudev-1.0/gudev,share/{doc/udev-&udev-version;,
131 gtk-doc/html/gudev}}</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="hid2hci">
141 <term><command>hid2hci</command></term>
142 <listitem>
143 <para>is a Bluetooth HID to HCI mode switching utility.</para>
144 <indexterm zone="udev hid2hci">
145 <primary sortas="b-hid2hci">hid2hci</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="keymap">
151 <term><command>keymap</command></term>
152 <listitem>
153 <para>configures computer model specific key mappings.</para>
154 <indexterm zone="udev keymap">
155 <primary sortas="b-keymap">keymap</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libgudev-1.0">
161 <term><filename class='libraryfile'>libgudev-1.0.so</filename></term>
162 <listitem>
163 <para>is a GObject-based wrapper library for libudev.</para>
164 <indexterm zone="udev libgudev-1.0">
165 <primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.