Contribute
Register

[Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch (10.11)

Status
Not open for further replies.
Hopefully I have all the files this time!!

GenericUSBXHCI.kext is not installed correctly, or wrong version installed.
Note strange output from kextcache.
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext GenericUSBXHCI.cckext.kext
The ioreg shows no GenericUSBXHCI.kext connected to your NEC/Renasas XHCI controller.

See guide for correct version of GenericUSBXHCI.kext:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
GenericUSBXHCI.kext is not installed correctly, or wrong version installed.
Note strange output from kextcache.
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext GenericUSBXHCI.cckext.kext
The ioreg shows no GenericUSBXHCI.kext connected to your NEC/Renasas XHCI controller.

See guide for correct version of GenericUSBXHCI.kext:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Downloaded your version 2015-1215
copied it to clover/kerts/other
rebooted
no usb on usb3 ports....
used kextbeast with .kext on desktop
rebooted
still no usb on usb3 ports

created files to upload
merged into one zip

using clover_v2.3k_r3974.kg

any ideas?
Thanks
 

Attachments

  • Archive.zip
    2.4 MB · Views: 76
Downloaded your version 2015-1215
copied it to clover/kerts/other
rebooted
no usb on usb3 ports....
used kextbeast with .kext on desktop
rebooted
still no usb on usb3 ports

created files to upload
merged into one zip

using clover_v2.3k_r3974.kg

any ideas?
Thanks

You need to install the correct GenericUSBXHCI.kext (and delete the incorrect one you installed).

Read post #7698. Carefully.
 
You need to install the correct GenericUSBXHCI.kext (and delete the incorrect one you installed).

Read post #7698. Carefully.
I reread the post and did everything except installing the USB customized SSDT.
I found SSDT-USB-8x60.asl but because of my limited knowledge I don't know what to do with this file.
 

Attachments

  • Archive.zip
    4.3 MB · Views: 112
"Problem Reporting" files are incomplete (no kextcache output).
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Let's try this again.

I noticed an entry for GenericUSBXHCI.cckext.kext
Shouldn't it be GenericUSBXHCI.kext

Not sure if I renamed a copy at sometime. If this is incorrect how do I get rid of it. I can't find any file with that name on my system!!

Still no USB3 ports...

Thanks for any help you can give me.
 

Attachments

  • Archive.zip
    4.3 MB · Views: 95
I noticed an entry for GenericUSBXHCI.cckext.kext

I can't find any file with that name on my system!!

Terminal:
Code:
find /System/Library/Extensions -iname genericusb*
find /Library/Extensions -iname genericusb*
 
Terminal:
Code:
find /System/Library/Extensions -iname genericusb*
find /Library/Extensions -iname genericusb*

Got rid of all GenericsUSBXHCI kexts
rebuilt kextcache
rebooted
used kextbeast to install GenericUSBXHCI.kext
rebooted

USB3 ports are still not working.

I saw a reference to SSDT-USB-8X60.ami in another Clover ACPI\Patched. I don't have it in mine ... Is that the problem?

Still hoping my problem can be resolved.
Thanks
 

Attachments

  • Archive.zip
    4.3 MB · Views: 84
Got rid of all GenericsUSBXHCI kexts
rebuilt kextcache
rebooted
used kextbeast to install GenericUSBXHCI.kext
rebooted

USB3 ports are still not working.

I saw a reference to SSDT-USB-8X60.ami in another Clover ACPI\Patched. I don't have it in mine ... Is that the problem?

Still hoping my problem can be resolved.
Thanks

You have patched AppleUSBXHCIPCI.kext.
Why?

From your kextcache:
Code:
kext-dev-mode allowing invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext AppleUSBXHCIPCI.kext

Restore it to vanilla by running the macOS installer.

SSDT-USB-8x60.asl is integrated into your SSDT-8x60.aml (using #include... it is part of the build.sh process).
It is for USB2 port configuration.
Nothing to do with USB3.
 
You have patched AppleUSBXHCIPCI.kext.
Why?

From your kextcache:
Code:
kext-dev-mode allowing invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext AppleUSBXHCIPCI.kext

Restore it to vanilla by running the macOS installer.

SSDT-USB-8x60.asl is integrated into your SSDT-8x60.aml (using #include... it is part of the build.sh process).
It is for USB2 port configuration.
Nothing to do with USB3.


I didn't intentionally modify the AppleUSBXHCIPCI.kext.
Was it possible that I did a step in the guide not intended for my configuration?

Do I need to completely re-install El Capitan or is there a way to delete the .kext and replace it using Kextbeast?
 
Status
Not open for further replies.
Back
Top