pederb, on Feb 9 2010, 10:26 PM, said:
I'm following your instructions on page one.
I found correct kext, if I go to Extensions and click on seatbelt.kext and to see content, I see two things in there, one is the folder named "contents" and next to it is the correct seatbelt.kext that if I click on that one to see content is shows me ver 14.
Any ideas why the new kext get buried in there?
Cheers
A kext is essentially a folder with various files packed inside. You have basically copied one kext "folder" into another kext "folder".
Try this
1. Redownload the proper Seatbelt.kext and place it on your desktop.
2. Open Terminal and type the following. Pay close attention to spaces and / marks.
Replace username with your own.
sudo su
cd /System/library
rm -Rf Extensions/Seatbelt.kext
cp /Users/username/Desktop/Seatbelt.kext Extensions
rm -Rf Extensions.mkext
chown -R root:wheel Extensions/
chmod -R 755 Extensions/
touch Extensions
Reboot with
-f
You can alternately use KextHelper to install the kext.
1. Open Terminal and type
sudo rm -Rf /System/Library/Extensions/Seatbelt.kext
2. Use KextHelper to Install the new kext.