解决黑苹果 Usb 配件需要电源

本贴最后更新于 1668 天前,其中的信息可能已经天翻地覆

解决黑苹果 Usb 配件需要电源

问题描述

这几天在使用 u 盘和移动硬盘的时候突然发现会出现一个问题

如图所示:

在远景论坛和 tonymacx86 上面搜寻了半天大概已经确定了问题

USB3.0 没有完美驱动成功

问题解决

众所周知安装黑苹果的过程中最难的一部分不是安装而是配置驱动,这让我想着如何是好,于是我就去 GitHub 上找到我当时下载 EFI 文件 的那个仓库中 仔细阅读了他的 README 文档,其中在这样一个文件夹里面找到了一个文件

Lenovo-T450-USB.kext

他在 README 里面是这么描述的

Miscellaneous

  • A collection of different kernel extensions that I could use with this build but are currently not in use. I keep them in this folder for quick access if I find my self in a situation where I need them so that I do not have to download them all over again. The most important kext in this directory is the USB-T450-Injector.kext file. It can be used to inject the systems proper USB configuration in the absence of a properly configured USBInjectall + .aml configuration file. Don't get rid of it. If your USB ports ever stop working just load this kext into the "Other" folder and reboot.

  • 意思是如果你使用 USBinjectall+.aml 文件有问题的话 可以用 USB-T450-Injector.kext 文件代替

使用方法很简单

  • 打开 terminal 输入 diskutil list

  • 找到 EFI 分区 使用 sudo diskutil mount [EFI分区盘名] 挂载 EFI 分区

  • 在 EFI 分区的 CLOVER 文件夹中的 kext 中的 Other 中 删除之前的 USBInjectall.kext 替换为 Lenovo-T450-USB.kext

  • 重启计算机即可,在我重启之后发现已经解决了问题

如图所示

如图所示速度也是 USB3.0 的速度,这时候就说明了我们的 USB3.0 已经完美驱动了

解除 USB 端口数量限制补丁

使用方法

  • 打开 Clover Configurator 在这下载
  • 然后点击挂载分区输入密码后选择 EFI 文件 如图所示

  • 然后在内核和驱动补丁这一块点击四次加号按照名字加入如下内容
Comment: **USB** port limit patch #1 10.14.x modify by DalianSky(credit ydeng)

Name: com.apple.iokit.IO**USB**HostFamily

Find: 83FB0F0F

Replace: 83FB3F0F

MatchOS: 10.14.x



Comment: **USB** port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)

Name: com.apple.iokit.IO**USB**HostFamily

Find: 83E30FD3

Replace: 83E33FD3

MatchOS: 10.14.x



Comment: **USB** Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)

Name: com.apple.driver.usb.Apple**USB**XHCI

Find: 83FB0F0F

Replace: 83FB3F0F

MatchOS: 10.14.x



Comment: **USB** Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)

Name: com.apple.driver.usb.Apple**USB**XHCI

Find: 83FF0F0F

Replace: 83FF3F0F

MatchOS: 10.14.x
  • 如图所示

  • 然后 command+s 保存关闭即可
  • 重启计算机即可解决问题

END

相关帖子

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...