Could you please post your DPs_BASE.ini and upload the original driver that came with that motherboard? Als you could try to integrate this specific driver using nLite.
801 2006-10-07 05:21:31
Re: [SOLVED, NEEDSREPLY] VIA VT8237R: BSOD before GUI-mode-setup (7 replies, posted in DriverPack Mass Storage)
802 2006-10-07 05:19:45
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
@Bâshrat the Sneaky
You are a very patient person
Thanks Sometimes it's difficult though.... *sigh
803 2006-10-07 05:19:11
Re: [INACTIVE] DriverPacks BASE delete some useful lines in txtsetup.sif (1 replies, posted in Feedback and Support - DriverPacks Base)
Please verify that these two lines ARE present in your txtsetup.org file (which is a backup of the txtsetup.sif file).
804 2006-10-07 05:17:32
Re: [SOLVED] Do I really need to use this pack? (2 replies, posted in DriverPack Mass Storage)
You need it for: SATA, SCSI, RAID, all combinations and other exotic mass storage controllers.
805 2006-10-07 05:15:41
Re: [SOLVED] DriverPacks with AutoImage.. (7 replies, posted in Other)
Could you please post the content of your cmdlines.txt file?
And alternatively, you could indeed add it manually to your RunOnceEx.cmd file, but then you must choose 'custom' as your Finisher Method.
806 2006-10-07 05:07:10
Re: Forum quirk? (2 replies, posted in Site & Forum Issues And Feedback)
The MySQL server is acting laggy as of lately, but I do not see how that could result in double posts.
807 2006-10-07 05:04:26
Re: [SOLVED BUG #266] [Finisher] Critical error: "Could not delete element (78 replies, posted in Feedback and Support - DriverPacks Base)
Thanks.
This topic is now closed.
808 2006-10-06 16:56:03
Re: [SOLVED BUG #272] Extra "D" Directory after KTD applied (24 replies, posted in Feedback and Support - DriverPacks Base)
Actualy it explaines nothing, because NT-compression is transparant to the 'bug' in the driverpack installation ...
Well, I haven't tested it yet, but I think that command changes the permissions of that directory (and its subdirectories and files), which would cause the copy error. You're the only one with this error, and apart from that: it's useless. It would be useful however to apply that command on the %systemroot%\DriverPacks directory.
same results with latest release
I'm aware of that.
809 2006-10-06 16:52:39
Re: [SOLVED] Disable splash screen (4 replies, posted in Feedback and Support - DriverPacks Base)
Yes, since recently you can disable it, but you have to do it manually. (This question has been answered two or three times the past week... I really need that online manual system now... but it's still not ready.)
Open your DPsFnshr.ini and add the following entry to the [Settings] section:
splashScreen = false
That will disable it.
I have created a complete DriverPack extraction progress program, but in the end I found that it would simply not work, because too many things have not yet loaded at that point! Perhaps one day it will come nevertheless.
810 2006-10-06 05:56:32
Re: [INACTIVE] Found New hardware wizard (9 replies, posted in Feedback and Support - DriverPacks Base)
Did it work out?
811 2006-10-06 04:52:00
Re: [SOLVED] cannot boot from ICH7R in AHCI mode (41 replies, posted in DriverPack Mass Storage)
Warning
You will not believe this!
...
It turns out that your HWID (PCI\VEN_8086&DEV_27C0) is simply not supported by the DriverPack Sound B. That's why it's not recognized. Ok, no problem, my bad I'll fix it.... but that's not true. It's not my bad: the 5.5.0.1035 driver, of which you say that it works, simply does not support your device! From the .inf files:
iaAHCI.inf
[INTEL_HDC]
; ICH6R - 82801FR (R)
%PCI\VEN_8086&DEV_2652&CC_0106.DeviceDesc% = iaStor_Inst, PCI\VEN_8086&DEV_2652&CC_0106
; ICH6M - 82801FBM (Mobile)
%PCI\VEN_8086&DEV_2653&CC_0106.DeviceDesc% = iaStor_mobl_Inst,PCI\VEN_8086&DEV_2653&CC_0106
; ICH7R/DH - 82801GR/GH
%PCI\VEN_8086&DEV_27C1&CC_0106.DeviceDesc% = iaStor_Inst,PCI\VEN_8086&DEV_27C1&CC_0106
; ICH7M
%PCI\VEN_8086&DEV_27C5&CC_0106.DeviceDesc% = iaStor_mobl_Inst,PCI\VEN_8086&DEV_27C5&CC_0106
[INTEL_HDC.ntamd64]
; ICH6R - 82801FR (R)
%PCI\VEN_8086&DEV_2652&CC_0106.DeviceDesc% = iaStor_Inst, PCI\VEN_8086&DEV_2652&CC_0106
; ICH7R/DH - 82801GR/GH
%PCI\VEN_8086&DEV_27C1&CC_0106.DeviceDesc% = iaStor_Inst,PCI\VEN_8086&DEV_27C1&CC_0106
istor.inf
[INTEL_HDC]
; ICH7R/DH - 82801GR/GH
%PCI\VEN_8086&DEV_27C3&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_27C3&CC_0104
; ICH6R - 82801FR
%PCI\VEN_8086&DEV_2652&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_2652&CC_0104
; ICH5R - 82801ER
%PCI\VEN_8086&DEV_24DF&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_24DF&CC_0104
; ESB - 6300ESB
%PCI\VEN_8086&DEV_25B0&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_25B0&CC_0104
[INTEL_HDC.ntamd64]
; ICH7R/DH - 82801GR/GH
%PCI\VEN_8086&DEV_27C3&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_27C3&CC_0104
; ICH6R - 82801FR
%PCI\VEN_8086&DEV_2652&CC_0104.DeviceDesc% = iaStor_Inst_RAID, PCI\VEN_8086&DEV_2652&CC_0104
So my question to you is: does it also automatically install this driver in Windows? And not only if you force this driver thanks to textmode setup?
P.S.: your HWID is not referenced in the latest driver either!
812 2006-10-06 02:26:25
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
http://support.microsoft.com/default.as … ;de;330132
this solves not the problem it self ..
It was just in order to help you with tracking the exact cause. I cannot predict what's going wrong, especially because so far you are the only one with this issue. You need to narrow it down.
I'm sorry but I hope you can understand that at this point there really isn't much I can do.
813 2006-10-06 01:09:41
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
I think it's described in MSKB330132.
814 2006-10-06 01:07:48
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
I think it's described in MSKB330132.
815 2006-10-06 00:55:56
Re: [SOLVED BUG #266] [Finisher] Critical error: "Could not delete element (78 replies, posted in Feedback and Support - DriverPacks Base)
That bug has been reported somewhere else too, but it has not yet been submitted to the bugtracker. Please do so.
Note that it's a purely aesthetical bug: the paths are referenced correctly in the registry. Will be an easy fix.
816 2006-10-05 17:09:18
Re: [PROB] Seagate 320g ST3320620AS and i945P AHCI (2 replies, posted in DriverPack Mass Storage)
Yesterday some one else reported the exact same problem. There must be some kind of bug in the Intel drivers (there is no such thing as Seagate drivers, HDD's do not need drivers), then. Let's hope Intel updates its drivers soon!
817 2006-10-05 17:07:08
Re: [SOLVED] Sigmatel control panel interrupts unattended setup @T-34 (12 replies, posted in DriverPack Sound)
During the 39th minute? That's impossible. the DriverPacks Finisher is only executed during the first logon, i.e. AFTER setup. Additionally, this DPsFnshr.log shows that no exceptions were applied: after filtering the exceptions, it immediately skips to KTD, because no exceptions got through the filtering stage.
Are you sure this was at T-39 of setup? And did you perhaps automate the installation of the control panel yourself? Or is this not the correct DPsFnshr.log?
818 2006-10-05 17:04:42
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
This is the changelog of DriverPack Sound B 6.10:
Bugfix release.
- 0000266: [DriverPacks Finisher] Critical error: "Could not delete element from array" (BashratTheSneaky)
- 0000264: [translations] Portuguese (Brazil) translation added (gugutz)
- 0000263: [slipstreamer] when using method 1, a faulty directory structure is created (BashratTheSneaky)
Do you see any references to nLite or autologin? I don't think so. These really are the only changes, so please do not accuse me of 'quietly updating the software shows that you were not admitting a bug but nevertheless fixing it'. That's really not true.
I'm glad it's solved for you, but I really do not know then what caused this problem for you, if this update solves the problem.
And I don't have the slightest idea what that desktop.ini issue is, but one of the testers reported this too during the 6.09 testing phase. But that was only him. I don't have the slightest clue what could cause this.
819 2006-10-05 09:00:01
Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det (5 replies, posted in Feedback and Support - DriverPacks Base)
Ahhh RUSUPPCK.IN_, that's all I needed to know. I'll fix that in the next version. For now you can create a dummy file in the I386 directory and name it 'RVMUPPCK.INF'. I'm afraid you'll have to reslipstream your UpdatePack now though! (Not only the file has been deleted, but also the entries in dosnet.inf and txtsetup.sif).
Please submit this issue to the bugtracker!
820 2006-10-05 07:16:04
Topic: DriverPacks BASE 6.10 (2 replies, posted in News)
Changelog
Bugfix release.
- 0000266: [DriverPacks Finisher] Critical error: "Could not delete element from array" (BashratTheSneaky)
- 0000264: [translations] Portuguese (Brazil) translation added (gugutz)
- 0000263: [slipstreamer] when using method 1, a faulty directory structure is created (BashratTheSneaky)
Known issues
- [driver issue] installing onto an nForce 3/4/5 mass storage controller results in a BSOD
- [driver issue] installing onto a Sillicon Image SiI3112 SATALink/SATARAID results in a BSOD
Remarks
- none
821 2006-10-05 07:09:55
Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det (5 replies, posted in Feedback and Support - DriverPacks Base)
Apparently that's the Russian UpdatePack (thanks Google ), never heard of it before. That's why it isn't detected! Can you tell me which .inf it uses (RyanVM's: RVMUPPCK.INF, Sereby's: SEREPACK.INF)? That's all I need to know to fix this problem.
822 2006-10-05 06:52:16
Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det (5 replies, posted in Feedback and Support - DriverPacks Base)
Are you using any UpdatePacks? That hotfix will NOT be unslipstreamed if you are using an UpdatePack. Only if you have slipstreamed it using the DriverPack Sound B.
And what exact error do you get?
823 2006-10-05 06:50:01
Re: [SOLVED BUG #266] [Finisher] Critical error: "Could not delete element (78 replies, posted in Feedback and Support - DriverPacks Base)
Solved in DriverPack Sound B 6.10, which will be online in a couple of minutes.
I will leave this topic open for jtdoom's question to [dk], after that I'll close it.
824 2006-10-05 04:07:22
Re: [NEEDS REPLY] nLite 1.2b/1.0.1 + DriverPacks => autologon issue (41 replies, posted in Feedback and Support - DriverPacks Base)
I agree with RogueSpear.
Please do this:
1) start with original Windows XP installation files
2) add autologin
3) test it
4) slipstream the DriverPacks
5) test it
I'm sure that at step 5, everything will still work fine. It must be caused by something external.
825 2006-10-05 04:04:13
Re: [SOLVED BUG #266] [Finisher] Critical error: "Could not delete element (78 replies, posted in Feedback and Support - DriverPacks Base)
@fejker: did you download it BEFORE October 1, 19:30 GMT? Then it's normal. The wrong source got compiled, which includes the partially rewritten though not yet complete DriverPacks Finisher - it's not yet complete so it just doesn't work
@[dk]: you're right. The new DriverPacks Finisher works fine according to my testers so I'll be putting the new version online very soon