Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

@Dietmar

I have only WindowsXP-KB936929-SP3-x86-symbols-update-ENU.exe 164 MB and others amd64:
my-symbols.png

Edited by reboot12

@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

@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

@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

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

 

@reboot12

It is crazy from Microsoft to put the correct path to symbols.

But it is training, HOW crazy it is to work with Windbg

Dietmar

@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

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

 

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.