Comment 15 for bug 34723

Revision history for this message
Kees Cook (kees) wrote :

Ah nevermind. On a stock Edgy install, this seems to have solved the problems:

# As root, type:
apt-get install powernowd
cd /lib/modules/$(uname -r)/kernel/drivers/macintosh
ls | cut -d. -f1 | xargs -n1 modprobe

Seems that what's missing in Edgy is the correct knowledge to load the right modules.