Contribute
Register

Lenovo G580

Status
Not open for further replies.
Joined
Nov 22, 2013
Messages
22
Motherboard
msi x370
CPU
ryzen 5
Graphics
rx480
Mac
  1. iMac
Classic Mac
  1. eMac
  2. iBook
  3. iMac
  4. Power Mac
  5. PowerBook
Mobile Phone
  1. Android
Trying to setup this laptop but the guides I tried from Benjamin on github leaves it stuck on unsupported cpu/pch and kextd stall (0), (240s): 'IGPU. I'm using clover 2.4k_r4961. G580 specs are intel core i3 3220m, intel hd4000 no dgpu, 4gb of ram. If anyone could help I would appreciate it.
 
Trying to setup this laptop but the guides I tried from Benjamin on github leaves it stuck on unsupported cpu/pch and kextd stall (0), (240s): 'IGPU. I'm using clover 2.4k_r4961. G580 specs are intel core i3 3220m, intel hd4000 no dgpu, 4gb of ram. If anyone could help I would appreciate it.
You need a SSDT.aml created from SSDTPrGen for your CPU because your i3's power management and specs is not supported by macOS. Get it here > https://github.com/Piker-Alpha/ssdtPRGen.sh using the guide here
> https://www.tonymacx86.com/threads/quick-guide-to-generate-a-ssdt-for-cpu-power-management.177456/

You need to edit the preset UserConfig.cfg file in the ~/Library/SSDTPRGen folder with your i3's specs (derived from your CPU's Intel ARK page) using Piker Alpha's guide above.

Then with another machine, in the Terminal you use/run the script like this to create a SSDT.aml:

./ssdtPRGen.sh -n 'i3 3220m'

The file will be saved in your Downloads folder which you can then copy over into your EFI/OC/ACPI folder and enable in the config.plist.
 
You need a SSDT.aml created from SSDTPrGen for your CPU because your i3's power management and specs is not supported by macOS. Get it here > https://github.com/Piker-Alpha/ssdtPRGen.sh using the guide here
> https://www.tonymacx86.com/threads/quick-guide-to-generate-a-ssdt-for-cpu-power-management.177456/

You need to edit the preset UserConfig.cfg file in the ~/Library/SSDTPRGen folder with your i3's specs (derived from your CPU's Intel ARK page) using Piker Alpha's guide above.

Then with another machine, in the Terminal you use/run the script like this to create a SSDT.aml:

./ssdtPRGen.sh -n 'i3 3220m'

The file will be saved in your Downloads folder which you can then copy over into your EFI/OC/ACPI folder and enable in the config.plist.

Thanks Middleman! Could you help me with that? Never been good with ssdt files.
 
Thanks Middleman! Could you help me with that? Never been good with ssdt files.
Sure, but really it’s not that hard to do. I’m not near a hackintosh right now so can’t do much, but will post the SSDT later on for you when I get back.
 
You need a SSDT.aml created from SSDTPrGen for your CPU because your i3's power management and specs is not supported by macOS. Get it here > https://github.com/Piker-Alpha/ssdtPRGen.sh using the guide here
> https://www.tonymacx86.com/threads/quick-guide-to-generate-a-ssdt-for-cpu-power-management.177456/

You need to edit the preset UserConfig.cfg file in the ~/Library/SSDTPRGen folder with your i3's specs (derived from your CPU's Intel ARK page) using Piker Alpha's guide above.

Then with another machine, in the Terminal you use/run the script like this to create a SSDT.aml:

./ssdtPRGen.sh -n 'i3 3220m'

The file will be saved in your Downloads folder which you can then copy over into your EFI/OC/ACPI folder and enable in the config.plist.
I had a typo its the 3120m. Is that one supported?
 

Attachments

  • SSDT.aml
    38.5 KB · Views: 50
Thanks! do you know anyone who can do whitelist removal? need to swap wifi card
WiFi cards are not a problem. If you change the WiFi card all you have to do is swap out the drivers (say Airportitlwm.kext for Intel to AirportbrcmFixup.kext for Broadcom cards). For Bluetooth setup that is also the same. Intel BT requires BlueToolFixup.kext and IntelBluetoothFirmware.kext on Big Sur/Monterey. Broadcom BT requires BrcmFirmwareData.kext, BrcmBluetoothInjector.kext, and BrcmPatchRAM3.kext.
 
WiFi cards are not a problem. If you change the WiFi card all you have to do is swap out the drivers (say Airportitlwm.kext for Intel to AirportbrcmFixup.kext for Broadcom cards). For Bluetooth setup that is also the same. Intel BT requires BlueToolFixup.kext and IntelBluetoothFirmware.kext on Big Sur/Monterey. Broadcom BT requires BrcmFirmwareData.kext, BrcmBluetoothInjector.kext, and BrcmPatchRAM3.kext.
On that lenovo it gives the power off screen when I swapped it for another Broadcom card I used in my old probook hackintosh
 
On that lenovo it gives the power off screen when I swapped it for another Broadcom card I used in my old probook hackintosh
If it is causing you any issues, try to remove any prior device settings in the Device Properties list for say other WiFi or BT cards ie. Realtek/Intel AX. Btw for Monterey setups using Broadcom you only require Bluetoolfixup.kext and BrcmPatchRAM3.kext. Under Monterey Bluetoolfixup.kext is meant to replace BrcmBluetoothInjector.kext.
 
Status
Not open for further replies.
Back
Top