AOA Forums AOA Forums AOA Forums Folding For Team 45 AOA Files Home Front Page Become an AOA Subscriber! UserCP Calendar Memberlist FAQ Search Forum Home


Go Back   AOA Forums > Software > OS, Software, Firmware, and BIOS


Reply
 
LinkBack Thread Tools Rate Thread
  #1 (permalink)  
Old 17th December, 2003, 11:40 PM
EFF EFF is offline
Member
 
Join Date: February 2003
Location: Sussex, UK
Posts: 27

WinXP SATA Driver Install

Hi,

I purchased an SATA hard-drive and a controller card. I've installed everything fine but the problem is when I install Win XP. When I run set-up I press F6 to install third party drivers but the problem I have is that I dont have a floppy drive installed (I have a CD Drive). I really cant believe that the only way to install the drivers is to have a floppy drive as the set-up does not seem to want to look elsewhere for them.

The drivers supplied are on a CD as well.

There must be a way around this and I'm hoping someone out there can help me.

Many thanks
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 3rd January, 2004, 08:24 PM
cloasters's Avatar
Asst. BBS Administrator
 
Join Date: September 2001
Location: Location, Location
Posts: 21,956

Little help, please?
__________________
When the world will be better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 3rd January, 2004, 10:55 PM
danrok's Avatar
AOA Staff
 
Join Date: March 2003
Location: Great Britain
Posts: 18,917

I have no experience of this myself, but I did read a thread somewhere which outlined the same problem. In this case the guy was going to burn a copy of his XP install disk with the SATA drivers added to the new copy.
__________________
Desktop PC: AMD FX-8370E / Asus M5A99X Evo R2.0 Motherboard / 16GB DDR3 RAM / GeForce GTX 970
AOA Team fah
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 4th January, 2004, 12:28 AM
Chief Systems Administrator
 
Join Date: September 2001
Location: Europe
Posts: 13,075

As Danrok suggests there's two ways of doing it. The easy way is to get a floppy! (It's also the only way to recover from a BIOS with only a boot block intact short of replacing the BIOS chip.)

The hard way is to go through the unattended installation mechanism and use the OEM mechanism to insert the driver into the unattended installation.
__________________
Any views, thoughts and opinions are entirely my own. They don't necessarily represent those of my employer (BlackBerry).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 30th August, 2004, 12:15 AM
5|*42's Avatar
Member
 
Join Date: August 2004
Location: Columbus, Ohio
Posts: 239
Send a message via AIM to 5|*42 Send a message via MSN to 5|*42

your motherboard should come with a disk that has drivers etc. on it. try to find the sata one. u can also check on ur mobo website for drivers, which is what i did to fix the same problem u have (i had a soyo k8usa).
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 30th August, 2004, 02:35 AM
mookydooky's Avatar
AOA Staff
 
Join Date: December 2001
Location: Everywhere you want to be.
Posts: 7,903
Send a message via MSN to mookydooky

Loading Si3112 drivers into a WinXP disk.

Take a look at this thread and read the basics on the unattended install:

Get Windows XP to install ITSELF!!! Unattended instal

1) In the I386 folder, find the file txtsetup.sif. Open it with Notepad.

2) Add the following lines somewhere before the end.

[SourceDisksFiles]
si3112.sys = 1,,,,,,3_,4,1

[HardwareIdsDatabase]
PCI\VEN_1095&DEV_3112&SUBSYS_31121095 = "Si3112"
PCI\VEN_1095&DEV_3112&SUBSYS_34238086 = "Si3112"
PCI\VEN_1095&DEV_3112&SUBSYS_311215D9 = "Si3112"
PCI\VEN_1095&DEV_3112&SUBSYS_B0021458 = "Si3112"
PCI\VEN_1095&DEV_3112&SUBSYS_01661028 = "Si3112"
PCI\VEN_1095&DEV_3112&SUBSYS_82141033 = "Si3112"
PCI\VEN_1095&DEV_3512&SUBSYS_35121095 = "Si3112"
PCI\VEN_1095&DEV_3512&SUBSYS_01661028 = "Si3112"

[SCSI.load]
si3112 = si3112.sys,4

[SCSI]
si3112 = "Silicon Image Si 3112 SATA"

3) Create the following folders:

C:\WinXPSP2\$OEM$\$1\Drivers\SI3112

4) Copy the drivers into the folder you just created.

5) Open the winnt.sif file with notepad and add and or change the following under [Unattended]:

[Unattended]
OemPreinstall=Yes
OemPnPDriversPath="Drivers\SI3112"

6) Use the "Run" command from the Start Menu to run the following:

MAKECAB C:\WinXPSP2\$OEM$\$1\DRIVERS\SI3112\SI3112.SYS C:\WinXPSP2\i386\SI3112.SY_

7) Check the I386 folder to make sure you see the "SI3112.SY_" file.

8) Burn the disk.

If you did it correctly, WinXP should recognize the SATA drive without having to hit F6 and load drivers.

No. 2 of the above is thanks to Green Machine

EDIT: BTW, this isn't very difficult at all. Once you have the unattended install files all set up, adding small elements takes a couple of minutes at most. For example, you can add drivers for your NIC or chipset or other things into the C:\WinXPSP2\$OEM$\$1\Drivers folder. Then you just add the path to the drivers at the OemPnPDriversPath="Path to drivers;Path to drivers;Path to drivers" line seperated by semicolons and between the quotation marks. Then another couple of minutes to burn either the CD or DVD.

EDIT2: Steps 2, 6, and 7 are only required for drivers that are needed during the disk recognition phase. For all other drivers, ie. NIC drivers, you only need to stick them in a seperate folder in C:\WinXPSP2\$OEM$\$1\Drivers. Then you specify the path as noted in the above EDIT. For example, I extracted all the drivers from the nForce package with WinZIP. Then I copied the individual driver folders directly to C:\WinXPSP2\$OEM$\$1\Drivers\nForce. Finally, I listed all the paths at the OemPnPDriversPath="Path to drivers;Path to drivers;Path to drivers" line. In the end, mine looked like:

OemPnPDriversPath="C:\WinXPSP2\$OEM$\$1\Drivers\SI 3112;C:\WinXPSP2\$OEM$\$1\Drivers\nForce\AudioDrv; C:\WinXPSP2\$OEM$\$1\Drivers\nForce\Ethernet;C:\Wi nXPSP2\$OEM$\$1\Drivers\nForce\GART;C:\WinXPSP2\$O EM$\$1\Drivers\nForce\IDE;C:\WinXPSP2\$OEM$\$1\Dri vers\nForce\MemCtl;C:\WinXPSP2\$OEM$\$1\Drivers\nF orce\SMBus"
__________________
Need a laugh? Take a peek at
AOA's Mookydooky's "Just for laughs!" Joke Topic


AOA Team fah

我喜欢大屁股, 我不能骗你..... 他们弟兄不能否认......

Last edited by mookydooky; 31st August, 2004 at 01:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 30th August, 2004, 02:52 AM
mookydooky's Avatar
AOA Staff
 
Join Date: December 2001
Location: Everywhere you want to be.
Posts: 7,903
Send a message via MSN to mookydooky

OMG!!! I just posted in a thread from last Dec.
__________________
Need a laugh? Take a peek at
AOA's Mookydooky's "Just for laughs!" Joke Topic


AOA Team fah

我喜欢大屁股, 我不能骗你..... 他们弟兄不能否认......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
nForce3 64Bit SATA RAID Driver (winxp x64), K8n neo2 platinum SATA RAID DRIVERS enforcex64guru 64 Bit computing 6 2nd May, 2007 02:15 PM
Cannot install winXP on new 8KDA3J dreIU EPoX MotherBoards 5 13th August, 2004 07:34 PM
Promise sata driver + driver page down? Dizzee 64 Bit computing 6 2nd May, 2004 10:56 AM
How to install usb2 driver for winxp ? bigbear EPoX MotherBoards 4 26th December, 2002 11:21 PM
WinXP Driver Update- Nvidia Corporation Media Driver Version 5.10.2906.0 Pablo Escobar EPoX MotherBoards 1 9th December, 2002 08:47 PM


All times are GMT +1. The time now is 03:32 PM.


Copyright ©2001 - 2023, AOA Forums
Don't Click Here Don't Click Here Either

Search Engine Friendly URLs by vBSEO 3.3.0