The Windows NCM drivers (host-side and function-side) are the NetAdapterCx based NIC drivers that implements Network Control Model (CDC NCM) specification defined by USB-IF
MIT License
73
stars
26
forks
source link
Question: How to use UsbNcmSample driver on Windows 11 #15
I have compiled https://github.com/microsoft/NCM-Driver-for-Windows on Windows 11 and obtained
In
UsbNcmSample.inf
, I have uncommented line to install for any NCM-compatible device:I install driver using
Problem is that still, standard UsbNcm driver supplied with Windows 11 is used.