OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: darkeye on March 20, 2004, 02:13:05 pm
-
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
-
more information: it seems that there is some problem with the modules supplied with this kernel:
# depmod -a
dempod: *** Unresolved symbols in /lib/modules/2.4.28-rmk7-pxa3-embedix/kernel/drivers/usb/storage/usb-storage.o
dempod: *** Unresolved symbols in /lib/modules/2.4.28-rmk7-pxa3-embedix/net/hostap.o
dempod: *** Unresolved symbols in /lib/modules/2.4.28-rmk7-pxa3-embedix/pcmcia/hostap_cs.o
-
Yep, I noticed this too (Shepherd, 3.3.6pre1).
Specifically when trying to use the usb-storage.o module.
Does anyone know where to get good drivers? Or is it a case of compiling a new set?
Simon