Jump to content

reboot12

Member
  • Posts

    851
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by reboot12

  1. 6 minutes ago, Dietmar said:

    This behavior, that you dont see any packages, is, that your DHCP router is not "seen" from your lan card and vice versa.

    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

    8 minutes ago, Dietmar said:

    When you send me some information via Windbg, together we will solve this problem.

    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?

  2. On 2/13/2026 at 8:10 PM, Dietmar said:

    After about 100 hours of crazy work with Windbg I succeed to build a working i219 Dev_15B8 lan driver for Windows XP SP3.

    4 hours ago, Dietmar said:

    after 48 hours crazy work with Windbg  I get a lan driver for the 2.5 GB Realtek RTL8125 under XP SP3.

    When you tested different versions of your drivers Intel & Realtek, did you have problems with 0 Received / 0 Sent packets ???

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

    02220087.jpg 02220088.jpg

    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:
    Win10-i219-OK.png

  4. @Dietmar

    v3 also not work :(

    23 minutes ago, Dietmar said:

    AMT/ME in BIOS deactivate.

    In BIOS AMT/vPro/Manageability (or “Intel ME”, “MEBx”, “ASF”) deactivate may help against crazy ME spy machine.

    All the problem comes from this: When from outside somebody wants to take control over your compi, ME operates via this i219-LM device. And in this time, all normal traffic has to be stopped. Exact this happens to you.

    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

     

  5. @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
    no-settings-interact.png

    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

  6. 26 minutes ago, Dietmar said:

    Take a 100MB cable with 2 lines, and I think you will see your router

    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.

  7. 1 minute ago, Damnation said:

    Does disabling and reenabling the NIC get it working again?

    No, driver work, cable detect OK but still 0 send/0 received packets

    1 minute ago, Dietmar said:

    What does ipconfig /all show on the compi with the i219

    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

     

  8. 23 hours ago, Dietmar said:

    I just now add all the Dev_ numbers for i219, that I can find, to the i219.inf .

    Wow, I didn't know that something had changed in the topic because the notifications from MSFN seemed to have gone wrong.

    I have a motherboard with integrated network card I219-LM 8086-15BB, I see that in the i219.inf file there is this string. I will try to test the driver on my WinXP SP2 32-bit modern:
    https://forums.mydigitallife.net/threads/winxp-32-bit-on-a-modern-pc-iso-boot-wim-install-wim.88834/

  9. On 2/17/2026 at 4:12 PM, VistaLover said:

    ... Well, why?

    Because I like to use the 64-bit version app on a 64-bit OS

    On 2/17/2026 at 4:12 PM, VistaLover said:

    1. 32-bit apps run perfectly fine on a 64-bit OS

    Yes, it's true.

    On 2/17/2026 at 4:12 PM, VistaLover said:

    In any case, this is probably a "no-can-do", because @nicolaasjan relies on a third-party CPython-3.11-win32 implementation to compile his 32-bit WinXP

    OK, I understand.

×
×
  • Create New...