hieplpvip / Asus-Zenbook-Hackintosh

Run macOS on Asus Zenbook with OpenCore
199 stars 44 forks source link

Problem with Zenbook 14 UX433FN #75

Open jtchen0528 opened 4 years ago

jtchen0528 commented 4 years ago

Hi,

I've tried to install Catalina on my UX433FN, however there are still problems on type-c, HDMI, Audio and NullEthernet. Have anyone succeeded installing hackintosh on UX433FN? This is my EFI. btw thanks hieplpvip for his work on Zenbooks!

Thanks

TheNewJavaman commented 3 years ago

@jack34672 Did you ever get your Hackintosh working? I am on a UX433F with Whiskey Lake

jtchen0528 commented 3 years ago

@TheNewJavaman I did get it working, but type-c, audio, hdmi port are not working. I can only access ethernet through usb ports.

TheNewJavaman commented 3 years ago

Thank you for the response! One other concern: did you get the default Intel WiFi card to work? I've been looking at itlwm

jtchen0528 commented 3 years ago

No I did not. If you get UX433F done can you share your EFI to me thanks!

TheNewJavaman commented 3 years ago

Can confirm that AirportItlwm.kext allows native WiFi config and usability with the generic Intel chipset :)

Will upload EFI after I figure out keyboard issues

jtchen0528 commented 3 years ago

Thanks a lot man!

TheNewJavaman commented 3 years ago

I uploaded my EFI files here. I fixed Intel WiFi and default audio. Still working on display brightness, keyboard lighting, type-c, and hdmi. Please note that the included kexts are all debug versions. I will update them to release versions once I've fixed all the bugs.

TheNewJavaman commented 3 years ago

Oh, also: I had to remap alt/option to option/alt in the macOS preferences/keyboard/modifier keys settings pane

jtchen0528 commented 3 years ago

Hey @TheNewJavaman I've tried your EFI and everything works perfectly except HDMI and keyboard lighting! Huge thanks!! Type-c port and display brightness works fine on my UX433FN. Thanks again!

TheNewJavaman commented 3 years ago

Yeah no problem! I'm still working on camera, which I need for school, but I'm really happy that yours works too!

jtchen0528 commented 3 years ago

@TheNewJavaman I have a question. My audio usually does not work (only works sometime). I installed VoodooHDA (simply download it then kextload) and the controls pops out but there's still no sound. How did you solve the audio problem? Thanks for your time!

TheNewJavaman commented 3 years ago

@jack34672 For me, the issue was dual booting with Windows. My Windows update Realtek drivers disabled macOS from initializing audio support with Apple alc. I have no idea why. To fix this issue, I opened device manager and "uninstalled device" for realtek sound controller.

jtchen0528 commented 3 years ago

Thanks again man! That's exactly the problem. No wonder the sound is good when I boot from linux and failed from windows.

Suzamax commented 3 years ago

Yeah no problem! I'm still working on camera, which I need for school, but I'm really happy that yours works too!

Hey, have you fixed the Camera issue?

TheNewJavaman commented 3 years ago

@Suzamax not yet. It's turning out to be quite difficult. None of the kexts I've tried have been working.

Suzamax commented 3 years ago

I have an AzureWave too. The only way I have to make the camera work is using a QEMU VM inside the Hackintosh and doing USB Passthrough.

I’m currently investigating this problem, I hope we’ll fix it :-)

Cheers!

El 23 nov 2020, a las 16:39, Gabriel Pizarro notifications@github.com escribió:

@Suzamax https://github.com/Suzamax not yet. It's turning out to be quite difficult. None of the kexts I've tried have been working.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hieplpvip/Asus-Zenbook-Hackintosh/issues/75#issuecomment-732239522, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO4ZZISP2F6FG677PTWGDDSRJ64NANCNFSM4OYEQAJA.

TheNewJavaman commented 3 years ago

@Suzamax Would you mind dropping your UVC webcam specs? (vendor, id, etc)

Suzamax commented 3 years ago

Yes! Sorry for being late.

Here's my webcam. The manufacturer is AzureWave.

USB2.0 HD UVC WebCam:

N.º de modelo: UVC Camera VendorID_5075 ProductID_22237 Identificador único: 0x14400000*****

Suzamax commented 3 years ago

Also: USB passthrough to a VMware Fusion .vmx VM with the PID and VID of the camera works!

Add this line onto the bottom of the .vmx: usb.autoConnect.device0 = "vid:CHANGEME pid:CHANGEME autoclean:0"

Replace with your camera's Vendor ID and Product ID in hexadecimal.