[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-udev" role="wrap">
|
---|
| 9 | <?dbhtml filename="udev.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Udev-&udev-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-udev">
|
---|
| 14 | <primary sortas="a-Udev">Udev</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Udev package contains programs for dynamic creation of device
|
---|
| 21 | nodes.</para>
|
---|
| 22 |
|
---|
| 23 | </sect2>
|
---|
| 24 |
|
---|
| 25 | <sect2 role="installation">
|
---|
| 26 | <title>Installation of Udev</title>
|
---|
| 27 |
|
---|
[1da2a84] | 28 | <para os="a">Prepare Udev for compilation:</para>
|
---|
[3f8be484] | 29 |
|
---|
[b875779] | 30 | <screen os="b"><userinput>./configure --prefix=/usr \
|
---|
| 31 | --exec-prefix="" --sysconfdir=/etc \
|
---|
[2580945] | 32 | --sbindir=/sbin --libexecdir=/lib/udev \
|
---|
| 33 | --libdir=/usr/lib --with-systemdsystemunitdir=/lib/systemd/system \
|
---|
[52b24ce] | 34 | --disable-extras --disable-introspection</userinput></screen>
|
---|
[3f8be484] | 35 |
|
---|
[1da2a84] | 36 | <para os="c">Compile the package:</para>
|
---|
[3f8be484] | 37 |
|
---|
[1da2a84] | 38 | <screen os="d"><userinput>make</userinput></screen>
|
---|
[3f8be484] | 39 |
|
---|
[4faecfa] | 40 | <para os="g">Install the package:</para>
|
---|
[3f8be484] | 41 |
|
---|
[1da2a84] | 42 | <screen os="h"><userinput>make install</userinput></screen>
|
---|
[3f8be484] | 43 |
|
---|
[a10f292] | 44 | <para os="i">Create a directory for storing firmware that can be
|
---|
[07e9936] | 45 | loaded by <command>udev</command>:</para>
|
---|
| 46 |
|
---|
[a10f292] | 47 | <screen os="j"><userinput>install -dv /lib/firmware</userinput></screen>
|
---|
[9aba4a0] | 48 |
|
---|
[3f8be484] | 49 | </sect2>
|
---|
| 50 |
|
---|
[2572b8e] | 51 | <sect2 id="conf-udev" role="configuration">
|
---|
| 52 | <title>Configuring Udev</title>
|
---|
| 53 |
|
---|
| 54 | <para>When systemd starts a tmpfs filesystem is mounted over
|
---|
| 55 | <filename class="directory">/dev</filename> and the previous entries are
|
---|
| 56 | no-longer available. The folling command creates files that are copied
|
---|
| 57 | over when udevd starts:</para>
|
---|
| 58 |
|
---|
| 59 | <screen><userinput>mkdir -pv /lib/udev/devices/{pts,shm}
|
---|
| 60 | mknod -m 0600 /lib/udev/devices/console c 5 1
|
---|
| 61 | mknod -m 0666 /lib/udev/devices/null c 1 3
|
---|
| 62 | mknod -m 0666 /lib/udev/devices/zero c 1 5
|
---|
| 63 | mknod -m 0600 /lib/udev/devices/kmsg c 1 11
|
---|
| 64 | ln -snvf /proc/self/fd /lib/udev/devices/fd
|
---|
| 65 | ln -snvf /proc/self/fd/0 /lib/udev/devices/stdin
|
---|
| 66 | ln -snvf /proc/self/fd/1 /lib/udev/devices/stdout
|
---|
| 67 | ln -snvf /proc/self/fd/2 /lib/udev/devices/stderr
|
---|
| 68 | ln -snvf /proc/kcore /lib/udev/devices/core</userinput></screen>
|
---|
| 69 |
|
---|
| 70 | </sect2>
|
---|
| 71 |
|
---|
[3f8be484] | 72 | <sect2 id="contents-udev" role="content">
|
---|
| 73 | <title>Contents of Udev</title>
|
---|
| 74 |
|
---|
| 75 | <segmentedlist>
|
---|
| 76 | <segtitle>Installed programs</segtitle>
|
---|
[417c6ec] | 77 | <segtitle>Installed library</segtitle>
|
---|
[7177438] | 78 | <segtitle>Installed directories</segtitle>
|
---|
[3f8be484] | 79 |
|
---|
| 80 | <seglistitem>
|
---|
[417c6ec] | 81 | <seg>ata_id, cdrom_id, collect, create_floppy_devices, edd_id,
|
---|
| 82 | firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id,
|
---|
| 83 | v4l_id, write_cd_rules, write_net_rules</seg>
|
---|
| 84 | <seg>libudev</seg>
|
---|
[61ad0b7f] | 85 | <seg>/etc/udev, /lib/firmware, /lib/udev, /usr/share/doc/udev</seg>
|
---|
[3f8be484] | 86 | </seglistitem>
|
---|
| 87 | </segmentedlist>
|
---|
| 88 |
|
---|
| 89 | <variablelist>
|
---|
| 90 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 91 | <?dbfo list-presentation="list"?>
|
---|
| 92 | <?dbhtml list-presentation="table"?>
|
---|
| 93 |
|
---|
[3a9adc5c] | 94 | <varlistentry id="udevadm">
|
---|
| 95 | <term><command>udevadm</command></term>
|
---|
| 96 | <listitem>
|
---|
[092b9f8] | 97 | <para>Controls the runtime behavior of Udev, requests kernel
|
---|
[1da2a84] | 98 | events, manages the event queue, and provides simple debugging.</para>
|
---|
[3a9adc5c] | 99 | <indexterm zone="ch-system-udev udevadm">
|
---|
| 100 | <primary sortas="b-udevadm">udevadm</primary>
|
---|
| 101 | </indexterm>
|
---|
| 102 | </listitem>
|
---|
| 103 | </varlistentry>
|
---|
| 104 |
|
---|
[3f8be484] | 105 | <varlistentry id="udevd">
|
---|
| 106 | <term><command>udevd</command></term>
|
---|
| 107 | <listitem>
|
---|
| 108 | <para>A daemon that reorders hotplug events before submitting them to
|
---|
| 109 | <command>udev</command>,
|
---|
| 110 | thus avoiding various race conditions</para>
|
---|
| 111 | <indexterm zone="ch-system-udev udevd">
|
---|
| 112 | <primary sortas="b-udevd">udevd</primary>
|
---|
| 113 | </indexterm>
|
---|
| 114 | </listitem>
|
---|
| 115 | </varlistentry>
|
---|
| 116 |
|
---|
[3a9adc5c] | 117 | <!-- Start of Helpers -->
|
---|
[a68b59e] | 118 | <varlistentry id="ata_id">
|
---|
| 119 | <term><command>ata_id</command></term>
|
---|
| 120 | <listitem>
|
---|
| 121 | <para>Provides Udev with a unique string and additional
|
---|
| 122 | information (uuid, label) for an ATA drive</para>
|
---|
| 123 | <indexterm zone="ch-system-udev ata_id">
|
---|
| 124 | <primary sortas="b-ata_id">ata_id</primary>
|
---|
| 125 | </indexterm>
|
---|
| 126 | </listitem>
|
---|
| 127 | </varlistentry>
|
---|
| 128 |
|
---|
[6e8f798] | 129 | <varlistentry id="cdrom_id">
|
---|
| 130 | <term><command>cdrom_id</command></term>
|
---|
[3f8be484] | 131 | <listitem>
|
---|
[092b9f8] | 132 | <para>Prints the capabilities of a CDROM or DVDROM drive.</para>
|
---|
[6e8f798] | 133 | <indexterm zone="ch-system-udev cdrom_id">
|
---|
| 134 | <primary sortas="b-cdrom_id">cdrom_id</primary>
|
---|
[3f8be484] | 135 | </indexterm>
|
---|
| 136 | </listitem>
|
---|
| 137 | </varlistentry>
|
---|
| 138 |
|
---|
[1da2a84] | 139 | <varlistentry id="collect">
|
---|
| 140 | <term><command>collect</command></term>
|
---|
[a68b59e] | 141 | <listitem>
|
---|
[1da2a84] | 142 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 143 | <indexterm zone="ch-system-udev collect">
|
---|
| 144 | <primary sortas="b-collect">collect</primary>
|
---|
[a68b59e] | 145 | </indexterm>
|
---|
| 146 | </listitem>
|
---|
| 147 | </varlistentry>
|
---|
| 148 |
|
---|
[1da2a84] | 149 | <varlistentry id="create_floppy_devices">
|
---|
| 150 | <term><command>create_floppy_devices</command></term>
|
---|
[4ce2d9d] | 151 | <listitem>
|
---|
[1da2a84] | 152 | <para>Creates all possible floppy devices based on the CMOS type</para>
|
---|
| 153 | <indexterm zone="ch-system-udev create_floppy_devices">
|
---|
| 154 | <primary sortas="b-create_floppy_devices">create_floppy_devices</primary>
|
---|
[4ce2d9d] | 155 | </indexterm>
|
---|
| 156 | </listitem>
|
---|
| 157 | </varlistentry>
|
---|
| 158 |
|
---|
| 159 | <varlistentry id="edd_id">
|
---|
| 160 | <term><command>edd_id</command></term>
|
---|
| 161 | <listitem>
|
---|
[092b9f8] | 162 | <para>Identifies x86 disk drives from Enhanced Disk Drive calls</para>
|
---|
[4ce2d9d] | 163 | <indexterm zone="ch-system-udev edd_id">
|
---|
| 164 | <primary sortas="b-edd_id">edd_id</primary>
|
---|
| 165 | </indexterm>
|
---|
| 166 | </listitem>
|
---|
| 167 | </varlistentry>
|
---|
| 168 |
|
---|
[a68b59e] | 169 | <varlistentry id="firmware.sh">
|
---|
[9e18eea] | 170 | <term><command>firmware.sh</command></term>
|
---|
[3f8be484] | 171 | <listitem>
|
---|
[3a9adc5c] | 172 | <para>Script to load firmware for a device</para>
|
---|
[a68b59e] | 173 | <indexterm zone="ch-system-udev firmware.sh">
|
---|
| 174 | <primary sortas="b-firmware.sh">firmware.sh</primary>
|
---|
[6e8f798] | 175 | </indexterm>
|
---|
| 176 | </listitem>
|
---|
| 177 | </varlistentry>
|
---|
| 178 |
|
---|
[1da2a84] | 179 | <varlistentry id="fstab_import">
|
---|
| 180 | <term><command>fstab_import</command></term>
|
---|
| 181 | <listitem>
|
---|
| 182 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 183 | <indexterm zone="ch-system-udev fstab_import">
|
---|
| 184 | <primary sortas="b-fstab_import">fstab_import</primary>
|
---|
| 185 | </indexterm>
|
---|
| 186 | </listitem>
|
---|
| 187 | </varlistentry>
|
---|
| 188 |
|
---|
[a68b59e] | 189 | <varlistentry id="path_id">
|
---|
| 190 | <term><command>path_id</command></term>
|
---|
[6e8f798] | 191 | <listitem>
|
---|
[092b9f8] | 192 | <para>Provides the shortest possible unique hardware path to a
|
---|
[a68b59e] | 193 | device</para>
|
---|
| 194 | <indexterm zone="ch-system-udev path_id">
|
---|
| 195 | <primary sortas="b-path_id">path_id</primary>
|
---|
[6e8f798] | 196 | </indexterm>
|
---|
| 197 | </listitem>
|
---|
| 198 | </varlistentry>
|
---|
| 199 |
|
---|
[a68b59e] | 200 | <varlistentry id="scsi_id">
|
---|
| 201 | <term><command>scsi_id</command></term>
|
---|
[6e8f798] | 202 | <listitem>
|
---|
[092b9f8] | 203 | <para>Retrieves or generates a unique SCSI identifier.</para>
|
---|
[a68b59e] | 204 | <indexterm zone="ch-system-udev scsi_id">
|
---|
| 205 | <primary sortas="b-scsi_id">scsi_id</primary>
|
---|
[6e8f798] | 206 | </indexterm>
|
---|
| 207 | </listitem>
|
---|
| 208 | </varlistentry>
|
---|
| 209 |
|
---|
| 210 | <varlistentry id="usb_id">
|
---|
| 211 | <term><command>usb_id</command></term>
|
---|
| 212 | <listitem>
|
---|
[092b9f8] | 213 | <para>Identifies a USB block device.</para>
|
---|
[6e8f798] | 214 | <indexterm zone="ch-system-udev usb_id">
|
---|
| 215 | <primary sortas="b-usb_id">usb_id</primary>
|
---|
| 216 | </indexterm>
|
---|
| 217 | </listitem>
|
---|
[092b9f8] | 218 | </varlistentry>
|
---|
| 219 |
|
---|
| 220 | <varlistentry id="v4l_id">
|
---|
| 221 | <term><command>v4l_id</command></term>
|
---|
| 222 | <listitem>
|
---|
| 223 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 224 | <indexterm zone="ch-system-udev v4l_id">
|
---|
| 225 | <primary sortas="b-v4l_id">v4l_id</primary>
|
---|
| 226 | </indexterm>
|
---|
| 227 | </listitem>
|
---|
[6e8f798] | 228 | </varlistentry>
|
---|
| 229 |
|
---|
[1da2a84] | 230 | <varlistentry id="write_cd_rules">
|
---|
| 231 | <term><command>write_cd_rules</command></term>
|
---|
| 232 | <listitem>
|
---|
| 233 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 234 | <indexterm zone="ch-system-udev write_cd_rules">
|
---|
| 235 | <primary sortas="b-write_cd_rules">write_cd_rules</primary>
|
---|
| 236 | </indexterm>
|
---|
| 237 | </listitem>
|
---|
| 238 | </varlistentry>
|
---|
| 239 |
|
---|
| 240 | <varlistentry id="write_net_rules">
|
---|
| 241 | <term><command>write_net_rules</command></term>
|
---|
| 242 | <listitem>
|
---|
| 243 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 244 | <indexterm zone="ch-system-udev write_net_rules">
|
---|
| 245 | <primary sortas="b-write_net_rules">write_net_rules</primary>
|
---|
| 246 | </indexterm>
|
---|
| 247 | </listitem>
|
---|
| 248 | </varlistentry>
|
---|
[3a9adc5c] | 249 | <!-- End of Helpers -->
|
---|
[3f8be484] | 250 |
|
---|
[1da2a84] | 251 | <varlistentry id="libudev">
|
---|
| 252 | <term><filename class="libraryfile">libudev</filename></term>
|
---|
| 253 | <listitem>
|
---|
| 254 | <para>DESCRIPTION REQUIRED</para>
|
---|
| 255 | <indexterm zone="ch-system-udev libudev">
|
---|
[f4ab0fd] | 256 | <primary sortas="c-libudev">libudev</primary>
|
---|
[1da2a84] | 257 | </indexterm>
|
---|
| 258 | </listitem>
|
---|
| 259 | </varlistentry>
|
---|
| 260 |
|
---|
[3f8be484] | 261 | <varlistentry id="etc-udev">
|
---|
| 262 | <term><filename class="directory">/etc/udev</filename></term>
|
---|
| 263 | <listitem>
|
---|
[8fd11cd] | 264 | <para>Contains <command>udev</command> configuration files,
|
---|
[3f8be484] | 265 | device permissions, and rules for device naming</para>
|
---|
| 266 | <indexterm zone="ch-system-udev etc-udev">
|
---|
| 267 | <primary sortas="e-/etc/udev">/etc/udev</primary>
|
---|
| 268 | </indexterm>
|
---|
| 269 | </listitem>
|
---|
| 270 | </varlistentry>
|
---|
| 271 |
|
---|
[6e8f798] | 272 | <varlistentry id="lib-udev">
|
---|
| 273 | <term><filename class="directory">/lib/udev</filename></term>
|
---|
| 274 | <listitem>
|
---|
| 275 | <para>Contains <command>udev</command> helper programs
|
---|
| 276 | and static devices which get copied to /dev when booted.</para>
|
---|
| 277 | <indexterm zone="ch-system-udev lib-udev">
|
---|
| 278 | <primary sortas="e-/lib/udev">/lib/udev</primary>
|
---|
| 279 | </indexterm>
|
---|
| 280 | </listitem>
|
---|
| 281 | </varlistentry>
|
---|
[3f8be484] | 282 | </variablelist>
|
---|
| 283 |
|
---|
| 284 | </sect2>
|
---|
| 285 |
|
---|
| 286 | </sect1>
|
---|