Content Type
Profiles
Forums
Events
Everything posted by reboot12
-
@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.
-
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
-
@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.
-
@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:
-
@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
-
@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