Giter Site home page Giter Site logo

Comments (33)

baobaoit avatar baobaoit commented on June 16, 2024 1

Here is your DSDT that I had patched - except Disabling discrete graphics card. You need to put this file in your /EFI/CLOVER/ACPI/patched/ then shutdown and turn on again.
DSDT.zip

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024 1

I forgotten to told with you about these thing in the last commented. That is you should use Terminal for copy those kexts - not using your Command (Alt) + C then Command + V to your LE or using Right click then Copy and Paste. These lines is for copy kext(s) to your LE.
sudo cp -R <you can drag your kext(s) to Terminal> /Library/Extensions
Or you can read this article: https://www.tonymacx86.com/threads/268964/

from asus-rog-gl552vw-hackintosh.

Kl4tch avatar Kl4tch commented on June 16, 2024 1

image
Thanks, man. Works great with your DSDT.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024 1

origin.zip

Here they are, thanks for your help!

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024 1

This is for you @Fabio24Silva - like another, I didn't patch Disabling discrete graphics card.

DSDT.zip

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024 1

Man i really appreciate your help, it's now working! Thanks man!!
Just one more question, I will now install kexts on /Library/Extensions, should I leave them too on Clover or I delete them from clover and install them all on /Library/Extensions ?

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024 1

Man, I just changed the keys for birghtness and it works so no big deal. Thanks man for all your help, my hackintosh is working pretty well!

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Did you use I2C and I2CELAN?
Did you patched your dsdt?
If you use the dsdt of this repo, then you need to setup your bios like the requirements in Wiki page.

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

And you need these patches in config - kext to patch

<dict>
				<key>Comment</key>
				<string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
				<key>Name</key>
				<string>com.apple.driver.AppleIntelLpssI2C</string>
				<key>Find</key>
				<data>SU9LaXQ=</data>
				<key>Replace</key>
				<data>SU9LaXM=</data>
				<key>InfoPlistPatch</key>
				<true/>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
				<key>Name</key>
				<string>com.apple.driver.AppleIntelLpssI2CController</string>
				<key>Find</key>
				<data>SU9LaXQ=</data>
				<key>Replace</key>
				<data>SU9LaXM=</data>
				<key>InfoPlistPatch</key>
				<true/>
			</dict>

from asus-rog-gl552vw-hackintosh.

Kl4tch avatar Kl4tch commented on June 16, 2024

And you need these patches in config - kext to patch

<dict>
				<key>Comment</key>
				<string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
				<key>Name</key>
				<string>com.apple.driver.AppleIntelLpssI2C</string>
				<key>Find</key>
				<data>SU9LaXQ=</data>
				<key>Replace</key>
				<data>SU9LaXM=</data>
				<key>InfoPlistPatch</key>
				<true/>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
				<key>Name</key>
				<string>com.apple.driver.AppleIntelLpssI2CController</string>
				<key>Find</key>
				<data>SU9LaXQ=</data>
				<key>Replace</key>
				<data>SU9LaXM=</data>
				<key>InfoPlistPatch</key>
				<true/>
			</dict>

Thanks for fast reply and helping

All folder CLOVER I use from this rep, without any changes. I add your patches but it still doesn't work (panic still, again with VoodooGPIO.kext ). What should I do?

BIOS is seted as in rep.

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Did you use branch mojave? I think you should re-extract your dsdt then you patch it by yourself.

from asus-rog-gl552vw-hackintosh.

Kl4tch avatar Kl4tch commented on June 16, 2024

I use mojave branch.
Thanks for helping. Yes, you was right, patches in config (kext to patch) helped me and system boot successful, but touchpad doesn't work still. I used your guide to rbc33 (LE folders + 3 commands) but still it doesn't work.
I get clean DSDT, but it have some errors:
image
Can you help me with this?

So, now I have all folder CLOVER from this rep + 2 your kexts patches. Only touchpad and Mic doesn't work (I saw separate guide with Mic, but Touchpad is must have now, I try run it 2 days).
These files I get from CLOVER:
origin.zip

from asus-rog-gl552vw-hackintosh.

rbc33 avatar rbc33 commented on June 16, 2024

Try to use the clover folder with the dsdt that @baobaoit patched for me? And don't forget to change the dvmt at bios, then install all the kext

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Hi guys, I'm with the same problem as Author, I'm quite new on this, and finally were able to install macOS, my problem is that I didn't understand what the author did to boot with the VoodooI2C.kext even before he installed the DSDT from @baobaoit. I only have my clover on EFI folder just like this repo, nothing more, still don't get what I need to do to patch some kext and from the link @baobaoit shared it looks like the kexts should be in /Library/Extensions but what kexts? Every kext from this repo should be there? And on clover it should be empty? I know maybe some of those question are a bit stupid but I would appreciate some help. Thanks in advance!

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

All the kexts that necessary for you. For me is all kexts except kexts of Brcm because I didn’t have replacement wifi card.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

I have all the kexts on clover, but right now I can only boot if I remove VoodooI2C.kext from Clover, what should I do to correct this? Should I add some patch that is not on this repo? If so, how can I add the patch? Via clover? Sorry for making so many question, it's my first time doing this.

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Try this in Kext and kernel patch > KextToPatch #7 (comment)

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

captura de ecra 2019-03-05 as 01 14 24

Well, I think I've patched it as it should be, I patched the file config.plist on editor, added again VoodooI2C.kext but I get the error again, I even added your DSDT to ACPI/patched on clover but it doesn't boot, any idea?

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

I think you should try to delete the DSDT in ACPI/patched. If it can boot, you can post your origin ACPI for me, I will patch it on my free time.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Well it is now booting but deleting DSDT was not enough, I had to delete every file on ACPI/patched to get it too boot

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Ok so when you boot to clover-manager-boot-screen. Press the F4 button. Then boot to your mac. And upload your origin via drag it to the comment-text-box.

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Nice to hear your good news.

First, you need to read again my comment above here #7 (comment)

The finally, you should install kexts on /Library/Extensions, all your kexts but except kexts about Brmc, if you don’t replacement your wifi card. Then you can leave those kexts on Clover, do not need to delete them.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Yes I've done it already, mouse is working but two buttons or right click option don't do anything, scroll and left button work well, is it supposed to be like this? And keyboard light is working well but I can't control luminosity with the fn option, is it normal too?

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

About the mouse, you can try any settings on settings > trackpad.
I still can control the keyboard backlight with the fn like Windows. It has 4-levels about backlight.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Yeah i've got the mouse working now, one strange thing that is not such a big deal is that I can't select files with the touchpad like I left click but the mouse freezes, and yes the keyboard works well with me too. I was talking about the fn + brightness +/- on the screen. That one isn't working with me

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

Great to hear. But I think that I can’t help you the other problems. With me, it’s working flawlessly. You can try to shut down and turn on again. And about the screen brightness you need to put back the SSDT to the patched folder. Then check the config.plist is have it on ordered list at the bottom right. You click + and filled those name. There are 2 SSDT on this repo.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Well I have the mouse working fine now, but the brightness keeps not working, I've the 2 SSDT working on the clover, can you please explain me how config.plist should be for this to work?
My patches:
captura de ecra 2019-03-05 as 12 27 13
captura de ecra 2019-03-05 as 12 27 29

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

You can send me your CLOVER folder. I will check it for you.

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

CLOVER.zip
I would really appreciate, thanks!

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

CLOVER.zip
Here you are!

from asus-rog-gl552vw-hackintosh.

Fabio24Silva avatar Fabio24Silva commented on June 16, 2024

Thanks man, but I tried it right now and it is still with the same problem, all the keys work well even keyboard backlight but screen brightness doesn't work

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

You can go to the Tonymacx86 forum. I don’t know what to help you now. I had did all I knew.

from asus-rog-gl552vw-hackintosh.

baobaoit avatar baobaoit commented on June 16, 2024

You are welcome!

from asus-rog-gl552vw-hackintosh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.