Jump to content
2 posts in this topic

Recommended Posts

Make sure you replace 554d with whatever your specific Device ID is, which is avaliable in System Profiler, and then save and close the file.

 

Open up another Terminal window, and type (or copy) this into Terminal:

 

Start of code

sudo -s

cd <Drag in the directory where the Callisto .kext files are at>

chown -R root:wheel Callisto*

chmod -R 755 Callisto*

cp -R Callisto* /System/Library/Extensions/

rm -f /Library/Preferences/com.apple.window*

rm -f /Library/Preferences/ByHost/com.apple.window*

rm -f /Library/Preferences/ByHost/com.apple.pref*

rm /System/Library/Extensions.mkext

rm /System/Library/Extensions.kextcache

End of code:

 

 

 

See the bold text. How do i add the right dir. I have added this:

 

sudo -s

cd </Desktop>

chown -R root:wheel Callisto*

chmod -R 755 Callisto*

cp -R Callisto* /System/Library/Extensions/

rm -f /Library/Preferences/com.apple.window*

rm -f /Library/Preferences/ByHost/com.apple.window*

rm -f /Library/Preferences/ByHost/com.apple.pref*

rm /System/Library/Extensions.mkext

rm /System/Library/Extensions.kextcache

 

 

 

Enter your password when prompted (I DONT GET THIS A MESSAGE) Furhermore this message: "no such file or dir"

Link to comment
https://www.insanelymac.com/forum/topic/36972-how-do-i-add-the-dir-of-my-kexts/
Share on other sites

Edit: I think i found the solution. Now i get the password prompt. But when typed, suddenly root was added to the rest of the commandline. But the screen resolution is still 1024x764

 

:thumbsup_anim:

 

 

I followed this guide:

 

http://forum.insanelymac.com/index.php?showtopic=21182

×
×
  • Create New...