Jump to content
5539 posts in this topic

Recommended Posts

Just now, WizeMan said:

 One more thing I’ve done in the process:

 

1. Shift + Opt + Click the Bluetooth icon

2. Debug

3. Reset Bluetooth Module


That’s a good one, il try that but let’s see what happens once my Time machine backup is done, it’s got just over an hour Togo :thumbsup_anim:

Just now, AudioGod said:


That’s a good one, il try that but let’s see what happens once my Time machine backup is done, it’s got just over an hour Togo :thumbsup_anim:


Time Machine is super slow :( I have a Lacie Rugged Thunderbolt and it took 3 freakin’ hours to restore last time on my MBP.

 

I’m really puzzled with your unlock issue (maybe more than I was with mine) so keep me posted :) 

Just now, WizeMan said:


Time Machine is super slow :( I have a Lacie Rugged Thunderbolt and it took 3 freakin’ hours to restore last time on my MBP.

 

I’m really puzzled with your unlock issue (maybe more than I was with mine) so keep me posted :) 


Time machine is flying for me, 600gb in under 2 hours suits me down to the ground.

2 hours ago, AudioGod said:


@Atomicman

continuing on  from what @WizeMan said, try this little tool and see if you can control volume via it.

Native Display Brightness with MonitorControl

 

 

Thanks both for your support.

That is an awesome tool!

It does not exactly solves my issue, but now i can easily change volume of the Monitor with the keys (doing it directly at the Display is quiet anoying. (LG 32UD99))

 

2 hours ago, AudioGod said:


ok, let me look into it and il get back to you ASAP  :)

sorry I’m doing a thousand things at once on here today so please bare with me.

Nothing to be sorry about. I really really appreciate all your support. And my hackintosh just works great, due to your effort!!!

1 hour ago, AudioGod said:


my EFI doesn’t use a usb kext as the dsdt and ssdt control all of that so that will cause many problems for,you

did you try the EFI I sent you with just your details?

I use it and when i boot from internal gpu i got black screen 

but if i edit clover gpu section 

device id 0x3e9b

platform id 0x3e9b0007 

and using nv_disable=1 

it will boot to macos but not fully functional with 7mb ram 

so it is a dead end i think 

put my gpu in pci so i lose sleep function 

remove it everything work well 

 

i think my answer will be in intell Framebuffer thread not here 

you did a lot to me and i wish you be happy always in your life mate 

if i fix my issue i will put the fix here so if anyone like me follow your guide like me can use it 

thanks again for you and all of ppl here 

9 minutes ago, mazagngy said:

I use it and when i boot from internal gpu i got black screen 

but if i edit clover gpu section 

device id 0x3e9b

platform id 0x3e9b0007 

and using nv_disable=1 

it will boot to macos but not fully functional with 7mb ram 

so it is a dead end i think 

put my gpu in pci so i lose sleep function 

remove it everything work well 

 

i think my answer will be in intell Framebuffer thread not here 

you did a lot to me and i wish you be happy always in your life mate 

if i fix my issue i will put the fix here so if anyone like me follow your guide like me can use it 

thanks again for you and all of ppl here 

When I get a chance I will patch my EFI for you and your igpu. I’m just in the middle of rebooting my system but when it’s done il do it and send it over to you. :thumbsup_anim:

 

Btw did you try doing it via a whatevergreen boot argument instead of patching clover?

that works too. Give me a minute and il find the argument for you

13 minutes ago, Atomicman said:

 

Thanks both for your support.

That is an awesome tool!

It does not exactly solves my issue, but now i can easily change volume of the Monitor with the keys (doing it directly at the Display is quiet anoying. (LG 32UD99))

 

Nothing to be sorry about. I really really appreciate all your support. And my hackintosh just works great, due to your effort!!!


It should just work, I’ve looked into it and I think it’s just like @WizeMan said and a macOS bug. That’s why I posted my replay as a follow up to he’s message as the tool I sent you would be the next best way around it.

  • Like 1

@mazagngy

 

you need to change the smbios over to 18,1 and here’s the correct patching for the igpu

 

<key>Properties</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>
				BwCbPg==
				</data>
				<key>AAPL,model</key>
				<string>Intel UHD 630</string>
				<key>AAPL,slot-name</key>
				<string>Internal</string>
				<key>device-id</key>
				<data>
				kj4AAA==
				</data>
				<key>device_type</key>
				<string>Graphics Processor</string>
				<key>enable-hdmi20</key>
				<data>
				AQAAAA==
				</data>
				<key>framebuffer-con0-enable</key>
				<data>
				AQAAAA==
				</data>
				<key>framebuffer-con0-pipe</key>
				<data>
				EgAAAA==
				</data>
				<key>framebuffer-con1-busid</key>
				<data>
				BgAAAA==
				</data>
				<key>framebuffer-con1-enable</key>
				<data>
				AQAAAA==
				</data>
				<key>framebuffer-con1-pipe</key>
				<data>
				EgAAAA==
				</data>
				<key>framebuffer-con2-busid</key>
				<data>
				BAAAAA==
				</data>
				<key>framebuffer-con2-enable</key>
				<data>
				AQAAAA==
				</data>
				<key>framebuffer-con2-pipe</key>
				<data>
				EgAAAA==
				</data>
				<key>framebuffer-con2-type</key>
				<data>
				AAgAAA==
				</data>
				<key>framebuffer-patch-enable</key>
				<data>
				AQAAAA==
				</data>
				<key>framebuffer-unifiedmem</key>
				<data>
				AAAAgA==
				</data>
			</dict>
		</dict>

@mazagngy

Here you go mate give this a try.

I have patched clover igpu use and disabled your Nvidia card swell.

smbios changed to 18,1

you can use the details I generated just for you or create new ones.

try the EFI exactly as I have it and let me know how you get on?

Good Luck Buddy :thumbsup_anim:

 

 

Edited by AudioGod
  • Thanks 1
1 minute ago, AudioGod said:

@mazagngy

Here you go mate give this a try.

I have patched clover igpu use and disabled your Nvidia card swell.

smbios changed to 18,1

you can use the details I generated just for you or create new ones.

try the EFI exactly as I have it and let me know how you get on?

Good Luck Buddy :thumbsup_anim:

 

mazagngy hd630 EFI.zip

 

I can't explain my feeling in English because it is not my native language 

really love you man <3

I will try right now and tell you 

Just now, mazagngy said:

 

I can't explain my feeling in English because it is not my native language 

really love you man <3

I will try right now and tell you 

one moment I made a mistake just correcting it

  • Like 1
12 minutes ago, AudioGod said:

 

here you go,

mazagngy HD630 EFI.zip

 

test and report back

Good news is your efi boot without black screen 

Bad news the problem still 

i try also with imac 18.2 and 17.1 with no luck 

Anyway im really happy because you spend a lot of time to help me this for me better than solving my problem <3

2 minutes ago, AudioGod said:

Please just for me try disabling the Bluetooth WiFi combo card and see if the problem remains?.

just to test?

 

smbios 18,1 is correct for your setup don’t worry

 

how to disable it

3 minutes ago, mazagngy said:

 

how to disable it

In the bios under io ports, also you need to be using bios regions F7 for your motherboard with my dsdt. 
if your using any other version then flash it to F7

 

download from here

https://www.aorus.com/Z390-I-AORUS-PRO-WIFI-rev-10#pd_download

 

 Settings -> IO Ports -> Wifi -> Disabled

Edited by AudioGod
Just now, AudioGod said:

In the bios under io devices also you need to be using bios regions F7 for your motherboard with my dsdt. 
if your using any other version then flash it to F7

 

download from here

 

https://www.aorus.com/Z390-I-AORUS-PRO-WIFI-rev-10#pd_download

I'm using F11 bios 

so u need me to downgrade to F7 and disable wifi card and set bios like OP 

right ?

1 minute ago, mazagngy said:

I'm using F11 bios 

so u need me to downgrade to F7 and disable wifi card and set bios like OP 

right ?

Hold on you have a z390 pro WiFi correct?

 

sorry I’m going mad use F11 lol

yes F11 not F9 sorry

Edited by AudioGod
6 minutes ago, AudioGod said:

Sorry use F11

same issue :(

I need to make macOS feel I just have one gpu and make it don't see rtx 2070 totally like disable the pcix16 if this exist 

I don't know I searched everywhere

and you really did a lot to me 

I love Nvidia cards for gaming in window and like to use Mac for everything else 

anyway I will keep watching this fourm maybe someone will figure it soon 

thanks for everything 

2 minutes ago, mazagngy said:

same issue :(

I need to make macOS feel I just have one gpu and make it don't see rtx 2070 totally like disable the pcix16 if this exist 

I don't know I searched everywhere

and you really did a lot to me 

I love Nvidia cards for gaming in window and like to use Mac for everything else 

anyway I will keep watching this fourm maybe someone will figure it soon 

thanks for everything 


no problem buddy, at least you have a correctly setup EFI now.
 

ask MaLD0n, he will patch the ssdt for you using the Efi I made. Send it to him and explain what you need doing and he will patch it.

 

theres a link to him on my main guide under dsdt requests.

  • Thanks 1

@mazagngy

make sure you have the igpu set as the main gpu in the bios

it will be set like this if you haven’t changed it,

Settings -> IO Ports -> Internal Display Output -> PCIe 1 Slot

 

Change PCIe 1 slot to the igpu and try again and let me know? (That’s if your not doing that already)

4 hours ago, WizeMan said:


Time Machine is super slow :( I have a Lacie Rugged Thunderbolt and it took 3 freakin’ hours to restore last time on my MBP.

 

I’m really puzzled with your unlock issue (maybe more than I was with mine) so keep me posted :) 

My Time Machine simply stopped working in October. I have tried everything to get it to work again but it just doesn’t. I have no idea if it is Hack related, my new rig, or just Apple weirdness.

1 hour ago, AudioGod said:

@mazagngy

make sure you have the igpu set as the main gpu in the bios

it will be set like this if you haven’t changed it,

Settings -> IO Ports -> Internal Display Output -> PCIe 1 Slot

 

Change PCIe 1 slot to the igpu and try again and let me know? (That’s if your not doing that already)

I already did that from the beginning 

×
×
  • Create New...