好其一問,965P DS3 rev1.0/2.0/3.3 不是用 ICH8 http://www.gigabyte.com/products/product-page.aspx?pid=2424#sp

TOP

oh no
but why my mb has the enable achi function?
cws0121 發表於 2011-6-6 12:01 AM



    咁我就唔知啦,可能gigabyte個3rd party RAID controller可以enable ACHI呱。不過我再查過原來965P用既不是ICH9,而是更上代的ICH8...始終我都大耐冇見過965板了...
http://www.gigabyte.com/products/product-page.aspx?pid=2456#sp

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

本帖最後由 rkkc 於 2011-6-6 17:45 編輯
oh no
but why my mb has the enable achi function?
cws0121 發表於 2011-6-6 00:01


Intel RST driver 沒有 ICH8 的 hardware ID 2824,XP 年代網友把 ICH8 ID 加進 driver 的 iaAHCI.inf 令 Windows 可以開啟 ICH8 的 AHCI 模式,有人成功用這方法令 Win7 可以用 RST driver:
1. 下載 Intel RST 10.1.0.1008 32bit/64bit driver;

2. unzip files,用 notepad 修改 iaAHCI.inf,加下列 12, 19 兩行
  1. ; Copyright (c) 2003-10 Intel Corporation
  2. ; ****************************************************************************
  3. ; ****************************************************************************
  4. ; **    Filename:  iaAHCI.INF
  5. ; **    Revision:  Version 10.1.0.1008
  6. ; **    Date:      11/6/2010
  7. ; **    Abstract:  Windows* INF File for Intel(R) Rapid Storage Technology Driver
  8. ; ****************************************************************************
  9. :
  10. :
  11. [INTEL_HDC.ntx86]     /* 64-bit 是 ntamd64 */
  12. %PCI\VEN_8086&DEV_2824&CC_0106.DeviceDesc% = iaStor_Install, PCI\VEN_8086&DEV_2824&CC_0106
  13. :
  14. :
  15. [Strings]
  16. ;Localizable
  17. DiskName                                    = "Intel Rapid Storage Technology Driver"
  18. *PNP0600.DeviceDesc                         = "Intel AHCI Controller"
  19. PCI\VEN_8086&DEV_2824&CC_0106.DeviceDesc    = "Intel(R) ICH8 SATA AHCI Controller"
複製代碼
3. 裝置管理員/Device Manager->IDE,[right-click] Microsoft Standard SATA AHCI 1.0->更新驅動程式->瀏覽電腦.../Browse my computer...->讓我選取.../Let me pick from a list...->從磁碟/Have Disk,指去 unzipped driver folder,選 Intel(R) ICH8 SATA AHCI...->下一步->同意更新...

# 確定 BIOS 是 F7 或以上,第一個 SATA controller 是 AHCI mode,第二個 onboard SATA 是 IDE mode,HDD 接在橙色 SATA port;

## 如果不能 boot 機,把 HDD 接去紫色 SATA port,回到 Windows 時 uninstall Intel ICH8 SATA driver,再作打算。

TOP