Contribute
Register

[Guide] Installing OS X 10.10 Yosemite on the Lenovo-Z580

Status
Not open for further replies.
Follow this guide: http://www.tonymacx86.com/yosemite-...de-booting-os-x-installer-laptops-clover.html

Make sure you fill out your profile as requested in the guide.

Thank you!! I followed your guide and installed yosemite on my laptop. Graphics and Ethernet is working now.
My laptop has a broadcom wifi adapter. I couldn't find any kexts for it. Is it possible to get it working?
I also can't see my battery indicator even though I have installed ACPIBatteryManager kext.
Sound doesn't work either, but that's not a high priority. I need to get the battery and wifi to work!
 
My laptop has a broadcom wifi adapter.

Which Broadcom device? Some are supported, many not.

I also can't see my battery indicator even though I have installed ACPIBatteryManager kext.

http://www.tonymacx86.com/yosemite-...de-how-patch-dsdt-working-battery-status.html

Sound doesn't work either, but that's not a high priority. I need to get the battery and wifi to work!

Audio is covered in the FAQ.

http://www.tonymacx86.com/yosemite-...faq-read-first-laptop-frequent-questions.html
 
Which Broadcom device? Some are supported, many not.

My Broadcom adapter is BCM94313HMGB. Do you think it'll work? If not is it possible to get it replaced for a supported one?
 
I have got everything working now except for the audio. I followed procedure mentioned in the OP.

1) Applied DSDT patches from the repository
2) Added the patch entry in config.plist
3) Downloaded and installed both AppleHDA, Codec Commander, and DummyHDA kexts.

Now when I hit the volume buttons I can see the volume popup in screen, but I can’t hear anything. How to fix this?
 
Last edited:
I have got everything working now except for the audio. I followed procedure mentioned in the OP.

1) Applied DSDT patches from the repository
2) Added the patch entry in config.plist
3) Downloaded and installed both AppleHDA, Codec Commander, and DummyHDA kexts.

Now when I hit the volume buttons I can see the volume popup in screen, but I can’t hear anything. How to fix this?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Please find the attached files.
 

Attachments

  • CLOVER.zip
    3.3 MB · Views: 166
  • RehabMan.zip
    20.6 KB · Views: 111
  • Roshan’s MacBook Pro.zip
    406.7 KB · Views: 119
  • outputs.zip
    1.8 KB · Views: 101
Status
Not open for further replies.
Back
Top