byronmil / soundflower

Automatically exported from code.google.com/p/soundflower
GNU General Public License v2.0
0 stars 0 forks source link

OS X 10.9 Mavericks verifies kext signatures #231

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Soundflower on a system running Mavericks.
2. After login check the system logs (/Applications/Utilities/Console.app) to 
find a message similar to this:
com.apple.kextcache[1989]: kext com.Cycling74.driver.Soundflower  106069000 is 
in exception list, allowing to load

What is the expected output? What do you see instead?

A signed Soundflower kext will not trigger a notification.

What version of the product are you using? On what operating system?

OS X 10.9 Mavericks

Please provide any additional information below.

Mavericks seems to introduce a new layer of security aimed a kernel extensions. 
The author of the following blog post has done some research on the subject.
http://pikeralpha.wordpress.com/2013/06/13/kext-requirements-for-os-x-10-9-maver
icks/

While Soundflower currently seems to be on a whitelist, any change in policy 
might stop Soundflower from working completely.

It would be great if a new, signed, version of Soundflower would be released! 
Alternatively, updating the source code to include all changes up until version 
1.6.6b would allow us to sign the kext (and installer) ourselves.

Original issue reported on code.google.com by boyvanamstel on 23 Oct 2013 at 4:55

GoogleCodeExporter commented 8 years ago
This would be awesome to have working again....

Original comment by anand...@gmail.com on 31 Oct 2013 at 2:42

GoogleCodeExporter commented 8 years ago
mine no longer works at all. i would love a fix or alternative.

Original comment by e.johns1...@gmail.com on 1 Nov 2013 at 8:23

GoogleCodeExporter commented 8 years ago
Neither is mine but it is an essential tool for me to get my internal audio 
stream into Max/MSP. Does anyone know of an alternative? 

Original comment by michaeli...@gmail.com on 6 Nov 2013 at 11:21

GoogleCodeExporter commented 8 years ago
I've heard from Cycling '74 that they are not actively working on Soundflower 
at the moment. This makes it very unlikely that a Cycling '74 issued update 
will come out any time soon.

Fortunately, there are a few forks available on GitHub that have continued the 
work and even made the project compatible with Mavericks:
https://github.com/Cycling74/Soundflower/network

These are Xcode projects primarily, which means you'll need to compile the 
project yourself to be able to use the driver. 

Original comment by boyvanamstel on 7 Nov 2013 at 1:41

GoogleCodeExporter commented 8 years ago
I'm one of those developers that fixed the build in Mavericks, but on my github 
you can also find an Installer https://github.com/crmne/Soundflower/releases

Original comment by ear...@gmail.com on 15 May 2014 at 5:59