Contribute
Register

[Guide] Razer Blade 2017

Status
Not open for further replies.
I still can't get the TrackPad or Battery to work, so not really a lot of use posting my DSDT's just yet :p
 
OK, I'm at my wits end now. This is not the first Hackingtosh laptop I've done, but this is putting up a real challenge. I still cannot get the TrackPad or Battery to work. Battery, I've followed the guide, but still have the 0% issue. TrackPad, I've made all the patches, tried lots of different VoodoIC2 kexts, but I always get the

VoodooI2CHID.kext - dependency 'com.alexandred.VoodooI2C' not found.

Issue.... :( Could anyone with more know-how than me check my Clover folder attached to see if I'm been a complete noob again?

TIA.
 

Attachments

  • CLOVER.zip
    1.8 MB · Views: 224
OK, I'm at my wits end now. This is not the first Hackingtosh laptop I've done, but this is putting up a real challenge. I still cannot get the TrackPad or Battery to work. Battery, I've followed the guide, but still have the 0% issue. TrackPad, I've made all the patches, tried lots of different VoodoIC2 kexts, but I always get the

VoodooI2CHID.kext - dependency 'com.alexandred.VoodooI2C' not found.

Issue.... :( Could anyone with more know-how than me check my Clover folder attached to see if I'm been a complete noob again?

TIA.

"Problem Reporting" files are incomplete.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the gen_debug.sh tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
Yup, my bad.

Attached is the output from the gen_debug script.

TIA
 

Attachments

  • debug_20645.zip
    2.3 MB · Views: 174
Last edited:
Your kextcache output proves kexts are not installed correctly.
All kexts you need must be installed to the system volume.
Read post #2 of the Clover guide for details:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

I didn't check anything else.

Hey RehabMan,

Thanks. I was trying to load them manually via terminal using:

sudo kextutil -v VoodooI2C.kext
sudo kextutil -v VoodooI2CHID.kext

(after changing the permissions). I'll try again though, after starting the Post Install process again :)
 
Hey RehabMan,

Thanks. I was trying to load them manually via terminal using:

sudo kextutil -v VoodooI2C.kext
sudo kextutil -v VoodooI2CHID.kext

(after changing the permissions). I'll try again though, after starting the Post Install process again :)
Correct command would be:
Code:
sudo kextutil -d VoodooI2C.kext VoodooI2CHID.kext

Why aren't you installing the kext, but manually loading instead?
 
Properly losing the will to live with this laptop now lol.

Started from scratch, got the backlight working, then failed at the Battery patch finally at the trackpad. Followed the instructions here : https://www.tonymacx86.com/threads/voodooi2c-help-and-support.243378 for IC2, but still no joy. :(

Attached files for someone with more knowhow than me to laugh at... :)
 

Attachments

  • debug_14538.zip
    2 MB · Views: 179
Properly losing the will to live with this laptop now lol.

Started from scratch, got the backlight working, then failed at the Battery patch finally at the trackpad. Followed the instructions here : https://www.tonymacx86.com/threads/voodooi2c-help-and-support.243378 for IC2, but still no joy. :(

Attached files for someone with more knowhow than me to laugh at... :)

For battery status, read here:
https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/
 
Properly losing the will to live with this laptop now lol.

Started from scratch, got the backlight working, then failed at the Battery patch finally at the trackpad. Followed the instructions here : https://www.tonymacx86.com/threads/voodooi2c-help-and-support.243378 for IC2, but still no joy. :(

Attached files for someone with more knowhow than me to laugh at... :)
You did not patch _CRS method under TPD0 as necessary.
You should replace its content with:
Code:
Return (ConcatenateResTemplate (SBFB, SBFG))
 
Status
Not open for further replies.
Back
Top