we have gotten ACPI on XP working on Ryzen


https://www.win-raid.com/t4035f45-Windo … l#msg80487

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.

here

http://s000.tinyupload.com/index.php?fi … 4032457207

fixed it, compressed incorrectly.

should i reupload?

is DPBASE 10.06 the last version? or is there a more recent beta version around somewhere?

6

(4 replies, posted in Hardware)

https://s29.postimg.org/rtai3pv6v/nomousekb.pngscreen cap

any ideas for why this might be happening?

7

(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

(4 replies, posted in Hardware)

OverFlow wrote:

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

(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

Just want to clarify, have you been using a clean, unmodified, XP source for your integrations?

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!

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.

MattyUSA wrote:

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.

OK Try,

Disable QuickStream Cache.

Then reintegrate Driverpacks with a clean XP source.

If we need those registry keys in the txtsetup.oem for this IOHSATA driver to work properly will this require a setupreg.hiv edit?

PCI\VEN_8086&DEV_2929

This drivers HWID is in 12.09, use the latest version, not 11.09.

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

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?

whl0806 wrote:

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?

Do you get a BSOD with an unmodified source?

Spigul74 wrote:

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?

So you burnt your modified XP source to disc? or did you use another method?

Did you receive any BSODs?

If you would like to you can join the testing team, you can test the latest beta, which has your driver.

OK, I think we shall have to add this one in to the next beta pack.

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

Use the HWID tool under mr_smartepants' post please.

post the log it generates.

I'm not sure, I think you would run into driver conflicts.