From 32324418a08263ee61cb1d8a18747ee7ca09d4c9 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 26 Jun 2004 13:19:14 +0000 Subject: Applied Alexanders descriptions for udev package contents git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 5e2416077..0f1ae802e 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -10,6 +10,7 @@ Udev +<para>The Udev package contains programs for dynamic creation of device nodes.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -46,8 +47,87 @@ cp ../udev-config-1.rules /etc/udev/rules.d/00-lfs.rules</userinput></screen> <sect2 id="contents-udev" role="content"><title>Contents of Udev -Who knows? - + +Installed programs +udev, udevd, udevsend, udevstart, udevinfo, udevtest + + +Short descriptions + + +udev +udev +is used to create device nodes in /dev or to rename network interfaces (not in LFS) +in response to hotplug events. + + + +udevd + udevd +is a daemon that reorders hotplug events before submitting them to +udev, +thus avoiding various race conditions. + + + +udevsend + udevsend +is used to deliver hotplug events to udevd. + + + +udevstart + udevstart +is used to create device nodes in /dev 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 udev. + + + + +udevinfo + udevinfo +allows users to query the udev database for +information on any device currently present on the system. It also +provides a way to query any device in the sysfs tree to help creating udev +rules. + + + +udevtest + udevtest +simulates a udev run for the given device, +and prints out the name of the node the real udev would +have created, or (not in LFS) the name of the renamed network interface. + + + +/etc/dev.d + /etc/dev.d +directory is supposed to contain user-written handlers for device +creation hotplug events. + + + +/etc/udev + /etc/udev +directory contains udev configuation files, +device permissions and rules for device naming. + + + -- cgit v1.2.3-54-g00ecf