Fix CPU Name with RestrictEvents

alright! will do, Ive tested a few things, I haven't gotten to usb map yet, however it appears putting the bluetooth firmware as higher priority on open core makes it work
Ah ok so thats no big deal then. ๐Ÿ‘
 
after a few restarts that work around seems to only work sometimes. not 100% sure how often but less than 50%
If itโ€™s not perfect then for sure report it.
Theres a link to the Bug report a few posts up.
 
Can't seem to get it to work with my 3600 though.
 
Can't seem to get it to work with my 3600 though.
Try going into your config.plist and changing your processor type to 1537 Save and restart.
That should get it to kick in
 
  • Like
Reactions: Shaneee
Well, at least its not showing unknown anymore...

Screen Shot 2021-05-04 at 4.23.13 PM.png
 
@Shaneee if he is then would that mean 1537 relates to the 5600X only? (No it canโ€™t be thinking about it, must be an older version of the kext)
 
I don't think so. OpenCore sets two CPU types for AMD by default, Xeon W for 8 cores or more and the i5 for less. Without seeing the Lilu debug to see what the kext is trying to replace can't say for sure it would be the same CPU type to replace.

C++:
  if (Cpu->ThreadCount >= 8) {
    Cpu->AppleProcessorType = AppleProcessorTypeXeonW;
  } else {
    Cpu->AppleProcessorType = AppleProcessorTypeCorei5Type5;
  }
 
  • Like
Reactions: AudioGod
WHOOHOO!

I forgot to update kext even after I downloaded it ๐Ÿฅด
Screen Shot 2021-05-04 at 4.31.02 PM.png
 


It works here too with last 1.0.2 build
 
Iโ€™ve got the latest 1.0.2 and I see unknown on my ryzen 5 3500. What do I need to put in cpu type? 1537?


Sent from my iPhone using Tapatalk
 
Iโ€™ve got the latest 1.0.2 and I see unknown on my ryzen 5 3500. What do I need to put in cpu type? 1537?


Sent from my iPhone using Tapatalk

It's within the PlatformInfo > Generic section of your config.
 
It's within the PlatformInfo > Generic section of your config.

Yeah I know where to put it I was just confirming what to put in there for my cpu to display properly. Thanks.


Sent from my iPhone using Tapatalk
 
Yeah I know where to put it I was just confirming what to put in there for my cpu to display properly. Thanks.


Sent from my iPhone using Tapatalk
1537 is the correct value to change it too for a 6 core CPU ๐Ÿ‘
 
  • Like
Reactions: savage001
Ahh much better


 
  • Like
Reactions: AudioGod
hi everybody. it is only possible on Bigsur 11,4, beta ?
 
I don't see where i made a mistake
i am on an external SSD with bigsur 11.3.1
 

Attachments

  • Screen Shot 2021-05-05 at 09.56.50.png
    Screen Shot 2021-05-05 at 09.56.50.png
    6.5 KB · Views: 17
  • Screen Shot 2021-05-05 at 09.57.28.png
    Screen Shot 2021-05-05 at 09.57.28.png
    13 KB · Views: 16
  • Screen Shot 2021-05-05 at 10.00.57.png
    Screen Shot 2021-05-05 at 10.00.57.png
    73.1 KB · Views: 16
I don't see where i made a mistake
i am on an external SSD with bigsur 11.3.1

Where is that folder located? You only need the .kext inside your kext folder in your EFI directory and make sure itโ€™s added to your config.plist.


Sent from my iPhone using Tapatalk
 
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.