My Zaurus Journey

Friday, December 23, 2005

trace system log

here are the steps to trace system log:

  • /etc/rc.d/init.d/syslog start
  • your commands
  • /etc/rc.d/init.d/syslog stop
  • more /var/log/messages

the file /home/etc/syslog.conf contains which types of messages would be logged.

bluetooth DUN for some mobiles

for some 3G phones (e.g. LG), if the bt DUN does not work, try the following initialization string:

  • ATZ+CGATT=0

this will kill the current active PDP context so that the network/mobile can activate a new one for DUN. remember to cardctl eject and insert after changing the string.

to trace the ppp log, use the file /tmp/bluetooth-pppd-log

wifi compatibility issue

sometimes, the wifi card (Pretec) has problem w/ the DHCP of some wireless router (e.g. Cisco). setting a longer DHCP timeout may help:

  • /etc/pcmcia/network.opts
  • find the DHCP TIMEOUT and change it to 100

Wednesday, November 09, 2005

notes for wifi setup

just bought a cf wifi card (pretec wlan) such that i can surf internet w/o using the bt + 3G phone. here is the quick note for the setup:

  • the wifi card should be plug-n-play
  • add a new wlan network connection => SSID "ANY" is not working and there should be no space for the SSID
  • set appropriate SSID and WEP and other settings if required
  • click connect and it should fire!

btw, since correct SSID is required, a wlan scanning program is required. i'm using Wellenreiter from http://cacko.biz/cacko/feed. or alternatively, there is a slightly different version at ZUG download page. to use Wellenreiter, here is the step:

  • create a dummy network connection (e.g. Wellenreiter) with any ESSID (but not "ANY") and using 802.11 ad-hoc
  • set IP addr = 1.1.1.1, subnet mask = 255.255.255.0 and default gateway = 1.1.1.0
  • launch Wellenreiter as root
  • set the interface to "eth0" and driver to "hostap" in configuration tab

** a problem happened when i reboot the z w/ wifi card plugged. it cannot resume power (one can force power on by using cardctl scheme CardResume but this is no use as I've found that normally it is in suspended state => I guess it's to save battery) and the network connection application could not recognized it. it resumed automatically ???? still a mystery.

Friday, October 14, 2005

quick notes for cacko rom 1.22a upgrade

this serves as a quick upgrade notes:
- cacko rom 1.22 (full) is downloaded from http://www.elsix.org/downloads/cacko-rom-1.22/slc7x0-Qtopia-1.22-1346311204.zip
- backup the original copy
- export all contacts, todos, calendars to Outlook
- copy the password file, wallpapers, dictionaries, notes to SD
- upgrade to rom 1.22
- change the login script for convenience
- load chinese fonts (arial fonts) and linked to helvetica
- program to be re-installed:

  • Tree!Explorer Qt
  • KO/Pi
  • ZEditor
  • PDF Viewer
  • FreeNoteQt
  • JustReader
  • ZSafe
  • Zaif
  • ZBEDic
- ntpdate needed not to be installed as this is already included
- reload back the dictionaries
- save a new chartable for opera
- setup bluetooth pan and ppp; re-install an old version of bluetooth pan plugin in case can't show pan and ppp at the same time
- import back the contacts, calendars and todos
- download and upgrade hotfix a

Tuesday, October 19, 2004

KDE-PIM/Pi

version 1.9.7 is available. when syncing with dtm, the following problems found and solution listed:

  • duplicated entry when first sync: move mycalendar.ics as mycalendar.ics.original and sync again
  • can't delete the entry in KO/Pi: same as above
  • can't sync w/ Outlook: quit KO/Pi and disable Fastload

Monday, September 06, 2004

Zaurus Manager communication settings

to change the Zaurus Manager communication settings, the program requires zaurus to be plugged in to the pc. this is not practical if using bt for wireless communication. to resolve this, change the setting by modifying the .ini file:

c:\Program Files\Common Files\Sharp\SL\SSPCLINK2\comset.ini

setting "Device" accordingly:

Device = 0 (serial)
Device = 1 (usb-i/o)
Device = 2 (usb-tcp/ip)