Contribute
Register

<< Solved >> GUIDE: Legion y530 MOJAVE 10.14 installation

Status
Not open for further replies.
@rcc622 Thanks for the information...

Bluetooth (I'm looking for a USB adapter)
Currently, for me also not working. But, when I had previously installed Mojave(same steps followed), it was working automatically. Idk why.

Numeric Keyboard
I think, it will not work.

battery status
For that, install this kext in /L/E. (not in clover efi, only /l/e)
https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads/

Backlight (without bar control on settings display into system preferences)
I don't understand this. I mean, are you able to change brightness using System preferences>Display ???

USB 2.0 and 3.0 (3 ports working well)
How man? How did you got usb 3.0 working?
 
Last edited:
@rcc622 In pics you provided above,
what are these kexts for?

1. GenericUSBXHCI.kext (is that for usb 3.0?)
2. SATA-unsupported.kext
3. I see you didn't install usbinectall.kext, still how your usb is working?
 
@rcc622 Thanks for the information...


Currently, for me also not working. But, when I had previously installed Mojave(same steps followed), it was working automatically. Idk why.


I don't think, it will work.


For that, install this kext in /L/E. (not in clover efi, only /l/e)
https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads/


I don't understand this. I mean, are you able to change brightness using System preferences>Display ???


How man? How did you got usb 3.0 working?

Thanks for your quick answer, compare my kext installed with yours and see if we have some difference please.

I can't change brightness, but its known that you can be able to due a patch on a SSDT
I don't understand this. I mean, are you able to change brightness using System preferences>Display ???

I installed this kext too: GenericUSBXHCI.kext
How man? How did you got usb 3.0 working?
 
sata kext to be able to boot on your SSD or HDD
I installed usbinjectall kext (these two I installed on EFI > CLOVER > kext
did it wrong?
@rcc622 In pics you provided above,
what are these kexts for?

1. GenericUSBXHCI.kext (is that for usb 3.0?)
2. SATA-unsupported.kext
3. I see you didn't install usbinectall.kext, still how your usb is working?

Thanks for this
For that,
https://www.tonymacx86.com/threads/...ontrol-using-applebacklightfixup-kext.218222/

Install the kext mentioned and copy the SSDTpnlf file as the post suggests

And yes, trying that usb kext...
 
@rcc622 oops, sorry, i didn't see that.
I installed genericusbxhci, but still 3.0 not working.
Now, i will try to match my kexts with yours and tell you the status
 
@rcc622 oops, sorry, i didn't see that.
I installed genericusbxhci, but still 3.0 not working.
Now, i will try to match my kexts with yours and tell you the status
Remember to follow kext installation instructions by rehab man to remove and install correctly your kext

There are various kext installers: Kext Beast, Kext Wizard, Kext Utility. I don't recommend any of them.

Note that once you install a kext with incorrect permissions or wrong location, you must remove it first:
Code:
sudo rm -Rf /Library/Extensions/KextToInstall.kext

Code:
sudo rm -Rf /System/Library/Extensions/KextToInstall.kext

It is easy to install kexts with Terminal:
Code:
sudo cp -R KextToInstall.kext /Library/Extensions


Or with older OS X (10.10.x and prior):
Code:
sudo cp -R KextToInstall.kext /System/Library/Extensions

And to rebuild cache:
Code:
sudo kextcache -i /

Or with older OS X:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
@rcc622
Thank you so much man! You are very helpful...
I just got usb 3.0 working.

Nice.
 
@rcc622
Thank you so much man! You are very helpful...
I just got usb 3.0 working.

Nice.
Im trying to fix audio.

Have you patched any SSDT? and if the answer is yes, which ones?
 
Im trying to fix audio.

Have you patched any SSDT? and if the answer is yes, which ones?
I will try later.
I am busy for about next 12 to 13 hours.
As soon as i get any info i will post it here quickly.
 
Status
Not open for further replies.
Back
Top