Dietmar Posted March 13 Posted March 13 @reboot12 "If you could compile the 64-bit driver, I'd be happy :-)" Yes, but just now I rebuild from scratch the i225 driver Dietmar
reboot12 Posted March 13 Posted March 13 (edited) @Dietmar Ahhh. I tried one more time dump and verify BIOS region on my DELL with FPT.efi and works OK. Previously, I did the incorrect verify: Edited March 13 by reboot12
Dietmar Posted March 13 Posted March 13 @reboot12 I make a new, now stable Lan driver for the Intel i225 under XP SP3, in this version only polling but stable Dietmar https://www.upload.ee/files/19157631/i225P1.zip.html
Dietmar Posted March 13 Posted March 13 @reboot12 I make also an IRQ version of the XP SP3 driver for the Intel i225. It has very small ping <1ms to DHCP router. But compared with the polling version from above it shows more spikes, when you transfer a big file (1.3 GB). Now it is also stable. I look intensive at the Linux operations at the i225, does not make it better at all. So, this is near to the maximum what can be reached under XP SP3 for a driver for i225 Dietmar https://www.upload.ee/files/19158148/i225IRQ8.zip.html
Dietmar Posted March 13 Posted March 13 (edited) @reboot12 And here is my last, fastest free, version of an IRQ driver for i225 under XP SP3. But the polling version and also the IRQ8 version from above are more stable Dietmar https://www.upload.ee/files/19158227/i225IRQlaaastfree.zip.html Edited March 13 by Dietmar
reboot12 Posted March 14 Posted March 14 (edited) @Dietmar I found way how unlock dump/flash full BIOS using FPT.efi on Dell Wyse 5070 - simply set jumper JMP1 to Service Mode https://www.parkytowers.me.uk/thin/wyse/5070/ Edited March 14 by reboot12
Dietmar Posted March 14 Posted March 14 @reboot12 Do you can see now CSM or with other name in Bios Dietmar
reboot12 Posted March 14 Posted March 14 (edited) 2 hours ago, Dietmar said: Do you can see now CSM or with other name in Bios But I didn't modify the bios. Normally you can only make a backup and flash of the 14.9 MB BIOS region: fpt -bios -d BIOS_region.bin Thanks to the Service Mode jumper, you can make a backup and flash of the full 16 MB BIOS (the entire SPI chip): fpt -d full_SPI.bin I wrote earlier that changing hidden BIOS options does not help and CSM does not work. P.S. I still need to test different settings of the JMP2 jumper of the COM1 port - because now WinDbg does not work with the default setting: WinDbg require null-modem cable with bridge pin 1-6: https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/setting-up-a-null-modem-cable-connection#null-modem-cable-wiring Maybe this jumper block working WinDbg - I need test it. EDITED ===== I test all jumper combinations but not help. WinDbg not work because OS debug mode not boot and only black screen. This COM1 port is not useable to debug Edited March 14 by reboot12
Dietmar Posted March 14 Posted March 14 @reboot12 Dont worry. We will mod the Bios of the Dell Wyse 5070 for CSM and then we can use Windbg via the Rj45 Realtek lan-connection on XP Sp3 with the nice tool from @Mov AX, 0xDEAD. I think, with some work we can also build our own tool for XP 64, that will do the same Dietmar
Dietmar Posted March 14 Posted March 14 @reboot12 Please post a photo of your Wlan card from the Wyse 5070 with VEN_8086&DEV_31DC&SUBSYS_40308086&REV_03 because there exist a lot of different models, all with the same name 9560NGW Dietmar
reboot12 Posted March 15 Posted March 15 (edited) 11 hours ago, Dietmar said: I think, with some work we can also build our own tool for XP 64, that will do the same Yea, I once asked @Mov AX, 0xDEAD about the 64-bit version LAN WinDbg and he said he was not interested Also someone create issue on github but not any reply: https://github.com/MovAX0xDEAD/KDNET/issues/2 Long time ago I create also topic on WinCert forum but no anyone reply: https://www.wincert.net/forum/topic/18512-kdnet-for-winxp2003-64-bit/ I compiled kdnet_patch.asm in FASM OK but this is probably 32-bit code (not 64-bit): 64-bit tools for kdnet patch (checksum64.exe, chsize64.exe, xdelta3_64.exe) - https://www.upload.ee/files/19161602/64-bit_kdnet.zip.html My WLAN card: Edited March 15 by reboot12
Dietmar Posted March 15 Posted March 15 (edited) @reboot12 Here is first try for Lan KD translated from Bit32 ==>Bit64 XP. It is still not ready, read everything in package. I think, it needs a lot more work and I am not good in Assembler Dietmar https://www.upload.ee/files/19162100/KDforXP64stillnotready.zip.html PS: Thanks for photo, yes this Wlan card I will have soon also. Edited March 15 by Dietmar
Dietmar Posted March 15 Posted March 15 @reboot12 I make a try to convert whole @Mov AX, 0xDEAD for KDNET at git from XP bit32 ==> XP bit64 but no garantie Dietmar https://www.upload.ee/files/19162162/kdnet_x64_port.zip.html
Dietmar Posted March 15 Posted March 15 @reboot12 I already succeed to build an 9560.sys, which send packages via Wlan 9560 TX for both different divices VEN_8086&DEV_31DC&SUBSYS_40308086&REV_03 yours is on Gemini board Dell Wyse 5070 VEN_8086&DEV_7AF0&SUBSYS_42348086&REV_11 mine name is on my Alderlake board Biostar z690A Valkyrie Dietmar
reboot12 Posted March 15 Posted March 15 1 hour ago, Dietmar said: I make a try to convert whole @Mov AX, 0xDEAD for KDNET at git from XP bit32 ==> XP bit64 I try compile only KDNET_PATCH_X64_TEMPLATE.ASM in FASM assembler but this generate only 1 byte size .bin file
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now