Jump to content

Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware


Recommended Posts


Posted

@reboot12

You need the full symbol package, because the update version contains only the XP SP3 symbols,

that are added for XP SP3 from 2008 until 2014

Dietmar

Posted (edited)

@Dietmar

OK, ectracted symbols:
extract-symbols.png

I set path in WinDbg but file not found ???
 

Waiting to reconnect...
Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 10:42:24.093 2026 (UTC + 1:00)), ptr64 FALSE
Kernel Debugger connection established.

************* Symbol Path validation summary **************
Response                         Time (ms)     Location
OK                                             C:\symbols
Symbol search path is: C:\symbols
Executable search path is: 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntkrpamp.exe - 
Windows XP Kernel Version 2600 MP (1 procs) Free x86 compatible
Built by: 2600.xpsp_sp2_rtm.040803-2158

 

Edited by reboot12
Posted (edited)

@reboot12

Tippe in Windbg in KD:

.sympath C:\symbols
.reload

After this type in KD

.sympath /v

and then

!sym noisy
.reload /f

Dietmar

 

EDIT: For the i219: Make a folder C:\i219

and copy the i219.pdb from v5 into it.

Use only this V5 version of i219.sys

Type then in KD

.sympath+ C:\i219
.reload

then in Kd

.sympath /v

 

Then at each Windbg setting for testing something with the i219.sys type in KD

!sym noisy
.reload /f
sxe ld:i219
sxe ud:i219
g
.reload /f i219.sys
lm m i219


This you have to do, because it is not possible in Windbg to add a *.pdb to a driver,

that is not already loaded. Oh my, this makes me headache to figure this out

Dietmar

 

 

 

 

 

Edited by Dietmar
Posted

@reboot12

This is not an error. It is a breakpoint from XP.

From there you have to continue in KD with

g

Dietmar

PS: Make an extra line in boot.ini

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /debug /debugport=com1 /baudrate=115200 /break

 

because then you can always choose, if you want debug or normal XP start.

 

Posted

@Dietmar

WinDbg serach pdb files in c:\symbols\symbols\sys
 

agp440                 PDB not found : c:\symbols\symbols\sys\agp440.pdb
				Unable to locate the .pdb file in this location

I don't have a symbols subdirectory, I only have files eula.txt, qfenum.txt, symbols.cab, symbols.cat, symbols.exe and symbols.inf in c:\symbols

extract-symbols.png

Posted
1 hour ago, Dietmar said:

Do you have the original Symbols for XP SP3, NOT the debug version?

WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe

First unpack them to a folder  C:\symbols

Do not choose another name or other path.

Ahhhhhhh, you misled me !!! Not extract only simply install selecting path c:\symbols

 

Posted (edited)

Here is version 2 of the driver RTL8125 for XP SP3.

May be it works also on Realtek/Killer E3000 2.5GbE and Dragon 2.5GB.

This version now counts all packages correct.

Please test and tell me results

Dietmar

 

 

Edited by Dietmar

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...