Who has successfully run the VirtualSerial2 driver sample? I failed.
If you have experience in producing and running the VirtualSerial2 driver sample, please share it with me! Here are my (frustrating) experiences: Windows 11 Pro (23H2) Microsoft Visual Studio Community…
Finding the actual reason for TDR
Hi, we are having trouble with repeated TDRs (Timeout Detection & Discovery) on multiple notebooks. They occur a couple of times a day. I've tried 1001 different things but nothing helped. So I've arrived here. My machine is a Lenovo notebook with an…
SWAT-LUT 2.1
Asking for help to solve the error message on SWAT-LUT "Traceback (most recent call last): File "SWAT-LUT\main.py", line 324, in selectSWATDB pyodbc.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name…
Is raspppoe.sys creating invalid NDIS_OID_REQUEST objects?
Our NDIS LWF driver, Npcap, has been accused of causing BSoD (NDIS_BUGCHECK_INVALID_OBJECT_HEADER) when users dial-up to a PPPoE connection. However, the crash happens in NdisAllocateCloneOidRequest(), and the source object being cloned is passed through…
Microsoft Windows Hardware Developer Program Driver Signing with Azure Trusted Signing
It seems that although it might be possible to sign the driver with azure trusted signing certificate instead of EV certificate which Microsoft is strongly recommend, It still being required/enforced to have EV certificate available first in order to…
HLK Testing for WDF Network Card
Hi, I would like to understand which test cases need to be considered for HLK certification for my WDF-based network adapter card (network bridge). When selecting the compatibility playlist for 22H2 ("HLK Version 22H2 CompatPlaylist x64…
Dell Catalogue models not showing In Driver Automation Tool
Hi All, We are suddenly getting error while trying to download dell drivers using driver automation tool, all other vendor models are coming only dell models giving below error, any assistance will be appreciated. Start-BitsTransfer : The connection with…
HLK Testing in Ethernet Controller Failing for all NDISTest 6.5 test cases
Hi, I'm facing one issue while testing "NDISTest 6.5" test cases in VHLK 23H2 environment. All NDIS test cases are failing with reason of " Cannot Find Pattern" in "ndistest.wtl.trace" if anyone can help me to fix this…
Headphones breaking sound during Teams call
I use bluetooth headphones for work. And while the normal sounds like music and videos are absolutely spotless, the meetings apparently cause very disturbing breaking sounds. The sound is clear for about a minute and then it is absolutely inaudible for a…
Silicon Labs CP210x driver does not install on Windows 10 Home 22H2
Silicon Labs CP210x driver does not install on Windows 10 Home 22H2. How to do?
How to trace RNDIS messages
I'm trying to determine why WIN10 is issuing an USB STALL to and RNDIS device. Is there some way to trace RNIDS commands to the USB stack? This was not occurring in WIN7. I have tried using logman to trace the following…
Display only sample code for duplicate display
Hi~ I try to compile the kernel mode display-only miniport for display adaptor. However, when I install this driver into the system, then the duplicate display function is gone. After removed this driver and install back inbox Microsoft basic display…
USB - SetCurrentAlternateSetting failed: Insufficient system resources exist to complete the requested service.
Dear Microsoft community, I am reaching out for help regarding an unexpected error we have encountered using libusb on Windows. Regarding the issue: “Randomly,” with our custom USB device, libusb reports a systematic failure when attempting to set the…
ACPI ASL compiler option Limited.
The ASL ACPI compiler tool in Windows DDK AcpiVerify is having limited feature. asl /? asl [/nologo] /d <BinFile> asl [/nologo] /u [/Fa=<ASMFile>] [/Fl=<LSTFile>] [/Fn=<NSDFile>] <AMLFile> asl [/nologo] /tab=<TabSig>…
how to fix code 10 with my dualshock 4 controller
got a ps4 controller that has code 10 wont start what to do?
VirtualSerial2 sample driver not showing up in DeviceManager
Can anyone tell me an environment (versions of Windows, VisualStudio, SDK, WDK) where the VirtualSerial2 driver sample compiles and runs??? I tried to build this sample (from GitHub) with Microsoft Visual Studio Community…
Can't Build sample VirtualSerial with VS Community 2022, WindowsUserModeDriver10.0 Build Tools not found (WDK is installed)
Yesterday, I installed: Microsoft Visual Studio Community 2022 Version 17.10.4 VisualStudio.17.Release/17.10.4+35027.167 Microsoft .NET Framework Version 4.8.09032 Visual C++ 2022 00482-90000-00000-AA903 Windows Software Development Kit - Windows…
Seeking alternative to custom port monitor to redirect XPS print job to file system (i.e. "print to file" without filename prompt)
I have a project where I need to write a print job from a given print queue to the file system in XPS format. This needs to happen without user intervention. In other words, I need to have a printer queue with a PORTPROMPT port without the prompt. I had…
Root database not found when launching HLK Studio
Installed Windows HLK on Windows Server 2022 datacenter. Installation completed with no error. But when trying to launch HLK studio, following error occurred. How do I debug this? Exception…
HID forward support on vhidmini2 driver sample
Hi All, I am new to windows driver development. I am trying to work on HID forwarding to remote machine using Virtual HID driver. While exploring I came across of vhidmini2 driver …