2020/7/23

rndis ubuntu & config by hand

board 用 g_ether/ndis 接到 ubuntu.
採用 static ip

接上後, ubuntu 週期出現 網路中斷,重新連線的訊息。
dmesg 看 kernel message 正常。

所以在 UI 右上,network manager 上,把那個 rndis interface 刪掉。
改用ifconfig 設定。
這樣舊 OK 了。

麻煩的是,每次 board 重新開機, g_ether 的 MAC 就會換,所以 ubuntu 上 network manager 就會出現新的 network interface。
都要再刪除一次。


用 command console 操作..
刪除network manager 上顯示的network connection
nmcli connection delete "Wired connectin 1"

然後手動..
ifconfig enp0s20u3u4c2 10.0.1.1 netmask 255.255.255.0
interface name 用 ip addr 或是 dmesg 可以看到。

Wired connection 1 是在右上角的 network manager icon 顯示的。

沒有留言:

張貼留言