Mac OS X 10.5.6 install for dummies (using iATKOS_5i)

Discussion in 'MacOS' started by SbM, Jan 21, 2009.

  1. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    WORKING
    * Wired network (Ethernet through RJ45 connector)
    * Wireless network (Airport a.k.a. 802.11b/g(/n) through miniPCI-E card) - SEE RESTRICTION (1)
    * Video with Quartz Extreme and Core Image acceleration, full 1024x600 resolution
    * Extended display with an external monitor
    * Sound input and output (with headphones autosensing)
    * Card readers - SEE RESTRICTION (2)
    * Remote CD/DVD drive sharing
    * Two-finger trackpad scrolling
    * Full ISO Keyboard
    * USB 2.0
    * Battery recognition
    * Webcam
    * Hyperthreading (Voodoo kernel option)
    * Software Updates should work just like on a real Mac - let's see after 10.5.6+ release
    * Shutdown and restart - SEE RESTRICTION (3)

    RESTRICTIONS
    (1) Wifi works if you swap the internal card for a DW1390 or a similar Broadcom-based card, but in the (near?) future the stock card may work; it's a work-in-progress - http://forum.insanelymac.com/index.php?showtopic=138351
    (2) Card readers work with SD cards only right now, and only when the card(s) is/are inserted at boot-time; it's a work-in-progress - http://osxsdhci.sourceforge.net/
    (3) Shutdown requires a very simple workaround to work properly when running on battery (see below).

    NOT WORKING
    * Sleep (reboots the machine)



    Here's a topic to help you install Mac OS X 10.5.6 on your Acer Aspire One using the iATKOS v5i distribution. Compared to diablonet's excellent topic, this is a slightly adapted and more detailed how-to.
    WARNING : you'll need a USB keyboard and mouse to install the 10.5.6 update (steps 22 to 25).

    A - PREPARING THE INSTALLER
    1. Download the iATKOS v5i distribution from any reliable source and check its MD5 signature by typing "sudo md5 " in Terminal, dragging the .iso file to the Terminal window and pressing the [RETURN] key (the MD5 signature you get must be 7219c67e9d770cab0d9e54dcd275cf4e).
    2. First option is to burn iATKOS_5i.iso on a blank DVD (if you have an external DVD drive you'll be able to boot your One from). If you choose this option you can skip to the "B - INSTALLING, PART 1" section below.
    3. If you don't have an external DVD drive, you can restore iATKOS_5i.iso to a blank partition on an external USB hard disk drive with an MBR partition scheme. You can use Disk Utility to do this (provided you already own a Mac with an Intel processor or an OSX86 system, running Mac OS X 10.5):
    3a. Launch /Applications/Utilities/Disk Utility, then drag and drop iATKOS_5i.iso to the list on the left and double-click it to mount it.
    3b. From the same list on the left, select the external drive you want to restore the .iso file to, click on the "Partition" tab, choose "1 partition" from the "Volume Scheme" drop-down menu, type the name you want to give it in the "Name" field, choose "Mac OS Extended (journaled)" in the "Format" drop-down list, click on "Options..." at the bottom, select the MBR partition scheme, click "OK" and finally click "Apply" on the main window.
    3c. After Disk Utility has formatted your drive, select its partition (NOT the drive itself) from the list and click on the "Restore" tab. Drag and drop the "iATKOS 5i" volume (NOT the iATKOS_5i.iso file itself) from the same list to the "Source" field. Drag and drop the partition you've just created to the "Target" field. Click on "Restore". Disk Utility will now take a few minutes to restore the iATKOS installer to your partition.
    3d. Next you need to use OSX86Tools (http://pcwizcomputer.com/osx86tools/) to make your new partition bootable. Install and run OSX86Tools.app and click on the "Install EFI/Run FDISK" button (bottom right). A window will pop up. Select your drive and partition from the "Disk to Use:" menu. Select "PC_EFI v8" or "Chameleon EFI" from the "EFI to Install:" menu. Click "Run FDISK", wait until it's finished, and then click "Install EFI".
    3e. When all is done, you can eject your drive and connect it to the One.

    B - INSTALLING, PART 1
    4. Power the One and press F12 when the "Acer" BIOS screen shows up, so that you can change the boot device. Select your drive in the list and tap the [RETURN] key.
    5. When the installer loads, click on the button like it tells you to.
    6. When you get to the "Welcome" screen, DON'T hit "Continue" straight away. Move your mouse pointer to the "Utilities" menu, and select "Disk Utility".
    7. When the Disk Utility application has loaded, select your main drive (the one you want to install Mac OS X to) from the left-hand pane. Click on the "Partition" tab. Select "1 partition" in the "Volume Scheme" drop-down menu. Give your drive a nice name WITHOUT ANY SPACE IN IT (e.g. "AspireOneHD"). Select "Mac OS Extended (Journaled)" from the "Format" drop-down menu. Click "Options..." and select GUID Partition Table. Click "OK", and finally click "Apply" in the main window. Disk Utility will warn you that all previous data will be erased. Click "Partition".
    8. Wait for Disk Utility to do its job, then select "Quit Disk Utility" from the "Disk Utility" menu.
    9. You'll now be taken back to the installer welcome page. Click "Continue". Click "Agree" when the legalese blurb pops up.
    10. Choose a destination drive - obviously the one you just partitioned. Click "Continue".
    11. Click "Customize".
    12. Customize the installation as follows:
    * iATKOS v5i Main System CHECKED
    * Bootloader/PC EFI V9 CHECKED
    * X86 Patches/Decrypters/AppleDecrypt CHECKED
    * X86 Patches/SMBIOS drivers/SMBIOS Enablers/SMBIOS-EFI CHECKED
    * X86 Patches/Disabler.kext CHECKED
    * X86 Patches/PS/2 CHECKED
    * Drivers/Network/Realtek R1000 CHECKED
    !!! Everything else UNCHECKED !!!

    13. Click "Done" and then "Install", and wait for the installation to complete. The display might freeze during the install process, but everything's fine: just touch the touchpad when the progress bar freezes.
    14. When the installation is complete, click "Restart".
    15. Kind of tricky : when the machine restarts and you get to the Darwin bootloader screen, press the [RETURN] key IMMEDIATELY to stop the countdown, then type "cpus=1" (without quotes) and press the [RETURN] key once more. Otherwise you'll get a kernel panic (crash).
    16. Follow the instructions on the screen to set up your account.

    C - INSTALLING, PART 2
    17. When your Mac OS X desktop is up and running, launch /Applications/Utilities/Terminal and type "sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist" (without quotes), then press [RETURN]. You'll be asked for your password: type it in and press [RETURN]. You won't see your password while you're typing it, and the cursor won't move. This is normal behavior to prevent other people from seeing it. Move the cursor down until you reach "<key>Kernel Flags</key>", and type "cpus=1" (without quotes) between <string> and </string> just below. Press [CTRL]+[X], [Y] and [RETURN]. That'll prevent crashes at boot-time for good.
    18. Download AAO_SbM_OSX_1056_Pack.zip (http://perso.numericable.fr/sbmordino/A ... 6_Pack.zip) and double-click to unzip it. Everything you'll need to install is in there, most notably Paul's "Kext Helper b7" application. BY ALL MEANS USE "KEXT HELPER B7" WHEN INSTALLING .KEXT FILES, IT'LL SAVE YOU A LOT OF HASSLES.
    19. If you plan to install the voodoo kernel, backup /System/Library/Extensions/System.kext and /System/Library/Extensions/seatbelt.kext to your desktop computer or a USB memory card or any safe place you can think of.
    19b. EVEN IF YOU DON'T PLAN TO INSTALL THE VOODOO KERNEL, backup /System/Library/PreferencePanes/Keyboard.prefPane to some safe location as well.
    20. Go to the Apple menu (upper left corner) and choose "Software Update...". Wait for the list of updates to show up, then check ONLY "Mac OS X Update 10.5.6". Click "Install 1 Item". Type in your password, then click "OK". Click "Agree". The downloading procedure will start. Click "Restart" when complete. The installation itself will start. The machine will reboot once finished.
    21. It will reboot once more by itself while booting. This is normal, don't panic!
    22. Connect a USB keyboard and USB mouse.
    23. Replace the /System/Library/PreferencePanes/Keyboard.prefPane file with the one you backed up.
    24. Launch "Kext Helper b7". A warning will pop up, click "Open". Drag and drop "AppleACPIPS2Nub.kext" from the pack to Kext Helper's window. Type in your password in the "Password" text field, and click "EASY INSTALL". Click "OK". Wait for the install to proceed, then click "OK" again. If you get a kernel panic at this point, reboot and try again.
    25. Reboot and unplug your USB keyboard and mouse.
    26. Using "Kext Helper b7", install all four .kext files from Diablo's Kexts/Part1, but DON'T REBOOT YET.
    27. Move /System/Library/SystemConfiguration/PowerManagement.bundle to the trash. It will ask for your password. Type it in then click "OK". Reboot.
    You should now have full 1024x600 resolution, as well as Quartz Extreme and Core Image graphics acceleration enabled (translucent menu bar).
    28. Empty the trash. It will ask for confirmation. Click "OK".
    29. Run "ALC 268 Fix". Get its window to the front and click "Quit" when it says "Done - You can reboot now"... only DON'T REBOOT YET.
    30. Using "Kext Helper b7" once again, install the HDAEnabler.kext from Diablo's Kexts/Part2, but DON'T REBOOT YET.
    31. Move the PowerManagement.bundle file from the pack to /System/Library/SystemConfiguration/. It will ask you to authenticate. Click "Authenticate", then type in your password and click "OK". Reboot.
    32. Delete /AppleAzaliaAudio.kext, and /System/Library/Extensions/AppleHDA.kext. Empty the trash. If it says something about AppleHDA is in use, just click continue and leave it. Reboot again.
    33. Using "Kext Helper b7" once more, install all three .kext files from Diablo's Kexts/Part3 and reboot.
    34. Run "AboutThisMac.pkg". Click "Continue". Click "Install". Type in your password and click "OK". After install is finished, click "Close".
    35. Run "DoNotSleep.mpkg". Same procedure.
    36. Launch "OSX86Tools.app" and click "Enable/Disable Quartz GL". Click "Enable Quartz GL" in the small translucent black window that pops up. Click "Restart".
    37. You can delete "/Backup extensions" if you want.
    38. Launch /Applications/Utilities/Terminal and type "diskutil repairPermissions /" (without quotes) then press [RETURN].
    39. Wait for the permissions to be repaired, then reboot.


    VOODOO KERNEL OPTION
    Here's what you need to do to install the Voodoo kernel (HyperThreading-enabled and faster than the standard one):
    a. Double-click on the "Voodoo_Kernel_Release_1.0_Rev_A.dmg" file in the pack. You can check http://code.google.com/p/xnu-dev/ for a newer version.
    b. Launch /Applications/Utilities/Terminal and type "sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist" (without quotes), then press [RETURN]. You'll be asked for your password: type it in and press [RETURN]. Move the cursor down until you reach "<key>Kernel Flags</key>", and delete "cpus=1" between <string> and </string> just below. Press [CTRL]+[X], [Y] and [RETURN].
    c. Double-click on "Voodoo Kernel Installer.pkg"
    d. Reboot.
    e. Launch /Applications/Utilities/Terminal and type this:
    Code:
    cd /
    sudo chown root:wheel mach_kernel.voodoo
    sudo chmod 644 mach_kernel.voodoo
    sudo pico .hidden
              <type "mach_kernel.voodoo" without quotes, then press [CTRL]+[X], [Y] then [RETURN]>
    killall Finder
    f. Quit Terminal
    g. Using "Kext Helper b7", install the System.kext and seatbelt.kext files you backed up at step 19.
    h. Reboot.

    SHUTDOWN CRASH WORKAROUND
    To prevent your Aspire One from crashing when you shut it down while running on battery, you need to drag and drop the ShutdownSound folder (NOT the four files inside it, the WHOLE folder) from the pack to /Library/StartupItems/. This will ensure that the audio circuitry gets activated on shutdown, so that the machine doesn't crash. You can change the .wav file to suit your taste (8 seconds of silence right now), if you know what you're doing. Hopefully the people developing the Voodoo kernel will find a fix for that soon.

    CLAMSHELL MODE
    To prevent your One from sleeping (and crashing) when you close the lid, install DoNotSleep.mpkg (you can check http://semaja2.net/insomniax/ for a newer version). Double-click on it and follow the instructions.

    SD-CARD READERS
    If you want to use the built-in SD-card readers, you need to install the "IOSDHCIBlockDevice.kext" (use Kext Helper for this, as always). The version included in the pack is the final candidate 1, but you can check http://osxsdhci.sourceforge.net/ for a newer version.

    CALIBRATED DISPLAY PROFILES
    Calibrated display profiles are included in the pack (in the CalibratedDisplayProfiles folder, obviously). They'll improve contrast and colour accuracy dramatically. Drag and drop both of them to /Library/Colorsync/Profiles/. The first one uses a white color temperature suitable for photographers, while the other one uses the native temperature of the One's LCD screen. Select the one you want to use from the Displays prefpane in System Preferences.

    EXTENDED DISPLAY FIX
    To prevent video glitches when using an external monitor (cf. viewtopic.php?f=14&t=9683), you need to install the GMA950.pkg (http://perso.numericable.fr/sbmordino/GMA950.pkg.zip).

    LOCALIZATION
    If you want a fully localized Mac OS X, run /Optional Installs/Optional Installs.mpkg from a genuine retail Leopard DVD and follow the instructions. This can be installed once you have your system running.

    TWO-FINGER SCROLLING
    To enable two-finger scrolling functionality with the trackpad, install "FFScroll OSx86 Installer.pkg" and reboot. The functionality is a bit tricky to master. I found it works better if you lay the second finger flatter on the trackpad, but your mileage may vary. If someone has the know-how to tweak the prefpane's settings to get a better behavior on the One, please keep us posted.

    REMOTE CD/DVD DRIVE SHARING (thanks to saitekx36 & fletch33)
    WARNING : Drive sharing seems to crash the Finder if you use the columns view.
    You need first to install a piece of software on the host machine (i.e. the computer that your drive is connected to):
    FOR MAC OS X (you shouldn't need it on Mac OS X 10.5.5/10.5.6, it won't install if you don't need it): http://wsidecar.apple.com/cgi-bin/nph-r ... _Setup.dmg
    FOR WINDOWS: http://supportdownload.apple.com/downlo ... SSetup.exe
    On your Aspire One, launch /Applications/Utilities/Terminal and type:
    Code:
    defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
    defaults write com.apple.NetworkBrowser ODSSupported -bool true
    
    Reboot. Don't forget to enable CD/DVD drive sharing on the host computer in System Preferences>Sharing

    FULL ISO KEYBOARD ("<>" key with French layout, for instance)
    Copy ApplePS2Keyboard.kext from the pack to /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns/ to replace the original one. BE CAREFUL: don't install it in /System/Extensions/ but INSIDE the ApplePS2Controller.kext you'll find there (right-click on it and select "Show Package Contents").
    Open Terminal and type:
    Code:
    sudo chown -R root:wheel /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns/ApplePS2Keyboard.kext
    sudo chmod -R 755 /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns/ApplePS2Keyboard.kext
    sudo rm /System/Library/Extensions.mkext
    Reboot.

    MODIFIED FRENCH KEYLAYOUT (Thanks to VIRAL for his work on this ;))
    Drag my modified French keylayout (FrAspireOne.keylayout) to /Library/Keyboard Layouts/, then open System Preferences>International>Input Menu and check "FrAspireOne" and "Show input menu in menu bar". You should see a flag pop up in the menu bar. Select the FrAspireOne keyboard from there. You can uncheck "Show input menu in menu bar" afterwards.
    Reboot if necessary.

    GENERAL NOTE ABOUT THE ACER ASPIRE ONE KEYBOARD
    Note that the menu key doesn't work, and that Alt and AltGr act as the Command key on a real Mac keyboard, while the "home" key is actually the Alt/Option key. You can either swap the Alt and "home" keys on your keyboard, or change their behavior in the Keyboard & Mouse prefpane.

    ABOUT AVAILABLE APPLE UPDATES*
    - Quicktime 7.5.5 is safe to install
    - Quicktime 7.6 is safe to install
    - iTunes 8.0.2 is safe to install
    - Java For Mac OS X 10.5 Update 2 (1.0) is safe to install
    - Java Update 3 for Mac OS X 10.5 (1.0) is safe to install
    - QuickTime H.264 Compatibility Update 7.5.5 is safe to install
    - Front Row Update 2.1.6 is safe to install
    - Safari 3.2.1 is safe to install
    - iLife Media Browser Update 2.0 is safe to install
    - Security Update 2009-001 (1.0) is safe to install

    * "safe" means safe regardless of the kernel you're running (genuine/vanilla or voodoo)


    That's all for now! Enjoy!




    MISC ISSUES:
    If your Keyboard & Mouse prefpane stops working, go to /System/Library/PreferencePanes/Keyboard.prefPane/Contents/Resources/ and delete your language .lproj file. The prefpane will now be in English but at least it'll work. Alternatively, you can try replacing it with the .lproj file from a genuine Mac OS X install: it worked for me under Mac OS X 10.5.4, but not under Mac OS X 10.5.6...

    SOURCES:
    * DoNotSleep extension : http://semaja2.net/insomniax/DoNotSleep.mpkg.tgz
    * SD-card readers extension : http://downloads.sourceforge.net/osxsdh ... g_mirror=0
    * PlaySound utility (for shutdown fix) : http://microcosmsoftware.com/playsound/
    * OSX86Tools : http://pcwizcomputer.com/osx86tools/
     
    SbM, Jan 21, 2009
    #1
  2. SbM

    johnwillo

    Joined:
    Sep 10, 2008
    Messages:
    25
    Likes Received:
    0
    Thanks for the wonderful summary of accumulated wisdom, as well as your time and effort spent verifying these steps! I have a n00bish question, appropriate for a "dummies" thread: does using the Voodoo kernel mean (or likely mean) incompatibility with Apple's Software Update?
     
    johnwillo, Jan 21, 2009
    #2
  3. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    Regarding the system updates (10.5.7, 10.5.8), that's something I'd like to know as well ;) I guess we'll find out when 10.5.7 comes out ;)

    Regarding all the other updates listed above, I've done them while running the voodoo kernel and everything went fine.
     
    SbM, Jan 21, 2009
    #3
  4. SbM

    rory

    Joined:
    Jul 23, 2008
    Messages:
    755
    Likes Received:
    0
    Location:
    London, UK
    Glad to see an updated tuto. Mine's slightly out of date these days.
    Tried putting OS X back on a couple of days ago (been running Windows 7 recently) an was fine till updates, then it broke after installing all the updates in softwar update. Dismissing it as a one off, I tried again and failure at the same place.
    So back to windows 7 for now, but night try your tuto tomorrow after my exam.
    R
     
    rory, Jan 22, 2009
    #4
  5. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    Thanks for your work all the same, it's always helpful to have people around trying things out.

    That's weird, 'cause all went fine here. In what way did it break ? You mean failed to reboot with a blank screen and all, or something else?
     
    SbM, Jan 22, 2009
    #5
  6. SbM

    rmancl

    Joined:
    Nov 25, 2008
    Messages:
    24
    Likes Received:
    0
    Great tutorial, everything is very clear and easy to understand, might need to do a reinstall with your guide....

    I have installed using rory's guide but did not do a backup of the Keyboard.prefPane file before doing the upgrade to 10.5.6. Can someone post the file or link to download it. Can i get it from the install dick?

    thanks in advance
     
    rmancl, Jan 22, 2009
    #6
  7. SbM

    HaTaX

    Joined:
    Oct 8, 2008
    Messages:
    29
    Likes Received:
    0
    Great guide! Just helped a friend through this last week and wanted to give a tip on the instructions!

    At step 22:
    Code:
    22. Connect a USB keyboard and USB mouse.
    You can goto System Preferences -> Sharing and check "Remote Management", then click "Computer Settings"

    Inside that window you can check an option to allow VNC viewers to connect with a password, check the box and set a password to use.

    When the system comes back up, instead of connecting a USB keyboard / mouse, you can just VNC into it from another machine and get the local keyboard and mouse up and going with little drama.

    Came up with this after I ran around looking for a USB keyboard so I didn't have to take my PCs cables apart, needed to re-install it a second time anyway so we were prepared. :D
     
    HaTaX, Jan 22, 2009
    #7
  8. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    Nice tip for those who might not have a USB kb/mouse handy. Thanks!
     
    SbM, Jan 22, 2009
    #8
  9. SbM

    rory

    Joined:
    Jul 23, 2008
    Messages:
    755
    Likes Received:
    0
    Location:
    London, UK
    Stops at the desktop. So gets past the white background with grey apple logo, loads the desktop wallpaper, but no dock, desktop icons or menubar
     
    rory, Jan 22, 2009
    #9
  10. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    Might have to do with repairing permissions. I had this happen once with a clone of my Mini's system disk.
     
    SbM, Jan 22, 2009
    #10
  11. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    I'm currently investigating the behaviour of the FFScroll "two-finger scrolling" driver. Looks tricky to set it right, so if anyone has any information about this, please share ;)
     
    SbM, Jan 22, 2009
    #11
  12. SbM

    chuckcalo

    Joined:
    Sep 15, 2008
    Messages:
    176
    Likes Received:
    0
    Just a FYI, the sound drivers you provided are not working thus causing kernel panics. I recommend looking for ALC268fix from InsanelyMac and update your guide. Also you don't need a USB keyboard, just use Osx86tools to install the kexts; if it asks for password just set your password blank in the System Preferences; that's how I did it. As for the rest, good job =]
     
    chuckcalo, Jan 23, 2009
    #12
  13. SbM

    SbM

    Joined:
    Jul 14, 2008
    Messages:
    505
    Likes Received:
    0
    They're working fine here. Where do you get kernel panics exactly?

    Hmmm... I think that's the one we're using here, aren't we?

    I did it here without a kb as well, using the virtual keyboard you can enable in the International prefpane. But it's a lot more convenient with a real kb ;)

    Thanks!
     
    SbM, Jan 23, 2009
    #13
  14. SbM

    chuckcalo

    Joined:
    Sep 15, 2008
    Messages:
    176
    Likes Received:
    0
    I think it's just me then but I've tried installing the audio kext several times just resulting in kernel panics. I'm usng the 9.6.0 vanilla kernel so that might be the problem, I made some modifications to the kexts using the "kextstat" command in Terminal. I'm going to reboot and see if that fixes my problem.
     
    chuckcalo, Jan 23, 2009
    #14
  15. SbM

    chuckcalo

    Joined:
    Sep 15, 2008
    Messages:
    176
    Likes Received:
    0
    As I expected, the vanilla kernel was giving me such kernel panics. I installed Andy's Voodoo 9.6 and my AAO is running better than ever =]. I also installed the Package you provided here for the sound so thanks again!
     
    chuckcalo, Jan 24, 2009
    #15
  16. SbM

    J.A

    Joined:
    Sep 13, 2008
    Messages:
    15
    Likes Received:
    0
    After installing the Voodoo Kernel, my Bluetooth Mouse no longer works (it was working fine before upgrading to the Voodoo Kernel).
    Anyone else run into this issue?
     
    J.A, Jan 24, 2009
    #16
  17. SbM

    carlisle_united

    Joined:
    Dec 16, 2008
    Messages:
    52
    Likes Received:
    0
    Location:
    Bålsta, Sweden
    BLAST!

    I justed reinstalled OSX since i figured I wanted to dualboot with win.
    I thought I would uppdate to 10.5.6 while at it...
    And after everything was installed and the system running.
    Now my USB sick won't mount since then.
    Ia there a solution?
     
    carlisle_united, Jan 25, 2009
    #17
  18. SbM

    chuckcalo

    Joined:
    Sep 15, 2008
    Messages:
    176
    Likes Received:
    0
    calisle, you need seatbelt.kext 10.5.5. I'm assuming you still have the 9.5 voodoo kernel. Search through the forums and you might find it.
     
    chuckcalo, Jan 25, 2009
    #18
  19. SbM

    mikekirk

    Joined:
    Dec 6, 2008
    Messages:
    9
    Likes Received:
    0
    I've followed all the instructions and now have Leopard running on my AA150. It's great to have a mini Mac to accompany my iMac, I may even sell my Macbook. :D Thanks for a great post.

    I've installed the Voodoo kernel from the download pack, so I can have dual-cores. The problem I'm now having is that none of my USB ports are working, though the camera is, which is odd as I would think that's connected internally via USB.

    Can anyone help?
     
    mikekirk, Jan 25, 2009
    #19
  20. SbM

    carlisle_united

    Joined:
    Dec 16, 2008
    Messages:
    52
    Likes Received:
    0
    Location:
    Bålsta, Sweden
    Found and installed the Seatbelt.kext but still no sucsess.
     
    carlisle_united, Jan 25, 2009
    #20
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.