> 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: # emerge -av acpid <!--- -av means --verbose and --ask, so you can see what you're actually emerging, and have to choice no to, if you want ---> and read this for help on configuring it: http://gentoo-wiki.com/TIP_ACPI_basic_configuration Gabriel Dain -- [email protected] mailing list

