Luckfox-pico Ultra W 连接 SC3336 摄像头后RNDIS网卡就无法连接SSH

  • 我手动设置了ip地址,目前可以连接到SSH终端了:

    Code: Select all

    [root@luckfox root]# ifconfig usb0 172.32.0.93 netmask 255.255.0.0 up
    [root@luckfox root]# route add default gw 172.32.0.1 usb0
    [root@luckfox root]# ifconfig
    ...
    
    usb0      Link encap:Ethernet  HWaddr FA:E1:A3:6A:F0:D6
              inet addr:172.32.0.93  Bcast:172.32.255.255  Mask:255.255.0.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1572 errors:0 dropped:110 overruns:0 frame:0
              TX packets:520 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:89919 (87.8 KiB)  TX bytes:106861 (104.3 KiB)
    
    
    但是VLC还是没有办法连接到rtsp服务器(一直在读条加载,不显示超时或连接失败),我连接WiFi后用内网ip访问也是相同的效果,将Caching调整至300ms问题仍然存在。
    screen.png
    Last edited by david1814 on 2024-11-12 4:13, edited 1 time in total.
  • david1814 wrote: 2024-11-12 4:12 我手动设置了ip地址,目前可以连接到SSH终端了:

    Code: Select all

    [root@luckfox root]# ifconfig usb0 172.32.0.93 netmask 255.255.0.0 up
    [root@luckfox root]# route add default gw 172.32.0.1 usb0
    [root@luckfox root]# ifconfig
    ...
    
    usb0      Link encap:Ethernet  HWaddr FA:E1:A3:6A:F0:D6
              inet addr:172.32.0.93  Bcast:172.32.255.255  Mask:255.255.0.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1572 errors:0 dropped:110 overruns:0 frame:0
              TX packets:520 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:89919 (87.8 KiB)  TX bytes:106861 (104.3 KiB)
    
    
    但是VLC还是没有办法连接到rtsp服务器(一直在读条加载,不显示超时或连接失败),我连接WiFi后用内网ip访问也是相同的效果,将Caching调整至300ms问题仍然存在。
    screen.png
    您好,当你添加完ip还没反应的话,可以尝试下修改下网络适配器,按照这个https://wiki.luckfox.com/zh/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Pro-Max/CSI-Camera#%E9%85%8D%E7%BD%AE-rndis-%E8%99%9A%E6%8B%9F%E7%BD%91%E5%8F%A3 修改下,然后在推流,我目前测试是可以通过的
    QQ截图20241112151622.png