Since I’m installing on a laptop, I’ll want some power management installed. I will also want to use hibernate and suspend. This article explains how I made it happen.
Install the necessary packages
pacman -S acpi acpid acpitool cpufrequtils pm-utils laptop-mode-tools
Edit /etc/rc.conf and add the following to the MODULES list:
- acpi-cpufreq
- cpufreq-ondemand
- cpufreq-powersave
Add the following to the DAEMONS list:
- cpufreq
- laptop-mode
Edit /etc/conf.d/cpufreq and comment out the min_freq and max_freq lines, and make sure that governor=”ondemand”
Edit /boot/grub/menu.lst and add “resume=/dev/sda2″ to the kernel options
Further reading on the Arch Linux Wiki
Other posts of the serie
- Arch Linux Installation log pt. 1 - Introduction - September 25, 2009
- Arch Linux Installation log pt. 2 - Core system - October 2, 2009
- Arch Linux Installation log pt. 3 - Getting online - October 7, 2009
- Arch Linux Installation log pt. 4 - Updating the system - October 11, 2009
- Arch Linux Installation log pt. 5 - Add user(s) - October 11, 2009
- Arch Linux Installation log pt. 6 - Configure Network Time Protocol - October 11, 2009
- Arch Linux Installation log pt. 7 - Configure Power Management (This post) - October 13, 2009
- Arch Linux Installation log pt. 8 - Configure Sound - October 13, 2009
- Arch Linux Installation log pt. 9 - Installing and configuring X - October 15, 2009






