Diff for "MacBook5-1/Raring"


Differences between revisions 23 and 24
Revision 23 as of 2013-03-01 23:56:50
Size: 5870
Editor: p549363AE
Comment:
Revision 24 as of 2013-03-01 23:58:09
Size: 5933
Editor: p549363AE
Comment:
Deletions are marked like this. Additions are marked like this.
Line 93: Line 93:
I had to install the '''Additional Drivers''' as shown above to get it to work. I had to install the Nvidia drivers as shown [[#Desktop_Effects_.28Unity.29_.26_Keyboard_functions_.28Brightness.29|above]] to get it to work.

MacBook 5,1 and Ubuntu 13.04 (Raring)



This page aims to describe the steps needed, to fully enable all features of the 1st Generation MacBook Unibody (release date: late 2008) when using Ubuntu 13.04, Raring.

You can find the Ubuntu 13.04 Mac desktop image here: Ubuntu 13.04 (Raring Ringtail) Daily Build. In my experience the regular 64bit image works better than the Mac-build (see section #Fans).

IconsPage/terminal.png You can find out, what model you have by typing at the terminal:

sudo dmidecode -s system-product-name
  • If you have a different model, please go here and find the right wiki.

Overview

Anything not mentioned here probably already works out of the box. If not, please refer to the Ubuntu Apple Users forum.

  • Feature

    Support status

    Wireless (AirPort)

    Desktop Effects (Unity)

    Touchpad (appletouch)

    Keyboard functions (Brightness,volume,...)

    Fans

    Sound

    Suspend & Hibernate

    CD/DVD Writing

    Bluetooth

    External Monitor

    iSight

    Apple USB 56K Modem

    Apple Remote Control

(works out-of-the-box)
(works, with remarks)
(needs manual install)
(won't work)
(not yet documented)

Basic Installation Instructions

Common things about installing and maintaining Ubuntu on Intel-based Macs: Intel CPU-based Macintosh Generic Installation Instructions.

You can also install Ubuntu by replacing MacOS as the installer offers you. This makes full disk encryption easy since you can use the corresponding full-disk-install option.

When doing a MacOS replacement install: To decrease booting time do the following after you have installed Ubuntu: restart and hold the alt/option-key. Press enter while holding the control-button. This will decrease the time for the initial "lit-screen" from about 45 to 12 second.

Wireless (AirPort)

You need to check "Third-Party"-Software while installing or do the following afterwards: Open and choose Broadcom STA in:

  • System -> Administration -> Additional Drivers

Desktop Effects (Unity) & Keyboard functions (Brightness)

If you want to enable proprietary graphic drivers you can do that here:

  • System Settings -> Software & Updates -> Additional Drivers

Tested: "Experimental NVIDIA ... from nvidia-experimental-310 (proprietary)"
After installing 310 you have to follow these steps to get you brightness-control-keys to work again: Brightness control not working- Ubuntu 12.04 LTS - Macbook pro 5,5.

When switching back to the open source driver you could encounter the problem that the solution will be set 640xSomething and that you can't increase it the regular way. When confronted with that, do the following:

sudo rm /etc/X11/xorg.conf
sudo apt-get purge xserver-xorg-video-nouveau
sudo apt-get install xserver-xorg-video-nouveau

Fans

If you get the impression that you Mac runs hotter than usual, then add the Mactel PPA repository and install the following package. It will start your fan sooner. You can uninstall/reinstall it anytime and should hear the effect immediately.

sudo apt-get install macfanctld 

Note: I got the impression that the Mac-build of Ubuntu daily lets the Mac run hotter than usual. Fixing this with macfantld is not optimal since it is annoyingly loud if your used to a nearly quiet Mac. I have the impression that the regular 64bit build works better in that regard.

Trackpad

Left-click, right-click (two finger-)use and basic trackpad work out of the box.

You can switch to two-finger-scrolling here:

  • System Settings -> Mouse & Touchpad

Suspend

I had to install the Nvidia drivers as shown above to get it to work.

Booting a LiveCD & reinstalling

If you have installed Ubuntu as a Mac replacement you get the problem that booting from the Ubuntu live cd just gives you a grub rescue shell. The long way to solve this would be to use the MacOS cd to format the harddrive. The short to do the following (as adapted from here):

set root=(cd0)
linux /casper/vmlinuz.efi boot=casper nopromt noeject
initrd /casper/initrd.lz
boot

MacBook5-1/Raring (last edited 2013-12-18 21:04:52 by p5DE78FC0)