this is the output of ps aux | grep acpi:
root 11 0.0 0.0 0 0 ? S< 19:19 0:00 [kacpid]
root 3616 0.0 0.2 7600 1436 ? Ss 19:20 0:00 /usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket
hal 4212 0.0 0.1 9264 832 ? S 19:20 0:00 /usr/lib/hal/hald-addon-acpi
void 4852 0.0 0.1 3944 900 pts/0 R+ 19:22 0:00 grep acpi
btw i added noapic nolapic in /boot/grub/menu.lst like so...
title Ubuntu, kernel 2.6.15-18-amd64-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.15-18-amd64-generic root=/dev/sda7 ro quiet splash noapic nolapic
initrd /boot/initrd.img-2.6.15-18-amd64-generic
savedefault
boot
but still, it didn't fixed the problem.

any ideas?