1. 使得你的E680的usb模式有usblan或usb网的选项。(网上很多方法,不知道的自己找找)
2. 配置你的Linux内核(我的内核是2.6.21,好象2.6.12以上都可用)加入下面的模块:
Device Drivers
USB Support
USB Network Adapters
选上所有的模块,特别是
Sharp Zaurus (stock ROMs) and compatible,
这个模块是E680用的。
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. 设置usblan的ip
ifconfig usb0 192.168.1.6
6. telnet
telnet 192.168.1.2 进入E680
参考:
http://www.troodon.org/a780/a780-linux-howto.htm
http://tux.medhas.org/static/a768i.HTML
http://tud.at/programm/a768i.html
http://blog.csdn.net/aimself/archive/2007/03/01/1518707.aspx
http://wiki.openezx.org/Get_a_shell
linux连接e680
最新推荐文章于 2024-11-13 22:29:30 发布