swift 05/06/02 17:08:42 Modified: xml/htdocs/doc/en/handbook hb-install-x86-kernel.xml Log: #90367 - lspci needs to be emerged prior to usage
Revision Changes Path 1.45 +11 -7 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.45&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.45&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.44&r2=1.45&cvsroot=gentoo Index: hb-install-x86-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- hb-install-x86-kernel.xml 21 Apr 2005 13:45:19 -0000 1.44 +++ hb-install-x86-kernel.xml 2 Jun 2005 17:08:42 -0000 1.45 @@ -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/hb-install-x86-kernel.xml,v 1.44 2005/04/21 13:45:19 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.45 2005/06/02 17:08:42 swift Exp $ --> <sections> -<version>2.6</version> -<date>2005-04-21</date> +<version>2.7</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> -- [email protected] mailing list
