Jump to content

reboot12

Member
  • Posts

    826
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. @Dietmar OK, this is last log today: https://pastebin.com/sg00Nmtr I've had enough for today - I'll be back tomorrow.
  2. @Dietmar After installing the i219 driver, I always set a static IP. The DHCP client service is disabled because if WinXP does not receive an IP from DHCP, it takes a long time to start, and if it has a static one, it starts almost immediately. So I don't know if your DHCP commands will be useful for anything. i219DHCP driver not work
  3. @Dietmar But way I need make reload before your command .reload /f i219.sys lm m i219 and you next command is one more time same command: .reload /f i219.sys I think is this is not nedded twice.
  4. @Dietmar I copy and paste each line into WinDbg and hit enter - it's very tiring. Can it be somehow speed up or automated? Honestly, I don't want to enter so many lines of data into WinDbg every time Before each use of new commands, I turn off the computer with i219 and close WinDbg, now I run WinDbg and then boot PC with i219 in debug mode
  5. OK, maybe you right. To test your command I always do it before - is this needed? !sym noisy .reload /f sxe ld:i219 sxe ud:i219 g .reload /f i219.sys lm m i219 your new commands
  6. @Dietmar We should move to WebChat because we're cluttering up the forum - they're going to block us or something. https://www.upload.ee/files/19106406/i219_dhcp_trace3_0f9c_2026-02-24_14-56-16-439.log.html go to WebChat: https://webchat.quakenet.org/?channels=i219
  7. @Dietmar https://www.upload.ee/files/19106349/i219_dhcp_next_0b3c_2026-02-24_14-31-01-126.log.html
  8. @Dietmar https://www.upload.ee/files/19106304/i219_nextsteps_0bc0_2026-02-24_14-11-20-751.log.html
  9. @Dietmar Realtek driver 2018 work but only if reboot PC. disable then enable in device manager not help - need restart after install. https://pastebin.com/bdWaG7Qq NOPowersaving version - still not work. I think this is not power problem. I think that the problem is the bad connection speed - always 1 Gbps and should be 100 Mbps because my old router works only in 100 Mbps In WinDbg I see Link 100 Mbps: I219IndicateMediaState vs7_3_6gR_irq: LinkState -> DOWN 100Mb HD I219LinkFromStatus I219IndicateMediaState vs7_3_6gR_irq: LinkState -> UP 100Mb FD but in Windows connection status is still 1.0 Gbps On Dell Wyse Realtek card is GBE but works at 100 Mbps
  10. No, network work OK even if option power save is select:
  11. @Dietmar https://www.upload.ee/files/19106032/i219_kollege_kd_0b1c_2026-02-24_12-58-28-751.log.html Where I need disable this ???
  12. But in your drivers no Power Management Tab for change settings
  13. @Dietmar OK, I make WinDbg commands: https://www.upload.ee/files/19105963/i219_kd_09d8_2026-02-24_12-25-59-595.log.html My motherboard is industrial Advantech AIMB-786 REV:A1 19A1078602-01, BIOS AMI UEFI V5.00
  14. @Dietmar I had exactly same problem (0 sent / 0 received) with other integrated NIC 1 Gb card Realtek Dev 8168 on Dell Wyse 5070 (GeminiLake CPU) when I using old driver 5.824.0107.2014 https://forums.mydigitallife.net/threads/winxp-64-bit-on-a-modern-pc-iso-boot-wim-install-wim.88435/page-9#post-1884898 To solve the problem, it was enough to change the driver to the newer 5.836.125.2018 https://forums.mydigitallife.net/threads/winxp-64-bit-on-a-modern-pc-iso-boot-wim-install-wim.88435/page-9#post-1885400 I wanted to see the differences in WinDbg, but unfortunately, even though I have a COM port in Dell Wyse, debugging does not work
  15. @Dietmar WinDbg looks for symbols in several locations e.g. for .dll file: DBGHELP: c:\symbols\halmacpi.pdb - file not found DBGHELP: c:\symbols\dll\halmacpi.pdb - mismatched pdb DBGHELP: c:\symbols\symbols\dll\halmacpi.pdb - file not found direct in c:\symbols in subdirectory c:\symbols\dll - found but mismatched because I use modded hal.dll in subdirectory c:\symbols\symbols\dll I tried install symbols in c:\symbols\symbols but then WinDbg search files in subdirectory: c:\symbols\symbols\symbols\ I think I'm doing well now. You need to install symbols such as the system you are debugging, so if the SP2 system is the symbols for SP2, if the SP3 system is the symbols for SP3, etc.
  16. I debug WinXP SP2 so I need install WindowsXP-KB835935-SP2-slp-Symbols.exe instead WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe Now WinDbg find all .pdb files except those for custom drivers: ************* Symbol Loading Error Summary ************** Module name Error ACPI PDB not found : c:\symbols\symbols\sys\acpi.pdb Unable to locate the .pdb file in this location sdbus PDB not found : c:\symbols\symbols\sys\sdbus.pdb Unable to locate the .pdb file in this location ntoskrn8 PDB not found : c:\symbols\symbols\sys\ntoskrn8.pdb Unable to locate the .pdb file in this location sdstor PDB not found : c:\symbols\symbols\sys\sdstor.pdb Unable to locate the .pdb file in this location iaStorAC PDB not found : c:\symbols\symbols\sys\iaStorAC.pdb Unable to locate the .pdb file in this location storport PDB not found : c:\symbols\symbols\sys\storport.pdb Unable to locate the .pdb file in this location genahci PDB not found : c:\symbols\symbols\sys\genahci.pdb Unable to locate the .pdb file in this location stornvme PDB not found : c:\symbols\symbols\sys\stornvme.pdb Unable to locate the .pdb file in this location Why on this list not i219 driver ???
  17. @Dietmar Not work, 0 sent / 0 receive I have my own way to change the driver in WinXP and it always works - have been using it for many years: uninstall driver from Device Manager search oemx.inf file for the previous installed driver in WINDOWS\inf directory then delete this file (delete also same name oemx.PNF but not necessary) in Device Manager click the computer name at the very top and then Scan for hardware changes button now WinXP finds new hardware where you need to indicate the location of the new driver and install it
  18. @Dietmar This forum has a very low number of views - on average 5 users per day, so few people know that you made such drivers and there is no one to test them. I suggest making the drivers available somewhere that is more popular, e.g. record a short video on YouTube. Maybe also create topic on MDL forum - average members per day is about 100 but posts are hidden if you no account.
  19. @Dietmar symbols installed in c:\symbols copy i219.pdb LM v5 to c:\symbols\sys boot.ini with /break option start WinDbg on COM 115200 kd> .sympath c:\symbols Symbol search path is: c:\symbols Expanded Symbol search path is: c:\symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK c:\symbols kd> .reload Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 13:08:12.187 2026 (UTC + 1:00)), ptr64 FALSE *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe - Loading Kernel Symbols ................................... Loading User Symbols *** ERROR: Symbol file could not be found. Defaulted to export symbols for halmacpi.dll - ************* Symbol Loading Error Summary ************** Module name Error ntkrpamp The system cannot find the file specified halmacpi PDB not found : c:\symbols\symbols\dll\halmacpi.pdb You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded. You should also verify that your symbol search path (.sympath) is correct. .sympath /v - this command make error kd> !sym noisy noisy mode - symbol prompts on Some files pdb mismatched and some probably loaded OK kd> .reload /f Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 13:11:28.031 2026 (UTC + 1:00)), ptr64 FALSE DBGHELP: c:\symbols\ntkrpamp.pdb - file not found DBGHELP: c:\symbols\exe\ntkrpamp.pdb - mismatched pdb DBGHELP: c:\symbols\symbols\exe\ntkrpamp.pdb - file not found DBGHELP: ntkrpamp.pdb - file not found DBGHELP: Couldn't load mismatched pdb for ntkrpamp.exe *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe - DBGHELP: nt - export symbols Loading Kernel Symbols . DBGHELP: c:\symbols\halmacpi.pdb - file not found DBGHELP: c:\symbols\dll\halmacpi.pdb - mismatched pdb DBGHELP: c:\symbols\symbols\dll\halmacpi.pdb - file not found DBGHELP: halmacpi.pdb - file not found DBGHELP: Couldn't load mismatched pdb for halmacpi.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for halmacpi.dll - DBGHELP: hal - export symbols . DBGHELP: c:\symbols\kdcom.pdb - file not found DBGHELP: kdcom - public symbols c:\symbols\dll\kdcom.pdb . DBGHELP: c:\symbols\bootvid.pdb - file not found DBGHELP: BOOTVID - public symbols c:\symbols\dll\bootvid.pdb .... ************* Symbol Loading Error Summary ************** Module name Error ntkrpamp The system cannot find the file specified The SYMSRV client failed to find a file in the UNC store, or there is an invalid UNC store (an invalid path or the pingme.txt file is not present in the root directory), or the file is present in the symbol server exclusion list. halmacpi PDB not found : c:\symbols\symbols\dll\halmacpi.pdb Unable to locate the .pdb file in this location ACPI PDB not found : c:\symbols\symbols\sys\acpi.pdb Unable to locate the .pdb file in this location pci PDB not found : c:\symbols\symbols\sys\pci.pdb Unable to locate the .pdb file in this location isapnp PDB not found : c:\symbols\symbols\sys\isapnp.pdb Unable to locate the .pdb file in this location sdbus PDB not found : c:\symbols\symbols\sys\sdbus.pdb Unable to locate the .pdb file in this location ntoskrn8 PDB not found : c:\symbols\symbols\sys\ntoskrn8.pdb Unable to locate the .pdb file in this location sdstor PDB not found : c:\symbols\symbols\sys\sdstor.pdb Unable to locate the .pdb file in this location compbatt PDB not found : c:\symbols\symbols\sys\compbatt.pdb Unable to locate the .pdb file in this location BATTC PDB not found : c:\symbols\symbols\SYS\battc.pdb Unable to locate the .pdb file in this location PCIIDEX PDB not found : c:\symbols\symbols\SYS\pciidex.pdb Unable to locate the .pdb file in this location intelide PDB not found : c:\symbols\symbols\sys\intelide.pdb Unable to locate the .pdb file in this location MountMgr PDB not found : c:\symbols\symbols\sys\mountmgr.pdb Unable to locate the .pdb file in this location dmio PDB not found : c:\symbols\symbols\sys\dmio.pdb Unable to locate the .pdb file in this location PartMgr PDB not found : c:\symbols\symbols\sys\partmgr.pdb Unable to locate the .pdb file in this location VolSnap PDB not found : c:\symbols\symbols\sys\volsnap.pdb Unable to locate the .pdb file in this location atapi PDB not found : c:\symbols\symbols\sys\atapi.pdb Unable to locate the .pdb file in this location iaStorAC PDB not found : c:\symbols\symbols\sys\iaStorAC.pdb Unable to locate the .pdb file in this location storport PDB not found : c:\symbols\symbols\sys\storport.pdb Unable to locate the .pdb file in this location genahci PDB not found : c:\symbols\symbols\sys\genahci.pdb Unable to locate the .pdb file in this location stornvme PDB not found : c:\symbols\symbols\sys\stornvme.pdb Unable to locate the .pdb file in this location disk PDB not found : c:\symbols\symbols\sys\disk.pdb Unable to locate the .pdb file in this location CLASSPNP PDB not found : c:\symbols\symbols\SYS\classpnp.pdb Unable to locate the .pdb file in this location fltMgr PDB not found : c:\symbols\symbols\sys\fltMgr.pdb Unable to locate the .pdb file in this location sr PDB not found : c:\symbols\symbols\sys\sr.pdb Unable to locate the .pdb file in this location KSecDD PDB not found : c:\symbols\symbols\sys\ksecdd.pdb Unable to locate the .pdb file in this location Ntfs PDB not found : c:\symbols\symbols\sys\ntfs.pdb Unable to locate the .pdb file in this location NDIS PDB not found : c:\symbols\symbols\sys\ndis.pdb Unable to locate the .pdb file in this location Mup PDB not found : c:\symbols\symbols\sys\mup.pdb Unable to locate the .pdb file in this location agp440 PDB not found : c:\symbols\symbols\sys\agp440.pdb Unable to locate the .pdb file in this location Now tried with i219: kd> sxe ld:i219 kd> sxe ud:i219 Couldn't resolve error at 'i219' kd> g DBGHELP: D:\Pobieranie\windbg_x86\x86\ntdll.dll - file not found DBGHELP: D:\Pobieranie\windbg_x86\x86\ntdll.dll - file not found DBGHELP: ntdll.dll not found in c:\symbols DBGHELP: ntdll.dll not found in c:\symbols DBGENG: ntdll.dll - Image mapping disallowed by non-local path. DBGHELP: No debug info for ntdll.dll. Searching for dbg file DBGHELP: c:\symbols\ntdll.dbg - file not found DBGHELP: c:\symbols\dll\ntdll.dbg - file not found DBGHELP: c:\symbols\symbols\dll\ntdll.dbg - path not found DBGHELP: .\ntdll.dbg - file not found DBGHELP: .\dll\ntdll.dbg - path not found DBGHELP: .\symbols\dll\ntdll.dbg - path not found DBGHELP: ntdll.dll missing debug info. Searching for pdb anyway DBGHELP: c:\symbols\ntdll.pdb - file not found DBGENG: ntdll.dll has mismatched symbols - type ".hh dbgerr003" for details DBGHELP: ntdll - public symbols c:\symbols\dll\ntdll.pdb - unmatched nt!RtlUnwind+0xdc0: 80530ea6 cc int 3 0: kd> .reload /f i219.sys Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long. Run !sym noisy before .reload to track down problems loading symbols. DBGHELP: c:\symbols\i219.pdb - file not found DBGHELP: i219 - private symbols & lines c:\symbols\sys\i219.pdb 0: kd> lm m i219 start end module name ba948000 ba950280 i219 (private pdb symbols) c:\symbols\sys\i219.pdb What next? g for GO ?
  20. Ahhhhhhh, you misled me !!! Not extract only simply install selecting path c:\symbols
  21. @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
  22. Symbol probably not work - Symbol file not found for all files and Unable to locate the .pdb file... https://pastebin.com/LsBHAWkf
  23. @Dietmar I run WinDbg on my COM port 115200 I start WinXP on i219 PC - now Debuge not connected then make Break right (menu Debug > Break ?) .sympath /v error: https://pastebin.com/4iDE1XDR
  24. @Dietmar OK, ectracted symbols: 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
×
×
  • Create New...