| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 | <?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></sect2><sect2 role="installation"><title>Installation of Udev</title><para>First 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> which directory it is tocreate device nodes in.</para></listitem></varlistentry></variablelist><para>Install it:</para><screen><userinput>make udevdir=/dev install</userinput></screen><para>Udev's configuration is far from ideal by default, so we install our ownconfiguration files here:</para><screen><userinput>cp ../udev-config-2.permissions /etc/udev/permissions.d/00-lfs.permissionscp ../udev-config-1.rules /etc/udev/rules.d/00-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, udevtest</seg></seglistitem></segmentedlist><variablelist><title>Short descriptions</title>                                                                                <varlistentry id="udev"><term><command>udev</command></term><listitem><indexterm zone="ch-system-udev udev"><primarysortas="b-udev">udev</primary></indexterm><para>is used to create device nodes in <filenameclass="directory">/dev</filename> or to rename network interfaces (not in LFS)in response to hotplug events.</para></listitem></varlistentry><varlistentry id="udevd"><term><command>udevd</command></term><listitem> <indexterm zone="ch-system-udev udevd"><primarysortas="b-udevd">udevd</primary></indexterm><para>is a daemon that reorders hotplug events before submitting them to<command>udev</command>,thus avoiding various race conditions.</para></listitem></varlistentry><varlistentry id="udevsend"><term><command>udevsend</command></term><listitem> <indexterm zone="ch-system-udev udevsend"><primarysortas="b-udevsend">udevsend</primary></indexterm><para>is used to deliver hotplug events to <command>udevd</command>.</para></listitem></varlistentry><varlistentry id="udevstart"><term><command>udevstart</command></term><listitem> <indexterm zone="ch-system-udev udevstart"><primarysortas="b-udevstart">udevstart</primary></indexterm><para>is used to create device nodes in <filenameclass="directory">/dev</filename> that correspond to drivers compiled directlyinto the kernel. It performs that task by simulating hotplug events presumablydropped by the kernel before invocation of this program (e.g. because the rootfilesystem has not been mounted) and submitting such synthetic hotplug eventsto <command>udev</command>.</para></listitem></varlistentry><varlistentry id="udevinfo"><term><command>udevinfo</command></term><listitem> <indexterm zone="ch-system-udev udevinfo"><primarysortas="b-udevinfo">udevinfo</primary></indexterm><para>allows users to query the <command>udev</command> database forinformation on any device currently present on the system. It alsoprovides a way to query any device in the sysfs tree to help creating udevrules.</para></listitem></varlistentry><varlistentry id="udevtest"><term><command>udevtest</command></term><listitem> <indexterm zone="ch-system-udev udevtest"><primarysortas="b-udevtest">udevtest</primary></indexterm><para>simulates a <command>udev</command> run for the given device,and prints out the name of the node the real <command>udev</command> wouldhave created, or (not in LFS) the name of the renamed network interface.</para></listitem></varlistentry><varlistentry id="etc-dev-d"><term><filename class="directory">/etc/dev.d</filename></term><listitem> <indexterm zone="ch-system-udev etc-dev-d"><primarysortas="e-etc-dev-d">/etc/dev.d</primary></indexterm><para>directory is supposed to contain user-written handlers for devicecreation hotplug events.</para></listitem></varlistentry><varlistentry id="etc-udev"><term><filename class="directory">/etc/udev</filename></term><listitem> <indexterm zone="ch-system-udev etc-udev"><primarysortas="e-etc-udev">/etc/udev</primary></indexterm><para>directory contains <command>udev</command> configuration files,device permissions and rules for device naming.</para></listitem></varlistentry></variablelist></sect2></sect1>
 |