WavTap icon indicating copy to clipboard operation
WavTap copied to clipboard

Kernel extension not loaded?

Open RyougiMana opened this issue 9 years ago • 3 comments

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).

RyougiMana avatar May 01 '16 02:05 RyougiMana

Same problem...

doringker avatar Nov 07 '16 04:11 doringker

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

devinroth avatar Jan 17 '17 18:01 devinroth

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

ghost avatar Apr 11 '19 15:04 ghost