Contribute
Register

Asus UX310UA (Skylake) doubts

Status
Not open for further replies.
When i try to save this code:
Code:
<dict>
   <key>Comment</key>
   <string>AirPortBrcm4360 - fcvo</string>
   <key>Disabled</key>
   <false/>
   <key>Find</key>
   <data>gflSqgAAdSk=</data>
   <key>Name</key>
   <string>AirPortBrcm4360</string>
   <key>Replace</key>
   <data>gflSqgAAZpA=</data>
</dict>
in config.plist it says "Encountered unexpected element at line xx (plist can only include one object)

Thanks
 
When i try to save this code:
Code:
<dict>
   <key>Comment</key>
   <string>AirPortBrcm4360 - fcvo</string>
   <key>Disabled</key>
   <false/>
   <key>Find</key>
   <data>gflSqgAAdSk=</data>
   <key>Name</key>
   <string>AirPortBrcm4360</string>
   <key>Replace</key>
   <data>gflSqgAAZpA=</data>
</dict>
in config.plist it says "Encountered unexpected element at line xx (plist can only include one object)

Thanks

Use a plist editor such as Xcode or PlistEdit Pro. Edits such as this must be done at the correct location and must conform to xml/plist syntax. You probably don't understand xml/plist syntax well enough to do the edit manually...
 
Use a plist editor such as Xcode or PlistEdit Pro. Edits such as this must be done at the correct location and must conform to xml/plist syntax. You probably don't understand xml/plist syntax well enough to do the edit manually...
I'm doing it with PlistEdit Pro

Thanks
 
I'm doing it with PlistEdit Pro

Thanks

Then you're doing it wrong. You should not be editing raw text unless you know what you're doing...

The link I provided gives you this information:
The patch was created by the-darkvoid.

eg. in KextsToPatch:
Comment: AirPortBrcm4360 - fcvo, 10.12.x (credit the-darkvoid)
MatchOS: 10.12.x
Name: AirPortBrcm4360
Find: <81f952aa 00007529>
Replace: <81f952aa 00006690>

The Comment/MatchOS/Name/Find/Replace data is all you need to make the required entry in KextsToPatch. There is no need to seek out any XML equivalent, as the plist editor will create the XML for you.
 
Then you're doing it wrong. You should not be editing raw text unless you know what you're doing...

The link I provided gives you this information:


The Comment/MatchOS/Name/Find/Replace data is all you need to make the required entry in KextsToPatch. There is no need to seek out any XML equivalent, as the plist editor will create the XML for you.
Now it works! Thanks

I installed the kext for the battery but it shows 0% why?
 
Unfortunately i cannot find the build for my laptop, i have to build by myself?

Thanks

ps: i've installed the voodoo controller keyboard works but trackpad dont...

Most ASUS laptops can use one of the two existing ASUS patches (look at the long list of compatible laptops in the comments).
Try the N55SL/VivoBook patch first.

PS. Your trackpad is likely ELAN. You should search for appropriate PS2 kexts for ELAN.
 
Most ASUS laptops can use one of the two existing ASUS patches (look at the long list of compatible laptops in the comments).
Try the N55SL/VivoBook patch first.

PS. Your trackpad is likely ELAN. You should search for appropriate PS2 kexts for ELAN.
To remove wrong kexts can i just deleted from S/L/E or they need an unistall process?

Thanks

ps: when i'm trying to compile the DSDT.aml it gives me syntax errors, even with the stock one. (you can check from the attach that i posted before).

Thanks
 
Last edited:
Status
Not open for further replies.
Back
Top