Downloaded from: http://familiar.handhelds.org/familiar/releases/v0.7/install/download.html Installing Familiar 0.7 from CompactFlash http://familiar.handhelds.org/familiar/releases/v0.7/install/install-cf.html That did not work, bootloader did not find something on the CF card. Trying serial download again. http://familiar.handhelds.org/familiar/releases/v0.7/install/install-serial.html Using a teraterm with no ymodem so using command: set ymodem 0 So that xmodem is used instead. Calibrated touch screen, added a user. On the linux desktop gave command: /usr/sbin/pppd /dev/ttyS0 115200 192.168.0.1:192.168.0.2 nodetach local noauth nocrtscts lock user ppp connect "/usr/sbin/chat -v -t3 ogin--ogin: ppp" To start ppp service. scp /etc/resolv.conf root@192.168.0.2:/etc ssh root@192.168.0.2 changed root password Did the "After installing Familiar 0.7" ntpdate -b time.handhelds.org ipkg update ipkg upgrade Added som programs I need ipkg install ssh ipkg install gpe-mail2 Remove some programs not needed: ipkg remove gpe-othello2 It was too easy to beat. Some testing: ssh henrik@192.168.0.1 configurating scp ~/.ssh/id_dsa.pub root@192.168.0.2:/root/.ssh/authorized_keys scp ~/.ssh/id_dsa.pub henrik@192.168.0.2:.ssh/authorized_keys In /etc/bluetooth/hcid.conf changed this line: name "BlueZ (%d)"; To something like: name "Henriks iPAQ (%d)"; Configured for GPRS over bluetooth. http://www.eit.se/hb/misc/text/ipaq_gprs_bluetooth.txt In /etc/dillorc changed this line: # Set the home location home=file:/etc/dillo-bookmarks.html cat > /etc/dillo-bookmarks.html << EOF Henriks www pages www.eit.se
news.bbc.co.uk
www.google.com
www.dn.se
< EOF