已解决 还是华硕P5VD2-X主板 SATA问题
装了一次又一次,换了一张又一张的碟``10.4.8、10.4.9都不行,始终认不到我的SATA硬盘```找了两次华硕的技术支持,态度之恶劣,语气之凌人```半点问题都没给我解决到,这张板上有两个红色的SATA接口,我又发现了一个黑色SATA接口,接上后在BIOS里面找不到相关的设置,找华硕,华硕居然说这是没有用的,晕啊,没用的接口,你设计出来干嘛```有没有好心人,知道这主板的SATA驱动怎么解决啊,就差SATA驱动了```其它的都挺完美的````拜托大家了,这实在是困扰了我三个月了```能做的都做了,实在没招了```[ 本帖最后由 ezeerb 于 2007-7-22 18:57 编辑 ] 改appleviaata.kext
怎么改应该不用教了…… 谢谢版大,我找找资料,试试``` 原帖由 hdfdisk 于 2007-7-20 19:49 发表 http://www.vistafans.com/images/common/back.gif
改appleviaata.kext
怎么改应该不用教了……
帮人帮到底,你就教教他吧。 呵呵```谢楼上的``不如你教教我吧``` 对了,突然想到个问题,就算现系统安装好后,根据版大说的方法修改,并且成功认到SATA硬盘后,那么要直接安装系统到SATA硬盘上,不是又不行吗?不知道那位大大做的系统盘里有修改过的SATA驱动,如果没有,有什么办法呢?修改ISO里的文件,再刻盘这样? GNU nano 1.2.4File: ...sions/AppleVIAATA.kext/Contents/Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple$
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleVIAATA</string>
<key>CFBundleGetInfoString</key>
<string>1.0.2, Copyright Apple Computer, Inc. 2004</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Apple VIA ATA Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
这是我的/System/Library/Extensions/AppleVIAATA.kext/Contents/Info.plist里的内容,但是和其它人的有很大的不同``` 恩……这个怎么象是debug kit版的驱动 版大,如果不麻烦的话,你能不能传一个AppleVIAATA.kext给我啊``` AppleVIAATA在livedvd的extensions(启动时打开的那个文件夹)就有
但你自己改一下info.plist然后用kextload加载
我在你livedvd里找到的是这样的```
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleVIAATA</string>
<key>CFBundleGetInfoString</key>
<string>1.0.2, Copyright Apple Computer, Inc. 2004</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Apple VIA ATA Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<key>IOKitPersonalities</key>
<dict>
<key>VIA ATA Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>IOClass</key>
<string>AppleVIAATADriver</string>
<key>IOProviderClass</key>
<string>AppleVIAATAChannel</string>
</dict>
<key>VIA PATA Controller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>Hardware Name</key>
<string>82C571</string>
<key>IOClass</key>
<string>AppleVIAATARoot</string>
<key>IOPCIPrimaryMatch</key>
<string>0x05711106</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>ISA Bridge Matching</key>
<dict>
<key>IOPCIClassMatch</key>
<string>0x06010000&0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
<key>Serial ATA</key>
<false/>
</dict>
<key>VIA SATA Controller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>Hardware Name</key>
<string>8237 SATA</string>
<key>IOClass</key>
<string>AppleVIAATARoot</string>
<key>IOPCIPrimaryMatch</key>
<string>0x528810B9 0x31491106 0x00e310de 0x005410de 0x005510de 0x2360197b 0x2361197b 0x2363197b 0x2365197b 0x2366197b</string>
<key>IOProbeScore</key>
<string>1000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Serial ATA</key>
<true/>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOATAFamily</key>
<string>1.5.0d1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>
<key>com.apple.kernel.iokit</key>
<string>1.1</string>
</dict>
<key>OSBundleRequired</key>
<string>Local-Root</string>
</dict>
</plist>
[ 本帖最后由 ezeerb 于 2007-7-22 13:55 编辑 ] 我再顶,修改了appleviaata还是识别不了SATA硬盘,看老贴发现据说是JAS出了,via的SATA补丁,但下载的连接已失效,没办法,有好心人提供一个吗?谢谢了
页:
[1]