pje / WavTap

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

Yosemite can't make install #53

Closed m1entus closed 9 years ago

m1entus commented 9 years ago

When i am trying to make install kernel extension i am getting this error:

sudo chmod -R 700 /System/Library/Extensions/WavTap.kext sudo chown -R root:wheel /System/Library/Extensions/WavTap.kext sudo kextload -v /System/Library/Extensions/WavTap.kext Requesting load of /System/Library/Extensions/WavTap.kext. /System/Library/Extensions/WavTap.kext failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8). make[1]: * [install] Error 71 make: * [install-kext] Error 2

In other hand when i downloaded WavTap 0.2.0.pkg is working fine. I am trying to make own kerner audio device extension, could you help me ?

audiofilter commented 9 years ago

Had the same issue, did you get an answer on this?

SkylerLipthay commented 9 years ago

@m1entus, @audiofilter:

OS X 10.10 no longer allows for unsigned kernel extensions. I think the reason why the official WavTap package still works is because its .kext has been signed.

pje commented 9 years ago

@m1entus, @audiofilter, @SkylerLipthay: yep, that's exactly the problem. :\

I've updated the Installation section of the README with a section about enabling unsigned kernel extensions. I'm sorry it's not a good answer, but it's not exactly a good situation either.

pje commented 9 years ago

I'm going to close this issue. If you've enabled kext-dev-mode and shit's still going wrong, open up a new issue, OK?