aximxp Posted November 1, 2006 Share Posted November 1, 2006 hey guys quick question, ive been trying to get a usb audio interface (guitarport) working, i have the mac drivers and it lights up correctly but just won't work in applications. all other usb devices seem to work okay so im thinking its something specific with the usb setup here, so i look under system profiler and a bunch of my dependencies are messed up. i'm not sure if this is acceptable but any insight would be appreciated.. Dependency Errors: com.apple.driver.AppleUSBMergeNub: No valid version of this dependency can be found com.apple.iokit.IOAudioFamily: No valid version of this dependency can be found com.apple.iokit.IOUSBFamily: No valid version of this dependency can be found Dependency Errors: com.apple.iokit.IO80211Family: No valid version of this dependency can be found com.apple.iokit.IONetworkingFamily: No valid version of this dependency can be found Dependency Errors: com.apple.iokit.IOATAFamily: No valid version of this dependency can be found com.apple.iokit.IOStorageFamily: No valid version of this dependency can be found that is all of them, thanks again! Link to comment Share on other sites More sharing options...
aximxp Posted November 1, 2006 Author Share Posted November 1, 2006 well apparently this fixes it sudo bash <enter password> cd /System/Library/Extensions ln -s IOATAFamily.kext com.apple.iokit.IOATAFamily.kext reboot where the file names are replaced with the dependency information Link to comment Share on other sites More sharing options...
Recommended Posts