Ah, finally managed to compile a working kernel!
Took a while, my first try I modified tons of options but got a kernel panic on rebooting and instead of investigating further I just thought my configuration was causing the problem. But after compiling another kernel based off the bpo kernel I still had the same error.
Turns out that I was missing my initrd and it kept causing a kernel panic with a message along the line of "VFS: Unable to mount root filesystem... "
Took me a while to figure out what the problem was and in case anyone else is having the same problem here are the steps to get it working:
Code:
update-initramfs -k {kernel-version} -c
And then
Code:
dpkg-reconfigure {linux-image}
Where, in my case, the linux image was: "linux-image-3.2.4.220212" And the kernel version was just "3.2.4.220212"
The first step created the file /boot/initrd.img-3.2.4.220212 and the second command updated my GRUB correctly.
But now I think I am hooked on configuring my kernel, I'm going to try next with the no-op scheduler and removing as many options as I can from the configuration.
Still can't seem to get laptop-mode-tools working... it seems to never be enabled and I followed some instructions to get it enabled but I doubt it really is... But, by using powertop and putting this line in my grub for my new kernel:
Code:
pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
I know am idling at 8.3w for 9.3 hours of battery time(6 cell battery), wi-fi is still enabled and I forgot to enable inotify in the kernel so I may be able to lower the power consumption some more. At this point I am just curious as to how much theoretic battery life I can get.
This is such a nice laptop! And I am really liking Debian now

Soon I'll try it out on the road developping, I'm afraid the screen size might be an issue for coding...