Jump to content

reboot12

Member
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. @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
  2. @Dietmar OK, now download this 209 MB: https://web.archive.org/web/20170710155413/msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe @Damnation I found torrent with list but not work: https://www.btdig.com/c7dcf31a42a2e5742b8ab9759474906f4fa17585/59老光盘群分享汇总-2024年4月 This is my list but links not work - maybe only over WayBack machine: https://pastebin.com/FsLnKZhR
  3. @Dietmar I have only WindowsXP-KB936929-SP3-x86-symbols-update-ENU.exe 164 MB and others amd64:
  4. But I wrote that the same router, the same network cable and the same i219 card in Win10 sees the router correctly and receives the DHCP configuration, network and Internet work OK, packet sended and received OK What else should I send from WinDbg? I'm running WinDbg 6.3.9600.17200 X86 on a WinXP 64-bit symbolless host system. How to install symbols?
  5. When you tested different versions of your drivers Intel & Realtek, did you have problems with 0 Received / 0 Sent packets ???
  6. @Dietmar Some diff in WinDbg but still not work https://pastebin.com/y2n4gSVM
  7. @Dietmar Please go to webchat - now I try WinDbg and need help: https://webchat.quakenet.org/?channels=windbg I ran WinDbg through the serial port and I got this (IRQ seen -> stopping poll) : https://pastebin.com/Ckfuicjq I debug v4 LM driver version.
  8. Yes, I have this version. P.S. I tested your drivers and noticed so with version i219DRIVERXPSP3moreDevicesInf WinXP shutdown but PC not power off - CPU fan still work. After replace .sys driver to version v4 LM then PC power off OK
  9. @Dietmar I tested acpi.sys 5.2.3790.7777 - same problem. I have enabled LAN Boot ROM for i219 in the BIOS and I can boot from my PXE server installed on my OpenWrt router without any problems, which means that: network cable is 100% functional DHCP server works OK BIOS settings OK I also installed Win10 64-bit Legacy MBR and the i219 card works without any problems (the system has its own drivers) - same cable, same router:
  10. @Dietmar Maybe I use bad acpi.sys ??? My is 5.1.2600.7777 build by Administrator 181 KB CRC-32: 681ad328
  11. @CRK Try this: https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/155/#findComment-1285442
  12. @Dietmar v3 also not work I don't use AMT so I don't think this is causing the problem. It also has a second integrated i211 card on the same motherboard and it works without any problems in WinXP with the same BIOS settings - I have drivers for it: https://msfn.org/board/topic/184522-lets-try-to-get-the-intel-lan-i219-v-running-with-xp/page/2/#comment-1263632
  13. @Dietmar I tested both but unfortunately any of them not work - still same problem 0 send/0 received packets EDIT: Can you compile a 64-bit version?
  14. @Dietmar I made driver included all DLL files (CoInstaller) with your i219.sys replaced to e1d6232.sys Driver install OK, cable detect OK but still 0 send/0 received packets https://www.upload.ee/files/19096693/Gelip2_i219.zip.html
  15. @Dietmar I added all the driver settings in the .inf file. Now they are available in WinXP NIC properties and I can change them, but your driver does not respond to any settings and, for example, when I set the Speed & Duplex to 100 Mbps Full Duplex, driver restart but it is always 1 Gbps and still 0 send/0 received packets I make my_i219.inf file based on Win7 32-bit NDIS 6.2 driver for I219 (e1d6232.inf) https://www.upload.ee/files/19096540/i219_Gelip.zip.html Win7 driver 32-bit: https://www.upload.ee/files/19096573/NDIS62.zip.html
  16. I have many different cables that I use to connect devices to my router with RJ45 100 Mbps ports and they always work OK at 100 Mbps so the cables are OK. I connect devices with 1 Gbps port and work OK at 100 Mbps e.g. my laptop has 1 Gbps NIC and using my cable connect to my router work at 100 Mbps. Same cable not work if try connect i219 with your XP driver to my router. This is not a cable problem.
  17. @Dietmar How force link speed i219 to 100 Mbps - no see any driver settings ?
  18. @Dietmar I tried also manually set IP, DNS, Gateway but still 0 send/0 receive
  19. No, driver work, cable detect OK but still 0 send/0 received packets Windows IP Configuration Host Name . . . . . . . . . . . . : test Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Broadcast IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Local Area Connection 6: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : i219 Physical Address. . . . . . . . . : 00-0C-F1-A7-EE-DA Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 0.0.0.0 Subnet Mask . . . . . . . . . . . : 0.0.0.0 Default Gateway . . . . . . . . . : DHCP Server . . . . . . . . . . . : 255.255.255.255
  20. @Dietmar If I set the speed to 1 Gbps in the network connection settings on the laptop then message cable is disconnected in the connection properties - on the laptop and on the i219: If set Auto Negotiation (default settings) or 100Mbps then cable detect OK but 0 send/0 receive
  21. I have now installed SP3 - unfortunately I have the same problem as on SP2 - 0 send/0 receive packets
  22. I tried now 4 lines 1 Gb cable, my laptop NIC is 1 Gb and i219 is 1Gb but still same problem - in laptop detected speed is 100MB but on i219 detected 1 Gb
  23. @Dietmar I have green LED and 1.0 Gbps in network properties but my router RJ45 is Ethernet 100MB I tried also connect my XP 64-bit laptop to my XP i219 and also in laptop properties is 100MB but on i219 is 1 Gbps
  24. @Dietmar I have tested all versions of the driver but they all have the same problem. Drivers install correctly, detects connected or disconnected network cable but no communication 0 sent/0 received packets: I tried static IP instead of DHCP but still problem
×
×
  • Create New...