Jump to content

reboot12

Member
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. i219v1l - https://pastebin.com/nXvAem01 In normal boot mode WinXP still detect 1.0 Gbps
  2. OK, who else but me should help solve the problem, I guess I'm a good tester
  3. @Dietmar From version i219bind speed is detected as 100 Mbps: https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/161/#findComment-1285588 After you back to version ring speed is back to 1.0 Gbps
  4. OK, but how is it supposed to work when I see v1k_16x16_meguard: LinkState -> UP 100Mb FD message in WinDbg and the WinXP connection properties show 1.0 Gbps ??? In your versions drivers before you back to ring - speed is 100 Mbps i219v1k 2 - https://pastebin.com/U55u2N16
  5. @Dietmar I believe that no power-related fixes will help. Your driver has always work at speed of 1.0 Gbps and Auto Negotiation does not work, it cannot detect the correct speed of the network card on the other side of the cable. And that's the problem. Improve your driver so that it can detect the speed correctly, i.e. when I connect a Fast Ethernet device it should set a speed of 100 Mbps and when I connect a Gigabit Ethernet device it should set a connection of 1.0 Gbps Once it works properly, you can continue to look for the cause of 0/0 packets.
  6. @Dietmar i219v1h - https://pastebin.com/WJUsiKYp i219v1k - https://pastebin.com/trbArAsY I have been testing a dozen or so drivers for several days and there is practically no progress - there are still 0 sent / 0 received packages. If it works for you on the identical i219 LM 15BB card, it should work for me too. Take a photo of the RJ45 plugs of your network cable on both sides. My cable is in standard EIA/TIA568B on both sides B-B. My cable came with the Draytek Vigor 2700G router and is 1.8 m long: Draytek included such a yellow network cable 1.8 m with its routers - as in this photo:
  7. @Dietmar Still 0/0 https://pastes.io/i219v1g OK, If anything, I'll do it tomorrow because I've already used up my limit on pastebin.com today:
  8. @Dietmar Ahhhh, OK wait - I need go back to my testing room.
  9. @Dietmar OK, I'll check tomorrow because I've had enough today P.S. If it doesn't want to work, that's too bad. I was just curious that it works for you, so I wanted to check the driver. But I don't use these i211 and i219 cards in my WinXP 64-bit on AIMB-786 anyway. I used i211 for a while, but it turned out that the driver extends the start of WinXP by 10 seconds. I disabled both cards in the BIOS and use an old PCI TP-Link Wifi card and the system starts very quickly and I have a network. These new Intel iXXX series network cards are highly advanced and problematic: https://forums.mydigitallife.net/threads/winxp-64-bit-on-a-modern-pc-iso-boot-wim-install-wim.88435/page-7#post-1869357
  10. @Dietmar i219RDH https://pastebin.com/ewgttCLG i219PowerOn https://pastebin.com/qREZbA34
  11. @Dietmar dontstopPoll - 1Gbps 0/0, I make manual Break because over and over same data: https://pastebin.com/pznFTUH9 Do you see any progress because it seems to me that we are standing still? This is getting boring
  12. @Dietmar ring16 but speed 1.0 Gbps instead 100 Mbps and 0/0, WinXP boot (Debuggee is running) and if tried ping then same info > SEND CNT=1 https://pastebin.com/rUKaGqcQ LinkState -> UP 100Mb FD but in network tray icon properties is 1.0 Gbps
  13. @Dietmar i219v12 - 0/0, after reboot WinXP network cable unplugged. I need disable then enable to work back but still 0/0 https://pastebin.com/ffEAHQkT
  14. @Dietmar v11 hang WinXP after disable/enable network connection in control panel. After force power off, boot PC, XP boot OK but in tray info cable unplugged but if disable then enable connection start work 100 Mbps but still 0/0 https://pastebin.com/e2UbwKXU
  15. @Dietmar I noticed thing - If disconect cable from port RJ45 and connect back then still info cable unplugged and mouse cursor hang every 3 seconds. I need Disable and Enable network connnection in Control Panel to detect cable connected.
  16. @Dietmar How is it possible that it cannot send or receive any packet ??? - v10 0/0 https://pastebin.com/R61BhekV
  17. @Dietmar i219v9 - still 0/0 https://pastebin.com/k7JQ90JH
  18. @Dietmar I noticed that WinDbg remembers the path to the symbols after starting, so there is no need to set it in the KD each time. I tested the commands without !sym noisy & .reload /f and the results are the same but the log is clearer without the DBGHELP messages so I think this commands are unnecessary. From now on I will start debugging with the commands: sxe ld:i219 sxe ud:i219 g .reload /f i219.sys lm m i219 and put your new commands there This is full WinDbg log if try from start WinDbg and from command sxe ld:i219 (after auto break from boot.ini switch) > https://pastebin.com/3HSAFxjG
  19. @Dietmar I did g several times: https://pastebin.com/5ugPNP1U Can I skip these commands because they seem unnecessary? !sym noisy .reload /f Command sxe ud:i219 always display error: Couldn't resolve error at 'i219' so this command also seem unnecessary
  20. So I can copy and paste all the code at once and you wrote earlier that I have to enter it line by line Now I can use WinDbg conveniently and pleasantly Typing line by line was very tiring https://www.upload.ee/files/19111494/i219LMbest_kd_diag_fixed_05d4_2026-02-26_07-14-11-281.txt.html i219LMv7 - 100 Mbps but 0/0
  21. @Dietmar https://www.upload.ee/files/19110460/i219LMbest_kd_diag_09e0_2026-02-25_19-51-51-500.txt.html I can't ping because have black screen.
  22. @Dietmar https://www.upload.ee/files/19110354/i219LMbest_kd_0840_2026-02-25_19-31-45-750.txt.html
  23. @Dietmar i219bind log - I do g few times: https://pastebin.com/EgHhp4h8 i219coll 100 Mbps but 0/0 and log: https://www.upload.ee/files/19108296/i219_rescue_windbg_0af0_2026-02-25_08-18-08-125.log.html i219CollFix - 100 Mbps 0/0. If tried connect i219 to GBE device e.g. my laptop then cable unplugged and mouse cursor gets stuck about every 3 seconds Does your i219 driver allDEV work with old 100 Mbps devices or only with GBE devices ?
×
×
  • Create New...