swift 05/06/02 17:27:09
Modified: xml/htdocs/doc/en/handbook/2005.0
hb-install-alpha-kernel.xml
hb-install-amd64-kernel.xml
hb-install-hppa-kernel.xml
hb-install-ppc-kernel.xml
hb-install-sparc-kernel.xml
hb-install-x86-kernel.xml
Log:
#90367 - lspci needs to be emerged prior to usage
Revision Changes Path
1.4 +11 -7
xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-alpha-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-alpha-kernel.xml 16 Apr 2005 21:47:06 -0000 1.3
+++ hb-install-alpha-kernel.xml 2 Jun 2005 17:27:09 -0000 1.4
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml,v
1.3 2005/04/16 21:47:06 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-kernel.xml,v
1.4 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.1</version>
-<date>2005-04-16</date>
+<version>4.2</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -112,10 +112,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
(it might
-provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
1.7 +11 -7
xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
Index: hb-install-amd64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-amd64-kernel.xml 16 Apr 2005 21:47:06 -0000 1.6
+++ hb-install-amd64-kernel.xml 2 Jun 2005 17:27:09 -0000 1.7
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml,v
1.6 2005/04/16 21:47:06 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-kernel.xml,v
1.7 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.4</version>
-<date>2005-04-16</date>
+<version>4.5</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -118,10 +118,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
-(it might provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
1.4 +11 -7
xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-hppa-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-hppa-kernel.xml 16 Apr 2005 21:47:06 -0000 1.3
+++ hb-install-hppa-kernel.xml 2 Jun 2005 17:27:09 -0000 1.4
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml,v
1.3 2005/04/16 21:47:06 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-kernel.xml,v
1.4 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.1</version>
-<date>2005-04-16</date>
+<version>4.2</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -106,10 +106,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
-(it might provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
1.8 +11 -7 xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
Index: hb-install-ppc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-ppc-kernel.xml 16 Apr 2005 21:47:06 -0000 1.7
+++ hb-install-ppc-kernel.xml 2 Jun 2005 17:27:09 -0000 1.8
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml,v
1.7 2005/04/16 21:47:06 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-kernel.xml,v
1.8 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.5</version>
-<date>2005-04-16</date>
+<version>4.6</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -115,10 +115,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
-(it might provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
1.5 +11 -7
xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-sparc-kernel.xml 16 Apr 2005 21:47:06 -0000 1.4
+++ hb-install-sparc-kernel.xml 2 Jun 2005 17:27:09 -0000 1.5
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml,v
1.4 2005/04/16 21:47:06 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-kernel.xml,v
1.5 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.1</version>
-<date>2005-04-16</date>
+<version>4.2</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -104,10 +104,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
-(it might provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
1.9 +11 -7 xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
Index: hb-install-x86-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-x86-kernel.xml 12 May 2005 20:26:56 -0000 1.8
+++ hb-install-x86-kernel.xml 2 Jun 2005 17:27:09 -0000 1.9
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml,v
1.8 2005/05/12 20:26:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml,v
1.9 2005/06/02 17:27:09 swift Exp $ -->
<sections>
-<version>4.5</version>
-<date>2005-05-12</date>
+<version>4.6</version>
+<date>2005-06-02</date>
<section>
<title>Timezone</title>
@@ -120,10 +120,14 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by viewing the
-contents of <path>/proc/pci</path> (or by using <c>lspci</c> if available). You
-can also run <c>lsmod</c> to see what kernel modules the Installation CD uses
-(it might provide you with a nice hint on what to enable).
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+uses (it might provide you with a nice hint on what to enable).
</p>
<p>
--
[email protected] mailing list