Contribute
Register

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

Status
Not open for further replies.
:eek:now i have see
Code:
[COLOR=#3E3E3E]USBInjectAll: -uia_ignore_rmcf specified, will ignore ACPI RMCF customizations[/COLOR]

but ...RM.USBInjectALL still present at XHC.XHC@1400000 (boolean is true),you can see the picture in wrong.zip

This ioreg looks fine, but did you plug a USB3 device into each USB port?

The only device your ioreg shows ever plugged in is a single device: SHE080_1_NS1066 2_45_

Please be specific about the problem.

I don't see the point of "USB 3.0 Bus/wrong" (there is nothing "wrong" there).
 
Do you still maintain support for models with discrete graphic card like AMD or Nvidia? Thanks so much for the new guide and a whole new method of getting things done and updated.

Your question is answered in post #1. In fact, it is in the first sentence.
 
My fault.

SHE080_1_NS1066 2_45_ is a USB3 device you can see it in other zip.
if you see
USB 3.0 Bus/wrong.txt in wrong.zip ,(there is no USB5534B in usb bus,you can find different from USB 3.0 Bus/ in remove-USBinjectALLand-FakePCIID_XHCIMux.zip)
,so when i plug into any usb3.0 devices in each USB port there would be in usb2.0


the problem is
14330000 No correspondence 14a30000 (when removeUSBinjectALL andFakePCIID_XHCIMux
 
My fault.

SHE080_1_NS1066 2_45_ is a USB3 device you can see it in other zip.

What "other zip". Please be specific.

if you see USB 3.0 Bus/wrong.txt in wrong.zip ,(there is no USB5534B in usb bus),so when i plug into any usb3.0 devices in each USB port there would be in usb2.0

It might be because the UsbConnector is marked incorrectly for the internal hub at SSP3. USBInjectAll marks all SSPx ports as type 3. But internal hubs should be marked 255.

Try removing -uia_ignore_rmcf, but change the SSDT for SSP3 so it reads:
Code:
                    "SSP3", Package() // SS USB3 hub (HS03.port2 is USB2?)
                    {
                        "UsbConnector", [B]255[/B],
                        "port", Buffer() { 0x0c, 0, 0, 0 },
                    },

If you think you're missing other USB3 ports, you could enable them in the SSDT too.

eg.
Code:
                    "SSP1", Package()
                    {
                        "UsbConnector", 3,
                        "port", Buffer() { 0x0a, 0, 0, 0 },
                    },
                    "SSP2", Package()
                    {
                        "UsbConnector", 3,
                        "port", Buffer() { 0x0b, 0, 0, 0 },
                    },
                    "SSP3", Package() // SS USB3 hub (HS03.port2 is USB2?)
                    {
                        "UsbConnector", 255,
                        "port", Buffer() { 0x0c, 0, 0, 0 },
                    },
                    "SSP4", Package()
                    {
                        "UsbConnector", 3,
                        "port", Buffer() { 0x0d, 0, 0, 0 },
                    },
 
Your question is answered in post #1. In fact, it is in the first sentence.

Well, it's really a bad news! Just push the question for some hope, but now, it's hopeless :banghead::banghead::banghead:
 
Well, it's really a bad news! Just push the question for some hope, but now, it's hopeless :banghead::banghead::banghead:

If someone wants to provide concrete and accurate information on what needs to change for such models, they are welcome to. But I have no such hardware, and therefore no experience with it.
 
My fault.

SHE080_1_NS1066 2_45_ is a USB3 device you can see it in other zip.
if you see
USB 3.0 Bus/wrong.txt in wrong.zip ,(there is no USB5534B in usb bus,you can find different from USB 3.0 Bus/ in remove-USBinjectALLand-FakePCIID_XHCIMux.zip)
,so when i plug into any usb3.0 devices in each USB port there would be in usb2.0


the problem is
14330000 No correspondence 14a30000 (when removeUSBinjectALL andFakePCIID_XHCIMux

I think I see something...

Try updated SSDT-USB-820-G2.

Note: USBInjectAll.kext also updated...
 
where can i find the latest USBInjectAll ?
https://github.com/RehabMan/OS-X-USB-Inject-All Latest commit was 23 days ago
 
where can i find the latest USBInjectAll ?
https://github.com/RehabMan/OS-X-USB-Inject-All Latest commit was 23 days ago

The latest kext will be downloaded and installed with ./download.sh and ./install_downloads.sh.

Note:
https://github.com/RehabMan/OS-X-USB-Inject-All/commit/7836ac318f68d97b9a21c4a56c9ea1a04d559f88
https://github.com/RehabMan/OS-X-USB-Inject-All/commit/c99b25419ff001f5f7a7b00999746f7ae703c098
https://github.com/RehabMan/HP-ProB...mmit/deb4dcd89d8037bfecd158c78254083add339bd4

Note: Hang tight for a bit... still fiddling... DONE.
 
i've update SSDT-USB-820-G2 and USBInjectAll.kext

post out :
Code:
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext[/FONT][FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelMausiEthernet.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_XHCIMux.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext[/FONT]

[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]


ssp3 work very well but ssp2 still can't work (I have add code
Code:
"SSP2", Package() // SS USB3 hub (HS02 is USB2?)                    {
                        "UsbConnector", 255,
                        "port", Buffer() { 0x0d, 0, 0, 0 },

                    },


i also boot with -uia-ignore-rmcf
 

Attachments

  • iog.zip
    1.5 MB · Views: 204
Status
Not open for further replies.
Back
Top