Everything posted by alenze
-
DriverPack Sound A V5.11.1
Hi Bâshrat, there seem to be some problems with the newly added Soundblaster PCI driver: In VMWARE, the emulated card is no longer installed (PCI\VEN_1274&DEV_1371 ...) even though after the installation a SB... dir is left over on the root level which contains the setup files for this card (actually the german setup version). "Update Driver" (search for best ...) from the control panel will install the driver (and update the multmedia cpl to partly german strings). ??
-
DriverPack MassStorage V5.10
Some entries in TXTSETUP.SIF are missing: [sourceDisksFiles] si3132r5.sys = 1,,,,,,4_,4,1,,,1,4 si3132.sys = 1,,,,,,4_,4,1,,,1,4 si3124r5.sys = 1,,,,,,4_,4,1,,,1,4 si3114.sys = 1,,,,,,4_,4,1,,,1,4 BTW: Thanks for the great work!
-
Windows xp gold
These are *really* hot news - so actually, when we strike a Volume License Deal with MS for e.g. 2000 XPPRO licenses, we are entiteled to 2000 shrink wrapped packages with CDs and little booklets etc.? Wow!
-
[Release]: TCPIP.SYS Patch RTM.2180 (100 Connec.)
@Corben: For example Promise's raid manager (PAM, Promise Array Manager)
-
Asus P4P800-E Dlx + RAID + WinXP = No HD's
You'll have to initialize the RAID drive first - use ALT-F to enter Fasttrack utility (Promise's BIOS setup SW) during system start.
-
Registry Files
And, furthermore, ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] would work much better if changed to ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001
-
Can't disable system file protection on SP2
For the hacked sfc_os.dll shouldn't it be SFCDisable = dword:00000000 SFCSettings = dword:ffffff9d That's at least what is perfectly working on our systems.
-
SFC_OS.DLL hack for XP SP2 Final
FWIW, attached is sfc_os.dl_ (German version), ready to go on the CD. sfc_os.dl_
-
fasttrak.sys couldn't be found
Create a directory "$OEM$\$$\INF" on your uA CD. Copy "fasttrak.inf" to this directory (setup will copy the contents of this dir to "systemroot\inf"). Actually, copies of all .inf files used during unattended install should be placed there. BTW: for the extensive driver parameters list credit of course goes to RyanVM - forgot to mention this, sorry.
-
fasttrak.sys couldn't be found
In dosnet.inf add: [FloppyFiles.1] d1,fasttrak.sys [Files] d1,fasttrak.sys ------------ In txtsetup.inf add: [sourceDisksFiles] fasttrak.sys = 1,,,,,,4_,4,1,,,1,4 [HardwareIdsDatabase] PCI\VEN_105A&DEV_0D30&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_1275&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_4D30&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_4D30&SUBSYS_4D32105A = "fasttrak" PCI\VEN_105A&DEV_4D30&SUBSYS_4D39105A = "fasttrak" PCI\VEN_105A&DEV_4D33&SUBSYS_4D33105A = "fasttrak" PCI\VEN_105A&DEV_4D38&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_4D38&SUBSYS_4D39105A = "fasttrak" PCI\VEN_105A&DEV_5275&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_5275&SUBSYS_1275105A = "fasttrak" PCI\VEN_105A&DEV_5275&SUBSYS_B0001458 = "fasttrak" PCI\VEN_105A&DEV_6268 = "fasttrak" PCI\VEN_105A&DEV_6268&CC_0104 = "fasttrak" PCI\VEN_105A&DEV_6269 = "fasttrak" PCI\VEN_105A&DEV_7275 = "fasttrak" PCI\VEN_105A&DEV_7275&CC_0104 = "fasttrak" [sCSI.load] fasttrak = fasttrak.sys,4 [sCSI] fasttrak = "Promise FastTrak/66/100/TX2/TX4/TX2000 Controllers" ------------ And, as already mentioned, you'll also need the compressed driver file (fasttrak.sy_) in your i386 directory.
-
fasttrak.sys couldn't be found
For the unattended install to work, the "additional" SCSI etc. drivers (.sys files) also need to be copied to your i386 directory.