Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: udev-guide.xml
Date: Sun, 26 Dec 2010 19:25:46
Message-Id: 20101226192144.8454120054@flycatcher.gentoo.org
1 nightmorph 10/12/26 19:21:44
2
3 Modified: udev-guide.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.52 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.52&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.52&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.51&r2=1.52
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.51
18 retrieving revision 1.52
19 diff -u -r1.51 -r1.52
20 --- udev-guide.xml 14 May 2010 22:37:43 -0000 1.51
21 +++ udev-guide.xml 26 Dec 2010 19:21:44 -0000 1.52
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.51 2010/05/14 22:37:43 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.52 2010/12/26 19:21:44 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo udev Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2010-05-14</date>
36 +<version>7</version>
37 +<date>2010-12-26</date>
38
39 <chapter>
40 <title>What is udev?</title>
41 @@ -457,8 +457,8 @@
42 module load order. First, you must stop udev from autoloading the modules by
43 blacklisting them. Be sure to use the exact name of the module being loaded.
44 For PCI devices, you'll need to use the module names obtained from the output of
45 -<c>pcimodules</c>, available in the <c>pciutils</c> package. The following
46 -example uses DVB modules.
47 +<c>lspci -k</c>, available in the <c>pciutils</c> package. The following example
48 +uses DVB modules.
49 </p>
50
51 <pre caption="Blacklisting modules">