This is the FAQ for the PowerPC port.

wireless is not working

Apple G4 iBooks and ?PowerBooks come with Broadcom chips. You will need to determine the model before you install the proper driver. Run the command lscpi |grep Wireless to find out.

You will also need the contrib and non-free repositories in your sources.list file. If you have the BCM4318 chip, for example, you would install the following package,

apt-get install firmware-b43-installer

For more help, see bcm43xx

How to get Graphics working: ATI/Radeon

Since Jessie KMS is on by default, now these parameters are needed at boot to get accelerated graphics working,

Linux radeon.modeset=1 video=offb:off video=radeonfb:off radeon.agpmode=-1

Once you login add these to the yaboot.conf file and update using the command ybin -v as root. See example

image=/boot/vmlinux

Radeon 9000 graphics cards, however, freezes with accelerated graphics enabled. This requires turning off acceleration when KMS is enabled. This is done by enable this option in xorg.conf

Option "?NoAccel" "True"

For more help on Radeon graphics see Dan DeVoto's blog