Contribute
Register

Please HELP, Post Installation on AsusPro P3540fa

Status
Not open for further replies.
Joined
Mar 22, 2020
Messages
15
Motherboard
ASUS P3540FA
CPU
I5-8265U
Graphics
Intel UHD 620
Mac
  1. MacBook
Classic Mac
  1. Apple
Mobile Phone
  1. iOS
hello everyone,
I hope you have a good health.

I need help please.
I Installed, with sucess Catalina on my Laptop. My Graphic Cards Is OK.
But I Can't use my touchpad, Sound, Brightness et Battery Pourcentage.
My Touchpad is an Elan 1200.
Someone can help me please?

Have a nice day.
:)
 

Attachments

  • EFI.zip
    6 MB · Views: 65
hello everyone,
I hope you have a good health.

I need help please.
I Installed, with sucess Catalina on my Laptop. My Graphic Cards Is OK.
But I Can't use my touchpad, Sound, Brightness et Battery Pourcentage.
My Touchpad is an Elan 1200.
Someone can help me please?

Have a nice day.
:)
config.plist:
enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

MacBookPro15,2 may be a better choice

in terminal:
Code:
sudo kextcache -i /

and copy and paste the results here
 
I'm so sorry it's the bad EFI.
This is the good. :)
With this, Battery average work.
Now, i just want sound and touchpad :)

Thanks you very much
 

Attachments

  • EFI.zip
    5.9 MB · Views: 65
I'm so sorry it's the bad EFI.
This is the good. :)
With this, Battery average work.
Now, i just want sound and touchpad :)

Thanks you very much
this:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>Detect</string>
            <key>ResetHDA</key>
            <true/>
        </dict>

should be

Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
            <key>ResetHDA</key>
            <true/>
        </dict>

this:
Code:
<dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>

should be:
Code:
<dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
you still haven't copy and pasted the results of:
Code:
sudo kextcache -i /

and you may also want to try various layout ID's as per:
 
Thanks you. My Config.plist is OK.
How can i Try Various Layout ID. Where do i need to enter this? I think the good layout ID is 3. I Read this in a topic for my Sound Card.
 

Attachments

  • IMG_7861.JPG
    IMG_7861.JPG
    4 MB · Views: 46
Thanks you. My Config.plist is OK.
How can i Try Various Layout ID. Where do i need to enter this? I think the good layout ID is 3. I Read this in a topic for my Sound Card.
you can delete those kexts from /Library/Extensions and just have them in clover/kexts/other

also you can use hackintool under audio section to choose from different layout ID's, there should be a drop down option, then you can export that patch to your config.plist

have a read up here as well:

 
Status
Not open for further replies.
Back
Top