Contribute
Register

appleintellpssi2ccontroller...when OpenCore boot

Status
Not open for further replies.
Joined
May 22, 2022
Messages
9
Motherboard
HP 84B2
CPU
Intel I5-8250U
Graphics
UHD 620
Hi.

I try to install (first time) monterey to my HP laptop, but when i boot from USB pendrive and choose the macos base system, than i always got this "message" on the bottom of the screen after a several lines. (after i read and set all the instruction from dortania site Kaby Lake section)

"appleintellpssi2ccontroller::_serviceMatchingTimeSubr: fTimerServiceMatching timed out, fNotifications 0"

I already tried some instruction from this forum about this problem like:

- i tried all the I2C kexts from dortania
- i tried to block apple I2C and apple SMBus drivers in config.plist
- i tried but in my laptop's bios there is no option to block the touchpad

these did not solved my problem.

Can somebody help me, how to solve it?

Thanks in advance.
 

Attachments

  • config.plist
    51.5 KB · Views: 57
Hi.

I try to install (first time) monterey to my HP laptop, but when i boot from USB pendrive and choose the macos base system, than i always got this "message" on the bottom of the screen after a several lines. (after i read and set all the instruction from dortania site Kaby Lake section)

"appleintellpssi2ccontroller::_serviceMatchingTimeSubr: fTimerServiceMatching timed out, fNotifications 0"

I already tried some instruction from this forum about this problem like:

- i tried all the I2C kexts from dortania
- i tried to block apple I2C and apple SMBus drivers in config.plist
- i tried but in my laptop's bios there is no option to block the touchpad

these did not solved my problem.

Can somebody help me, how to solve it?

Thanks in advance.
you have not listed any VoodooI2C kexts in your config.plist

Code:
 <array>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>Lilu.kext</string>
                    <key>Comment</key>
                    <string>V1.6.0</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/Lilu</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>VirtualSMC.kext</string>
                    <key>Comment</key>
                    <string>V1.2.9</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/VirtualSMC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>WhateverGreen.kext</string>
                    <key>Comment</key>
                    <string>V1.5.8</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/WhateverGreen</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>AppleALC.kext</string>
                    <key>Comment</key>
                    <string>V1.7.1</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/AppleALC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>USBInjectAll.kext</string>
                    <key>Comment</key>
                    <string>V0.7.1</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/USBInjectAll</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>RealtekRTL8111.kext</string>
                    <key>Comment</key>
                    <string>V2.4.2</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/RealtekRTL8111</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>AirportItlwm.kext</string>
                    <key>Comment</key>
                    <string>V2.1.0</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/AirportItlwm</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
 
you have not listed any VoodooI2C kexts in your config.plist

Code:
 <array>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>Lilu.kext</string>
                    <key>Comment</key>
                    <string>V1.6.0</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/Lilu</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>VirtualSMC.kext</string>
                    <key>Comment</key>
                    <string>V1.2.9</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/VirtualSMC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>WhateverGreen.kext</string>
                    <key>Comment</key>
                    <string>V1.5.8</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/WhateverGreen</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>AppleALC.kext</string>
                    <key>Comment</key>
                    <string>V1.7.1</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/AppleALC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>USBInjectAll.kext</string>
                    <key>Comment</key>
                    <string>V0.7.1</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/USBInjectAll</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>RealtekRTL8111.kext</string>
                    <key>Comment</key>
                    <string>V2.4.2</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/RealtekRTL8111</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>AirportItlwm.kext</string>
                    <key>Comment</key>
                    <string>V2.1.0</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/AirportItlwm</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
Yes, you are right. Last try i didn't use any I2C kext.
Now i tried with Voodoo I2C, Voodoo I2CELAN, Voodoo I2CHID kexts.
 

Attachments

  • config.plist
    56 KB · Views: 58
  • opencore-2022-05-22-091813.txt
    256 KB · Views: 56
Yes, you are right. Last try i didn't use any I2C kext.
Now i tried with Voodoo I2C, Voodoo I2CELAN, Voodoo I2CHID kexts.
suggest you look into:

and start off with installing Catalina first so you can can then do the usb port mapping, then after that you can upgrade
 
suggest you look into:

and start off with installing Catalina first so you can can then do the usb port mapping, then after that you can upgrade
Now i tried with Catalina, but the result is absolutely the same.
 

Attachments

  • config.plist
    56 KB · Views: 48
  • opencore-2022-05-22-094431.txt
    256 KB · Views: 47
Now i tried with Catalina, but the result is absolutely the same.
you didn't use the files from the guide....
 
you didn't use the files from the guide....
Sorry, you are right. I forgot it. But now i made an USB installer. I followed that guide. The result is the same.
 

Attachments

  • config.plist
    52.6 KB · Views: 45
  • opencore-2022-05-23-065423.txt
    256 KB · Views: 44
Sorry, you are right. I forgot it. But now i made an USB installer. I followed that guide. The result is the same.
need you to take a pic where it stops to upload here
 
I reinstalled the installer based on the description because i assumed that i made a mistake. You can see what shows me the notebook when i try to boot from the pendrive. And now i dont see the any partition of the pendrive in the file browser.
 

Attachments

  • 1653507776020.jpg
    1653507776020.jpg
    5.6 MB · Views: 223
Last edited:
I reinstalled the installer based on the description because i assumed that i made a mistake. You can see what show me to notebook when i try to boot from the pendrive. And now i dont see the any partition of the pendrive in the file browser.
you should re check your config.plist, read post 2 of the guide
 
Status
Not open for further replies.
Back
Top