MSFN Forum: Integration of AMD / ATI SB7XX textmode RAID / AHCI drivers on an XP - MSFN Forum

Jump to content


If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
  • 14 Pages +
  • « First
  • 10
  • 11
  • 12
  • 13
  • 14
  • You cannot start a new topic
  • You cannot reply to this topic

Integration of AMD / ATI SB7XX textmode RAID / AHCI drivers on an XP Rate Topic: -----

#221 User is offline   bmwk75 

  • Group: Members
  • Posts: 5
  • Joined: 03-March 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 09 March 2012 - 04:23 AM

View Postcdob, on 08 March 2012 - 04:03 PM, said:

View Postbmwk75, on 07 March 2012 - 04:54 AM, said:

The installation of Windows 7 with bios setting Sata1-6 AHCI, Sata 5-6 IDE; or Sata 1-6 AHCI went all right. After boot the drives were recognised and installed. The program CrystalDiskInfo showed all drives and their temperature.

Did you add AMD AHCI drivers to Windows 7?
Windows default driver msahci.sys does transfer S.M.A.R.T data.

Quote

For XP I tried the installation of the AHCI drivers ... AMD AHCI Driver V3.2.1540.35
However; CrystalDiskInfo doesn’t show disks and their temperature

Driver ahcix86.sys 3.1.1540.127 dosn't transfer S.M.A.R.T data.
http://sourceforge.n...msg_id=27817123
No idea about V3.2.1540.35



Sorry for not answering your question

For Windows 7 I used no extra AMD drivers; so the drivers are 7 drivers.


#222 User is offline   bmwk75 

  • Group: Members
  • Posts: 5
  • Joined: 03-March 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 09 March 2012 - 04:29 AM

View PostFernando 1, on 09 March 2012 - 04:05 AM, said:

@ bmwk75:
I repeat tcdob's earlier question, which you didn't answer yet:
Which AHCI driver (the in-box msahci.sys or the AMD one) do/did you use while running Windows 7?

View Postbmwk75, on 09 March 2012 - 02:47 AM, said:

dstk suggested driver V3.3.1540.26, which I couldn’t find.
See below.

Quote

Cdob says that some drivers do not transfer SMART data.
Is a workaround possible (fernando1)?
Obviously none of the AMD AHCI/RAID drivers do support the S.M.A.R.T. data while running Windows XP. If this should be true, there is no workaround. At least it will be your decision, if you want a better performance (running the SATA Controllers in AHCI mode, but without S.M.A.R.T. data) or a continuous monitoring of the hdd S.M.A.R.T. values.

@ all:
Here are the requested download links to the newest 32/64bit AMD SBxxx textmode drivers dated 11/17/2011, which have been modified by me yesterday to make them usable with (hopefully) all AMD Southbridges from SB6xx up:
>32bit AMD SBxxx textmode driver v3.3.1540.26 for Windows XP mod by Fernando<
>64bit AMD SBxxx textmode driver v3.3.1540.26 for Windows XP x64 mod by Fernando<

Good luck!

Regards
Fernando



Thank you for your help Fernando. I give a thought.

#223 User is offline   dstk 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 03-September 07

Posted 09 March 2012 - 07:12 PM

Thanks Fernando. I try to tell the result. ;)

#224 User is offline   yescool2002 

  • Group: Members
  • Posts: 2
  • Joined: 02-April 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 02 April 2012 - 01:14 PM

I used this .REG

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#VEN_1002&DEV_4391]
"Service"="ahcix86"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ahcix86]
"Type"=dword:00000001
"Start"=dword:00000000
"Group"="SCSI miniport"
"ErrorControl"=dword:00000001
"ImagePath"="system32\\drivers\\ahcix86.sys"
"tag"=dword:00000019
"DisplayName"="ATI AHCI Compatible RAID Controller"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ahcix86\Parameters\PnpInterface]
"5"=dword:0x00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ahcix86\Settings\CAM]
"EnableALPEDisableHotplug"=dword:0
"EnableCCC"=dword:1
"CCCTimeoutValue"=dword:10
"CCCCompletionValue"=dword:32
"NCQEnableDiskIDBits"=dword:0
"EnableHIPM"=dword:0
"EnableDIPM"=dword:0

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ahcix86\Enum]
"0"="PCI\\VEN_1002&DEV_4391&SUBSYS_B0021458&REV_00\\3&61aaa01&0&88"
"Count"=dword:00000001
"NextInstance"=dword:00000001

and copied the AHCI drivers that I got from ASUS.com to the system32/drivers folder, reboot, changed the BIOS SETUP to AHCI and got it working
So no need to slisptream on my XP32 system on my ASUS M3A78-EM, just added that to REG and the official drivers to system32/drivers

#225 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,710
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 02 April 2012 - 02:52 PM

Welcome to MSFN.
It is a known approach (see post #9 on page 1), I've done it too and I'm happy to know it worked for you. It would be nice if you could upload the .reg file, as copying from the forum post sometimes messes with the lines and spaces. I also see additional options in this code that can be discussed.

Edit: this http://www.askvg.com...alling-windows/ is the general principle
Cheers

This post has been edited by Sp0iLedBrAt: 02 April 2012 - 02:56 PM


#226 User is offline   yescool2002 

  • Group: Members
  • Posts: 2
  • Joined: 02-April 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 02 April 2012 - 02:55 PM

Hello
Let´s see if this works

Attached File(s)

  • Attached File  ahci.reg (2.1K)
    Number of downloads: 12


#227 User is offline   pizzabiere 

  • Group: Members
  • Posts: 1
  • Joined: 17-June 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 17 June 2012 - 02:04 PM

Installation on an existing XP worked well for me :thumbup
Thank you guys for your fantastic work and especially to Fernando, you saved me hours and headaches !
It's incredible that AMD doesn't provide any packaged driver.

I'm using Windows XP pro 32b
My motherbard is a Asus M4A785TD-M EVO
785G chipset
SB710 southbridge

I changed SATA configuration first controller to AHCI
and second stayed EDI for my cdrom drive that doesn't like AHCI, as far as I know

After first reboot after changing bios, windows said there is a new PCI device hardware, then I chose manually the "unknown manufacturer" one.
It's a bit disturbing, because everything seems to work fine, so one doesn't understand why it's asking to select driver.

After a quick bench, it looks slightly faster than EDI.

Thanks

Antonio

This post has been edited by pizzabiere: 17 June 2012 - 02:07 PM


#228 User is offline   swaaye 

  • Group: Members
  • Posts: 2
  • Joined: 05-August 12
  • OS:none specified
  • Country: Country Flag

Posted 05 August 2012 - 07:53 AM

Fernando, I want to report in with success using your AMD SBxxx v3.3.1540.26 pack to enable AHCI on my HP DV2 notebook with SB600. I slipstreamed it into XP Pro SP3. This notebook actually ships locked into Legacy IDE mode (no BIOS option) but I've discovered that installing AMD AHCI/RAID driver bypasses the BIOS settings. Linux does this too.

Also as you can see RAIDXpert util allows configuration and displays information.

Posted Image
Posted Image Posted Image

BTW I am also grateful for your nForce efforts. :)

This post has been edited by swaaye: 05 August 2012 - 07:58 AM


#229 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 05 August 2012 - 10:03 AM

@ swaaye:
Welcome at MSFN Forum!

View Postswaaye, on 05 August 2012 - 07:53 AM, said:

I want to report in with success using your AMD SBxxx v3.3.1540.26 pack to enable AHCI on my HP DV2 notebook with SB600. I slipstreamed it into XP Pro SP3. This notebook actually ships locked into Legacy IDE mode (no BIOS option) but I've discovered that installing AMD AHCI/RAID driver bypasses the BIOS settings.
This is very good news for me and for all users with an AMD SB600 system.
Thank you very much for your important feedback!

Regards
Fernando

#230 User is offline   swaaye 

  • Group: Members
  • Posts: 2
  • Joined: 05-August 12
  • OS:none specified
  • Country: Country Flag

Posted 07 August 2012 - 12:50 PM

Fernando,

Do you have a AMD AHCI/RAID driver pack for Vista/7 that has the Device ID for SB600?

This post has been edited by swaaye: 07 August 2012 - 12:50 PM


#231 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 07 August 2012 - 01:19 PM

View Postswaaye, on 07 August 2012 - 12:50 PM, said:

Do you have a AMD AHCI/RAID driver pack for Vista/7 that has the Device ID for SB600?
No, I don't have such driverpack ready, but it would not be a big problem for me to build it.
I am not sure, that it will work, because Vista and Win7 need another kind of AHCI AHCI driver (amd_sata.sys) than XP (ahcix86.sys). Nevertheless I would modify the associated INF file for you, if you want to try it. Which Vista/Win7 version are you running (32bit or 64bit)?
Have you already tried to use the modded XP driver pack under Vista or Win7?
Generally you have to force the installation from within the Device Manager (right click onto the AHCI Controller > "Update Driver Software" > "Browse my computer ...." > "Let me pick ...." > "Have Disk" > point to the INF file of the modded driverpack).

By the way: This discussion is totally off-topic. You should better write me a PM.

Regards
Fernando

This post has been edited by Fernando 1: 07 August 2012 - 01:20 PM


#232 User is offline   crixus 

  • Group: Members
  • Posts: 1
  • Joined: 29-August 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 29 August 2012 - 09:42 AM

thanks fernando i have add more id for my notebook :D in txt..oem and ahci...inf and instaled windows xp successfully!!

#233 User is offline   bun 

  • Group: Members
  • Posts: 5
  • Joined: 11-September 12
  • OS:none specified
  • Country: Country Flag

Posted 19 September 2012 - 03:43 AM

hello
the latest amd chipset driver pkg v12.8 has amd_sata.sys instead of ahcix86.sys
is that the correct file to integrate with nlite? the os is xp32 sp3 vlk
i've tested on on VirtualBox only to find an err during text mode setup, saying amd_sata.sys couldn't be found
i checked in the xp source for the files, all sata driver files from the amd chipset driver pkg (from folder SB7xx/AHCI_svr/XP) do exist
so what's the problem?

thx

#234 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 19 September 2012 - 04:45 AM

@ bun:
Welcome at MSFN Forum!

View Postbun, on 19 September 2012 - 03:43 AM, said:

the latest amd chipset driver pkg v12.8 has amd_sata.sys instead of ahcix86.sys
is that the correct file to integrate with nlite? the os is xp32 sp3 vlk
No, the AHCI drivers named amd_sata.sys cannot be used with Windows XP. The SB7xx AHCI driver you found within the AMD Chipset driver package 12-8 only supports Windows Server 2003 (= NTx86.5.2) and not Windows XP (=NTx86.5.1)
The driver folder is named "AHCI_svr" and that means, that it is just for Server Operating systems.
You should integrate the 32bit driver, which is linked within this thread.

Regards
Fernando

@ all:
Here are the links to the latest 32/64bit AMD AHCI/RAID drivers dated 12/29/2011, which have been modified by me to make them usable with all southbridges from SB6xx up:
>32bit AMD SBxxx Textmode Driver v3.3.1540.29 for XP mod by Fernando<
>64bit AMD SBxxx Textmode Driver v3.3.1540.29 for XPx64 mod by Fernando<

Good luck!
Fernando

This post has been edited by Fernando 1: 19 September 2012 - 05:06 AM


#235 User is offline   bun 

  • Group: Members
  • Posts: 5
  • Joined: 11-September 12
  • OS:none specified
  • Country: Country Flag

Posted 19 September 2012 - 08:56 AM

ouch, that's what 'svr' means :)
i've tested your files, it works. thx

btw, i figured amd ahci drivers are included in raid drivers, maybe just because raid does use ahci
but why amd doesn't include txtsetup.oem for sb6xx & sb7xx, only for sb8xx? and how did you figure out the hardware id in your txtsetup.oem?

thx

This post has been edited by bun: 19 September 2012 - 08:57 AM


#236 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 19 September 2012 - 12:02 PM

View Postbun, on 19 September 2012 - 08:56 AM, said:

btw, i figured amd ahci drivers are included in raid drivers, maybe just because raid does use ahci
Yes, the driver is an AHCI one, but it seems to be managed by the AMD RAID Controller.

bun said:

but why amd doesn't include txtsetup.oem for sb6xx & sb7xx, only for sb8xx?
You should better ask AMD, but not me.
Same thing: Why does AMD offer AHCI drivers for Windows XP within their AMD Chipset Driverpacks 12-8, although these AHCI drivers cannot be used with Windows XP?

bun said:

and how did you figure out the hardware id in your txtsetup.oem?
I took them from the ahcix86.inf files of the SB6xx and SB7xx drivers.

#237 User is offline   bun 

  • Group: Members
  • Posts: 5
  • Joined: 11-September 12
  • OS:none specified
  • Country: Country Flag

Posted 19 September 2012 - 07:22 PM

View PostFernando 1, on 19 September 2012 - 12:02 PM, said:

Same thing: Why does AMD offer AHCI drivers for Windows XP within their AMD Chipset Driverpacks 12-8, although these AHCI drivers cannot be used with Windows XP?

right, the folder named 'xp' in the achi path was what convinced me

one last thing fernando, i'm interested in your opinion on this issue of amd ahci driver being inferior to vista & later driver in term of performance
i know it's off-topic, i won't prolong it

thx

#238 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 20 September 2012 - 12:49 AM

View Postbun, on 19 September 2012 - 07:22 PM, said:

one last thing fernando, i'm interested in your opinion on this issue of amd ahci driver being inferior to vista & later driver in term of performance
Simple answer: As all other chipset manufacturers AMD doesn't care much about outdated chipsets and old Operating Systems.

#239 User is offline   login123 

  • Group: Members
  • Posts: 5
  • Joined: 26-October 12
  • OS:none specified
  • Country: Country Flag

Posted 28 October 2012 - 07:20 PM

Hi. I have an HP p7-1235 desktop. Win 7 installed by HP on a 1 tb SATA drive. The specs are attached.
I have been trying to get it to dual boot windows XP 32 bit from a separate 1 tb SATA hard drive.

Have made several nLite ISOs. One of them gets as far as the blue screen in this picture.
Posted Image

Have not a clue what to do next. :blink: Brain is rapidly turning to mush.

I have been slipstreaming drivers from this site: http://support.amd.c..._windows.aspx#4 ... same drivers as here I think: http://sites.amd.com...ed_xp-32.aspx#2 .

The last session ini is attached.

Fernando 1, will the last set of modded drivers you posted work for this purpose?
Also, to install win xp to the new HDD, should I start the computer in IDE or AHCI mode? From reading some of the previous posts in this topic, it seems that AHCI mode is the way to go, but I'm not sure. The choices are IDE, AHCI and RAID.

Thanks much for any help you can offer.

Attached File(s)


This post has been edited by login123: 29 October 2012 - 03:03 AM


#240 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,710
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 October 2012 - 03:55 AM

ahcix86.inf, ahcix86.cat, ahcix86.sys, txtsetup.oem, ahcix86.

These are the names of the files (drivers) that you need in order to install AMD AHCI on Windows XP. (look at post #234 and check the contents of the package). Unfortunately, I don't see ahcix86.inf in your Last Session.ini; I see amdhub30.inf and amdxhc.inf which are (if I'm not mistaken) USB 3.0 drivers, so that's probably the reason for failing.

So, download the package a few posts up, unpack it and integrate it into nLite (in textmode). That should do the trick. And yes, change the BIOS settings to AHCI.

Cheers

Share this topic:


  • 14 Pages +
  • « First
  • 10
  • 11
  • 12
  • 13
  • 14
  • You cannot start a new topic
  • You cannot reply to this topic

5 User(s) are reading this topic
0 members, 5 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy