Fix CPU Name with RestrictEvents

AudioGod

Guru
Guru
Joined
Nov 7, 2020
Messages
1,386
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. đź‘Ť
 

AudioGod

Guru
Guru
Joined
Nov 7, 2020
Messages
1,386
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.
 

Moozuki

Active member
AMD OS X Member
Joined
May 3, 2020
Messages
196
Can't seem to get it to work with my 3600 though.
 

AudioGod

Guru
Guru
Joined
Nov 7, 2020
Messages
1,386
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
 

Moozuki

Active member
AMD OS X Member
Joined
May 3, 2020
Messages
196
Well, at least its not showing unknown anymore...

Screen Shot 2021-05-04 at 4.23.13 PM.png
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142

AudioGod

Guru
Guru
Joined
Nov 7, 2020
Messages
1,386
@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)
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142
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;
  }
 

Moozuki

Active member
AMD OS X Member
Joined
May 3, 2020
Messages
196
WHOOHOO!

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

baronerosso

Donator
Donator
AMD OS X Member
Joined
Sep 29, 2020
Messages
103


It works here too with last 1.0.2 build
 

savage001

Active member
AMD OS X Member
Joined
Jun 4, 2020
Messages
180
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
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142
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.
 

savage001

Active member
AMD OS X Member
Joined
Jun 4, 2020
Messages
180
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
 

AudioGod

Guru
Guru
Joined
Nov 7, 2020
Messages
1,386
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 đź‘Ť
 

savage001

Active member
AMD OS X Member
Joined
Jun 4, 2020
Messages
180
Ahh much better


 

AMDPUSH

Donator
Donator
AMD OS X Member
Joined
May 2, 2020
Messages
275
hi everybody. it is only possible on Bigsur 11,4, beta ?
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142

AMDPUSH

Donator
Donator
AMD OS X Member
Joined
May 2, 2020
Messages
275
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

savage001

Active member
AMD OS X Member
Joined
Jun 4, 2020
Messages
180
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
 
Top Bottom
  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.