1 2019-06-15 14:54:59
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
2 2018-10-13 23:44:39
Topic: generic storahci driver for XP? (0 replies, posted in DriverPack Mass Storage)
There is some source code for the generic storahci driver available on github -
https://github.com/Microsoft/Windows-dr … s/storahci
do you think it would be possible to take some of this code and use it to make a generic ahci driver for XP? I'm not a programmer myself, I'm just asking.
3 2017-01-02 16:48:14
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
4 2016-12-31 14:07:17
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
fixed it, compressed incorrectly.
should i reupload?
5 2016-12-31 14:04:53
Topic: is DPBASE 10.06 the last version? (1 replies, posted in Feedback and Support - DriverPacks Base)
is DPBASE 10.06 the last version? or is there a more recent beta version around somewhere?
6 2016-12-27 15:10:24
Re: XP nouse/keyboard driver reinstall? (4 replies, posted in Hardware)
any ideas for why this might be happening?
7 2016-12-25 20:18:23
Re: XP nouse/keyboard driver reinstall? (4 replies, posted in Hardware)
I can still access and use the system via remote desktop, so that should help,
just need help to reinstall the mouse and keyboard
8 2016-12-25 19:44:59
Re: XP nouse/keyboard driver reinstall? (4 replies, posted in Hardware)
I assume that we are talking about a USB keyboard and mouse?
I assume that you have not done a cold reboot. (full power off of PSU).
Did you try BIOS factory settings reset? (update?)
Some MBs allow charging of devices when the CPU is technically off. this would create a situation where USB KB and Mouse do not reset with the system. (Bios setting)
Long time no see, Welcome Back!
Happy Holidays Damnation!
Jeff
Thanks, good to be back,
Merry Christmas!
Yeah, I've tried all of these already when I installed a GTX 970 in this machine a few days ago,
The problem is limited to XP, no other OS is effected, I can reinstall XP and get mouse and keyboard back working again, but then if I boot into another OS and then come back to XP it's broken again.
any ideas?
9 2016-12-25 18:52:01
Topic: XP nouse/keyboard driver reinstall? (4 replies, posted in Hardware)
Hi all, I have not been active on these forums for a few years
I recently installed XP on my z97 machine and have managed to get all the drivers to work on it with everything working.
But I've encountered an unusual problem where if I have booted into my windows 10 install (on the same machine) but then decide to restart back into the XP install, the mouse and keyboard will no longer work, and the mouse and keyboard will be absent from device manager.
I was wondering, is there a way for me to reinstall the generic mouse and keyboard driver?
any help would be appreciated, thanks
10 2013-04-19 18:27:24
Re: Blue screen in xp installation (30 replies, posted in DriverPack Mass Storage)
Just want to clarify, have you been using a clean, unmodified, XP source for your integrations?
11 2013-04-03 22:45:43
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
I'd thought USB 3.0 support was going to be dropped for now, I wasn't expecting it to be included so soon.
Thanks!
12 2013-02-11 11:45:37
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
I Always start with a clean XP source.
I'm assuming that you have a clean source
For now, only focus on integrating Mass-storage and chipset, nothing else.
When integrating, Turn off QSC, I personally never use it
once those are successfully integrated, then do the rest.
I will restrict testing to the Dell Optiplex 3010 for now. I suspect that Dell is using the same new chip on most of their newer machines and that once resolved it’ll tackle most of the machines I need to use it on.
I googled that model, it has the H61 express chip-set.
13 2013-02-06 12:35:37
Re: [Nightlies] DP_MassStorage_wnt5_x86-32_1304-1412 - Public (294 replies, posted in DriverPack Mass Storage)
OK Try,
Disable QuickStream Cache.
Then reintegrate Driverpacks with a clean XP source.
14 2013-01-30 17:05:47
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
If we need those registry keys in the txtsetup.oem for this IOHSATA driver to work properly will this require a setupreg.hiv edit?
15 2013-01-30 06:23:59
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
PCI\VEN_8086&DEV_2929
This drivers HWID is in 12.09, use the latest version, not 11.09.
16 2013-01-29 19:50:01
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
or else maybe try with all the HWIDs in the txtsetup.oem file
ms_1_hwids="PCI\VEN_8086&DEV_880B,PCI\VEN_10DB&DEV_8021,USB\VID_03F0&PID_2001,USB\VID_054C&PID_002C,USB\VID_057B&PID_0001,USB\VID_0409&PID_0040,USB\VID_0424&PID_0FDC,USB\VID_08BD&PID_1100"
not sure what the other IDs are for but maybe they're needed
17 2013-01-29 00:09:21
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
The txtsetup.oem has some registry keys
[Config.IOHSATA]
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,MaximumSGList,REG_DWORD,32
value = Parameters\Device,NumberOfRequests,REG_DWORD,64
maybe these are essential?
18 2013-01-28 19:43:26
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
I can see "Intel PCH EG20T AHCI SATA Controller" when I installed win XP,used I burnt XP disc latest.But it can't find hard drives (... press F3 to restart etc)
did you get that with both rc1 AND rc2?
19 2013-01-26 04:44:36
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
Do you get a BSOD with an unmodified source?
no BSODs: setup stops 'cause windows can't find hard drives (... press F3 to restart etc)
obviously HDDs are ok
are you sure your drives are OK? they are powered on and connected to the controller?
20 2013-01-26 01:17:50
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
So you burnt your modified XP source to disc? or did you use another method?
Did you receive any BSODs?
21 2013-01-14 21:38:40
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
If you would like to you can join the testing team, you can test the latest beta, which has your driver.
22 2013-01-10 18:36:57
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
OK, I think we shall have to add this one in to the next beta pack.
23 2013-01-10 18:24:41
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
I think I've found a driver sys file for this
went through here
http://www.intel.com/p/en_US/embedded/h … x/software
direct link
https://edc.intel.com/Link.aspx?id=3865
it's
iohsata.sys
24 2013-01-09 21:54:38
Re: [REQ] I need to integrated my ahci driver into winxp disc (56 replies, posted in DriverPack Mass Storage)
Use the HWID tool under mr_smartepants' post please.
post the log it generates.
25 2013-01-05 07:08:02
Re: Integrate drivers to boot.wim in a Windows 7 x86/x64 AIO (5 replies, posted in Windows 7 Discussion)
I'm not sure, I think you would run into driver conflicts.