nightmorph 06/11/28 18:10:51 Modified: printing-howto.xml Log: added note about not using coldplug if using udev 103
Revision Changes Path 1.62 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.62&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.61&r2=1.62 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- printing-howto.xml 14 Sep 2006 11:21:46 -0000 1.61 +++ printing-howto.xml 28 Nov 2006 18:10:50 -0000 1.62 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.61 2006/09/14 11:21:46 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.62 2006/11/28 18:10:50 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.93</version> -<date>2006-09-14</date> +<version>2.94</version> +<date>2006-11-28</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -306,6 +306,15 @@ This will allow any USB kernel modules to be loaded automatically at boot. </p> +<note> +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> + <p> If the printer is attached to your system locally, you need to load CUPS automatically on start-up. Make sure your printer is attached and powered on -- [email protected] mailing list
