Arrsyx / soundflower

Automatically exported from code.google.com/p/soundflower
0 stars 0 forks source link

error message: system extension cannot be used #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. re-installing doesn't change it
2. re-downloading and re-installing doesn't chang it
3.

What is the expected output? What do you see instead? installation appears to 
work but before it finishes I get the above error message

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

Please provide any additional information below.

"The system extension "/System/Library/USBExpressCardCantWake_Huawei.kext" was 
installed improperly and cannot be used. Please try reinstalling it, or contact 
the product's vendor for an update."

Original issue reported on code.google.com by gretabru...@gmail.com on 30 Jun 2011 at 7:18

GoogleCodeExporter commented 8 years ago
I'm not sure if the newly-released version 1.6 will help with this issue or 
not.  But it might.

More system information will be needed before any further follow-up or efforts 
could be made (e.g. what kind of processor).

Original comment by t...@electrotap.com on 3 Feb 2012 at 9:11

GoogleCodeExporter commented 8 years ago
I've had the same issue on 1.6.1 on Lion.

It seems that it's stricter about file permissions: Write permission on Group 
makes it give that error.

In my case, I've just done sudo chmod -R 755 
/System/Library/Extensions/Soundflower.kext/ and it loaded fine.

Original comment by villi...@gmail.com on 7 Feb 2012 at 6:45

GoogleCodeExporter commented 8 years ago
Easiest way I fixed it was to go into 
/System/Library/Extensions/Soundflower.kext/ and right click on it, unlock, 
change wheel from "read/write" to "read-only". 

Go into terminal and "sudo kextload 
/System/Library/Extensions/Soundflower.kext" and you're good to go after making 
the appropriate adjustment in permissions.  

Original comment by WarpedCo...@gmail.com on 7 Feb 2012 at 7:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks, I had the same issue and doing "sudo chmod -R 755 
/System/Library/Extensions/Soundflower.kext/" and then "sudo kextload 
/System/Library/Extensions/Soundflower.kext" fixed it for me.

Original comment by stoo...@gmail.com on 7 Feb 2012 at 10:18

GoogleCodeExporter commented 8 years ago
thank you comment #5, that worked for me =')

Original comment by sporkent...@gmail.com on 2 Apr 2015 at 7:09