Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Lord Sauron
Okay, here's where I've isolated the problem to. This might be a rather lengthy explanation, so make sure you have about 15 minutes on your hands before diving in. However, the explanation shouldn't take long - I've never actually compiled/installed/used a kernel before. Okay, enough

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Holly Bostick
Lord Sauron schreef: Okay, here's where I've isolated the problem to. snip . I know that it correctly compiles the kernel. I put a new name for the new kernel (test1) to try and ID it snip # make install Sticks it into /boot. /boot now reads System.map

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Bo Andresen
On Wednesday 29 March 2006 21:58, Lord Sauron wrote: Okay, here's where I've isolated the problem to. This might be a rather lengthy explanation, so make sure you have about 15 minutes on your hands before diving in. However, the explanation shouldn't take long - I've never actually

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Lord Sauron
On 3/29/06, Bo Andresen [EMAIL PROTECTED] wrote: On Wednesday 29 March 2006 21:58, Lord Sauron wrote: Okay, here's where I've isolated the problem to. This might be a rather lengthy explanation, so make sure you have about 15 minutes on your hands before diving in. However, the

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Lord Sauron
SOLVED!!! I did as you suggested. localhost ~ # cat /boot/grub/menu.lst default 0 timeout 7 splashimage=(hd0,0)/grub/splash.xpm.gz title Current Kernel root (hd0,0) kernel /vmlinuz root=/dev/hda3 title Old Kernel root (hd0,0) kernel /vmlinuz.old root=/dev/hda3

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Teresa and Dale
Lord Sauron wrote: Okay. So there are two ways of making kernels, and one of them is with Genkernel and I'm not using that so I don't need to worry, right? Just like most things in Linux, there are several ways to do it. Yours isn't the way I do it but if it works for ya, go for it.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-29 Thread Bo Andresen
On Thursday 30 March 2006 02:53, Lord Sauron wrote: Later I hope to reinsert my Live CD and get the pretty stuff off of it to beautify my Gentoo. For what kind of beautifying do you need the Live CD? If you are referring to the splash theme that it uses then it is in portage.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-28 Thread Bo Andresen
On Tuesday 28 March 2006 04:51, Lord Sauron wrote: I'm currently running 2.6.15-r8 of suspend2_sources, so if you're using a different kernel YMMV. Sorry, what does YMMV mean? Those are the resources that I use for that kind of questions: http://en.wikipedia.org/wiki/YMMV

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 11:51:11 +0200, Bo Andresen wrote: Sorry, what does YMMV mean? Those are the resources that I use for that kind of questions: http://en.wikipedia.org/wiki/YMMV http://www.urbandictionary.com/define.php?term=ymmv You can also emerge wtf. $ wtf ymmv YMMV: your mileage

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Teresa and Dale
Lord Sauron wrote: On 3/26/06, Teresa and Dale [EMAIL PROTECTED] wrote: I had this set to be compiled into the kernel. Should that present any problems? Most things do not matter. You can do either way. There are some things that I have seen that must be modules and some things,

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
On 3/27/06, Teresa and Dale [EMAIL PROTECTED] wrote: Lord Sauron wrote: On 3/26/06, Teresa and Dale [EMAIL PROTECTED] wrote: I had this set to be compiled into the kernel. Should that present any problems? Most things do not matter. You can do either way. There are some

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
Hey, I found something interesting... /boot/config # # Automatically generated make config: don't edit # Linux kernel version: 2.6.15-gentoo-r1 # Sun Mar 26 17:30:03 2006 # large snip of non-ACPI stuff, mainly architecture flags. # # ACPI (Advanced Configuration and Power Interface)

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Teresa and Dale
Devon Miller wrote: Just to throw my 2 cents in... I always set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y unless I'm building for a memory constrained system. This stores the config file in the kernel image and makes it available as /proc/config.gz. That way, when I get it working, I

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Teresa and Dale
Lord Sauron wrote: On 3/27/06, Teresa and Dale [EMAIL PROTECTED] wrote: Extremely clever. I'll have to remeber cool tricks like that when I'm working with my own server... You can never know to much. That's for sure. I know I haven't had that trouble yet on my end. o_O Yeah, but

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
On 3/27/06, Teresa and Dale [EMAIL PROTECTED] wrote: Devon Miller wrote: Just to throw my 2 cents in... I always set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y unless I'm building for a memory constrained system. This stores the config file in the kernel image and makes it

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
On 3/27/06, Teresa and Dale [EMAIL PROTECTED] wrote: Lord Sauron wrote: On 3/27/06, Teresa and Dale [EMAIL PROTECTED] wrote: Extremely clever. I'll have to remeber cool tricks like that when I'm working with my own server... You can never know to much. That's for sure. I know I

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
Okay, yet another update. I found that these packages were not installed: ibm-acpi acpi (though acpid was installed) I emerged them and then recompiled the kernel. However, I'm really beginning to get suspicious... I really think that a kernel recompile would take longer. Would you say

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Jeremy Olexa
Lord Sauron wrote: Would you say about 45 seconds is right for a 1.0GHz Pentium-M with 256Megs of PC2700 SO-DIMM RAM? (200-pin, of course) Sounds about right. You aren't recompiling the WHOLE kernel everytime. Just whatever changes. -Jeremy I'm going to go recheck a few things now. --

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Teresa and Dale
Jeremy Olexa wrote: Lord Sauron wrote: Would you say about 45 seconds is right for a 1.0GHz Pentium-M with 256Megs of PC2700 SO-DIMM RAM? (200-pin, of course) Sounds about right. You aren't recompiling the WHOLE kernel everytime. Just whatever changes. -Jeremy I'm going to go

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-27 Thread Lord Sauron
On 3/27/06, Jeremy Olexa [EMAIL PROTECTED] wrote: Lord Sauron wrote: Would you say about 45 seconds is right for a 1.0GHz Pentium-M with 256Megs of PC2700 SO-DIMM RAM? (200-pin, of course) Sounds about right. You aren't recompiling the WHOLE kernel everytime. Just whatever changes.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-26 Thread Gabriel Dain
home directory is ~. Get used to writing ~ for the home directory, so that your scripts/apps/whatever are plug n play for all users. Gabio -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-26 Thread Lord Sauron
On 3/26/06, Gabriel Dain [EMAIL PROTECTED] wrote: home directory is ~. Get used to writing ~ for the home directory, so that your scripts/apps/whatever are plug n play for all users. Yeah, it's just that I normally use my non-root account lsauron, however, I sometimes will open a Xnest window

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-26 Thread Gabriel Dain
Are you sure you compiled it as embbeded, and not module? (* or M in menuconfig). If it is M, you'll have to load the module, and add it to the list of modules that are loaded at startup. -- Gabriel Dain -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-26 Thread Lord Sauron
On 3/26/06, Teresa and Dale [EMAIL PROTECTED] wrote: Gabriel Dain wrote: Are you sure you compiled it as embbeded, and not module? (* or M in menuconfig). If it is M, you'll have to load the module, and add it to the list of modules that are loaded at startup. -- Gabriel Dain I'll

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Alexander Skwar
Teresa and Dale wrote: Gabriel Dain wrote: However, I don't know how to rebuild the kernel # cd /usr/src/linux # make menuconfig !--- Add whatever support you need, i've never worked with ACPI, sorry --- # make make modules_install Addition: cp

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Teresa and Dale
Lord Sauron wrote: Either they have a new bootloader or you mean grub. I have used Lilo and now use grub. IMHO, grub is better. Yes, I mean grub. I had a small technical difficulty : ) For me, that would be not being able to type worth a hoot. My sig on the forums says I can't

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Lord Sauron
On 3/25/06, Teresa and Dale [EMAIL PROTECTED] wrote: Lord Sauron wrote: Either they have a new bootloader or you mean grub. I have used Lilo and now use grub. IMHO, grub is better. Yes, I mean grub. I had a small technical difficulty : ) For me, that would be not being able

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Lord Sauron
Found xinit! However... it's very... confusing. Well, not confusing; I understand most of it, however, I'm just not prepared to start carving it up - I don't want to know how bad I can screw things up. I think that if I go to ~/.xinit.d it'll be the thing I'm looking for, but I'm not sure.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Josh Helmer
On Saturday 25 March 2006 21:58, Peter Ruskin wrote: On Saturday 25 March 2006 21:22, Lord Sauron wrote: Found xinit!  However... it's very...  confusing. What you want is a file called .xsession in your home directory. Mine just contains: #!/bin/sh `which startkde` Why not just:

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-25 Thread Lord Sauron
On 3/25/06, Josh Helmer [EMAIL PROTECTED] wrote: On Saturday 25 March 2006 21:58, Peter Ruskin wrote: On Saturday 25 March 2006 21:22, Lord Sauron wrote: Found xinit! However... it's very... confusing. What you want is a file called .xsession in your home directory. Mine just contains:

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Gabriel Dain
However, I don't know how to rebuild the kernel # cd /usr/src/linux # make menuconfig !--- Add whatever support you need, i've never worked with ACPI, sorry --- # make make modules_install # reboot that should do it, if support is what you need. However, this will probably be more useful: #

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Teresa and Dale
Gabriel Dain wrote: However, I don't know how to rebuild the kernel # cd /usr/src/linux # make menuconfig !--- Add whatever support you need, i've never worked with ACPI, sorry --- # make make modules_install Addition: cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImageyour stuff

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Alexander Kirillov
I'm very very new to Gentoo. I managed to squeak through a install from the live CD, however, this gave me a kernel with little or no ACPI support - I have a laptop, so I'd like to have this support enabled. However, I don't know how to rebuild the kernel, or do so enabling ACPI support. I

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Neil Bothwick
On Fri, 24 Mar 2006 19:19:07 +1100, Gabriel Dain wrote: # cd /usr/src/linux # make menuconfig !--- Add whatever support you need, i've never worked with ACPI, sorry --- # make make modules_install # reboot That should be make make modules_install make install or your new kernel will

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Richard Fish
On 3/24/06, Richard Fish [EMAIL PROTECTED] wrote: Then reboot to your 'Safe' kernel to make sure things work. Oh, and obviously, you should do this *before* starting any work on rebuilding or installing a new kernel... -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Richard Fish
On 3/24/06, Lord Sauron [EMAIL PROTECTED] wrote: However, I don't know how to rebuild the kernel, or do so enabling Others have covered the mechanics of building and installing the kernel. Just a couple of points to try to keep you out of trouble: 1. However you install the kernel (by which I

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Mike Myers
Richard Fish wrote: On 3/24/06, Richard Fish [EMAIL PROTECTED] wrote: Then reboot to your 'Safe' kernel to make sure things work. Oh, and obviously, you should do this *before* starting any work on rebuilding or installing a new kernel... -Richard Also, something to keep in

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Lord Sauron
On 3/24/06, Teresa and Dale [EMAIL PROTECTED] wrote: Gabriel Dain wrote: However, I don't know how to rebuild the kernel # cd /usr/src/linux Know how to do that... # make menuconfig I don't see a file called menuconfig in here. Will this work? All I see (that looks relevant) is

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Lord Sauron
Hah! Think I found my problem! Correct me if I'm wrong! I just was reading some documentation using KDE Help Centre and found this thing called APMD. I tried typing apmd into Konsole, and it said No APM support in kernel. Does this mean this is going to be as easy as emerge apmd? On 3/24/06,

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Ryan Tandy
Lord Sauron wrote: Hah! Think I found my problem! Correct me if I'm wrong! I just was reading some documentation using KDE Help Centre and found this thing called APMD. I tried typing apmd into Konsole, and it said No APM support in kernel. Does this mean this is going to be as easy as

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Teresa and Dale
Lord Sauron wrote: On 3/24/06, Teresa and Dale [EMAIL PROTECTED] wrote: Gabriel Dain wrote: However, I don't know how to rebuild the kernel # cd /usr/src/linux Know how to do that... # make menuconfig I don't see a file called menuconfig in here.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Mait
[1]http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree [2]http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=7 [3]http://www.gentoo.org/doc/en/kernel-upgrade.xml [4]http://www.gentoo.org/doc/en/genkernel.xml If you new to kernel compile and config, Dont hurry.

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Lord Sauron
On 3/24/06, Teresa and Dale [EMAIL PROTECTED] wrote: Lord Sauron wrote: On 3/24/06, Teresa and Dale [EMAIL PROTECTED] wrote: Gabriel Dain wrote: However, I don't know how to rebuild the kernel # cd /usr/src/linux Know how to do that... # make menuconfig

[gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-23 Thread Lord Sauron
Hi, I'm very very new to Gentoo. I managed to squeak through a install from the live CD, however, this gave me a kernel with little or no ACPI support - I have a laptop, so I'd like to have this support enabled. However, I don't know how to rebuild the kernel, or do so enabling ACPI support. I