Contribute
Register

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

Status
Not open for further replies.
Reply to my own post.



update. 5119 bootup and shutdown is very quick.

almost as fast as some opencore efi i tested from other people

not working.
- audio/sound - greyed out
- trackpad customisation. can use trackpad to move pointer around

mmm. i posted a page a few hours ago of rehabmans quotes i posted that might have clues on how to solve the audio problem. - can one of the mods either undelete it or send it to me as msg please thx


PR zip attached
enable these:

Code:
<key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>

this section:

Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

remove the #s so they get read properly (the #s disables)
 
enable these:

Code:
<key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>

this section:

Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

remove the #s so they get read properly (the #s disables)

Thanks for the reply. i'm guessing you refering to config.plist file only?
 
enable these:

Code:
<key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>

this section:

Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

remove the #s so they get read properly (the #s disables)

just tested.

audio greyed out.

no trackpad customisation. just move pointer around.

much longer boot time. i guess its trying to get the audio working itself.
 
just tested.

audio greyed out.

no trackpad customisation. just move pointer around.

much longer boot time. i guess its trying to get the audio working itself.
no files attached so not sure... :)
 
slow internet connection.

waiting for the pr tool to complete.

attached pr zip
you didn't enable these:

Code:
<key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
why?

and the layout id's is still disabled:
Code:
<dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>
 
slow internet connection.

waiting for the pr tool to complete.

attached pr zip
also you have no files in your ACPI/Patched folder......?
 
you didn't enable these:

Code:
<key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
why?

and the layout id's is still disabled:
Code:
<dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>


i'm sure i did do the changes.

i used xplist to open the config.plist
then make the changes, then save then, delete to config.plist on hdd efi then copy it
 
i'm sure i did do the changes.

i used xplist to open the config.plist
then make the changes, then save then, delete to config.plist on hdd efi then copy it
looks like you edited the wrong file or didn't copy it back over

either way, the config.plist you uploaded does not have any of the changes I said to do, also read my other comment above in regards to your ACPI/Patched folder
 
Status
Not open for further replies.
Back
Top