Author: matthew
Date: 2006-02-19 15:13:37 -0700 (Sun, 19 Feb 2006)
New Revision: 7388
Modified:
branches/udev_update/BOOK/chapter01/changelog.xml
branches/udev_update/BOOK/chapter06/udev.xml
Log:
Expand Udev's modprobe rule to handle all subsytems, not just USB
Modified: branches/udev_update/BOOK/chapter01/changelog.xml
===================================================================
--- branches/udev_update/BOOK/chapter01/changelog.xml 2006-02-19 21:47:28 UTC
(rev 7387)
+++ branches/udev_update/BOOK/chapter01/changelog.xml 2006-02-19 22:13:37 UTC
(rev 7388)
@@ -40,6 +40,10 @@
<para>February 19, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Expand the Udev module handling rule to run for
+ every subsystem, not just USB.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
</listitem>
<listitem>
Modified: branches/udev_update/BOOK/chapter06/udev.xml
===================================================================
--- branches/udev_update/BOOK/chapter06/udev.xml 2006-02-19 21:47:28 UTC
(rev 7387)
+++ branches/udev_update/BOOK/chapter06/udev.xml 2006-02-19 22:13:37 UTC
(rev 7388)
@@ -105,7 +105,7 @@
<screen><userinput>sed -i 147,150d /etc/udev/rules.d/25-lfs.rules
cat >> /etc/udev/rules.d/25-lfs.rules << EOF
# Rules to allow hotplugging of devices with modular drivers
-ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \
+ACTION=="add", SUBSYSTEM=="?*", MODALIAS=="?*", \
RUN+="/sbin/modprobe $modalias"
ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[07]", \
RUN+="/sbin/modprobe sd_mod"
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page