| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.20 2005/06/02 17:18:54 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.21 2005/06/05 16:36:18 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.14</version> |
11 | <version>1.14</version> |
| 12 | <date>2005-06-02</date> |
12 | <date>2005-06-02</date> |
| … | |
… | |
| 102 | </p> |
102 | </p> |
| 103 | |
103 | |
| 104 | <p> |
104 | <p> |
| 105 | However, one thing <e>is</e> true: you must know your system when you start |
105 | However, one thing <e>is</e> true: you must know your system when you start |
| 106 | configuring a kernel manually. Most information can be gathered by emerging |
106 | configuring a kernel manually. Most information can be gathered by emerging |
| 107 | pciutils (<c>emerge pciutils</c>) which contains <c>lscpi</c>. You will now |
107 | pciutils (<c>emerge pciutils</c>) which contains <c>lspci</c>. You will now |
| 108 | be able to use <c>lspci</c> within the chrooted environment. You may safely |
108 | be able to use <c>lspci</c> within the chrooted environment. You may safely |
| 109 | ignore any <e>pcilib</e> warnings (like pcilib: cannot open |
109 | ignore any <e>pcilib</e> warnings (like pcilib: cannot open |
| 110 | /sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run |
110 | /sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run |
| 111 | <c>lscpi</c> from a <e>non-chrooted</e> environment. The results are the same. |
111 | <c>lspci</c> from a <e>non-chrooted</e> environment. The results are the same. |
| 112 | You can also run <c>lsmod</c> to see what kernel modules the Installation CD |
112 | You can also run <c>lsmod</c> to see what kernel modules the Installation CD |
| 113 | uses (it might provide you with a nice hint on what to enable). |
113 | uses (it might provide you with a nice hint on what to enable). |
| 114 | </p> |
114 | </p> |
| 115 | |
115 | |
| 116 | <p> |
116 | <p> |