Contribute
Register

Asus Zenbook 13 UX 333 F (Whiskey Lake) Compatibility!

Status
Not open for further replies.
i using ux433fn and i have problem when install =(( can you share your final clover plss !!

PS: thankss =)) i pick your efi in older post
 
Last edited:
i use your efi clover on my zenbook ux433 and i have some problem
Sound is not work although i can adjustable volume, trackpad is not work, led is away on and i cant turn it off =(( plss help me.
 
Everything is perfect but only mic working after i delete voodooHDA. sound is still not working =((
 
Last edited:
sorry hihi but it work perfect thankiuuu
 
fix permissions
for led use F6 and F7
Can you tell more details, what is changed?
 
Clover + OpenCore
Thanks, now almost everything is working on my UX333FN.

- HDMI still doesn't work, always reboot when I plug my monitor. I tried to do the framebuffer whatevergreen patch but I found the guides very difficult and I failed.
- The wi-fi kext you linked causes reboot too :(
 
Thanks, now almost everything is working on my UX333FN.

- HDMI still doesn't work, always reboot when I plug my monitor. I tried to do the framebuffer whatevergreen patch but I found the guides very difficult and I failed.
- The wi-fi kext you linked causes reboot too :(

If you are using opencore try my device property for UHD620 for gpu:

Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>
AADAhw==
</data>
<key>device-id</key>
<data>
wIcAAA==
</data>
<key>enable-hdmi20</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-type</key>
<data>
AAgAAA==
</data>
</dict>


Remember that's for UHD620.

Also if you want Intel Wifi try compiling the kext yourself. link: https://github.com/zxystd/itlwm
 
If you are using opencore try my device property for UHD620 for gpu:

Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>
AADAhw==
</data>
<key>device-id</key>
<data>
wIcAAA==
</data>
<key>enable-hdmi20</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-type</key>
<data>
AAgAAA==
</data>
</dict>


Remember that's for UHD620.

Also if you want Intel Wifi try compiling the kext yourself. link: https://github.com/zxystd/itlwm
Why they didn't upload compiled kext? I don't want load Xcode to compile kext (8gb diskspace needed)
 
Status
Not open for further replies.
Back
Top