I just flashed my CL-C760 with the OZ 3.3.6-pre1 images (husky). It reboots fine, but than I can\'t mount my CF card nor can I do networking.
For networking, I plug in the USB card, and the usbd0 net interface comes up. I can only ping the zaurus (192.168.129.201), but when trying to ping 192.168.129.1, the Zaurus simply freezes. The only way to get out of the situation is to remove power and the pattery, than restart.
As for the CF card, it desn\'t mount automatically. When trying manually with either
mount /mnt/cf
mount /dev/hda1 /mnt/cf
mount: /dev/hda1 is nat a valid block device
I tried to remedy the situation with trying:
cardctl eject; cardctl insert
/etc/init.d/pcmcia restart
/etc/init.d/mountall.sh
but to no avail. looking at scripts in /dev/init.d, I found a script called /dev/init.d/devices, in which the following line does not execute:
# mount -t ramfs ramfs /dev
mount: fs type ramfs not supported by kernel