It is odd that the Zaurus isn\'t supported \"out-of-the-box\" by linux, but AFAIK the problem is really that USB networking isn\'t enabled by default. That being said, there are some how-tos on how to set that up:
http://docs.zaurus.com/index.php?id=lc_redhat_5600Personally I have wireless networking setup at home, so I can just connect to my AP and then use SSH to transfer stuff.
As for the login prompt, if you push the / button during the boot process (right after it says \"Entering runlevel 5\" and starts counting), it will give you a \"run-level menu\" where you can select \"a\" (Linux Console). From there it will give you a login prompt. If you want to always boot into the login prompt, I think if you edit /etc/inittab so that the following line:
id:5:initdefault:
says this:
id:3:initdefault:
It should always boot into the console. However, I haven\'t tried that, so if it won\'t boot, caches on fire, or attempts to take over the world, I am not responsible.
HTH