Help me with this error please

  • Thread starter Thread starter Stangguy18
  • Start date Start date
i got this one :):):):):):)

the kext isn't loading cos the permissions aren't set correctly.


go to utilities -> terminal

type sudo -s
<hit enter>
then put in your password (you wont see it being typed, but just do it)
<hit enter>

then do

chmod -R 755 /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>
chown -R root:wheel /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>
then kextload /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>



not sure,,,diskutility > repair permissions might do the same thing



if you're still having problems, are you on snow leopard? and is this a snow compatible kexts? old 32 bit ones wont load under 64bit snow.



hope that helps!
 
i got this one :):):):):):)

the kext isn't loading cos the permissions aren't set correctly.


go to utilities -> terminal

type sudo -s
<hit enter>
then put in your password (you wont see it being typed, but just do it)
<hit enter>

then do

chmod -R 755 /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>
chown -R root:wheel /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>
then kextload /system/library/extensions/CDSDAaudioCaptureSupport.kext
<hit enter>



not sure,,,diskutility > repair permissions might do the same thing



if you're still having problems, are you on snow leopard? and is this a snow compatible kexts? old 32 bit ones wont load under 64bit snow.



hope that helps!

I tried that but it said system extension not found. And yes i am on snow leopard and i am running logic 9 (paid full version) i tried the disk utility thing the first time it happened and it did not work either
 
*edit*

googled it...




this kext version isn't compatible with Snow kitty.

update spin doctor....it comes with toast i think?
 
1. It should be "/System/Library/Extensions/CDSDAudioCaptureSupport.kext". HFS+ can be case sensitive, depending on how you installed your machine. Always good to be pedantic. :) And you made a typo in the name of the KEXT.

2. Try this:

sudo kextutil -n -v 6 /System/Library/Extensions/CDSDAudioCaptureSupport.kext

Tell us what that spits out. If you don't have kextutil installed, grab a copy of the Mac OS X developer tools and install it. You can either download one at:

http://developer.apple.com/technologies/xcode.html

or install it from your Mac OS X install DVD (at least I think it's on there).
 
turns out permissions are irrelevant man,

it's a recognised problem where the kext isn't 64 bit compatible and the software has to be updated.....apparently
 
turns out permissions are irrelevant man,

it's a recognised problem where the kext isn't 64 bit compatible and the software has to be updated.....apparently

Are you running Mac OS X Server? No? Then it's not a 64-bit issue. Mac OS X 10.6 Client (the non-$500-per-copy version) boots with a 32-bit kernel by default, regardless of hardware. The only way you would be running a 64-bit kernel is if you explicitly enabled it, in which case you can always disable it again. :)
 
Back
Top