Linux 2.4.x on ACER TravelMate 240 FX

Laptop Acer TravelMate 240 FX has problem with Linux kernel 2.4.x, especially if it is installed either with Mandrake (9.0-9.2), Knoppix, or also if you compile it with default configuration. This laptop will extract the kernel, but then become freezes (hang). It happens because of the ACPI problem betwen the 2.4 version and the laptop. We have installed the laptop with RedHat (9) and Slackware 10 without problem.

If you still want to use kernel 2.4 on the laptop, you can compile it by yourself with ACPI is not set. Below is the steps to compile the kernel 2.4 on ACER TravelMate 240 FX based on our experience via Mandrake 10.

# ls
linux-2.4.27.tar.bz2
# cp linux-2.4.27.tar.bz2 /usr/src/

#make oldconfig

#make dep
#make bzImage
#make modules
#make modules_install
#make install

#rm -f vmlinuz
#cp vmlinuz.old vmlinuz

#rm -f initrd.img
#ln -s initrd-2.6.3-4mdk.img initrd.img

image=/boot/vmlinuz
label="linux"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent"
vga=788
read-only

image=/boot/vmlinuz-2.4.27
label=2427
root=/dev/hda7
read-only
optional
vga=788
append=" devfs=mount acpi=ht resume=/dev/hda8 splash=silent"
initrd=/boot/initrd-2.4.27.img

# lilo
Added linux *
Added linux-nonfb
Added failsafe
Added windows
Added floppy
Added 2427
#