My topic is similar: TC64 USB tethered to Android[mobile].
After plugging USB: TC64:Laptop to Android
-> dmesg |tail ==
usb 1-5.4: USB disconnect, device number 7
usb 1-5.4: new high-speed USB device number 8 using xhci_hcd
usbcore: registered new interface driver cdc_ether
cdc_acm 1-5.4:1.2: ttyACM0: USB ACM device
cdc_acm 1-5.4:1.4: ttyACM1: USB ACM device
cdc_acm 1-5.4:1.6: ttyACM2: USB ACM device
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
rndis_host 1-5.4:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-5.4,
RNDIS device, 02:35:07:05:0b:0d <-?- IP6 ?
usbcore: registered new interface driver rndis_host <-?-
=> see latest modules loaded:
-> lsmod -t |head ==
Module Size Used by Not tainted
rndis_host 12288 0
cdc_ether 12288 1 rndis_host <-? for ttyACM*
usbnet 20480 2 rndis_host,cdc_ether
cdc_acm 24576 0
............
==> So it looks as if the connection would be by Ethernet ?.
Previously I was able to able to copy files between a PC & a rPi,
via an ETH-cable, using mc or nc.
Can the USB-cable and the rndis_host, cdc_ether, usbnet also
communicate: linuxPC <-> AndroidTablet ?
=> mc > ......
To connect to a remote machine, you just need to chdir into a special directory
which name is in the following format:
sh://[user@]machine[:options]/[remote-dir] .......
eg: sh://joe@want.compression.edu:C/private
So what's the latest on file transfer between TC64 & AndroidMobile ?