typed ifup usb0 returned - usb0 already configured
ping 192.168.129.201 returned
PING 192.168.129.201 (192.168.129.201): 56 data bytes
and then the console locks-up
This should help-
http://www.ruault.com/Zaurus/ethernet-over-usb-howto.htmlThis is ethernet-usb, which worked for me.
Pinging from the zaurus you should limit the attempts, if the network is not found the shell will hang.
e.g. ping -c 3 192.168.129.1
If your PC distro is at all new it probably has hotplug setup. If ifconfig returns status for usb0 with an ip etc., then you don't have to setup hotplug.
- ifconfig on PC you should see usb0 with an ip of 192.168.129.1
- ifconfig on Z you should see usbd0 with an ip of 192.168.129.201
With the stock Rom you might not be able to change these ip's, I used the defaults.
Last I set a route on both PC and zaurus
- on PC do route add -host 192.168.129.201 usb0
- on Z do route add -host 192.168.129.1 usbd0
The link above covers this well- lots of luck.