Jump to content

how to type that


Guest cavallo
 Share

4 posts in this topic

Recommended Posts

Guest cavallo

how to type that code to properly install my sapphire ati hd 2600pro 512 vram

 

 

cd /System/Library/Extensions

sudo chown -R root:wheel *

sudo chmod -R 755 *

sudo rm /System/Library/Extensions.mkext

sudo rm /System/Library/Extensions/Caches/com.apple.kext.info

You are done. Reboot and pray

 

how to go in terminal new line

i type cd etc and enter there is once again my user root name

if i proceed without pressing enter my user root name appears again followed by /Extensions if i go to end of code

Improper use of sudo may cause..... enter pass or type etc to abort

if i continue without pressing enter at the end the same ,essage about i,proper sudo usage appears.

Sorry but i am not developper or something like that.

Thanks for help and patience

Link to comment
Share on other sites

Easiest way: Just paste these commands into terminal. (one line at a time) It will give a warning and ask for your password after the first coomand, this is normal.

 

sudo chown -R root:wheel /System/Library/Extensions/*
sudo chmod -R  755 /System/Library/Extensions/*
sudo rm /System/Library/Extensions.mkext
sudo rm /System/Library/Extensions/Caches/com.apple.kext.info

Link to comment
Share on other sites

Guest cavallo
Easiest way: Just paste these commands into terminal. (one line at a time) It will give a warning and ask for your password after the first coomand, this is normal.

 

sudo chown -R root:wheel /System/Library/Extensions/*
sudo chmod -R  755 /System/Library/Extensions/*
sudo rm /System/Library/Extensions.mkext
sudo rm /System/Library/Extensions/Caches/com.apple.kext.info

 

thanks a lot i have installed the correst kext for my adapter but core images are loaded by software and quartz is still disabled; colors inverted, dvi disabled and still got error -71007 no video files playback

if you can help me thanks a lot

Link to comment
Share on other sites

 Share

×
×
  • Create New...