Maverick
Contents
|
MacBookPro4.1 and Ubuntu 10.10 Maverick Meerkat
This page aims to describe the steps needed to fully enable all features of the 4-th Generation MacBookPro (release date: Feb 2008) when using Ubuntu 10.10 Maverick Meerkat. Users running an older version of Ubuntu on this hardware should refer to the Wiki Page Matrix to find the proper page. If your model is different from "MacBookPro4.1", please go here to find the right wiki.
Anything not mentioned here probably already works out of the box. If not, please refer to the Ubuntu Apple Users forum. Feature Support status Sound Suspend & Hibernate Graphics / Video Card Keyboard functions (Brightness,volume,...) Plymouth (pretty grub) CD/DVD Writing Bluetooth External Monitor Wireless (AirPort) iSight Touchpad (bcm5974) Mic Apple Remote Control Firewire (works out-of-the-box)
Installation procedure is mostly independent of the Mac model you have. You should follow the steps in the Apple Intel Installation Wiki Page. Be wary of a bug in the Ubuntu Installer that can wipe out your MBR, leaving your system unbootable after a seemingly successful install. To avoid being bitten by this bug you should carefully follow one of the installation procedures documented here.
To streamline a number of things, it makes sense to first enable the mactel repository to take advantage of cumulative fixes there: I recommend to do this in synaptic with: And verify that the mactel repository was added, then select by origin and choose mactel, then select all pertainent upgrades, in particular applesmc.
Sound works out of the box.
Suspend works out of the box. Waking from sleep can be slow if the battery is inserted (as it usually is). Adding the kernel boot option "acpi=rsdt" (as suggested in https://bugzilla.kernel.org/show_bug.cgi?id=8246#c67) can help. It also helps with intermittent freezes of VirtualBox guests that poll ACPI information (see http://www.virtualbox.org/ticket/2836). This can be done by going to a terminal and entering the command and entering "acpi=rsdt" (without the quotes) at the end of the linux default command line. The rest of the options may be left as they are. Reconnecting wireless after waking from sleep has improved since Maverick, but is still slow. Especially in contrast to some of the other operating systems you may run on your Macbook Pro. A simple workaround is to not notify NetworkManager of sleep status. This is done by: Edit Insert " This workaround will quickly reconnect wireless in the same location, but may take more time if you wake from sleep in another location. Hibernate works but can be very slow.
A Proprietary Driver is Available: Go to System -> Administration -> Hardware Drivers. Enable the Nvidia accelerated graphics driver and reboot.
Use the Appearance window (System -> Preferences -> Appearance) to enable Visual Effects. Set this to "Extra" under the Visual Effects tab. For further tweaking, in the Synaptic Package Manager find and install compizconfig-settings-manager. This program will let you enable other plugins and adjust plugin settings (i.e. desktop cube, animations, water effect, painting fire, etc.) Once installed, the Compiz Settings Manager will be available under System -> Preferences.
Works after enabling the proprietary wireless driver in System -> Administration -> Hardware Drivers. You need to restart the computer in order for the change to take effect. Reconnecting wireless after waking from sleep is very slow. Please see the fix under Suspend & Hibernate.
To fix keyboard backlight install the package pommed: You can also manually change the keyboard backlight from the terminal (or create a script using these commands): To set brightness to maximum: To turn off keyboard backlight: The mouseemu package can interfere with the LED on the caps lock key, however it is not installed by default in 10.04. The Expo and Dashboard keys are assignable under Lucid. Run CompizConfig Settings Manager and use choose Expo Plugin -> Expo key -> Grab key combination to assign Expo to expose all desktops. It should report as "XF86LaunchA".
By default, the Fn key must be pressed in order to use F1, F2, F3, etc. Otherwise you get the special function of those keys (Screen brightness, keyboard backlight, sound volume, etc) as in OS X. Some users prefer that swapped so that F1, F2, F3, etc is the default. To make this change see the Apple Keyboard Wiki Page
Users who prefer to switch the functionality of command and control keys should see this thread; see pages 2 and 3.
As with many other systems, the Macbook Pro has some trouble here (especially after installing nVidia proprietary driver) I followed this guide to get it to work, but in case that link breaks here is a summary: Find and change the relevant lines to: Save it Execute these commands: Then reboot and test!
Screen brightness and its associated function keys works out of the box.
Bluetooth works out of the box.
The iSight camera works out of the box.
Left-click and basic trackpad functions work out of the box. You have however to activate them by going to System -> Preferences -> Mouse and selecting the tab Touchpad.
If you have the restricted drivers enabled, the default monitor configuration tool in Ubuntu wont be able to set up the graphics card and will instead direct you to Nvidias proprietary configuration tool. Just go to X Server Display Configuration, click Detect Displays, select the secondary display and enable it.
Mic seems to work out of the box but in case it won't go to System -> Preferences -> Sound and then under the tab named Input change Connector to Microphone 1.
Works out of the box. You can install lm-sensors to read your temps.
Untested.
A terminal is opened by going to Applications -> Accessories -> Terminal. You can find out what model you have by typing at the terminal: sudo dmidecode -s system-product-name
Overview
(works, with remarks)
(needs manual install)
(won't work)
(not yet documented)
Basic Installation Instructions
Mactel
Sound
Suspend & Hibernate
sudo dpkg-reconfigure grub-pc
/usr/lib/pm-utils/sleep.d/55NetworkManager Graphics / Video Card
Desktop Effects (Compiz)
Wireless (Broadcom)
Keyboard
Special functions (Volume, Keyboard backlight, Caps Lock LED)
sudo apt-get install pommed
echo 255 | sudo tee -a /sys/class/leds/smc::kbd_backlight/brightness
echo 0 | sudo tee -a /sys/class/leds/smc::kbd_backlight/brightness
Fn Key
Swap Command and Control
Plymouth (Pretty Grub)
sudo apt-get install v86d hwinfo
sudo hwinfo --framebuffer
]}}
From there, you should get a list of resolutions that you can support, pick the one that you want (I went with 1024x1280-24)
Edit /etc/grub/default with:
{{{
sudo gedit /etc/grub/default
...
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1366x768-24,mtrr=3,scroll=ywrap"
...
GRUB_GFXMODE=1366x768
sudo echo "uvesafb mode_option=1366x768-24 mtrr=3 scroll=ywrap">> /etc/initramfs-tools/modules
sudo echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2
sudo update-initramfs -u
Screen Brightness
Bluetooth (Mighty Mouse)
iSight
Touchpad (bcm5974)
External Monitor
Microphone
Sensors and Power Management
Apple Remote Control
The MactelSupportTeam is about to restructure and reorganize the documentation for Intel-based Macs. If you are interested in helping, please visit our team page for information. For all Mactel wikis, there is a starting place here. There is also a thread about planning the Mactel documentation going on.
MacBookPro4-1/Maverick (last edited 2012-02-23 22:24:32 by bzq-84-111-190-228)