pje / WavTap

globally capture whatever your mac is playing—as simply as a screenshot
MIT License
749 stars 85 forks source link

Kernel extension not loaded? #65

Open RyougiMana opened 8 years ago

RyougiMana commented 8 years ago

Hi, I'm using WavTap with EI Captain, but there is something wrong though i have input the sudo instruction to enable my device(suppose i have got the correct understanding).

doringker commented 7 years ago

Same problem...

devinroth commented 7 years ago

This works in Sierra. Not tested in El Capitan

  1. Restart computer in recovery mode ⌘R

  2. In Terminal type

    csrutil disable

  3. Restart computer

  4. Change permissions of kext

    sudo chown -R root:wheel mykext.kext
    sudo chmod -R 755 mykext.kext
  5. Load Kext sudo kextload mykext

ghost commented 5 years ago

I don't know about the previous users, but this worked for me, Thankyou! :)