||<>|| = MacBook Pro 5,3 and Ubuntu 10.04 (Lucid Lynx) = {{attachment:MacBooksmall.png}}<
><
> This page aims to describe the steps needed, to fully enable all features of the '''15.4 inch 5-th Generation MacBookPro Aluminium (Unibody)''' (release date: June 2009) when using '''Ubuntu 10.04, Lucid Lynx'''.<
> <
> {{attachment: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 [[https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages|here]] and find the right wiki. == Overview == Anything not mentioned here probably already works out of the box. If not, please refer to the [[http://ubuntuforums.org/forumdisplay.php?f=328|Ubuntu Apple Users forum]]. ||Feature|| Support status|| || [[#Sensors|Sensors (temps & fans)]] || {{attachment:IconsPage/ok.png}} || || [[#Suspend|Suspend & Hibernate]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Reboot|Reboot]] || {{attachment:IconsPage/ok.png}} || || [[#Video|Video & Effects (Compiz)]] || {{attachment:IconsPage/warning.png}} || || [[#HFS|HFS+ (only read)]] || {{attachment:IconsPage/ok.png}} || || [[#CDDVD|CD/DVD Writing]] || {{attachment:IconsPage/ok.png}} || || [[#Bluetooth|Bluetooth]] || {{attachment:IconsPage/ok.png}} || || [[#Keyboard|Keyboard functions (Brightness,volume,...)]] || {{attachment:IconsPage/warning.png}} || || [[#Touchpad|Touchpad (bcm5974)]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Wireless|Wireless(AirPort)]] || {{attachment:IconsPage/warning.png}} || || [[#iSight|iSight]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Sound|Sound]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Microphone|Microphone]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Extmon|External Monitor]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#ARC|Apple Remote Control]] || {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} || || [[#Firewire|Firewire]] || {{attachment:IconsPage/ok.png}} || {{attachment:IconsPage/ok.png}} (works out-of-the-box) <
> {{attachment:IconsPage/ok.png}} {{attachment:IconsPage/info.png}} (works, with remarks) <
> {{attachment:IconsPage/warning.png}} (needs manual install) <
> {{attachment:IconsPage/dont.png}} (won't work)<
> {{attachment:IconsPage/question.png}} (not yet documented)<
> == Basic Installation Instructions == Common things about installing and maintaining Ubuntu on Intel-based Macs: [[https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation|Intel CPU-based Macintosh Generic Installation Instructions]] <> == Reboot == Rebooting and Shutdown seems to work fine. <> == CD/DVD Writing == Both writing and reading work fine. == Video & Effects (Compiz) == You should use the restricted driver, install from: System -> Administration -> Hardware Drivers. Select the NVidia graphics driver that says recommended and Activate. Reboot to apply the change. <> == Bluetooth == Confirmed working out of the box: * Detection of devices * Sending files to devices (OBEX push) * Bluetooth Mouse * Bluetooth Keyboard <> == Wireless (AirPort) == {{attachment:IconsPage/restricted.png}} The Broadcom driver was not installed by default on Lucid. You'll need the STA one, goto "System->Administration->Hardware Drivers" and enable it. If you prefer the command line, execute on the Terminal: {{{ sudo apt-get install bcmwl-kernel-source }}} Then reboot the system and you're OK.<
> == iSight == {{attachment:IconsPage/webcam.png}} == Sound == Sound hardware is functional out of the box, but you need to make some adjustments. It's easiest to use gnome-alsamixer for these. Install the package: {{{ sudo apt-get install gnome-alsamixer }}} Start the mixer from menu Applications -> Sound and Video -> Gnome ALSA Mixer. Uncheck the "Mute" box next to the front speaker settings and also move their slider to maximum. If you want to enable the optical output you need to check the IEC958 option; you'll see a red light coming from your headphone jack. (You can also use alsamixer in a Terminal instead of gnome-alsamixer. It is installed by default). == Touchpad (appletouch) == You can enable two-finger scrolling from the preference->mouse->touchpad applet. The shipped driver does not allow click-and-drag which I find frustrating. The next lines will install an experimental version that adds such feature: {{{ sudo apt-get install dkms wget http://launchpadlibrarian.net/24871974/bcm5974-dkms_1.1.4_all_test.deb sudo dpkg -i bcm5974-dkms_1.1.4_all_test.deb sudo modprobe -r bcm5974 sudo modprobe bcm5974 }}} === Remarks === (partial copy from 5.4 after verified the same in 5.3) The touchpad reacts to taps (even very light ones) which can be annoying. Similarly annoying is the fact that the touchpad does not register finger movement when the thumb rests on the lower part of the touchpad (i.e., where a "normal" touchpad would have buttons). These finer points could be adjusted by a HAL policy file in previous Ubuntu versions. However, 10.04 (Lucid Lynx) [[http://www.ubuntu.com/testing/lucid/alpha2#Hal%20removal|removes HAL]]. I have not played with the new (udev) way to adjust the settings yet, but there is some information in a [[https://blueprints.launchpad.net/ubuntu/+spec/desktop-lucid-xorg-halsectomy | blueprint]], its linked [[https://wiki.ubuntu.com/Halsectomy | wiki page]] and a [[ http://who-t.blogspot.com/2010/01/new-configuration-world-order.html | blog post]] linked from there. <> == External Monitor == If you are using the restricted NVidia driver (see video & compiz section): You have to use the "NVidia X server settings" utilitly to activate the external monitor and change resolution, placement etc. The tool works out of the box, it's easy to use and doesn't need restarting the X session. However it doesn't automatically detect the monitor when you plug it in, as on macosx. If you want that automatic behavior you might consider http://www.coldcode.net/2010/05/nvidia-auto-display.html . Currently for '''advanced''' users only. == Function Keys == <> == Microphone == Works out of the box. You will need to increase the microphone input volume: * '''''System''''' ''>'' '''''Preferences''''' ''>'' '''''Sound''''' ''>'' '''''Input''''' <> == Apple Remote Control == It Works with Remarks. Volume control works. Forward and back works (even on Mozilla Firefox). Menu has no action. Pause/Play not tested. You have to install gnome-lirc-properties: {{{ sudo apt-get install gnome-lirc-properties }}} gnome-lirc-properties will give you an entry "Infrared Remote Control" in menu System > Administration. After launching this it will guide you through the configuration. == Firewire == Works out of the box. ---- [[https://help.ubuntu.com/community/CategoryMac|CategoryMac]] ---- <
><
> ||{{attachment:IconsPage/users.png}}<
> Please update this page, if you have figured out anything, that is not mentioned here!|| <
><
> ||{{attachment:IconsPage/users.png}}<
> The [[http://ubuntuforums.org/group.php?groupid=352|MactelSupportTeam]] is about to restructure and reorganize the documentation for Intel-based Macs. If you are interested in helping, please visit our [[https://wiki.ubuntu.com/MactelSupportTeam|team page]] for information. For all Mactel wikis, there is a starting place [[https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages|here]]. There is also a [[http://ubuntuforums.org/showthread.php?t=969360|thread]] about planning the Mactel docummentation going on. || <
><
>