aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
blob: ec722447029553afa2aa1b001da86e2ed026a62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>
<sect1 id="ch-system-udev" role="wrap">
<title>Udev-&udev-version;</title>
<?dbhtml filename="udev.html"?>

<indexterm zone="ch-system-udev"><primary sortas="a-Udev">Udev</primary></indexterm>

<sect2 role="package"><title/>
<para>The Udev package contains programs for dynamic creation of device nodes.</para>

<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
<seglistitem><seg>0.2 SBU</seg><seg>5.2 MB</seg></seglistitem>
</segmentedlist>

<segmentedlist>
<segtitle>Udev installation depends on</segtitle>
<seglistitem><seg>Coreutils and Make</seg></seglistitem>
</segmentedlist>

</sect2>

<sect2 role="installation">
<title>Installation of Udev</title>

<para>Compile Udev:</para>

<screen><userinput>make udevdir=/dev</userinput></screen>

<variablelist>
<varlistentry>
<term><parameter>udevdir=/dev</parameter></term>
<listitem><para>This tells <command>udev</command> in which directory
devices nodes are to be created.</para></listitem>
</varlistentry>
</variablelist>

<para>This package does not come with a test suite.</para>

<para>Install the package:</para>

<screen><userinput>make udevdir=/dev install</userinput></screen>

<para>Udev's configuration is far from ideal by default, so install
the configuration files here:</para>

<screen><userinput>cp ../udev-config-2.permissions \
    /etc/udev/permissions.d/25-lfs.permissions
cp ../udev-config-1.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen>

</sect2>

<sect2 id="contents-udev" role="content"><title>Contents of Udev</title>

<segmentedlist>
<segtitle>Installed programs</segtitle>
<seglistitem><seg>udev, udevd, udevsend, udevstart, udevinfo, and udevtest</seg></seglistitem>
</segmentedlist>

<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
<?dbfo list-presentation="list"?>
                                                                                
<varlistentry id="udev">
<term><command>udev</command></term>
<listitem>
<para>creates device nodes in <filename
class="directory">/dev</filename> or renames network interfaces (not
in LFS) in response to hotplug events.</para>
<indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="udevd">
<term><command>udevd</command></term>
<listitem>
<para>a daemon that reorders hotplug events before submitting them to
<command>udev</command>,
thus avoiding various race conditions.</para>
<indexterm zone="ch-system-udev udevd"><primary sortas="b-udevd">udevd</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="udevsend">
<term><command>udevsend</command></term>
<listitem>
<para>delivers hotplug events to <command>udevd</command>.</para>
<indexterm zone="ch-system-udev udevsend"><primary sortas="b-udevsend">udevsend</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="udevstart">
<term><command>udevstart</command></term>
<listitem>
<para>creates device nodes in <filename
class="directory">/dev</filename> that correspond to drivers compiled directly
into the kernel. It performs that task by simulating hotplug events presumably
dropped by the kernel before invocation of this program (e.g., because the root
filesystem has not been mounted) and submitting such synthetic hotplug events
to <command>udev</command>.</para>
<indexterm zone="ch-system-udev udevstart"><primary sortas="b-udevstart">udevstart</primary></indexterm>
</listitem>
</varlistentry>

<varlistentry id="udevinfo">
<term><command>udevinfo</command></term>
<listitem>
<para>allows users to query the <command>udev</command> database for
information on any device currently present on the system. It also
provides a way to query any device in the <systemitem
class="filesystem">sysfs</systemitem> tree to help create udev
rules.</para>
<indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="udevtest">
<term><command>udevtest</command></term>
<listitem>
<para>simulates a <command>udev</command> run for the given device,
and prints out the name of the node the real <command>udev</command> would
have created or (not in LFS) the name of the renamed network interface.</para>
<indexterm zone="ch-system-udev udevtest"><primary sortas="b-udevtest">udevtest</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="etc-dev-d">
<term><filename class="directory">/etc/dev.d</filename></term>
<listitem>
<para>contains user-written handlers for device
creation hotplug events.</para>
<indexterm zone="ch-system-udev etc-dev-d"><primary sortas="e-etc-dev-d">/etc/dev.d</primary></indexterm>
</listitem></varlistentry>

<varlistentry id="etc-udev">
<term><filename class="directory">/etc/udev</filename></term>
<listitem>
<para>contains <command>udev</command> configuation files,
device permissions, and rules for device naming.</para>
<indexterm zone="ch-system-udev etc-udev"><primary sortas="e-etc-udev">/etc/udev</primary></indexterm>
</listitem></varlistentry>
</variablelist>
</sect2>

</sect1>