I've been trying to install PHC using this guide ( http://openmindedbrain.info/09/05/2010/ ... lucid-lts/ ). I'll skip the details of installing the kernel, as I simply followed the directions to the T--look at the site if you'd like to know exactly what I did. Loading the kernel works like a charm (I did NOT have to mess with GRUB to boot, or anything of that sort, worked right out of the box), and I can download and install the patch without issue. My only problem is that the patch doesn't appear to be installing anything!
My cpu0/cpufreq have no phc_ files of any sort, and running modprobe phc-intel returns a fatal: Not found error. I have run make prepare/make/make install what feels like a hundred times under every different situation I can think of, but still it doesn't seem to install anything. Help with this would be much appreciated, as without undervolting I'm afraid the Macbook battery life just isn't up to par with what I'd like, and I'll have to leave my beloved KDE and go back to Mac Os X. And nobody wants that!

More detailed install info:
Running a Macbook 3,1 with Intel CoreDuo, Kubuntu Lucid LTS. Using phc-intel-0.3.2-10 offtree, extracted to my documents folder and installed under root, returns this (from start to finish):
root@Kubook:~# cd /home/lukepatrick/Documents/phc-intel
root@Kubook:~/Documents/phc-intel# make clean
rm -f *~ *.o *.s *.ko *.mod.c .*.cmd *.rej *.c *.c.orig Module.symvers Module.markers modules.order
rm -rf .tmp_versions
root@Kubook:~/Documents/phc-intel# make prepare
FOUND AVAILABLE PATCHSET. PREPARING.
patching file phc-intel.c
root@Kubook:~/Documents/phc-intel# make
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/lukepatrick/Documents/phc-intel modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic-phc'
CC [M] /home/lukepatrick/Documents/phc-intel/phc-intel.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/lukepatrick/Documents/phc-intel/phc-intel.mod.o
LD [M] /home/lukepatrick/Documents/phc-intel/phc-intel.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic-phc'
root@Kubook:~/Documents/phc-intel# make install
install -m 644 -o root -g root phc-intel.modprobe /etc/modprobe.d/phc-intel.conf
mkdir -p /lib/modules/2.6.32.11+drm33.2/extra
install -m 644 -o root -g root phc-intel.ko /lib/modules/2.6.32.11+drm33.2/extra/
depmod 2.6.32.11+drm33.2 -a
root@Kubook:~/Documents/phc-intel#
Checking the CpuFreq files returns this:
root@Kubook:~# cat /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such file or directory
Interestingly, running modprobe phc-intel returns a not found, but when I list the directory, the files is there:
root@Kubook:~/Documents/phc-intel# ls /etc/modprobe.d/
alsa-base.conf blacklist-bcm43.conf blacklist-firewire.conf blacklist-modem.conf blacklist-watchdog.conf
blacklist-ath_pci.conf blacklist.conf blacklist-framebuffer.conf blacklist-oss.conf phc-intel.conf
Sorry for the wealth of (un)important information, but I wanted to be as precise as I could. Anybody have any ideas? As stated, I'd love for this to work, and this is the only step in the way, really!
