eudev.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. <sect1 id="ch-system-eudev" role="wrap" revision="sysv">
  8. <?dbhtml filename="eudev.html"?>
  9. <sect1info condition="script">
  10. <productname>eudev</productname>
  11. <productnumber>&eudev-version;</productnumber>
  12. <address>&eudev-url;</address>
  13. </sect1info>
  14. <title>Eudev-&eudev-version;</title>
  15. <indexterm zone="ch-system-eudev">
  16. <primary sortas="a-Eudev">Eudev</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Eudev package contains programs for dynamic creation of device
  21. nodes.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&eudev-ch6-sbu;</seg>
  27. <seg>&eudev-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Eudev</title>
  33. <!--
  34. <para>First, fix a test script:</para>
  35. <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
  36. -->
  37. <!--
  38. <para>Next, remove an unneeded line that causes a build failure:</para>
  39. <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
  40. -->
  41. <para>First, add a workaround to prevent the /tools directory from being
  42. hard coded into Eudev binary files library locations:</para>
  43. <screen><userinput remap="pre">cat &gt; config.cache &lt;&lt; "EOF"
  44. HAVE_BLKID=1
  45. BLKID_LIBS="-lblkid"
  46. BLKID_CFLAGS="-I/tools/include"
  47. EOF</userinput></screen>
  48. <para>Prepare Eudev for compilation:</para>
  49. <screen><userinput remap="configure">./configure --prefix=/usr \
  50. --bindir=/sbin \
  51. --sbindir=/sbin \
  52. --libdir=/usr/lib \
  53. --sysconfdir=/etc \
  54. --libexecdir=/lib \
  55. --with-rootprefix= \
  56. --with-rootlibdir=/lib \
  57. --enable-manpages \
  58. --disable-static \
  59. --config-cache</userinput></screen>
  60. <para>Compile the package:</para>
  61. <screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
  62. <note><para>The LIBRARY_PATH variable here and the LD_LIBRARY_PATH variable
  63. below are needed to allow the use of libraries that were installed in /tools,
  64. but have not yet been installed in the main system. LIBRARY_PATH is
  65. used to find libraries during the linking process. LD_LIBRARY_PATH is
  66. used to find libraries during program execution.</para></note>
  67. <para>Create some directories now that are needed for tests, but
  68. will also be used as a part of installation:</para>
  69. <screen><userinput remap="test">mkdir -pv /lib/udev/rules.d
  70. mkdir -pv /etc/udev/rules.d</userinput></screen>
  71. <para>To test the results, issue:</para>
  72. <screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
  73. <para>Install the package:</para>
  74. <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
  75. <para>Install some custom rules and support files useful in an LFS
  76. environment:</para>
  77. <screen><userinput remap="install">tar -xvf ../&udev-lfs-version;.tar.bz2
  78. make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
  79. </sect2>
  80. <sect2 id="conf-eudev" role="configuration">
  81. <title>Configuring Eudev</title>
  82. <indexterm zone="conf-eudev">
  83. <primary sortas="a-Eudev">Eudev</primary>
  84. <secondary>configuring</secondary>
  85. </indexterm>
  86. <indexterm zone="conf-eudev">
  87. <primary sortas="e-/etc/udev/hwdb.bin">/etc/udev/hwdb.bin</primary>
  88. </indexterm>
  89. <para>Information about hardware devices is maintained in the
  90. <filename class="directory">/etc/udev/hwdb.d</filename> and
  91. <filename class="directory">/lib/udev/hwdb.d</filename> directories.
  92. <application>Eudev</application> needs that information to be compiled
  93. into a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the
  94. initial database:</para>
  95. <screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb --update</userinput></screen>
  96. <para>This command needs to be run each time the hardware information is
  97. updated.</para>
  98. </sect2>
  99. <sect2 id="contents-eudev" role="content">
  100. <title>Contents of Eudev</title>
  101. <segmentedlist>
  102. <segtitle>Installed programs</segtitle>
  103. <segtitle>Installed libraries</segtitle>
  104. <segtitle>Installed directories</segtitle>
  105. <seglistitem>
  106. <seg><!-- These are in /lib/udev and not to be called by the user:
  107. accelerometer, ata_id, cdrom_id, collect, mtd_probe,
  108. scsi_id, v4l_id,--> udevadm and udevd</seg>
  109. <seg>libudev.so</seg>
  110. <seg>/etc/udev, /lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg>
  111. </seglistitem>
  112. </segmentedlist>
  113. <variablelist>
  114. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  115. <?dbfo list-presentation="list"?>
  116. <?dbhtml list-presentation="table"?>
  117. <varlistentry id="udevadm" revision="sysv">
  118. <term><command>udevadm</command></term>
  119. <listitem>
  120. <para>Generic udev administration tool: controls the udevd daemon,
  121. provides info from the Udev database, monitors uevents, waits for
  122. uevents to finish, tests Udev configuration, and triggers uevents
  123. for a given device</para>
  124. <indexterm zone="ch-system-eudev udevadm">
  125. <primary sortas="b-udevadm">udevadm</primary>
  126. </indexterm>
  127. </listitem>
  128. </varlistentry>
  129. <varlistentry id="udevd">
  130. <term><command>udevd</command></term>
  131. <listitem>
  132. <para>A daemon that listens for uevents on the netlink socket,
  133. creates devices and runs the configured external programs in
  134. response to these uevents</para>
  135. <indexterm zone="ch-system-eudev udevd">
  136. <primary sortas="b-udevd">udevd</primary>
  137. </indexterm>
  138. </listitem>
  139. </varlistentry>
  140. <varlistentry id="libudev">
  141. <term><filename class="libraryfile">libudev</filename></term>
  142. <listitem>
  143. <para>A library interface to udev device information</para>
  144. <indexterm zone="ch-system-eudev libudev">
  145. <primary sortas="c-libudev">libudev</primary>
  146. </indexterm>
  147. </listitem>
  148. </varlistentry>
  149. <varlistentry id="etc-udev">
  150. <term><filename class="directory">/etc/udev</filename></term>
  151. <listitem>
  152. <para>Contains Udev configuration files,
  153. device permissions, and rules for device naming</para>
  154. <indexterm zone="ch-system-eudev etc-udev">
  155. <primary sortas="e-/etc/udev">/etc/udev</primary>
  156. </indexterm>
  157. </listitem>
  158. </varlistentry>
  159. </variablelist>
  160. </sect2>
  161. </sect1>