Contribute
Register

Acer Nitro 5 AN515-53

Status
Not open for further replies.
I just changed touchpad advanced to simple in bios and it worked. however its working only if I select boot with injected kexts in clover menu . if I boot normally it sticks on black screen
ok
 
Use this tool and upload your problem reporting files:
attached : can you let me know any problems?
 

Attachments

  • debug_2111.zip
    5.3 MB · Views: 228
attached : can you let me know any problems?
config.plist:
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <true/>
    </dict>

should be:

Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>

all kexts you need should be installed to /Library/Extensions

How and where to install kexts:
 
config.plist:
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <true/>
    </dict>

should be:

Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>

all kexts you need should be installed to /Library/Extensions

How and where to install kexts:
if i use
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>


in place of
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <true/>
    </dict>


it stucks at a black screen
 
if i use
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>


in place of
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <true/>
    </dict>


it stucks at a black screen
then boot verbose to see the issue
 
then boot verbose to see the issue


yes initiall i used to do that only then i removed -v flag and detect to true. because it was stuck at black screen if i boot normally so i injected 3rd party kexts and problem resolved...nay issues if i contiue with current setup?
 
Hello reeker. Did you get your onboard wi-fi to work?
 
Anyone know how I can get my native wi-fi to work and sleep mode?
 
Anyone know how I can get my native wi-fi to work and sleep mode?
No wifi didnt work but i was able to connect to any wifi... By this method...


First i will connect my phone to wifi

And then i will usb tether it to mac
 
Anyone know how I can get my native wi-fi to work and sleep mode?
I belive u can buy a separate wifi and plug it in. Coz intel wifi has no support in hackintosh
 
Status
Not open for further replies.
Back
Top