Jump to content
2 posts in this topic

Recommended Posts

i was reading about the appleviaata.kext driver as that had stopped loading and my sata wasnt coming up on the desktop i have a asus a8n mobo nforce4 didnt use the nforce driver which is posted just did this

 

Fixing the disc i/o

You simply need to enable the driver for your IDE controller. In my case, this was AppleVIAATA.kext. Open a terminal and type the following:

 

sudo -s

<type your password>

cd /System/Library/Extensions

chown -R root:wheel AppleVIAATA.kext

chmod -R 755 AppleVIAATA.kext

 

Now reboot, making sure you enter -x at the bootloader for kernel options to bypass the caches. If it worked (check System Profiler=>Extensions and you should see the VIA driver loaded), you must now make it permanent using the following in Terminal:

 

sudo -s

<type your password>

cd /System/Library/Extensions

mv AppleVIAATA.kext IOATAFamily.kext/Contents/PlugIns

rm /System/Library/Extensions.kextcache

 

After reboot it should now use the VIA driver.

thanks to Installing Apple MacOS X on a Standard Laptop which i found googling

o well it work but now i have another problem

my dvd drive pioneer which is attacted to the secondary ide drive doesnt work any idea's on how to mount the drive or get it working :D

 

SATA-200GB

IDE 1 - SAMSUNG40GB MAC HDD

IDE 1 - SAMSUNG40GB WIN XP

IDE 2 - PIONEER DVDRW

Edited by Pharohbender
Link to comment
https://www.insanelymac.com/forum/topic/36361-sata-working-appleviaatakext/
Share on other sites

  • 9 months later...
×
×
  • Create New...