Linux操作系统下Telnet进入Moto E6的方法
1. 使得你的E6的usb模式有usblan或usb网的选项。(网上很多方法,不知道的自己找找)
2. 配置你的linux内核(我的内核是2.6.17,好象2.6.12以上都可用)加入下面的模块:
Device Drivers
USB Support
USB Network Adapters
选上所有的模块,特别是
Sharp Zaurus (stock ROMs) and compatible,
这个模块是E6用的。
3. make modules; make modules_install(remember to backup your /lib/modules before this step)
4. 如果用iptables防火墙应加入:
iptables -A INPUT -i usb0 -j ACCEPT
iptables -A OUTPUT -o usb0 -j ACCEPT
5. ifconfig usb0 192.168.1.6
6. telnet 192.168.1.2 进入E6
http://docs.blackfin.uclinux.org/doku.php?id=blackfin_usb-lan_extender
http://www.troodon.org/a780/a780-linux-howto.htm
http://tux.medhas.org/static/a768i.html#ss2.2
http://tud.at/programm/a768i.html
http://blog.csdn.net/aimself/archive/2007/03/01/1518707.aspx
http://wiki.openezx.org/Get_a_shell