Open jtchen0528 opened 4 years ago
@jack34672 Did you ever get your Hackintosh working? I am on a UX433F with Whiskey Lake
@TheNewJavaman I did get it working, but type-c, audio, hdmi port are not working. I can only access ethernet through usb ports.
Thank you for the response! One other concern: did you get the default Intel WiFi card to work? I've been looking at itlwm
No I did not. If you get UX433F done can you share your EFI to me thanks!
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
Thanks a lot man!
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.
Oh, also: I had to remap alt/option to option/alt in the macOS preferences/keyboard/modifier keys settings pane
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!
Yeah no problem! I'm still working on camera, which I need for school, but I'm really happy that yours works too!
@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!
@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.
Thanks again man! That's exactly the problem. No wonder the sound is good when I boot from linux and failed from windows.
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?
@Suzamax not yet. It's turning out to be quite difficult. None of the kexts I've tried have been working.
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.
@Suzamax Would you mind dropping your UVC webcam specs? (vendor, id, etc)
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*****
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.
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