Closed Vergilerindir closed 1 year ago
Here we used ncm mode at Pluto. Here is the "config.gz" file config.gz Here is the "dmesg.log" file dmesg.log Here is the output of lsmod
ncm
lsmod
Module Size Used by cfg80211 401408 0 cdc_ncm 40960 0 cdc_acm 32768 0 cdc_ether 16384 1 cdc_ncm usbnet 45056 2 cdc_ether,cdc_ncm mcp251x 24576 0 imx_sdma 28672 4 coda_vpu 94208 0 v4l2_jpeg 16384 1 coda_vpu imx_vdoa 16384 1 coda_vpu fuse 126976 1
Here is the result of ifconfig before ifconfig eth1 192.168.11.11 up applied.
ifconfig
ifconfig eth1 192.168.11.11 up
inet 192.168.200.200 netmask 255.255.255.0 broadcast 192.168.200.255 inet6 fe80::214:2dff:fea6:19ed prefixlen 64 scopeid 0x20<link> ether 00:14:2d:a6:19:ed txqueuelen 1000 (Ethernet) RX packets 355 bytes 38555 (37.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 332 bytes 71618 (69.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 193 bytes 17013 (16.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 193 bytes 17013 (16.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 usb0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 26:ed:a2:b1:02:78 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Here is the result of ifconfig after ifconfig eth1 192.168.11.11 up applied.
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.200.200 netmask 255.255.255.0 broadcast 192.168.200.255 inet6 fe80::214:2dff:fea6:19ed prefixlen 64 scopeid 0x20<link> ether 00:14:2d:a6:19:ed txqueuelen 1000 (Ethernet) RX packets 594 bytes 59761 (58.3 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 519 bytes 89379 (87.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.11.11 netmask 255.255.255.0 broadcast 192.168.11.255 inet6 fe80::2e0:22ff:fed0:29dc prefixlen 64 scopeid 0x20<link> ether 00:e0:22:d0:29:dc txqueuelen 1000 (Ethernet) RX packets 12 bytes 2174 (2.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 36 bytes 5030 (4.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 231 bytes 20433 (19.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 231 bytes 20433 (19.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 usb0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 26:ed:a2:b1:02:78 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
After that we have also tried to do it using rndis mode at Pluto. And we get following results for ifconfig eth1 192.168.11.11 up
rndis
SIOCSIFADDR: No such device eth1: ERROR while getting interface flags: No such device eth1: ERROR while getting interface flags: No such device
Here is the dmesg results. dmesg.log
dmesg
We tried ecm mode and it worked. We succesfully managed to connect Pluto via ssh. Here is the dmesg. dmesg.log
ecm
Here we used
ncm
mode at Pluto. Here is the "config.gz" file config.gz Here is the "dmesg.log" file dmesg.log Here is the output oflsmod
Here is the result of
ifconfig
beforeifconfig eth1 192.168.11.11 up
applied.Here is the result of
ifconfig
afterifconfig eth1 192.168.11.11 up
applied.After that we have also tried to do it using
rndis
mode at Pluto. And we get following results forifconfig eth1 192.168.11.11 up
Here is the
dmesg
results. dmesg.logWe tried
ecm
mode and it worked. We succesfully managed to connect Pluto via ssh. Here is the dmesg. dmesg.log