Qonfused / ASUS-ZenBook-Duo-14-UX481-Hackintosh

OpenCore configuration for the ASUS ZenBook Duo 14" (UX481FA/FL)
https://github.com/Qonfused/ASUS-ZenBook-Duo-14-UX481-Hackintosh
BSD 3-Clause "New" or "Revised" License
29 stars 1 forks source link

Fix Internal USB Mapping #9

Closed Qonfused closed 1 year ago

Qonfused commented 1 year ago

The original repo's usb mapping is not compatible with the UX481FLY motherboard. This can additionally interrupt functionality of devices like bluetooth (in this case using usb 1.1) and the internal webcam (using usb 2.0).

Breakdown of UX481FLY usb mapping Internal ports: Port | Type | Personality | Device --- | --- | --- | --- Port 5 | USB 2.0 | Internal USB 2.0 | USB2.0 HD IR UVC WebCam Port 10 | USB 2.0 | Internal USB 1.1 | Intel(R) Wireless Bluetooth(R) USB 3 ports: Port | Type | Personality | Connected to? --- | --- | --- | --- Port 1 | USB 2.0 | USB 3 Type A | (Companion to 13) Port 2 | USB 2.0 | USB 3 Type A | (Companion to 14) Port 13 | USB 3.0 | USB 3 Type A | (Companion to 1) Port 14 | USB 3.0 | USB 3 Type A | (Companion to 2) USB C ports: Port | Type | Personality | Connected to? --- | --- | --- | --- Port 6 | USB 2.0 | Type C - with switch | (Companion to 15) Port 15 | USB 3.0 | Type C - with switch | (Companion to 6) Port 16 | USB 3.0 | Type C - with switch | (Companion to 6)

Replacing previous USB mapping kexts with new ones using USBToolbox on windows should resolve some missing/buggy behaviors.

Qonfused commented 1 year ago

This was resolved with commit 7a03f240 in the #update-openc-re-config branch.

Qonfused commented 1 year ago

Internal USB devices (camera and microphone) do not work, which may potentially indicate a USB mapping issue.

Qonfused commented 1 year ago

USB touchscreen for the stylus (Pen and multitouch sensor) is not mapped but is to be resolved in a separate issue.