Jump to content
8755 posts in this topic

Recommended Posts

15 minutes ago, Andres ZeroCross said:


Write detail of your Specifications, update your signature

I think that you want my laptop's Specifications

 

Lenovo Ideapad 320-14IKB

 

CPU                            Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz  Kaby Lake

GPU Name                       Intel HD Graphics 620
GPU Device ID                  0x59168086

RAM                            4.00 GB

On 10/23/2019 at 3:45 AM, anmool said:

I think that you want my laptop's Specifications

 

Lenovo Ideapad 320-14IKB

 

CPU                            Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz  Kaby Lake

GPU Name                       Intel HD Graphics 620
GPU Device ID                  0x59168086

RAM                            4.00 GB

Try this. Remove old OC folder and replace with this ,, post the result

 

 

Edited by Andres ZeroCross
14 minutes ago, Andres ZeroCross said:

Try this. Remove old OC folder and replace with this ,, post the result

 

OC.zip

thanks worked perfectly with this DSDT but I don't want DSDT I want ACPI Hotpatch like my Clover ACPI hotpatch because 

whenever I change my bois setting then DSDT become corrupt but SSDTs doesn't corrupt to changing bois setting

 

42 minutes ago, anmool said:
thanks worked perfectly with this DSDT but I don't want DSDT I want ACPI Hotpatch like my Clover ACPI hotpatch because 
whenever I change my bois setting then DSDT become corrupt but SSDTs doesn't corrupt to changing bois setting
 


I have set "Rebase Region : Yes" in config.plist. No worry change setup in BIOS.

Enjoy your hackintosh


Sent from my iPhone using Tapatalk

Edited by Andres ZeroCross
27 minutes ago, Andres ZeroCross said:


I have set "Rebase Region : Yes" in config.plist. No worry change setup in BIOS.

Enjoy your hackintosh


Sent from my iPhone using Tapatalk
I have set "Rebase Region : Yes" in config.plist. No worry change setup in BIOS.

Enjoy your hackintosh


Sent from my iPhone using Tapatalk

 thanks for helping me

 

sound is not working 

can I change my layout id in DSDT?

31 minutes ago, anmool said:

Thanks sound working

How to apply if _OSI manually in dsdt and where where apply

Clearly explain one by one


I am not english, my english is not good. Just take a look at patched DSDT that i have given to you. Search "_OSI" in maciASL as keyword. You will understand

  • Like 1
6 hours ago, Andres ZeroCross said:


I am not english, my english is not good. Just take a look at patched DSDT that i have given to you. Search "_OSI" in maciASL as keyword. You will understand

sometime automatically wake from sleep during sleep 

how to apply instant wake patch on DSDT

1 minute ago, anmool said:

sometime automatically wake from sleep during sleep 

how to apply instant wake patch on DSDT


It's depend,, what's device cause that?? upload IOREG output.

Just now, anmool said:

I extracted debug file with RunMe.app

please analyze my DSDT where is fault I think that this is bug of 10.15

in 10.14.6 fine 

Send me Mohammads-MacBook-Pro.zip


It's OUT OF TOPIC here,, I just need IOREG Output,, not other useless files

Just now, anmool said:

sorry I uploaded only IOREG

Mohammad’s MacBook Pro.ioreg


I don't see any problem in IOREG,, Did you mean random wake when sleep?? Maybe you can set proximitywake to 0.

Just check your pmset,, open terminal and type "sudo pmset -g"

2 minutes ago, Andres ZeroCross said:


I don't see any problem in IOREG,, Did you mean random wake when sleep?? Maybe you can set proximitywake to 0.

Just check your pmset,, open terminal and type "sudo pmset -g"

I mean sometime sleep break I think random wake from sleep895012221_ScreenShot2019-10-23at7_32_06PM.jpg.8d25b91740d756a0b3ee290a0bcc7bc8.jpg

I have already set proximitywake to 0 and also tried proximitywake to 1 no luck

 

 

2 minutes ago, anmool said:

I mean sometime sleep break I think random wake from sleep895012221_ScreenShot2019-10-23at7_32_06PM.jpg.8d25b91740d756a0b3ee290a0bcc7bc8.jpg

I have already set proximitywake to 0 and also tried proximitywake to 1 no luck

 

 


Use this,, your system will be sleep well..

 

DSDT.aml

Hi all!

 

I was wondering if anyone can help me out with 2 issues:

 

I'm using a Dell 3521 i5-3317u Ivy 

 

I have open core installed and working so far, but I'm breaking down my issues and cleaning things up.

 

My keyboard and trackpad don't work, and if I do get them to work my trackpad buttons do not work.

 

Here is my config. Thanks for looking at my post!

config.plist

 

Edit: Sorry, have Catalina installed.

Edited by Jobe5150
2 hours ago, Andres ZeroCross said:


Use this,, your system will be sleep well..

 

DSDT.aml

sleep worked fine 

how Can i fix this place 

when I add If_OSI patch in  _CRS METHOD OF TPD0  always Maciasl shows me a error

just I experience whenever if my DSDT lost then I patch from start.  just I m testing on clean DSDT

1732977565_ScreenShot2019-10-23at10_06_50PM.thumb.jpg.5e84c3bbe18a3c319cfbdecd70e058c7.jpg

 

 

2 minutes ago, anmool said:

sleep worked fine 

how Can i fix this place 

when I add If_OSI patch in  _CRS METHOD OF TPD0  always Maciasl shows me a error

just I experience whenever if my DSDT lost then I patch from start.  just I m testing on clean DSDT

1732977565_ScreenShot2019-10-23at10_06_50PM.thumb.jpg.5e84c3bbe18a3c319cfbdecd70e058c7.jpg

 

 


It's Out Of Topic, this thread just for OpenCore

I have Asus TUF 570x Ryzen3900x with 5700 xt. Able to boot with clover Catalina 10.15. Wanted to try 5700 xt with Beta 2. I need to wait for the AMD patch for 10.15.1 with clover. I tried opencore , I think I added the patch incorrectly. 

Send me iRyzen3900xs-iMac AMDRyzen.zip

Opencore will not boot when using kvm and qemu topology(smp) and newer model rather than Penryn.

 

I digging in the code found that:

1. when cpu model is Penryn, then occpu will not lookup msr 0x35 but cpuid to get correct cpu topology

2. when cpu model is not Penryn, occpu will lookup msr 0x35 to get correct info, but QEMU/KVM do not have a msr node 0x35, it will show "1 cores 1threads" which make the xnu cpu panic.

 

I think it would be better check cpu model Penryn or "Hypervisor Present Bit:Bit 31 of ECX of CPUID leaf 0x1" (which is the feature "hypervisor" QEMU passthrough, from here), then get the topology from cpuid instead of msr 0x35.

 

The code snippet related:

// or maybe we should also check "hypervisor" cpuid
if (Cpu->MaxId >= CPUID_CACHE_PARAMS && Cpu->Model <= CPU_MODEL_PENRYN) {
    AsmCpuidEx (CPUID_CACHE_PARAMS, 0, &CpuidCacheEax.Uint32, &CpuidCacheEbx.Uint32, NULL, NULL);
    if (CpuidCacheEax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL) {
      CoreCount = (UINT16)GetPowerOfTwo32 (CpuidCacheEax.Bits.MaximumAddressableIdsForProcessorCores + 1);
      if (CoreCount < CpuidCacheEax.Bits.MaximumAddressableIdsForProcessorCores + 1) {
        CoreCount *= 2;
      }
      Cpu->CoreCount   = CoreCount;
      //
      // We should not be blindly relying on Cpu->Features & CPUID_FEATURE_HTT.
      // On Penryn CPUs it is set even without Hyper Threading.
      //
      if (Cpu->ThreadCount < Cpu->CoreCount) {
        Cpu->ThreadCount = Cpu->CoreCount;
      }
    }
  } else if (Cpu->Model == CPU_MODEL_WESTMERE) {
    Msr = AsmReadMsr64 (MSR_CORE_THREAD_COUNT);
    Cpu->CoreCount   = (UINT16)BitFieldRead64 (Msr, 16, 19);
    Cpu->ThreadCount = (UINT16)BitFieldRead64 (Msr, 0,  15);
  } else {
    Msr = AsmReadMsr64 (MSR_CORE_THREAD_COUNT);
    Cpu->CoreCount   = (UINT16)BitFieldRead64 (Msr, 16, 31);
    Cpu->ThreadCount = (UINT16)BitFieldRead64 (Msr, 0,  15);
  }

The oc log LEFT: using QEMU and Penryn with topology/smp set . RIGHT: using QEMU topology and IvyBridge,:

image.thumb.png.5593f67ca9b86a6b15e6b2d97592d7cd.png

×
×
  • Create New...