You're 100% sure your password is correct?
I hate to ask, but that's the first place to go with this error.
It may be that the OS doesn't like people replacing kernel extensions on the fly, though that seems unlikely. Can you simply trash the "original" and then copy the new (old) one into the /System/Library/Extensions/ folder?
Alternately, trash the "original" and do this in the Terminal:
Code:
cd /System/Library/Extensions
sudo cp
(there's a space after cp), now drag the new (old) kernel extention into the Terminal window and it will auotcomplete the path. Then contine typing:
yes, that's just a period.
So your full command would look something like this:
Code:
sudo cp /Users/yellow/Desktop/IOUSBFamily.kext .
And then hit return. You should be prompted for your admin password.
Then continue the steps at:
sudo chown -R..... etc.