Mac Mini 4,1 Ubuntu 10.10 (Maverick Meerkat)



This page aims to describe the steps needed, to fully enable all features of the Mid-2010 Mac Mini (Macmini4,1) unibody when using Ubuntu 10.10, Maverick Meerkat.


Installation tested with the Alternate i386 and x86_64 CDs.


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

sudo dmidecode -s system-product-name


Overview

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

IconsPage/ok.png (works out-of-the-box)
IconsPage/ok.png IconsPage/info.png (works, with remarks)
IconsPage/warning.png (needs manual install)
IconsPage/dont.png (won't work)
IconsPage/question.png (not yet documented)

Sensors

$ sensors
applesmc-isa-0300
Adapter: ISA adapter
Exhaust  :  1804 RPM  (min = 1800 RPM)
TC0D:        +51.8°C                                    
TC0P:        +49.5°C                                    

$ sudo modprobe coretemp
$ sensors
applesmc-isa-0300
Adapter: ISA adapter
Exhaust  :  1796 RPM  (min = 1800 RPM)
TC0D:        +51.2°C                                    
TC0P:        +49.5°C                                    

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +51.0°C  (high = +105.0°C, crit = +105.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +47.0°C  (high = +105.0°C, crit = +105.0°C)  

Suspend

Boot CD


Reboot

GRUB_CMDLINE_LINUX="noacpi nomodeset reboot=acpi"

GRUB_CMDLINE_LINUX="nomodeset reboot=pci"

sudo update-grub

CPU

cat /proc/cpuinfo | grep processor | wc -l

Video

Bluetooth

Sound

sudo sh -c "echo 'options snd-hda-intel model=mbp55' >> /etc/modprobe.d/alsa-base.conf"

Microphone

Wireless


CategoryMac




IconsPage/users.png
Please update this page, if you have figured out anything, that is not mentioned here!



IconsPage/users.png
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 docummentation going on.




CategoryMac CategoryHardware

Macmini4-1/Maverick (last edited 2013-12-14 02:39:19 by knome)