Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 10/12/26 19:21:44
Modified: udev-guide.xml
Log:
the 'pcimodules' command doesn't exist anymore. 'lspci -k' is what i've always used to determine which module runs what bit of hardware, so i updated the guide to reflect this.
Revision Changes Path
1.52 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.51&r2=1.52
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- udev-guide.xml 14 May 2010 22:37:43 -0000 1.51
+++ udev-guide.xml 26 Dec 2010 19:21:44 -0000 1.52
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.51 2010/05/14 22:37:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.52 2010/12/26 19:21:44 nightmorph Exp $ -->
<guide>
<title>Gentoo udev Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>6</version>
-<date>2010-05-14</date>
+<version>7</version>
+<date>2010-12-26</date>
<chapter>
<title>What is udev?</title>
@@ -457,8 +457,8 @@
module load order. First, you must stop udev from autoloading the modules by
blacklisting them. Be sure to use the exact name of the module being loaded.
For PCI devices, you'll need to use the module names obtained from the output of
-<c>pcimodules</c>, available in the <c>pciutils</c> package. The following
-example uses DVB modules.
+<c>lspci -k</c>, available in the <c>pciutils</c> package. The following example
+uses DVB modules.
</p>
<pre caption="Blacklisting modules">
|
|