Bug List (Qtopia GUI):
------------------------------------------------------------
1 - unable to change the Time Zone to other than what's listed. a subsequent reboot then allows the new timezone to show up
2 - SD card not detected (Kingston 512M SD)
3 - note - all your connections/WEP keys etc are listed
4 - new wireless connections with a 128 bit WEP key unable to connect
5 - new wired connections aren't working (shows up, but can't connect)
6 - sharp PIM information is gone (no biggie, just didnt expect it)
7 - removing-inserting CF cards multiple times(ethernet, then modem) caused the Z to hang
8 - creating a new modem connection file complains "Can't create ppp setup file"
most of my data/ipks/etc is on my SD so I was unable to test anything else. On the bright side, it does appear to be snappier. I notice that there are quite a number of useful items on the list.
Observed boot errors:
-----------------------------------------------------------
blkmtd: error: missing `device' name
...
IrCOMM protecol (Dag Brattli)
cramfs: wrong magic
FAT: bogus logical sector size 45147
Eep. Child "ascii-xfr" (ino #1312) of dir ino #1301 doesn't exist!
(it complains zknights.desktop, codepages, p80211.o, QtEmbedded-0.spec, LAN.conf, VPN.conf PAN.conf, DialUp.conf, IRDA.conf, PPPoEW.conf, libpan.so, f, l)
(it also has quite a number of Inode #xxxx was a directory with children - removing those too...)
(then says a bunch of Cannot remove child "xxx", ino #4895, because it doesn't exist (zknights.desktop, ascii-xfr, codepages, QtEmbedded-0.spec, LAN.conf, VPN.conf, PAN.conf, DialUp.conf, IRDA.conf, PPPoEW.conf, libpan.so, f, l, p80211.o)
...
modeprobe: Can't locate module usb_ohci_tc6393
...
pxa_sd_stopclock: clock stop time out. (retries 2x10 times) then gives up
VFS: Can't find ext2 filesystem on dev mmcd(60,1).
Comments:
-----------------------------------------------------------
I suspect a number of those errors are because it can't find the SD card. I also observed that the SD card drivers loaded up just prior to the login prompt. I tried keeping the SD card in, and inserting it after it boots, but no icon for the SD card shows up at the bottom.
Creating a modem connection via the @ Tab, "Get Online" works
Creating a wired/wireless connection via the @ Tab, "Get Online" doesn't connect
rebooting to the console, SD card in.
When I remove the SD card:
pxa_sd_wait_response: card removed (cmd=12)
pxa_sd_wait_response: card removed (cmd=12)
pxa_sd_wait_id_response: card removed (cmd=12)
pxa_sd_wait_id_response: card removed (cmd=12)
When I reinsert the SD card:
pxa_sd_stopclock: clock stop time out. (retry count x) x = total of 10 times
give up!![SD]-clustsize = 4000
mmcda: mmcda1
mmcda:mmcda1
VFS: Can't find ext2 filesystem on dev mmcd(60,1).
mmcda: mmcda1
mmcda:mmcda1
VFS: Can't find ext2 filesystem on dev mmcd(60,1).
(I think it's because it thinks the SD card is ext2 rather than the default fat?)
note: If I drop down to the console, and su, then change the /etc/fstab entry to fat, I'm able to do a mount, but it won't unmount automatically. It will however allow me to read the sd, and the sd icon appears.
sharp's default fstab entres are as follows:
/dev/mtdblock2 / jffs2 ro,noatime 1 1
/dev/mtdblock3 /home jffs2 defaults,noatime 1 2
none /dev/shm tmpfs size=1m,noauto 0 0
/dev/mmcda1 /mnt/card auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
changing the /dev/mmcda1 line to match sharp's default one allows me to type in:
mount /dev/mmcda1 (upon which the SD card now shows up properly). The SD card icon will unmount properly if the card is pulled out, but I have to drop down to the console and mount it manually whenever I reinsert it (unfortunately, the GUI software install program only shows "Internal Flash" as the only location I can install anything to (the SD or CF card doesn't show up).