Contribute
Register

Asus Vivobook Pro x580gd

Status
Not open for further replies.
Joined
Apr 12, 2020
Messages
24
Motherboard
Asus Vivobook Pro x580gd
CPU
i7-8750H
Graphics
UHD 630
Mobile Phone
  1. Android
@Feartech

hi my friend

I have a problem, can you help me?
My notebook does almost everything right
But there is a problem that has confused me
There is nothing wrong with turning off the system several times during the day
But the first time I turn it on, it always freezes after twenty seconds
I need to boot with the usb bootloader and re-enter the system

Thank you
 
@Feartech

hi my friend

I have a problem, can you help me?
My notebook does almost everything right
But there is a problem that has confused me
There is nothing wrong with turning off the system several times during the day
But the first time I turn it on, it always freezes after twenty seconds
I need to boot with the usb bootloader and re-enter the system

Thank you
i have given you your own thread

freezes can't be a nightmare to try and solve

whether it is hardware or software

try installing windows and see how you get on and see if it freezes
 
i have given you your own thread

freezes can't be a nightmare to try and solve

whether it is hardware or software

try installing windows and see how you get on and see if it freezes
No. I have no problem with Windows
I have two systems on two separate hard drives at the same time

Mac in ssd
windows in NVME ssd
 
i have given you your own thread

freezes can't be a nightmare to try and solve

whether it is hardware or software

try installing windows and see how you get on and see if it freezes
Can you find the problem from the debug file?
 
I have another question
Is this normal inside the photo?
 

Attachments

  • Screen Shot 2020-05-21 at 3.04.18 PM.png
    Screen Shot 2020-05-21 at 3.04.18 PM.png
    431.6 KB · Views: 51
Thank you
AsusNBFnKeys.kext has been replaced with AsusSMC.kext

may be worth removing your 3rd party kexts from /Library/Extensions and just have them all in clover/kexts/other

then run hackintool and make sure your kexts are up to date

not sure if you need to have:
FixMutex
FixRegions
FixSBUS
enabled

you probably only need:
FixTMR
FixRTC
FixIPIC
FixHPET
enabled

you can also remove:
Code:
<key>PluginType</key>
            <string>1</string>
            <key>UnderVoltStep</key>
            <string>0</string>

shouldn't be injecting Intel:
Code:
<key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
with latest version of VoodooI2C, you no longer need to have this:
Code:
<dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelLpssI2CController</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelLpssI2C</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2C</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2CController</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>

also MacBookPro15,2 may be a better choice
 
AsusNBFnKeys.kext has been replaced with AsusSMC.kext

may be worth removing your 3rd party kexts from /Library/Extensions and just have them all in clover/kexts/other

then run hackintool and make sure your kexts are up to date

not sure if you need to have:
FixMutex
FixRegions
FixSBUS
enabled

you probably only need:
FixTMR
FixRTC
FixIPIC
FixHPET
enabled

you can also remove:
Code:
<key>PluginType</key>
            <string>1</string>
            <key>UnderVoltStep</key>
            <string>0</string>

shouldn't be injecting Intel:
Code:
<key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
with latest version of VoodooI2C, you no longer need to have this:
Code:
<dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelLpssI2CController</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelLpssI2C</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2C</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SU9LaXQ=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2CController</string>
                <key>Replace</key>
                <data>
                SU9LaXM=
                </data>
            </dict>

also MacBookPro15,2 may be a better choice
Thank you for your help my friend
Do you have any tips for screenshots?
In the case of Voodoo, when I update, the trackpad fails
 
Do you have any tips for screenshots?
jpg are fine, and make sure they are clear to be able to read, make sure they are the right way round
 
Status
Not open for further replies.
Back
Top