Jump to content
8 posts in this topic

Recommended Posts

try this: npci=0x2000

 

if you use Clover add this in config.plist:

<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>

or if you use Chameleon, add this:

<key>EHCIacquire</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>-v npci=0x2000</string>
<key>UHCIreset</key>
<string>Yes</string>
try this: npci=0x2000

 

if you use Clover add this in config.plist:

USB

FixOwnership

Inject

or if you use Chameleon, add this:
EHCIacquire
Yes
Kernel Flags
-v npci=0x2000
UHCIreset
Yes
I'll try the first one later. I'm using chameleon since I followed the instructions for the tutorial.
×
×
  • Create New...