Content Type
Profiles
Forums
Events
Posts posted by reboot12
-
-
https://pastebin.com/kNtEgwaX - i2cctrl.log from WinXP
Screenshots from Win8.1 before and after installing I2C driver:
0 -
-
Just now, UsefulAGKHelper said:
With what hardware? I only have ASUS x509FA.
Sorry, but if you publish a driver, e.g. on github, you should first test it on at least several computers.
I'm not interested in your Asus x509FA laptop. I would like to use I2C drivers on other computers.
0 -
I'm sorry, but I have to wrote your attention:
- do not quote the entire post, select only important lines using e.g. ... ...
- do not quote entire logs or other things, e.g. what AI wrote - select important lines from them
- test your drivers before posting public
- if you need to post the entire log, use sites designed for this purpose, e.g. pastebin.com
0 -
-
uartctrl.log
[21/06/2026, 09:13 AM] AddDevice: PDO=FFFFFADFD0B5E060 [21/06/2026, 09:13 AM] AddDevice: checking HWID 'ACPI\8086228A' [21/06/2026, 09:13 AM] AddDevice: checking HWID '*8086228A' [21/06/2026, 09:13 AM] AddDevice: no supported HWID matched
i2cctrl.log
[21/06/2026, 09:11 AM] DriverEntry begin [21/06/2026, 09:11 AM] DriverEntry complete (mask=0x00000009) [21/06/2026, 09:11 AM] AddDevice: begin [21/06/2026, 09:11 AM] AddDevice: scanning HWIDs for controller match [21/06/2026, 09:11 AM] AddDevice: HWID candidate: ACPI\808622C1 [21/06/2026, 09:11 AM] AddDevice: HWID candidate: *808622C1 [21/06/2026, 09:11 AM] AddDevice: unsupported controller, skipping [21/06/2026, 09:21 AM] DriverEntry begin [21/06/2026, 09:21 AM] DriverEntry complete (mask=0x00000009) [21/06/2026, 09:21 AM] AddDevice: begin [21/06/2026, 09:21 AM] AddDevice: scanning HWIDs for controller match [21/06/2026, 09:21 AM] AddDevice: HWID candidate: ACPI\808622C1 [21/06/2026, 09:21 AM] AddDevice: HWID candidate: *808622C1 [21/06/2026, 09:21 AM] AddDevice: unsupported controller, skipping
0 -
-
Your drivers I2C for other than HID really works e.g. GPIO or UART and posiible enable e.g. sound device that using I2C ???
I have Dell Wyse 3040 and audio device need Serial IO I2C (ACPI\808622C1\2) to work on Win 8.1
I need test your I2C driver on WinXP 64-bit
0 -
-
Just now, UsefulAGKHelper said:
Do you have a diff patch for the bootvid.dll source code you have?
No, my bootvid.dll is written from scratch in C language and I'm not sharing the source code yet.
0 -
My screenshots are from VMware.
0 -
On 5/12/2026 at 10:30 PM, Dietmar said:
PS: But result is the same. I cant install any driver because of
"The parameter is not correct"
So, no unsigned driver possible via 9560.inf .
Please install my testpnp not signed driver on your German settings in my WinXP 64-bit and report is same error "The parameter is not correct"
- Control Panel > Add Hardware > Yes, I have already connected the hardware > Add a new hardware device > Install the hardware that I manually select from a list (Advanced) > System devices > Have Disk...
https://www.mediafire.com/file/ewlr8vzo7ighh54/testpnp.zip/file
I tested exactly same ISO as I send for you, all settings Germany and no any problem installing my unsigned driver:
0 -
Aaaaah, hidden SSID work on driver 1030.6.1201.2015
but I need install driver using Windows\Setup.exe from RTL8188FTV Driver.iso - not manually from device manager !!!
This install:
- AEGIS Protocol (IEEE 802.1x) v3.7.5.0
- Realtek EAPPkt Protocol
- REALTEK USB Wireless LAN Utility
I need use REALTEK USB Wireless LAN Utility instead Windows Zero Config
0 -
I tried this card + driver 1030.21.302.2017 x64 on WinXP 64-bit on Dell Wyse 3040 and error Code 10
Card work OK with driver 1030.6.1201.2015 (https://archive.org/download/rtl-8188-ftv-driver) but SSID cannot be hidden:
Conclusions:- drivers from 2015 are the best, but they do not support hidden SSID
- all drivers newer than 2015 support hidden SSID but often do not work (some PC OK, some PC not OK) and there is a problem with delayed computer startup
0 -
8 hours ago, we3fan said:
Which version and build of WirelessMon do you use?
4.0.0.1005 but also work e.g. 4.0.0.1009:
https://web.archive.org/web/20190528070909/https://www.passmark.com/products/wirelessmonitor/index.php1 -
55 minutes ago, George King said:
Only Generic SD was tested on both XP x86 and x64.
i.e. regular SD cards and not an eMMC drive ?
0 -
1 hour ago, George King said:
When it goes to PoFx.... function then it's more like end of journey. They are too complex to easily solve them..
Maybe your ported drivers Generic_SD+MMC_6.2.8056.0 are OK but on Dell Wyse 5070 need also other driver e.g. GPIO to initialize eMMC before ???
I've already asked somewhere (MDL Conversation or github Issue) but you didn't answer - have you tested your 6.2 eMMC drivers with any eMMC disk under XP 32/64-bit ??? I mean exactly the eMMC drive, not the SD card reader + SD cardI've already tried testing eMMC on 3 computers but only on one was I successful:
- Asus Transformer laptop/tablet with UEFI32 - I couldn't boot WinXP 32-bit so I couldn't test the eMMC driver
- Dell Wyse 5070 - WinXP does not detect the eMMC drive (I don't know why)
- Dell Wyse 3040 - your drivers work with eMMC drive under WinXP 64-bit
0 -
How add missing functions in NTOSKRN8.SYS for sdbus.sys and sdstor.sys from Win8.1 ?
https://msfn.org/board/topic/187830-how-port-sdbussys-sdstorsys-639600-for-winxp-64-bit/#findComment-1288222sdbus.sys
PoFxSetDeviceIdleTimeout IoReportInterruptInactive PoFxPowerControl IoReportInterruptActive ExAcquirePushLockExclusiveEx ExReleasePushLockEx KeQueryInterruptTimePrecise PoFxPowerOnCrashdumpDevice PoFxRegisterCrashdumpDevice PoFxSetComponentWake
sdstor.sys
PoFxSetDeviceIdleTimeout
0 -
2 hours ago, George King said:
Why you not using ready made drivers?
Your ready made Generic_SD+MMC_6.2.8056.0 not work on Dell Wyse 5070 Gemini Lake. Maybe it's not a driver problem, but I tested Win8.1 and it installs and runs without any problems on a Dell Wyse 5070 Gemini Lake.
sdbus.sys and sdstor.sys 6.3.9600 require some functions:
https://www.mediafire.com/file/1oi3xz5tya94e9m/org81.zip/file
0 -
I succesfully use your ported drivers Generic_SD+MMC_6.2.8056.0 for install WinXP 64-bit on eMMC disk on Dell Wyse 3040 Cherry Trail:
https://msfn.org/board/topic/183464-updated-drivers-for-windows-xp-sp3-and-windows-2003-sp2-x32x64-for-modern-hardware/page/204/#findComment-1288105
Now I try the same on eMMC in Dell Wyse 5070 Gemini Lake but I have BSOD 7B:

I edited the files sdbus.sys 6.3.9600.17399 and sdstor.sys 6.3.9600.17031 changing ntoskrnl.exe to ntoskrn8.sys and security_cookie 32 A2 DF 2D 99 2B to 32 A2 DF 2D 99 FF but not help. Instead of BSOD I have a blank aurora wallpaper but the system does not hang.
How properly port drivers?0 -
4 hours ago, Dietmar said:
I get reall traffice, ping works and DHCP works normal, sends RX and TX packages without end.
But now we have a problem in XP, that from now also XP has to live without any IRQ, only polling.
This gives version poll184_14, which I send to you
I test this driver on my Dell Wyse 5070 on WinXP 64-bit and no ping, no send, no receive data
0 -
Your driver detect Wifi networks OK, connect also but no any send/receive data.
Maybe this is problem similar to i219 on AIMB (ME State need be disabled). Maybe TXE blocking or something?0 -
2 hours ago, Damnation said:
Are you going to be putting everything you've worked on into a WIM image for easy UEFI 64bit installation?
Yes, when I check what and how, I will add the eMMC driver to my guide on MDL
0 -
1 hour ago, Dietmar said:
Can you give me the drivers and also the XP SP3 bit 32 version for eMMC boot?
I haven't tested 32-bit drivers because I don't have where or how. I used the 64-bit George King Generic_SD+MMC_6.2.8056.0 from DP_Ported_DriversCollection_v46.7z (x86/x64) drivers that he recently shared a few posts ago. I only modified the sdbus.inf and sdstor.inf files a bit, but the driver will probably work without any modifications.
This is my 64-bit driver for PCI Mode: https://www.mediafire.com/folder/oegoaaxeyy8cp/5_eMMC
My inf files is 99% copy/paste from Win8.1 but:
- changed NTamd64 to NTamd64.5.2
- added ID PCI\VEN_8086&DEV_2294
- changed start services mode Start=3 to Start=0
- changed Group type from System Bus Extender to Boot Bus Extender - not tested is this really nedded
- no localization strings - only english
But if the eMMC controller works in PCI mode, the standard PCI\cc_080500 or PCI\cc_080501 matching ID should be enough.
0














Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
in Windows XP
Posted
@UsefulAGKHelper
Still no Realtek I2S device detected.
Do these drivers work and get the job done on your Asus laptop? Do they initialize devices connected via I2C?