Jump to content

reboot12

Member
  • Posts

    858
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. @Dietmar You didn't answer my question: Does the driver work when you connect to Fast Ethernet (100) device or only when it is connected to Gigabit Ethernet (1000)???
  2. @Dietmar i219v1m - https://pastebin.com/6MLivi4L I Break because endless data: RXPOLL regs=b9785000 b9785008 00080643 b978780c 00000000 b9788000 00000000 b9787810 00000000 b9787818 0000000f b9787828 03040420 b9788590 00000000 b9788810 00000000 b9788818 00000003 I can't ping because I don't have a desktop, only a black screen.
  3. @Dietmar Now WinXP boot into desktop in WinDbg mode. i219v1l log - https://pastebin.com/4V5GDJt3 If ping to router then nothing happens (0 sent packets) - Request timed out If ping from router to i219 (I use laptop to access router Web interface) - Request timed out
  4. But I always do it before run your code: sxe ld:i219 sxe ud:i219 g .reload /f i219.sys lm m i219 So I need make one more time execute sxe ud command ??? OK, this is with sxe ud log - https://pastebin.com/aytXfWDY I can't ping when WinDbg is running because I don't have a desktop, only a black screen - in WinDbg I get endless messages: RXPOLL regs=b9785000 b9785008 00080643 b9785100 0400801a b9787800 0a863100 00000000 00000100 b9787810 00000000 b9787818 0000000f b9787828 03040420
  5. i219v1l - https://pastebin.com/nXvAem01 In normal boot mode WinXP still detect 1.0 Gbps
  6. OK, who else but me should help solve the problem, I guess I'm a good tester
  7. @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
  8. 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
  9. @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.
  10. @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:
  11. @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:
  12. @Dietmar Ahhhh, OK wait - I need go back to my testing room.
  13. @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
  14. @Dietmar i219RDH https://pastebin.com/ewgttCLG i219PowerOn https://pastebin.com/qREZbA34
  15. @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
  16. @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
  17. @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
  18. @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
  19. @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.
  20. @Dietmar How is it possible that it cannot send or receive any packet ??? - v10 0/0 https://pastebin.com/R61BhekV
  21. @Dietmar i219v9 - still 0/0 https://pastebin.com/k7JQ90JH
  22. @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
  23. @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
×
×
  • Create New...