I am currently working with an NVIDIA Jetson TX2 NX SOM module, configured as a USB gadget on a Linux system. When I connect this device to a Windows 11 Pro machine, I encounter repeated log messages as shown below:
[ 4063.017258] configfs-gadget gadget: Wrong NDP SIGN
[ 4063.406043] configfs-gadget gadget: Wrong NDP SIGN
[ 4063.775656] configfs-gadget gadget: Wrong NDP SIGN
[ 4063.775746] configfs-gadget gadget: Wrong NDP SIGN
[ 4063.775885] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.535806] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.535917] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.546919] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.547073] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.547280] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.547465] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.547589] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.547968] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.548321] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.548956] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.549205] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.549511] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.549591] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.912840] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.912920] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.963059] configfs-gadget gadget: Wrong NDP SIGN
[ 4064.963210] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.557756] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.557833] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.558061] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.558265] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.558403] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.558666] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.558823] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.559227] configfs-gadget gadget: Wrong NDP SIGN
[ 4065.706458] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 4065.706483] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 4065.706502] tegra-xudc-new 3550000.xudc: device mode off: 0
[ 4065.707135] tegra-xudc-new 3550000.xudc: ep 3 disabled
[ 4065.707173] tegra-xudc-new 3550000.xudc: ep 2 disabled
[ 4065.707208] tegra-xudc-new 3550000.xudc: ep 5 disabled
[ 4065.707237] tegra-xudc-new 3550000.xudc: ep 4 disabled
[ 4065.707262] tegra-xudc-new 3550000.xudc: ep 7 disabled
[ 4065.707324] tegra-xudc-new 3550000.xudc: ep 9 disabled
[ 4065.707352] tegra-xudc-new 3550000.xudc: ep 11 disabled
[ 4065.707386] tegra-xudc-new 3550000.xudc: ep 6 disabled
[ 4065.707417] tegra-xudc-new 3550000.xudc: ep 13 disabled
[ 4065.707528] tegra-xudc-new 3550000.xudc: active: 1 => 0
[ 4065.707647] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4065.708115] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4065.708213] l4tbr0: port 1(rndis0) entered disabled state
[ 4065.708793] l4tbr0: port 2(usb0) entered disabled state
These messages appear continuously when using the configfs-gadget
with Windows 11 Pro. I would appreciate your guidance on specific steps or configurations to resolve this issue, including any potential updates or workarounds.