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: Mon, 27 Mar 2006 19:45:27
Message-Id: e5a3e9ac0603271139l67e78cb2l2f62378c14d30f8a@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/27/06, Teresa and Dale <teendale@×××××××××××××.com> wrote:
2 > Lord Sauron wrote:
3 >
4 > >On 3/26/06, Teresa and Dale <teendale@×××××××××××××.com> wrote:
5 > >
6 > >
7 > >
8 > >
9 > >I had this set to be compiled into the kernel. Should that present
10 > >any problems?
11 > >
12 > >
13 >
14 > Most things do not matter. You can do either way. There are some
15 > things that I have seen that must be modules and some things, like file
16 > systems, that must be compiled in. Example on the last one, I use
17 > reiserfs for my files system including root. If I have reiserfs as a
18 > module, the kernel will not be able to read my root partition to boot
19 > up. For that reason, I have to compile it in so it can read the root
20 > partition. IF I had say a data partition that used XFS, I could make
21 > that a module if I wanted to. The system will boot up and then load all
22 > the modules so it can read the other file systems.
23
24 Clever.
25
26 > One reason some use modules is that you can update them or do bug fixes
27 > without rebooting. You just unload the module, update it, then reload
28 > it again. This is usually something that folks like me and you do not
29 > have to worry about though.
30
31 Extremely clever. I'll have to remeber cool tricks like that when I'm
32 working with my own server...
33
34 > >>> <*> Button  
35 > >>> < > Video  
36 > >>> < > Generic Hotkey (EXPERIMENTAL)  
37 > >>> < > Fan  
38 > >>> < > Processor  
39 > >>> < > ASUS/Medion Laptop Extras  
40 > >>> < > IBM ThinkPad Laptop Extras  
41 > >>>
42 > >>>
43 > >
44 > >I had this enabled (compiled into kernel) since I do own a IBM X40.
45 > >
46 > >
47 > >
48 > >>> < > Toshiba Laptop Extras  
49 > >>> (0) Disable ACPI for systems before Jan 1st this year (NEW)  
50 > >>>
51 > >>>
52 > >
53 > >What on earth is this? I read the descriptor, but it didn't help me much...
54 > >
55 > >
56 >
57 > From what I have read, some systems do not support ACPI at all. They
58 > will not work, or maybe they blow up or something. I assume that there
59 > is some way for it to know when it was made and it will disable it if it
60 > is before that date. I'm not really sure either.
61
62 Oh... that makes sense.
63
64 > >>As it says up at the top, you can press "y" to compile it in, press "m"
65 > >>to have it as a module or press "n" to leave it out. You can also swith
66 > >>through them with the space bar. There are a lot of gurus here that may
67 > >>disagree with this, but I have no modules for my kernel unless I have to
68 > >>have it for some reason. I did have modules for my temp sensors but that
69 > >>was so I could reset it without rebooting. I'm sure someone will come in
70 > >>with 100 reasons to have modules and some others will have reasons not
71 > >>too. I say do it like you need to and whatever makes you and the system
72 > >>happy.
73 > >>
74 > >>
75 > >
76 > >I'm just going to try compiling stuff into the kernel first, before I
77 > >try and tinker.
78 > >
79 > >
80 >
81 > Save that info, you may need it. The first kernel I made would boot up
82 > but some things, USB and a couple other things didn't work, so I made a
83 > new one. The new one wouldn't work at all. Something I changed didn't
84 > work right at all. Since I saved the old one, I just rebooted and used
85 > it. Otherwise, I would have had to boot the CD and chrooted in to fix
86 > it. That's a good tip to keep in mind.
87
88 I'm actually not certain that I have the kernel built and installed.
89 I tried the make install command, but I'm still not certain that I've
90 done this all correctly. At this rate, I may try and re-install KDE
91 and stuff to see if it's no longer a problem with the kernel. Is
92 there a way to see what's currently compiled in or modules
93 enabled/loaded in the kernel that currently running? If there is,
94 then I could very quickly diagnose where the disconnect is.
95
96 > >>When you make a new kernel, don't remove the old one. Since it does boot
97 > >>up, you can use it to fall back on in case your new one fails for some
98 > >>reason. Just give it a different name from the old one when you copy it
99 > >>over. I do mine names like this:
100 > >>
101 > >>
102 > >
103 > >So, I should rename one of my kernels and try and see which one is
104 > >which? Or am I still off the mark? It didn't look like it compiled
105 > >the kernel... I think it should have taken longer, but it didn't. I
106 > >may be missing a step. : /
107 > >
108 > >
109 >
110 > Most likely the first one is named bzImage and that is fine. Just name
111 > you new one something different. You can name it bzImage-1 if you
112 > want. I put the kernel version on the end so I know what version it is.
113
114 Yeah, but I've been using the "make install" command, so I'm not
115 totally sure if what I'm doing is even effective.
116
117 > >>>root@smoker / # ls -al /boot/bzI*
118 > >>>-rw-r--r-- 1 root root 2196613 Sep 18 2005 /boot/bzImage-gen-2.6.12-1
119 > >>>-rw-r--r-- 1 root root 2224482 Dec 20 20:31 /boot/bzImage-gen-2.6.14-4
120 > >>>-rw-r--r-- 1 root root 2225130 Dec 27 04:50 /boot/bzImage-gen-2.6.14-5
121 > >>>root@smoker / #
122 > >>>
123 > >>>
124 > >>I currently have three kernels that I can boot if one of them gets
125 > >>corrupted or something. The last digit is like a version number for me.
126 > >>If you can't boot the old one, you can hit "e" twice when grub comes up
127 > >>and then use the arrow keys to edit which kernel you want to boot. It
128 > >>can save you a lot of headaches too. After you edit that, you just hit
129 > >>return and then hit the "b" key to boot it up. If it gives you a grub
130 > >>error, just hit the escape (Esc) key to go back and try again.
131 > >>
132 > >>
133 > >
134 > >Just a question: if the support is made to be as a module (M, instead
135 > >of *) does that mean that you have to add something like "doacpi" to
136 > >the boot parameters?
137 > >
138 > >
139 >
140 > That means you have to add it to the /etc/modules.autoload.d/kernel-2.6
141 > file for it to load the module when it boots. This is what my file
142 > looks like:
143
144 So I'd add something like
145
146 > acpi
147
148 ?
149
150 > > nvidia
151 > > hwmon_vid
152 > > i2c_isa
153 > > w83627hf
154 >
155 >
156 > I guess I do still have my sensors as modules. Anyway, nvidia has to be
157 > a module. You will see them when they load up.
158
159 Yeah, nVidia supplies proprietary closed-source drivers, don't they?
160
161 > >>Hope this helps. I'm about to take some meds and may not be around for a
162 > >>while. Plenty of others here to help though.
163 > >>
164 > >>
165 > >
166 > >Ah, you take crazy-pills too. I've already taken mine, so I'm a
167 > >couple minutes away from sleep. Thanks for your help. By the end of
168 > >this I'll hopefully be guru enough to help someone else out in turn :
169 > >)
170 > >
171 > >
172 >
173 > Not crazy pills. I'm disabled from a skin disorder and when it starts
174 > to itch like crazy I can take meds for it. It's just that the meds make
175 > me sleepy. When I get up, I have a really dry mouth and I want to eat
176 > everything in the house, even some foods I don't like. I took my meds,
177 > just one pill though, so parden me while I go eat. O_O
178
179 Oh. I just have ADD. My pills in the morning shut me up, the ones in
180 the evening shut me down. When I forget to take my morning pills...
181 yeah. I'm not so bad as I am Mr. Comedy-Central.
182
183 --
184 ========== GCv3.12 ==========
185 GCS d-(++) s+: a? C++ UL+>++++ P+
186 L++ E--- W+(+++) N++ o? K? w--- O? M+
187 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
188 DI+++ D+ G e* h- !r !y
189 ========= END GCv3.12 ========
190
191 --
192 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Lord Sauron <lordsauronthegreat@×××××.com>
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Devon Miller <devon.c.miller@×××××.com>
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Teresa and Dale <teendale@×××××××××××××.com>