Jump to content
30960 posts in this topic

Recommended Posts

@Matgen84

As I see you have a problem with Python 3.11.2

My version is 3.9.6 came with Xcode. I don't remember what is the difference but I forced to return to this version.

 

10 hours ago, cankiulascmnfye said:

@Slice FYI: On your Github repo, r5152 isn't set as "Latest Release" yet. So on the front page it still show lists r5151 as latest.

OK, I found the magic button making the new release to be "latest".

  • Like 2
14 hours ago, Slice said:

@Matgen84

As I see you have a problem with Python 3.11.2

My version is 3.9.6 came with Xcode. I don't remember what is the difference but I forced to return to this version.

 

@Slice I don't have any problem with Clover r5151 commit e0bde75 and Python 3.11.2 To solve the issue, I git clone a new repo. All works well now 😊

  • Like 2
On 5/27/2023 at 5:15 PM, LAbyOne said:

If you tried and all builds works as expected feel free to submit.

 

I tested 13.1.0 and by my side Clover builds fails on all systems i tried.

there are different new implementations which need patches

if you want to update you current GCC there is the 12.3.0 which came out the same day, and its the only actually the safest one to use

 

I may eventually if @Slice is ok pull the actual 12.3.0 already tested

Built in Ventura using gcc-13.1.0

image.png

Few changes and clean Build folder.

 

  • Like 2
20 hours ago, Slice said:

Built in Ventura using gcc-13.1.0

Few changes and clean Build folder.

 

working fine indeed

if this become default, you should also modify into buildme

./build_gcc12.sh
->
./build_gcc13.sh

 

Also rolled back to Xcode 14.2 and all build fine again.

Thanks for the hint.

 

In the mean while 14.3.1 came to surface.... this time i will wait a little longer before update

Edited by LAbyOne
  • Like 1
16 hours ago, Slice said:

What is AM5 platform and why the Clover is 5149?

AMD consumer platform

Cpu 7XXX series...

Clover 5149 and latest 5152 have the same behavior 

you have to read open core PR posted above to understand

FYI solution for Opencore (and AMD AM5 users) was an idea born from Clover boot loader code..ask @Shaneeefor additional informations

image.thumb.png.712f9c1956b584f0b2f74e7869c248d2.png

Edited by mariosun
added macOS Sonoma and Clover R5152
  • Like 1
10 hours ago, Slice said:

Did you try Clover setting

BusSpeedkHz = 100000

?

Or some nearest values?

For example 4500000/44 = 102273

 

Yes, it doesn't work

 

to solve in Opencore they changed this code:

image.thumb.png.12664d8adfb8f449eadf8338e01dcf11.png

 

with this one:

image.thumb.png.e1d64343d579643768f7325498764345.png

 

And now audio is perfect with no glitch and always in synch

Thank you for your attention

32 minutes ago, mariosun said:

Yes, it doesn't work

 

to solve in Opencore they changed this code:

image.thumb.png.12664d8adfb8f449eadf8338e01dcf11.png

 

with this one:

image.thumb.png.e1d64343d579643768f7325498764345.png

 

And now audio is perfect with no glitch and always in synch

Thank you for your attention

This is not a trick. busFreqValue remains the same. busFCvtn2tValue will not used anywhere.

10 hours ago, antuneddu said:

Hi @Slice what is the trick to make the Sonoma icon appear ? Clover revision: 5152 (master, commit 5a6e6e363)

 

screenshot0.thumb.png.43d4fb671a53838b30f41de02f465d4c.png

 

1248749842_Screenshot2023-06-09alle21_06_13.png.77238c0c103206f81c4c6b3c58f11a2d.png

 

Edit : Fixed for now by naming the os_sonoma icon to os_unkown 🙃

 

916046004_Screenshot2023-06-09alle21_26_29.png.197edc7023ec6e844facb05cfd8fe4ea.png

 

 


 

Sorry I forgot to implement new icon name.

×
×
  • Create New...