jeremyjjbrown
New Member
I had this issue and just solved it. I had installed EasyTether a while ago and it places a kernel extension here:
Code:/System/Library/Extensions/EasyTetherUSBEthernet.kext
You can disable that extension by doing this (in the Terminal):
Code:cd /System/Library/Extensions/ kextunload EasyTetherUSBEthernet.kext
You can also remove it permanently so you don't have to unload it every time.
Just unloading it should work.
If it's not EasyTether for you, check for other extensions that might be blocking the USB port for your phone. You can run kextstat to get a list of all of the loaded extensions. You can try unloading any suspicious ones and narrow down until PdaNet works.
This worked perfectly thanks!