Gentoo Archives: gentoo-user

From: Lord Sauron <lordsauronthegreat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Sat, 25 Mar 2006 07:26:15
Message-Id: e5a3e9ac0603242321g57aa8c00sdb7e6f41f35609f3@mail.gmail.com
In Reply to: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel by Teresa and Dale
1 On 3/24/06, Teresa and Dale <teendale@×××××××××××××.com> wrote:
2 > Lord Sauron wrote:
3 >
4 > >On 3/24/06, Teresa and Dale <teendale@×××××××××××××.com> wrote:
5 > >
6 > >
7 > >>Gabriel Dain wrote:
8 > >>
9 > >>
10 > >>
11 > >>>>However, I don't know how to rebuild the kernel
12 > >>>>
13 > >>>>
14 > >>>>
15 > >>>>
16 > >>># cd /usr/src/linux
17 > >>>
18 > >>>
19 > >
20 > >Know how to do that...
21 > >
22 > >
23 > >
24 > >>># make menuconfig
25 > >>>
26 > >>>
27 > >
28 > >I don't see a file called "menuconfig" in here. Will this work? All
29 > >I see (that looks relevant) is Makefile, include/ and kernel/
30 > >
31 > >
32 >
33 > You don't see that as a file, it is a command. Just type it in and a
34 > new screen comes up to configure the kernel with. Use the arrow keys to
35 > navigate around. I use the space bar to toggle what I want it to do as
36 > far as modules or build in. Some of this may not make sense until you
37 > are in there. Once you see it, it will clear up a bit. It took be
38 > about 10 tries to get a stable kernel the first time I did it. Now, if
39 > I know the hard ware, twice is about the most tries I need. I usually
40 > hit it the first time.
41
42 Ah, okay. That makes sense.
43
44 > >
45 > >
46 > >>><!--- Add whatever support you need, i've never worked with ACPI, sorry --->
47 > >>>
48 > >>>
49 > >
50 > >No clue whatsoever how to do that. I've never built a kernel before,
51 > >not on Debian, not on Red Hat, not on anything.
52 > >
53 > >
54 > >
55 > >>># make && make modules_install
56 > >>>
57 > >>>
58 > >
59 > >What'll that do? Make and make modules_install? I don't see anything
60 > >called "modules_install" either.
61 > >
62 > >
63 >
64 > When you type in make, it builds the kernel itself and creates a
65 > bzImage, it also makes the modules. BzImage is the kernel. That is the
66 > first thing the OS itself loads up to boot, yes, windoze has one too.
67 > Make modules_install installs any modules that were built during the
68 > make command.
69 >
70 > >
71 > >
72 > >>Addition:
73 > >>
74 > >>cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage<your stuff here>
75 > >>
76 > >>
77 > >
78 > >I think mine is a i686... I think I should say that I did just take
79 > >the kernel off the live CD... I wasn't brave enough (at the time) to
80 > >build a kernel.
81 > >
82 > >
83 >
84 > It is the same for them all. My rig is i686 too but the kernel in i386
85 > is what you use.
86 >
87 > >
88 > >
89 > >>Then add it or change it in bootloader, grub is easier on this one. ;-)
90 > >>
91 > >>
92 > >
93 > >I use grup.
94 > >
95 > >
96 >
97 > Either they have a new bootloader or you mean grub. I have used Lilo
98 > and now use grub. IMHO, grub is better.
99
100 Yes, I mean grub. I had a small technical difficulty : )
101
102 > >
103 > >
104 > <snip>
105 >
106 > I hope some of this makes sense. I have been where you are now and it
107 > is a bit . . . . scary.
108
109 Hmm... maybe not scary as much as being assaulted with too many new
110 things all at once. It makes it very hard to find where to dip your
111 toe into the larger pool of information.
112
113 --
114 ========== GCv3.12 ==========
115 GCS d-(++) s+: a? C++ UL+>++++ P+
116 L++ E--- W+(+++) N++ o? K? w--- O? M+
117 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
118 DI+++ D+ G e* h- !r !y
119 ========= END GCv3.12 ========
120
121 --
122 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Teresa and Dale <teendale@×××××××××××××.com>