Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: faq.xml
Date: Sat, 06 Aug 2005 11:44:08
Message-Id: 200508061142.j76Bgx7A019323@robin.gentoo.org
1 swift 05/08/06 11:43:49
2
3 Modified: xml/htdocs/doc/en faq.xml
4 Log:
5 Adding FAQ on missing dhcpcd (or kernel modules) for networking stuff. Identified by #dhcp
6
7 Revision Changes Path
8 1.97 +40 -4 xml/htdocs/doc/en/faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.97&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.97&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.96&r2=1.97&cvsroot=gentoo
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.96
18 retrieving revision 1.97
19 diff -u -r1.96 -r1.97
20 --- faq.xml 26 Jul 2005 14:22:01 -0000 1.96
21 +++ faq.xml 6 Aug 2005 11:43:49 -0000 1.97
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.96 2005/07/26 14:22:01 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.97 2005/08/06 11:43:49 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/faq.xml">
29 @@ -41,11 +41,11 @@
30 </abstract>
31
32 <!-- The content of this document is licensed under the CC-BY-SA license -->
33 -<!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>3.0.7</version>
38 -<date>2005-07-26</date>
39 +<version>3.0.8</version>
40 +<date>2005-08-06</date>
41
42 <chapter>
43 <title>Questions:</title>
44 @@ -113,6 +113,9 @@
45 <li>
46 <uri link="#cpus">What CD/stage should I use for my CPU?</uri>
47 </li>
48 + <li>
49 + <uri link="#dhcp">I can't get online after rebooting. What is wrong?</uri>
50 + </li>
51 </ul>
52
53 </body>
54 @@ -534,6 +537,39 @@
55
56 </body>
57 </section>
58 +<section id="dhcp">
59 +<title>I can't get online after rebooting. What is wrong?</title>
60 +<body>
61 +
62 +<p>
63 +First you need to check if your network card is discovered properly by the
64 +kernel. Run <c>ifconfig&nbsp;-a</c> and look for eth0 or wlan0 (in case of
65 +certain wireless network cards). You might need to load specific kernel modules
66 +for the kernel to properly detect the network card. If that is the case, make
67 +sure that these kernel modules are listed in
68 +<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path> if
69 +you are still using a 2.4 kernel).
70 +</p>
71 +
72 +<p>
73 +If you have forgotten to include support for your network card in your kernel,
74 +you will need to reconfigure your kernel.
75 +</p>
76 +
77 +<p>
78 +If your network card is found by your kernel, but you have set your networking
79 +configuration to use DHCP, you might have forgotten to
80 +<c>emerge&nbsp;dhcpcd</c>. You will need to reboot with your installation CD to
81 +install <c>dhcpcd</c>.
82 +</p>
83 +
84 +<p>
85 +Information on how to rescue your system using the installation CD is <uri
86 +link="#bootrescue">available</uri> as well.
87 +</p>
88 +
89 +</body>
90 +</section>
91 </chapter>
92
93 <chapter>
94
95
96
97 --
98 gentoo-doc-cvs@g.o mailing list