try this:
http://krull.se/macpro/try.zip
inside are 2 apps
try 1 then try 2
if try 1 works , no error msg, then NP... no need to run 2
no worries, will only try loading kext, will not flash card
Ok when i tried the first one try1 i got:
tell current application
do shell script "sudo mv -v ATIROMFlasher.kext /System/Library/Extensions" with administrator privileges
--> "ATIROMFlasher.kext -> /System/Library/Extensions/ATIROMFlasher.kext"
do shell script "rm -rf /System/Library/Extensions.mkext" with administrator privileges
--> ""
do shell script "sudo chown -R root:wheel /System/Library/Extensions/ATIROMFlasher.kext" with administrator privileges
--> ""
do shell script "sudo chmod -R 644 /System/Library/Extensions/ATIROMFlasher.kext" with administrator privileges
--> ""
do shell script "/bin/sleep 1"
--> ""
do shell script "sudo kextload ATIROMFlasher.kext" with administrator privileges
--> error "/ATIROMFlasher.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8)." number 71
Result:
error "/ATIROMFlasher.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8)." number 71
"Its seems that the script removed ATIROMFlasher.kext its not in the folder any more"
Then i did try2 result:
tell current application
do shell script "sudo kextload /System/Library/Extensions/ATIROMFlasher.kext" with administrator privileges
--> error "/System/Library/Extensions/ATIROMFlasher.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8)." number 71
Result:
error "/System/Library/Extensions/ATIROMFlasher.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8)." number 71
"but leaves the files alone they are stull all there."