如果是用旧机型通过PBPatch定制的USB驱动,改机型后需要修改驱动里的机型,或重新定制。
怎么改呢?求指导 jmdzsx 发表于 2018-11-26 21:48 https://www.pcbeta.com/static/image/common/back.gif
怎么改呢?求指导
建议还是换回USBInjectAll, 然后有USB3/type-c需求再PB Patch定制 本帖最后由 sizin5 于 2020-5-3 20:22 编辑
1931602217a 发表于 2018-11-17 01:38
你可能需要更新USB驱动。。。或者检查端口。之前我有是有这种情况,后来换的USB驱动解决的。
希望能解决。明天测试。
经过测试,已经解决。
经过:在config里更换了机型以后(iMac17,1更换为MacPro7,1),发现USB的鼠标键盘都失灵了,都不起作用了,不能用了!!!
然后在这个帖子里找到了思路,USB驱动可能出了问题。
然后打开EFI/CLOVER/kext内,找到你的USBInjectAll.kext文件,右键--显示包内容,打开Contents文件夹,用文本编辑打开Info.plist文件。
找到以下部分,复制、粘贴,再把MacPro6,1修改为MacPro7,1,注意上下两个部分都要改,一共6个地方。然后保存。
<key>MacPro6,1-EH01</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>org_rehabman_USBInjectAll</string>
<key>IONameMatch</key>
<string>EH01</string>
<key>IOProviderClass</key>
<string>AppleUSBEHCIPCI</string>
<key>kConfigurationName</key>
<string>EH01</string>
<key>model</key>
<string>MacPro6,1</string>
</dict>
<key>MacPro6,1-EH02</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>org_rehabman_USBInjectAll</string>
<key>IONameMatch</key>
<string>EH02</string>
<key>IOProviderClass</key>
<string>AppleUSBEHCIPCI</string>
<key>kConfigurationName</key>
<string>EH02</string>
<key>model</key>
<string>MacPro6,1</string>
</dict>
<key>MacPro6,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>org_rehabman_USBInjectAll</string>
<key>IONameMatch</key>
<string>XHC</string>
<key>IOProviderClass</key>
<string>AppleUSBXHCIPCI</string>
<key>kConfigurationName</key>
<string>XHC</string>
<key>kIsXHC</key>
<true/>
<key>model</key>
<string>MacPro6,1</string>
</dict>
页:
[1]