
Code: Select all
/dev/sda1: PARTLABEL="Apple"
/dev/sda2: UUID="42dede74-c20d-4493-96f6-daf13c99589e" TYPE="swap" PARTLABEL="swap"
/dev/sda3: LABEL="bootstrap" TYPE="hfs" PARTLABEL="yaboot"
/dev/sda4: UUID="e4225bdc-7245-4286-8fed-24c2369ae275" TYPE="ext2" PARTLABEL="kernel"
/dev/sda5: LABEL="Boot" TYPE="hfs" PARTLABEL="DH0"
/dev/sda6: PARTLABEL="DH1"
/dev/sda7: PARTLABEL="DH2"
/dev/sda8: LABEL="gentoo_ppc32" UUID="e3d6899c-391f-459e-8a07-09a42c75cfec" TYPE="ext4" PARTLABEL="untitled"
/dev/sda9: LABEL="stable_ppc32" UUID="65e24a4d-ec13-4d6f-add5-997216950e55" TYPE="ext4" PARTLABEL="untitled"
/dev/sda10: LABEL="exp_ppc32" UUID="e3d6899c-391f-459e-8a07-09a42c75cfec" TYPE="ext4" PARTLABEL="untitled"
/dev/sda11: PARTLABEL="Extra"
/dev/sda12: PARTLABEL="Extra"

To get fan control working you need these components, CONFIG_I2C_POWERMAC and the relevant windfarm part for your machine:starpa wrote:I then had a fan issue where they would just ramp up to 100%. That kernel-config you linked was my savior.
I don't know if this is a common issue but you have to do "make menuconfig" again and change Device drivers>Macintosh drivers>Power management (your model)<M>
Of cource, or the nice options you just changed never get used.starpa wrote:Do you have to recompile every time you make a kernel-config change?
Code: Select all
image=/kernel
append="init=/usr/lib/systemd/systemd"
label=Linux
read-only
initrd=/initramfs
initrd-size=8192