Quote:
|
Originally Posted by nick021
hi there ,
i have acer 3002NLC laptop.
i am using slackware 10.0 and i am unable to configure battery option of laptop hence
it does not show how much battery is left.
|
I experienced with all my laptops (we are a great family ...) - HP/Compaq, Toshiba, Medion - that the different ACPI options are available with customized kernels (a little bit to do) or with an initrd.gz (only one command to create).
The initial ramdisk is loaded quite after the kernel and contains the kernel modules for ACPI (ac, button, battery, fan, container, processor, thermal, video). I experienced on notebooks that loading the kernel modules with the script /etc/rc.d/rc.modules is NOT the same as loading them with an initrd.gz. With the initrd.gz all ACPI options work fine, with the rc.modules not always.
Type as root in a terminal:
Quote:
cd /boot
mkinitrd -c -k 2.6.xy -m ac:button:battery:fan:container:processor:thermal:video <--- 2.6.xy=your kernel_version
|
and add the initrd.gz to your lilo.conf or /boot/grub/menu.lst.
This works fine for me ...
Fluxx.