Jump to content

AMD 64 Si3114 changed to Network install


lokiloki2

Recommended Posts

Issue with Text Mode through Network install, files are already copied locally through /makelocalsource.

I gave up on the CD install, my network install works until it reads my txtsetup.oem, successfully loads all driver files but says that txtsetup.oem has errors on line, 50 which is

Line 50;

value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5"

I removed this line and tried again, this time it was line 40.

Then I noticed that both drivers use the same filename, how can I remove the IA64 driver, I already tried removing all referances to the IA64 driver but Windows did not like this file after these mods.

I remember reading something about changing the lines at the end of disk1 and disk2 for FAT32 or NTFS but I can't find it.

; This file installs the SiI 3114 non-RAID serial ATA driver as part of text
; mode setup on 64-bit versions of Windows XP and Windows Server 2003.
;
; Copyright (C) 2003 - 2005 by Silicon Image, Inc.
; All rights reserved


[Disks]
disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",\ia64\Si3114.inf,\ia64
disk2 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",\amd64\Si3114.inf,\amd64


[Defaults]
SCSI = Si3114_AMD64


[SCSI] ; HwComponent section
Si3114_AMD64 = "Silicon Image SiI 3114 SATALink Controller (64-bit Extended)"
Si3114_IA64 = "Silicon Image SiI 3114 SATALink Controller (Itanium)"


[Files.SCSI.Si3114_AMD64]
driver = disk2,si3114.sys, Si3114
driver = disk2,SiWinAcc.sys, SiFilter
inf = disk2,SI3114.inf
dll = disk2,SilSupp.cpl
catalog = disk2, Si3114.cat


[Files.SCSI.Si3114_IA64]
driver = disk1,si3114.sys, Si3114
driver = disk1,SiWinAcc.sys, SiFilter
inf = disk1,SI3114.inf
dll = disk1,SilSupp.cpl
catalog = disk1, Si3114.cat


[HardwareIds.SCSI.Si3114_AMD64]
id = "PCI\VEN_1095&DEV_3114&SUBSYS_31141095", "Si3114"
Line 40 id = "PCI\VEN_1095&DEV_3114&SUBSYS_288610F1", "Si3114"

[HardwareIds.SCSI.Si3114_IA64]
id = "PCI\VEN_1095&DEV_3114&SUBSYS_31141095", "Si3114"
id = "PCI\VEN_1095&DEV_3114&SUBSYS_288610F1", "Si3114"


[Config.Si3114]
value = Parameters\PnpInterface, "5", REG_DWORD, 1
value = ProblemDevices, "", REG_SZ, ""
value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5"

Thanks for any help you can give.

Edited by lokiloki2
Link to comment
Share on other sites


Did you also edit hivesys.inf? Of course you'll have to remove the r, I was using RAID.

Hivesys.inf

HKLM,"SYSTEM\CurrentControlSet\Services\ACPIEC","Type",0x00010001,1

HKLM,"SYSTEM\CurrentControlSet\Services\si3114r\Parameters",,0x00000012
HKLM,"SYSTEM\CurrentControlSet\Services\si3114r\Parameters\PnpInterface","5",0x00010003,1

HKLM,"SYSTEM\CurrentControlSet\Services\adpu160m","ErrorControl",0x00010003,1
HKLM,"SYSTEM\CurrentControlSet\Services\adpu160m","Group",0x00000002,"SCSI miniport"

When you PMed me I didn't realize you were talking about a 64bit OS. I'm not running

a 64bit OS at the moment. But I remember having to edit both . This was with XP64

on a Asus K8N-E Delux

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...