Thanks Alanm - my lack on Linux knowledge failed me again. Never used dmesg...luckily I like learning lol.

From Linux machine:

[ 3399.181365] usb 1-2: new high-speed USB device number 21 using xhci_hcd
[ 3399.337980] usb 1-2: New USB device found, idVendor=584e, idProduct=5342, bcdDevice= 0.01 [ 3399.337985] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3399.337987] usb 1-2: Product: RNDIS NuttX
[ 3399.337988] usb 1-2: Manufacturer: NuttX
[ 3399.337990] usb 1-2: SerialNumber: 1234
[ 3399.339311] rndis_host 1-2:1.0: skipping garbage
[ 3399.339551] rndis_host 1-2:1.0: dev can't take 1558 byte packets (max 1364), adjusting MTU to 1306
[ 3399.339857] rndis_host 1-2:1.0: RNDIS_MSG_QUERY(0x01010101) failed, -32
[ 3399.339859] rndis_host 1-2:1.0: rndis get ethaddr, -32
[ 3399.339930] rndis_host: probe of 1-2:1.0 failed with error -32
[ 3399.339996] rndis_wlan 1-2:1.0: skipping garbage
[ 3399.340140] rndis_wlan 1-2:1.0: dev can't take 1558 byte packets (max 1364), adjusting MTU to 1306


No debug warnings in nuttx for USB or network.

So now hunting through the menuconfig to find relevant settings!


On 20/01/2022 23:45, Alan Carvalho de Assis wrote:
Please verify if dmesg can give use some hint about the issue.

On 1/20/22, TimH <t...@jti.uk.com> wrote:
Nope, doesn't show. So RNDIS is not working right on my board. What a
surprise!

On 20/01/2022 19:30, Alan Carvalho de Assis wrote:
Exactly, knowing Unix/Linux makes your live easier with NuttX.

Using "ip list" (or ifconfig) on Linux should display the new USB
RNDIS interface.

BR,

Alan

Reply via email to