Jump to content
3 posts in this topic

Recommended Posts

Hello,

 

Today my computer crashed, and i had to reboot it. After rebooting Mac wouldn't start; it had some problems with loginwindow. After searching this forum I read I had to delete Natit.kext:

 

"boot in safe mode "-s"

fsck -fy

mount -uw /

mv /System/Library/Extensions/Natit.kext /

shutdown -r now"

 

So I did. I booted, and OsX loaded; ofcourse withouth the driver. Now I want to reinstall the Natit driver because it worked perfect (before today). But after reinstalling this driver, I have the same problem (over and over again): OsX won't start.

 

Can someone give me advice?

Link to comment
https://www.insanelymac.com/forum/topic/64610-problem-reinstalling-natit/
Share on other sites

Did you reinstall Natit from scratch? If so, you will have to fix the file's permissions and ownership.

Enter the terminal and type:

sudo chmod -R 755 /System/Library/Extensions/Natit.kext
sudo chown -R root:wheel /System/Library/Extensions/Natit.kext
sudo rm -R /System/Library/Extensions.mkext
sudo rm -R /System/Library/Extensions.kextcache

 

and reboot.

 

If you made any configuration changes to any NVDA* (that means, all files that begin with NVDA), then you'll have to eventually edit them to include your card's device ID (look in System Profiler) and fix their permissions too.

 

Cheers,

 

hecker

×
×
  • Create New...