corpnewt / USBMap

Python script for mapping USB ports in macOS and creating a custom injector kext.
MIT License
1.03k stars 88 forks source link

USB map found; USBinsertALL not found #10

Closed marmasin closed 3 years ago

marmasin commented 4 years ago

I he installed Mojave on my XPS 9360 ( i7 7500 with intel HD graphics). Used Open core bootloader Wanted to do Intel USB Mapping and by following this guide started USBmap but when I start it i get message: Plist: USBMap USBinjectAll: Not found ; NVRAM arg.....

paulhobbel commented 4 years ago

I am currently experiencing the same issue, USBInjectAll is not being loaded

corpnewt commented 3 years ago

The master branch's codebase has been updated to no longer require USBInjectAll. The issues you faced were likely due to Sniki's branch of USBInjectAll being built against a newer SDK, which prevents it from loading on older macOS versions.

-CorpNewt