Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

[guide] Leopard install on Acer Aspire 5570Z (and 3680?), Almost all working, video, lan, wifi, speedstep, PCMCIA, audio
*****
  • Group: Members
  • Posts: 262
  • Joined: 22-October 06
  • From: Brampton, Ontario, Canada
  • Member No.: 61,083
Update (31 July 2008): Remove mouse tearing by using the gma950.pkg from iATKOS 2.0/4.0 Attached File  gma950.pkg.zip ( 70.59K ) Number of downloads: 693


Update (5 June 2008): sleep works with Vanilla 9.1.0 kernel and USB EHCI fix!

Update (8 April 2008): sound works through both internal speakers and headphone jack! See below.

I've seen many people who have the Acer Aspire 5570Z, but a google search of the site for 5570z brings mostly people with problems, not fixes. Since I have mine pretty much fully working (card reader doesn't work), I figured I'd make a comprehensive how-to.
(actually, now this is the first result on google for "aspire 5570z leopard" happy.gif )

My system specs can be seen in my sig.

NOTE: I replaced the original Atheros AR5007EG with a Gigabyte GN-WI01GT (AR5006EGS) because it is supported natively in Ubuntu gutsy and it supports SuperG mode.

Edit: Good news everyone! My Dell 1390 and Apple AirPort AR5006EXS cards also work fine. However, no luck with the original AR5007EG/AR5BXB63.

Here goes:

Part 1: Install Leopard
Obtain a copy of the iATKOS 1.0ir2 DVD. Install using the appropriate options; I used EFI, but not the vanilla kernel or ACPIPlatform (to enable battery indicator), and installed the speedstep package and Netkas SMBIOS. I also did not select any of the Network patches.

If you want sleep, install the vanilla kernel but not the speedstep package. You also need to install a USB patch after install (see part 8).

To clarify, the options I selected were:
  • Darwin EFI bootloader
  • speedstep (don't install if you want sleep!)
  • Vanilla kernel (DO install if you want sleep!)
  • Remove Thermal Kexts
  • Netkas SMBIOS (also works fine without)
IMPORTANT: Make sure that the name of the partition where you install leopard doesn't have any space in it. for example "Macintosh HD" will not work, but "MacHD" is fine. It's a bug in iATKOS and Kalyway's bootloader scripts apparently.

Part 2: Networking
The OEM Atheros AR5007EG does NOT work with OSX.

The Atheros AR5006EG/Gigabyte GN-WI01T, AR5006EXS (Apple Airport) and Broadcom 4311 (Dell 1390) are supported out-of the box by Leopard. However the PCI bus on these laptops is not configured correctly by Mac OS-this will be resolved in Part 3.

You need to patch your IONetworkingFamily.kext/AppleYukon2.kext for the Marvell 88E8038. Download this: Attached File  IONetworkingFamily_Yukon88E8038.kext.zip ( 507.4K ) Number of downloads: 1803
and install.
To do it manually, navigate to /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents and edit the Info.plist as follows:
  1. Find this section
    QUOTE
    <key>Yukon-88E8053</key>
    <dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.iokit.AppleYukon2</string>
    <key>EnableLowPwr</key>
    <integer>1</integer>
    <key>IOClass</key>
    <string>yukon2osx</string>
    <key>IOPCIPrimaryMatch</key>
    <string>0x436211ab</string>
    <key>IOProviderClass</key>
    <string>IOPCIDevice</string>
    <key>MACNumber</key>
    <integer>1</integer>
    <key>Model</key>
  2. Change it so that it reads
    QUOTE
    <key>Yukon-88E8053</key>
    <dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.iokit.AppleYukon2</string>
    <key>EnableLowPwr</key>
    <integer>1</integer>
    <key>IOClass</key>
    <string>yukon2osx</string>
    <key>IOPCIPrimaryMatch</key>
    <string>0x435211ab</string>
    <key>IOProviderClass</key>
    <string>IOPCIDevice</string>
    <key>MACNumber</key>
    <integer>1</integer>
    <key>Model</key>

    That is, change 0x436211ab to 0x435211ab.
  3. Save and repair permissions.
After this, your wired and wireless LAN still won't work, since we haven't patched the PCI yet.

Part 3: PCI/Cardbus
After installing, neither the wired or wireless lan will be working. This seems to be because the Acer BIOS doesn't initialize the PCI (Express) bus properly. Fortunately, chun-nan has done some great work and solved the problem.

Get chun-nan's IOPCIFamily: Attached File  chun_nan_IOPCIFamily.10.5.2.beta_for_Marvell88E8038.zip ( 50.7K ) Number of downloads: 1662
(original thread). Install and repair permissions.

Reboot.

Now your Cardbus/PCMCIA slot works, and your wired and wireless lan should be detected.

Part 4: Sound
You'll notice that the sound is already working through the internal speakers. To get the headphone and line-in jack to work, you'll need to use the ALC883 installer pkg from here: http://forum.insanelymac.com/index.php?showtopic=36520. Customize the installation and select the 6ports option and deselct the 3ports.

(Thanks to twobunnyrabbit, original thread here: http://forum.insanelymac.com/index.php?showtopic=64580)

Taruga's AppleHDA patcher 1.20. Note however that this causes the internal speakers to stop working.
Here is my linux codec dump: Attached File  ALC883_AS5570Z.txt ( 9.09K ) Number of downloads: 50


Part 5: Battery status indicator
Install jaro12345's PowerManagement.bundle.
http://forum.insanelymac.com/index.php?showtopic=80425

Part 6: Touchpad scrolling
http://forum.insanelymac.com/index.php?showtopic=88811

Edit:
Part 7: AppleSMBIOS.kext
Using macdotnub's AppleSMBIOS.kext, you can make your system identify it self as a MacBook2,1.
http://my.macdotnub.info/content/view/19/26/

Part 8: Sleep
If you want sleep, be sure you selected EFI and the vanilla kernel, and did NOT select the speedstep package.
Then, install this USB patch:
Attached File  USBEHCI_Updater.pkg.zip ( 419.88K ) Number of downloads: 457

(thanks the_uman, twobunnyrabbit and superhai)

Part 9: Fix mouse tearing (GMA950)
Install this updated kext: Attached File  gma950.pkg.zip ( 70.59K ) Number of downloads: 693


There you have it, enjoy your Acer MacBook!

Many thanks to chun-nan, taruga, the osx86-turk team and everyone else involved in making this possible.

This post has been edited by matthieu/ergosteur: Jul 31 2008, 07:52 PM
PM Profile Card
Go to the top of the page
+ Quote Post

Posts in this topic
- ergosteur   [guide] Leopard install on Acer Aspire 5570Z (and 3680?)   Mar 30 2008, 05:57 PM
- - spoom   Will that work on my Aspire 5720ZG??? I was serach...   Mar 31 2008, 01:26 PM
- - Big Daddy   Dude! Holy Crap! Awesome...5570z here tho...   Apr 1 2008, 02:06 AM
- - ergosteur   QUOTE (Big Daddy @ Mar 31 2008, 10:06 PM)...   Apr 1 2008, 02:20 AM
- - Big Daddy   ergosteur: Yeah, not even there, but I need to do...   Apr 1 2008, 09:39 PM
- - spoom   No luck on my Aspire 5720Z. No LAN and no WiFi. Ev...   Apr 3 2008, 08:39 AM
|- - ergosteur   QUOTE (spoom @ Apr 3 2008, 04:39 AM) No l...   Apr 3 2008, 03:34 PM
- - rutro   EDIT: Fixed, nevermind. Sorry.   Apr 4 2008, 04:59 AM
- - ergosteur   Sound works now! updated.   Apr 9 2008, 01:44 AM
- - raven2586   i have a sony vaio vgn nr 110e with the wireless c...   Apr 10 2008, 04:56 PM
- - mantu   So I got everything to work except WIFI/LAN. Basi...   Apr 25 2008, 06:48 AM
- - tdo   which copy of iATKOS did you get? i got the iATKO...   Apr 26 2008, 09:10 PM
|- - ergosteur   QUOTE (tdo @ Apr 26 2008, 05:10 PM) which...   Apr 27 2008, 12:38 AM
- - tdo   thnx a lot! This really helped me out install...   May 4 2008, 07:04 PM
- - plasticphyte   Has anyone followed this process but used the Stoc...   May 6 2008, 07:57 AM
|- - ergosteur   QUOTE (plasticphyte @ May 6 2008, 03:57 A...   May 12 2008, 11:41 PM
|- - tdo   QUOTE (ergosteur @ May 12 2008, 04:41 PM)...   May 15 2008, 08:12 PM
- - tdo   hey you guys get sleep to work? mines dont work. ...   May 9 2008, 11:49 AM
|- - the_uman   QUOTE (tdo @ May 9 2008, 06:49 AM) hey yo...   Jun 1 2008, 05:44 PM
|- - ergosteur   QUOTE (the_uman @ Jun 1 2008, 01:44 PM) L...   Jun 2 2008, 03:57 AM
- - r00t   i have 5720Z i made the sound working using taruga...   May 13 2008, 12:03 AM
- - gkr41   ETHERNET WORKS!!!! OMG I CAN'T...   May 29 2008, 06:45 PM
- - Devilbunny   FYI, I used Kalyway 10.5.2 and the above info to g...   Jun 1 2008, 09:33 PM
- - ergosteur   Just a note on installing the Vanilla kernel: If ...   Jun 5 2008, 03:50 PM
- - the_uman   Great news about the sleep, Matt! One questio...   Jun 6 2008, 04:59 PM
|- - the_uman   Wow, cool day. My MacBook Pro's arrived! ...   Jun 6 2008, 11:02 PM
- - plasticphyte   Well, mine's all up and running, now on 10.5.3...   Jun 9 2008, 05:17 AM
- - Big Daddy   Hey there....I tried the LEO4all version this time...   Jun 28 2008, 04:13 PM
- - santillana   It´s all working here except the wireless. Didn´...   Jul 3 2008, 06:32 PM
|- - ergosteur   QUOTE (santillana @ Jul 3 2008, 02:32 PM)...   Jul 11 2008, 04:40 PM
|- - santillana   QUOTE (ergosteur @ Jul 11 2008, 04:40 PM)...   Jul 23 2009, 10:06 AM
- - Big Daddy   I did the Kalyway 10.5.3 update, with vanilla 9.3....   Jul 6 2008, 04:24 AM
- - plasticphyte   I'm trying to get iatkos 4 running - but after...   Jul 21 2008, 09:29 AM
- - flobbie1   The audio package allows for my headphone out and ...   Jul 23 2008, 04:25 PM
- - OPTiK   EDIT:: Okay I got it to install by using the ...   Jul 27 2008, 04:16 PM
- - matthieu/ergosteur   @flobbie: i haven't got the internal mic worki...   Jul 31 2008, 07:34 PM
- - r0987   I found out that I needed the idlehalt=0 boot flag...   Aug 15 2008, 01:03 AM
- - r00t   Did anyone in here had shutting down problems? My ...   Aug 15 2008, 07:11 AM
- - plasticphyte   Hrm, I've noticed the July 31 update about fix...   Aug 24 2008, 03:38 AM
|- - matthieu/ergosteur   QUOTE (plasticphyte @ Aug 23 2008, 11:38 ...   Sep 10 2008, 11:28 PM
- - tax   network and pcmcia works fine now for my acer aspi...   Sep 10 2008, 09:31 AM
- - the_uman   Trackpad scroll works just by deleting ApplePS2Tra...   Sep 10 2008, 08:56 PM
- - the_uman   Sleep + speedstep! WORKS. I've got it w...   Sep 12 2008, 03:48 AM
|- - matthieu/ergosteur   QUOTE (the_uman @ Sep 11 2008, 11:48 PM) ...   Sep 12 2008, 04:52 AM
- - bemac   Two thumbs up for Matthieu! I gave up a few ...   Sep 17 2008, 08:01 PM
- - bemac   I could use some help or extra clarification about...   Sep 19 2008, 02:28 AM
- - matthieu/ergosteur   Hello everyone. Just want to clarify that this gui...   Sep 26 2008, 08:25 PM
- - ahmarca2   Hi can u plz tell me how to fix the kext coping th...   Oct 5 2008, 04:55 PM
- - sulayman   Hello, I have installed the IONetworkFamily.kext ...   Nov 3 2008, 01:22 AM
- - mattlezeay   Ok, so I'm not sure if I did something wrong o...   Nov 5 2008, 03:05 AM
- - matthieu/ergosteur   Hello all, I may be able to help people out again....   Dec 13 2008, 04:40 PM
- - franciz   Hi matthew, thanks for this wonderful thread, ive ...   Jan 5 2009, 05:12 AM
- - ojx   iAtkos 5i also works on 5570z! i recently inst...   Jan 16 2009, 10:09 AM
- - Paully Wong   Got the the original Atheros AR5007EG to work on m...   Jan 18 2009, 01:42 PM
- - The Nifty One   i have a 5570z-2977 i installed kalyway 10.5.2 wit...   Feb 4 2009, 06:11 AM
- - charkol   QUOTE (The Nifty One @ Feb 4 2009, 01:11 ...   Feb 12 2009, 04:49 AM
- - matthieu/ergosteur   QUOTE (charkol @ Feb 11 2009, 11:49 PM) F...   May 12 2009, 02:10 AM

Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 05:38 AM