OpenIPC / firmware

Alternative IP Camera firmware from an open community
https://openipc.org
MIT License
1.23k stars 240 forks source link

HI3535dv100 cannot connect to the USB shared network #1112

Open suiaiyun opened 11 months ago

suiaiyun commented 11 months ago

Hello. I am currently testing the NVR board, with the main controller being HI3536DV100. I am now able to display images normally through HDMI. However, when I tried to share the network on my phone's USB to display images in "fpv_vr", QOpenHD, and QGC, I was unsuccessful. When using the ifconfig command to view the network card device, no USB0 network card was found, and the same was true for a different phone. I have added the configuration of USB0 in the/etc/network/interfaces file according to the instructions in WiFi. When testing the Android systems of vivo and Oppo, is it because Openipc does not support these two phones? Or do I lack any key configurations? How should I solve this problem?

Nuts-Underline commented 10 months ago

looks like you are using so named "usb tethering" mode also known as RNDIS (gives USB0 network device) that means yours phones must be configured as USB modem and there need RNDIS device driver for OpenIPC: "CONFIG_USB_NET_RNDIS_WLAN=y" its not added to any base configs so all it not working at all so i think the way is to rebuild firmware with improving "CONFIG_USB_NET_RNDIS_WLAN=y" in config, at least