Contribute
Register

Mojave on Asus k501ub-dm008t?

Status
Not open for further replies.
from my other post there is a link to the AppleALC wiki, look for your audio codec and change if needed

<key>PciRoot(0)/Pci(0x1f,3)</key>
<dict>
<key>#PinConfigurations</key>
<data>
</data>
<key>hda-gfx</key>
<string>onboard-1</string>
<key>layout-id</key>
<integer>3</integer> <--this number to change
<key>no-controller-patch</key>
<integer>1</integer>
</dict>
perfect, I was able to resolve set 28 and adding AppleHDA.kext. Now I will find the way to make the trackpad work, audio in hdmi mode, the brightness of the screen and (I know it's difficult if not impossible with external devices) I will try to make the wifi work. You have already done more than enough and I thank you, but if you still want to help a noob you are welcome :p
 
Last edited:
perfect, I was able to resolve set 28 and adding AppleHDA.kext. Now I will find the way to make the trackpad work, the brightness of the screen and (I know it's difficult if not impossible with external devices) I will try to make the wifi work. You have already done more than enough and I thank you, but if you still want to help a noob you are welcome :p
AppleHDA is a system kext, you shouldn't need to have add that anywhere

what make and model wifi do you have?
 
AppleHDA is a system kext, you shouldn't need to have add that anywhere

what make and model wifi do you have?
How can I trace this information? Is the dsdt.aml obtained from DPCIManager any help?
 
How can I trace this information? Is the dsdt.aml obtained from DPCIManager any help?
windows -> device manager will tell you your hardware

or use the hackintool which may tell you under pci devices:
 
windows -> device manager will tell you your hardware

or use the hackintool which may tell you under pci devices:
In Windows device management, I understand I have 'Intel (R) Dual Band Wireless-AC 7265'
 
In Windows device management, I understand I have 'Intel (R) Dual Band Wireless-AC 7265'
ahh, Intel wifi is not supported on macs, you will have to swap out the hardware with compatible wifi:
 
ahh, Intel wifi is not supported on macs, you will have to swap out the hardware with compatible wifi:
Ah, what a shame ... Not bad, when I use Mojave I will use the laptop as a desktop PC. Now I need to find out how to make the touchpad work, the vid hdmi audio, the brightness of the screen.
 
Ah, what a shame ... Not bad, when I use Mojave I will use the laptop as a desktop PC. Now I need to find out how to make the touchpad work, the vid hdmi audio, the brightness of the screen.
trackpad is most likely I2C

you will need to learn DSDT patching so best check this out first:

brightness is a little easier:

hdmi audio, you may need FakePCIID_Intel_HDMI_Audio.kext
 
trackpad is most likely I2C

you will need to learn DSDT patching so best check this out first:

brightness is a little easier:

hdmi audio, you may need FakePCIID_Intel_HDMI_Audio.kext
Ok, then, the brightness of the screen is fixed, it was very simple, the audio via hdmi is giving me problems, inserting the files FakePCIID.kext and FakePCIID_Intel_HDMI_Audio.kext when the computer restarts the audio does not work via hdmi and does not work that of the pc. While for the trackpad things are much more complicated, I spent more or less 1 hour reading both the dsdt / sddt patching and reading the instructions for the correct implementation of the trackpad but it goes beyond my linguistic and computer skills. If there isn't an easier way to make the trackpad work I think I will rely on the good old mouse. That said, I never imagined it would be so complicated to create a hackintosh. :crazy:
 
Can anyone help me compile the dsdt file to make the battery percentage and the touchpad work?
 
Status
Not open for further replies.
Back
Top