Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I Ran Mandrake 9.2 almost 6 Months on old Presario 1250 notebook worked fine, but slow.
Only Problems was getting sound to work correct because of JBL Chipset.
by dominedi on Wed, 2005-05-18 11:58
solution faster than recompile the kernel
just install ACPI-x.x.x and ACPID-x.x.x from install rpm
add NOLAPIC in the boot option (lilo.conf) of the kernel image and
remove any ACPI=off, ACPI=ht or ACPI=on.
check that acpi service is loaded
in
/etc/rc.d/rc.local
add those lines at the end :
modprobe ac
modprobe battery
modprobe fan
modprobe thermal
modprobe processor
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Only Problems was getting sound to work correct because of JBL Chipset.
just install ACPI-x.x.x and ACPID-x.x.x from install rpm
add NOLAPIC in the boot option (lilo.conf) of the kernel image and
remove any ACPI=off, ACPI=ht or ACPI=on.
check that acpi service is loaded
in
/etc/rc.d/rc.local
add those lines at the end :
modprobe ac
modprobe battery
modprobe fan
modprobe thermal
modprobe processor