nightmorph 06/11/27 00:13:20 Modified: usb-guide.xml Log: updated usb guide for bug 156335
Revision Changes Path 1.13 xml/htdocs/doc/en/usb-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.12&r2=1.13 Index: usb-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- usb-guide.xml 30 Aug 2006 16:18:07 -0000 1.12 +++ usb-guide.xml 27 Nov 2006 00:13:19 -0000 1.13 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.12 2006/08/30 16:18:07 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.13 2006/11/27 00:13:19 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.10</version> -<date>2006-08-30</date> +<version>1.11</version> +<date>2006-11-26</date> <chapter> <title>Introduction</title> @@ -554,7 +554,8 @@ example of this would be a USB Network card. Earlier, hotplug was the package responsible for handling both, but then it was split into hotplug and coldplug, with coldplug doing all the work. Install it if you have <e>hot-pluggable</e> -devices that you need activated on boot up. +devices that you need activated on boot up. Afterward, you can add the coldplug +init script to the boot runlevel. </p> <pre caption="Installing coldplug"> @@ -566,10 +567,12 @@ </pre> <note> -The above initscript does what hotplug's initscript used to do (for already -attached hot-pluggable devices). The current <path>/etc/init.d/hotplug</path> -script does nothing more than check if the CONFIG_HOTPLUG is enabled for the -current kernel. +You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version +103 and higher, as udev itself will handle module loading. If you are upgrading +to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before +upgrading udev. Be sure to remove the coldplug init script from all runlevels +(<c>rc-update del coldplug</c>), and then delete it from +<path>/etc/init.d/</path> afterward. </note> </body> -- [email protected] mailing list
