MrChium / Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630

微星B460M迫击炮 MSI-B460M-MORTAR+i5-10500+iGPU-UHD630,支持10代核显为UHD630的CPU,支持RX470/480/570/570X/580/580X/590/5500/5600/5700系列显卡
364 stars 59 forks source link

主板USB2.0不可用问题 #13

Open joey520 opened 4 years ago

joey520 commented 4 years ago

您好,我也是b460m迫击炮主板,CPU为10700。显卡也是核显。 用的您的EFI,可以正常使用,但是主板上的2个USB2.0口好像没有驱动。 导致机箱前面板USB2.0接口无法使用。 且接上的BCM93460CD的网卡的蓝牙也无法供电。 请问这里您知道是缺乏什么驱动吗?

yangyangrsw commented 4 years ago

替换一下这个文件(解压后替换)

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用


发件人: joey520 notifications@github.com 发送时间: Saturday, October 3, 2020 1:01:02 AM 收件人: myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630 Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630@noreply.github.com 抄送: Subscribed subscribed@noreply.github.com 主题: [myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630] 主板USB2.0不可用问题 (#13)

您好,我也是b460m迫击炮主板,显卡为10700。 用的您的EFI,可以正常使用,但是主板上的2个USB2.0口好像没有驱动。 导致机箱前面板USB2.0接口无法使用。 且接上的BCM93460CD的网卡的蓝牙也无法供电。 请问这里您知道是缺乏什么驱动吗?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630/issues/13, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHWUBAUZO4SGOR3CWCXPSGDSIYBM5ANCNFSM4SB5VBFA.

joey520 commented 4 years ago

请问下文件在哪里呢,是不是忘记传递附件了呀?

------------------ 原始邮件 ------------------ 发件人: "myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630" <notifications@github.com>; 发送时间: 2020年10月3日(星期六) 中午11:53 收件人: "myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630"<Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630@noreply.github.com>; 抄送: "曹文文"<616489220@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630] 主板USB2.0不可用问题 (#13)

替换一下这个文件(解压后替换)

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986&gt;应用


发件人: joey520 <notifications@github.com> 发送时间: Saturday, October 3, 2020 1:01:02 AM 收件人: myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630 <Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: [myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630] 主板USB2.0不可用问题 (#13)

您好,我也是b460m迫击炮主板,显卡为10700。 用的您的EFI,可以正常使用,但是主板上的2个USB2.0口好像没有驱动。 导致机箱前面板USB2.0接口无法使用。 且接上的BCM93460CD的网卡的蓝牙也无法供电。 请问这里您知道是缺乏什么驱动吗?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<https://github.com/myqqiu/Hackintosh-B460M-MORTAR-i5-10500-iGPU-UHD630/issues/13&gt;, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHWUBAUZO4SGOR3CWCXPSGDSIYBM5ANCNFSM4SB5VBFA&gt;.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhuyashan commented 4 years ago

解决了吗,我也遇到这个问题了?

zhuyashan commented 4 years ago

请问下文件在哪里呢,是不是忘记传递附件了呀?

更新XHCI-unsupported.kext USBInjectAll.kext 这两个,github搜AppleUSBXHCISPT 400就能找到最新版的

wqwljz commented 4 years ago

蓝牙显示不出来吗?我自己瞎折腾,最后搞定了

参考了这边的EFI https://github.com/xiaojun996/Hackintosh-B460M-MORTAR-i5-10400-RX5700-4K/tree/main/EFI/OC

主要修改拷贝了 Kexts、Drivers、ACPI 到这份EFI对应目录里面

然后config.plist 加上

① 加上这个aml
<dict>
    <key>ACPI</key>
    <dict>
        <key>Add</key>
        <array>
            ...
            <dict>
                <key>Comment</key>
                <string>SSDT-USBX.aml</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-USBX.aml</string>
            </dict>
② kext整合去重
        <key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
                <key>Comment</key>
                <string></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></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>AirportBrcmFixup.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirportBrcmFixup</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>BrcmBluetoothInjector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></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>BrcmFirmwareData.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmFirmwareData</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>BrcmPatchRAM3.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmPatchRAM3</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>LucyRTL8125Ethernet.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/LucyRTL8125Ethernet</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>NVMeFix.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/NVMeFix</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>SMCProcessor.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCProcessor</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>SMCSuperIO.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCSuperIO</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></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>USBPorts.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string></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></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>XHCI-unsupported.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></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>FakePCIID.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/FakePCIID</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></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>FakePCIID_Intel_HDMI_Audio.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
anzx2452 commented 3 years ago

蓝牙显示不出来吗?我自己瞎折腾,最后搞定了

参考了这边的EFI https://github.com/xiaojun996/Hackintosh-B460M-MORTAR-i5-10400-RX5700-4K/tree/main/EFI/OC

主要修改拷贝了 Kexts、Drivers、ACPI 到这份EFI对应目录里面

然后config.plist 加上

① 加上这个aml
<dict>
  <key>ACPI</key>
  <dict>
      <key>Add</key>
      <array>
          ...
          <dict>
              <key>Comment</key>
              <string>SSDT-USBX.aml</string>
              <key>Enabled</key>
              <false/>
              <key>Path</key>
              <string>SSDT-USBX.aml</string>
          </dict>
② kext整合去重
        <key>Kernel</key>
  <dict>
      <key>Add</key>
      <array>
          <dict>
              <key>Arch</key>
              <string>Any</string>
              <key>BundlePath</key>
              <string>Lilu.kext</string>
              <key>Comment</key>
              <string></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></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>AirportBrcmFixup.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/AirportBrcmFixup</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>BrcmBluetoothInjector.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></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>BrcmFirmwareData.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/BrcmFirmwareData</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>BrcmPatchRAM3.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/BrcmPatchRAM3</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>LucyRTL8125Ethernet.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/LucyRTL8125Ethernet</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>NVMeFix.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <false/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/NVMeFix</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>SMCProcessor.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/SMCProcessor</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>SMCSuperIO.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/SMCSuperIO</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></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>USBPorts.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <false/>
              <key>ExecutablePath</key>
              <string></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></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>XHCI-unsupported.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></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>FakePCIID.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/FakePCIID</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></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>FakePCIID_Intel_HDMI_Audio.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></string>
              <key>MaxKernel</key>
              <string></string>
              <key>MinKernel</key>
              <string></string>
              <key>PlistPath</key>
              <string>Contents/Info.plist</string>
          </dict>

蓝牙显示不出来吗?我自己瞎折腾,最后搞定了

参考了这边的EFI https://github.com/xiaojun996/Hackintosh-B460M-MORTAR-i5-10400-RX5700-4K/tree/main/EFI/OC

主要修改拷贝了 Kexts、Drivers、ACPI 到这份EFI对应目录里面

然后config.plist 加上

① 加上这个aml
<dict>
  <key>ACPI</key>
  <dict>
      <key>Add</key>
      <array>
          ...
          <dict>
              <key>Comment</key>
              <string>SSDT-USBX.aml</string>
              <key>Enabled</key>
              <false/>
              <key>Path</key>
              <string>SSDT-USBX.aml</string>
          </dict>
② kext整合去重
        <key>Kernel</key>
  <dict>
      <key>Add</key>
      <array>
          <dict>
              <key>Arch</key>
              <string>Any</string>
              <key>BundlePath</key>
              <string>Lilu.kext</string>
              <key>Comment</key>
              <string></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></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>AirportBrcmFixup.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/AirportBrcmFixup</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>BrcmBluetoothInjector.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></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>BrcmFirmwareData.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/BrcmFirmwareData</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>BrcmPatchRAM3.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/BrcmPatchRAM3</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>LucyRTL8125Ethernet.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/LucyRTL8125Ethernet</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>NVMeFix.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <false/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/NVMeFix</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>SMCProcessor.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/SMCProcessor</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>SMCSuperIO.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/SMCSuperIO</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></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>USBPorts.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <false/>
              <key>ExecutablePath</key>
              <string></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></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>XHCI-unsupported.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></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>FakePCIID.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string>Contents/MacOS/FakePCIID</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></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>FakePCIID_Intel_HDMI_Audio.kext</string>
              <key>Comment</key>
              <string></string>
              <key>Enabled</key>
              <true/>
              <key>ExecutablePath</key>
              <string></string>
              <key>MaxKernel</key>
              <string></string>
              <key>MinKernel</key>
              <string></string>
              <key>PlistPath</key>
              <string>Contents/Info.plist</string>
          </dict>

兄弟,你好! 我按照你的方法尝试 我的网卡的蓝牙的功能依然缺失,请问你是否描述完整。这是我的微信号 anzx2452 可以联系我帮助我一下吗?

MrChium commented 3 years ago

已修复前置USB2.0不可用的问题

wqwljz commented 3 years ago

@anzx2452 验证过了,仓库最新的版本已经可以显示蓝牙了