I want to use the the USB port as virtual Ethernet (e.g. where Android device can perform tethering to the VoCore2), so how can I do that?
Hence, it seems that some modules and commands were not found in OpenWrt! (e.g. g_ether, lsusb, fdisk, lsblk, usbdevices, blkid, ...).
Thanks in advance, and here is the "ifconfig" output:
- Code: Select all
- root@OpenWrt:/# ifconfig
 apcli0 Link encap:Ethernet HWaddr BA:D8:12:01:86:44
 inet6 addr: fe80::b8d8:12ff:fe01:8644/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
 br-lan Link encap:Ethernet HWaddr B8:D8:12:61:86:45
 inet addr:192.168.61.1 Bcast:192.168.61.255 Mask:255.255.255.0
 inet6 addr: fdea:5211:e4a2::1/60 Scope:Global
 inet6 addr: fe80::bad8:12ff:fe61:8645/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:19926 errors:0 dropped:0 overruns:0 frame:0
 TX packets:19864 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:1434932 (1.3 MiB) TX bytes:1919022 (1.8 MiB)
 eth0 Link encap:Ethernet HWaddr B8:D8:12:61:86:45
 inet6 addr: fe80::bad8:12ff:fe61:8645/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:368 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:0 (0.0 B) TX bytes:104172 (101.7 KiB)
 Interrupt:5
 eth0.1 Link encap:Ethernet HWaddr B8:D8:12:61:86:45
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:0 (0.0 B) TX bytes:11767 (11.4 KiB)

 
 