PowerPC/POWER/Cell Special Interest Group
Members
- Ignacio Vazquez-Abrams
- Paul Nasrat
- Peter Lemenkov
- Stefan Posdzich (using a Playstation 3 with Fedora 9)
Applications/Libraries of Interest
- Mac-on-Linux - virtualization solution for PowerPC
Documentation
Fedora on Apple PPC hardware
iBook G4 Hardware info
iBook G4/1.33GHz 12-Inch (Mid-2005)
- 1.33 GHz PowerPC 7447a (G4) processor with 64k L1 cache
- 512k "on chip" level 2 cache.
- 512 MB of onboard RAM (PC2700 DDR SDRAM).
- 40 GB (4200 RPM) Ultra ATA/100 hard drive.
- Slot-loading DVD-ROM/CD-RW "Combo" drive.
- 4X AGP ATI Mobility Radeon 9550 graphics with 32 MB of DDR SDRAM.
- A standard AirPort Extreme (802.11g) - Broadcom BCM4318 chipset.
- Bluetooth 2.0+EDR.
- 56k v.92 standard modem
- 50 W/Hr LiIon battery (Stated 6 hour lifetime)
- 12.1" TFT XGA active matrix display (1024x768 native resolution).
- "Sudden Motion Sensor" technology that stops the hard drive heads from moving if the notebook is dropped.
- "Scrolling Trackpad" that allows one to scroll or pan by touching the trackpad with two fingers instead of one.
Dual booting with OS X
- Install OS X first:
- Boot from your OS X install CD but before the installation starts, load the disk utility from the top menu.
- Here you can partion your drive. Partition the drive in two, one as MAC filesystem (for OS X) and one as free space, leave the MBR as the default MAC option.
- Once OS X is installed grab any updates and set the date/time.
- You are now ready to go ahead with installing Fedora
Installing Fedora
- Turn on your Apple, insert the Fedora install media and boot from the CD/DVD by holding down the 'c' key as soon as you hear the Apple chime.
- If you are dual booting, when you get to the partitioning page, select the option which will set up the free space on your hard drive for Fedora, leaving your MAC partition alone.
Wireless networking
To get a list of current hardware, in which you should be able to spot your wireless card and see what chipset it uses, open up a terminal and as 'root' type:
# lspci
Broadcom BC43xx chipset
This chipset uses the 'b43' drivers contained in the kernel. For a comprehensive list of supported chipset versions and more info, check the link at the bottom of the page to linuxwireless.org. Although the 'b43' driver is open source, a proprietary piece of firmware is required in order get this wireless chipset to function.
To find out what version you have use a terminal to enter this command as 'root':
# lspci | grep Broadcom\ Corporation
The b43 driver with the proprietary firmware currently supports these versions:
- bcm4303 (802.11b-only chips)
- bcm4306
- bcm4309 (only the 2.4GHz part)
- bcm4311 rev 1 / bcm4312
- bcm4311 rev 2 / bcm4312 (needs patches for 2.6.24)
- bcm4318
- Getting a wireless card running the Broadcom chipset working with Fedora
The first thing to do is to make sure you have the 'b43-fwcutter' tool installed and grab the firmware.
The firmware cutting tool is used to extract the bit of firmware needed from the proprietary driver. It is a command line tool and should already be installed if you have done a standard Fedora installation.
If you don't have it you can install it using 'yum':
# yum install b43-fwcutter
- Download the firmware:
You can get the firmware from the openwrt.org project. Use the 'wget' command below to download it.
$ wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Now extract the archive:
$ tar xjf broadcom-wl-4.150.10.5.tar.bz2
You should end up with a 'broadcom-wl-4.150.10.5' directory and inside that a 'driver' directory containing 'wl_apsta_mimo.o'.
- Next, use the 'b43-fwcutter' tool to extract the firmware to your Fedora system:
First, as 'root' set an environment variable pointing to where the firmware should be installed on your system:
# export FIRMWARE_INSTALL_DIR="/lib/firmware"
Enter the 'broadcom-wl-4.150.10.5'/driver' directory
# cd broadcom-wl-4.150.10.5'/driver
and finally run the firmware cutting tool to extract the firmware to your system:
# b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o
That's it, upon reboot you should have a working wireless card! Clicking on the network icon should list all the available networks you can connect to. I would, however, just load the 'b43' module before the reboot to make sure there are no errors:
# modprobe b43
I expect a reboot is not actually necessary, you can probably get away with just restarting the network manager.
Apple TouchPad
The Apple touchpad works with Fedora 'out of the box' but only uses a generic mouse emulation driver. This is quite a big problem with Apple laptops as they only have one mouse button. To gain full functionality (and a very neat 'right button' click) you will need to use the 'Synaptics TouchPad' driver for XOrg/XFree86.
The 'Synaptics' driver should be installed with a standard Fedora install. If you're using gnome, 'System' > 'Administration' > 'Add/Remove Software' can check for you and install if necessary. To install from the command line:
# yum install synaptics
Useful links and credits
http://wireless.kernel.org/en/users/Drivers
http://yavin4.anshul.info/category/linux/
http://www.imhorst.net/translations/free-your-ibook-english-edition/
Work needed
Bugzilla
- #219540 Game Glest not playable at PPC-arch
- #239713 bootstrap ghc on ppc64
- #453311 pulseaudio does not start
Someone who interested should also watch #179260
Documentation
- We need step-by-step tutorials describing HOWTO setup Wi-Fi, Apple Bluetooth Mouse and Keyboard, where to find JRE and so on. See the next links (from Ubuntu, Debian and YellowDog):
Links
- Power homepage
- fedora-ppc mailing list
- Power.org
- PPCZone
- YellowDogLinux support pages
- powerdeveloper.org