I should really just get on and try to sort these and submit patches, but I'm busy and my dev box is too slow (waiting for a new computer to arrive :-)) - not good excuses I know, but I wanted to tell someone what I've found.
Anyway here's what I've seen:
Hotplug (I assume) still has issues: This produces the unknown USB device warning on Windows. This can be fixed by reloading the net_fd.o module etc.
#!/bin/sh
/sbin/rmmod pxa_bi
/sbin/rmmod net_fd
/sbin/rmmod usbdcore
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/usbdcore.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/net_fd/net_fd.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/pxa_bi.o
If this also happens with the 5500/5000D then change the references to pxa_bi in the above code to sa_bi and try that
No storage_fd.o module = no mass storage.
I should get around to adding mass storage functionality to the ROM (without having to use scripts) much like what one can do with Cacko and pdaXrom (i.e. with a GUI to select). BTW mass storage also works for the 5500/5000D - just needs a simple kernel patch to make the storage_fd.o module (actually you can even use the pxa storage_fd.o module - so you can cheat in the meantime).
Terminal acts strangely when using vera font - the promt and where you type are a long long way apart.
Terminal needs larger fixed fonts (12 is the current max)
Terminal doesn't close windows when you 'exit' in them.
The clock should default to the build date rather than 1/1/1970 IMHO -> shouldn't be too difficult to change.
Medium mount dialogs which come up before the screen has been calibrated are not too useful; best to take the cards out when you first boot (but a software fix would be good).
Well done to the developers.
Si