------------------------ changes-om200812.txt ------------------------ achtung: nach dem "flashen" des om2008.12-image ist ein reboot erforderlich, bevor usb-networking funktioniert ------------------------ root@om-gta02:~# cat /etc/om-version Tag Name: VERSION: cd512fd1e1aee5f4ba368d8acc1f2fb7a32773d3 Branch: org.openmoko.stable Build Host: barbie Time Stamp: Thu, 18 Dec 2008 00:15:27 +0800 ------------------------ root-passwort aendern ------------ passwd ------------------------ letztes zugestaendnis an ms-dos-zeiten ------------ /etc/profile alias dir='ls -la' ------------------------ authorized_keys erzeugen (perm 600) und eigenen key eintragen (fuer ssh-login) ------------ /home/root/.ssh/authorized_keys ------------------------ /etc/network/interfaces pruefen (usb-networking mit dns) - am linux-rechner muss routing und masquerading konfiguriert sein ------------ # Ethernet/RNDIS gadget (g_ether) # ... or on host side, usbnet and random hwaddr auto usb0 iface usb0 inet static address 192.168.0.202 netmask 255.255.255.0 network 192.168.0.0 gateway 192.168.0.200 up echo nameserver 208.67.222.222 > /etc/resolv.conf up echo nameserver 208.67.220.220 >> /etc/resolv.conf ------------------------ /etc/opkg/*.conf pruefen sind sinnvolle feeds/repositories eingetragen? die nachfolgenden einstellungen sind konservativ - wem nach abenteuer ist, kann auch die "testing"- oder gar "unstable"-feeds eintragen ------------ root@om-gta02:/etc/opkg# cat *.conf src/gz daily-Multiverse http://downloads.openmoko.org/repository/Multiverse src/gz om-dev-all http://downloads.openmoko.org/repository/Om2008.8/all arch all 1 arch any 6 arch noarch 11 arch arm 16 arch armv4t 21 arch om-gta02 26 src/gz om-dev-armv4t http://downloads.openmoko.org/repository/Om2008.8/armv4t src/gz om-dev-om-gta02 http://downloads.openmoko.org/repository/Om2008.8/om-gta02 ------------------------ aktuelle paket-daten holen ------------ opkg update ------------------------ updates installieren (vorsicht!) am besten erst "opkg -noaction upgrade" ------------ opkg upgrade ------------------------ gewuenschte zusaetzliche pakete installieren ------------ opkg install gpsd opkg install tangogps opkg install illume-config-illume opkg install ntpdate opkg install qtopia-phone-x11-ringprofile opkg install omview opkg install openmoko-terminal2 opkg install sqlite3 opkg install gpe-scap ------------------------ pruefen, ob der gpsd am richtigen device lauscht ------------ root@om-gta02:~# cat /etc/default/gpsd # If you must specify a non-NMEA driver, ... #GPSD_OPTS= GPS_DEV="/dev/ttySAC1" ------------------------ zeitzone einstellen ------------ ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime ------------------------ zeit richtig einstellen ------------ root@om-gta02:~# ntpdate de.pool.ntp.org 23 Dec 17:53:07 ntpdate[1110]: step time server x.x.x.x offset x.x sec root@om-gta02:~# /etc/init.d/atd stop Stopping at daemon: atd. root@om-gta02:~# hwclock -uw root@om-gta02:~# /etc/init.d/atd start Starting at daemon: atd. ------------------------ desktop icon fuer qt extended profile editor ------------ root@om-gta02:/usr/share/applications# cat qtopia-profile.desktop [Desktop Entry] Name=profile Comment=profile Encoding=UTF-8 Version=1.0 Type=Application Exec=qcop service send Launcher execute\(QString\) profileedit Icon=openmoko-sketchbook Terminal=false SingleInstance=true StartupNotify=true ------------------------ illume die erste nerviges qtopia keyboard abschalten ------------ /etc/X11/Xsession.d/89qtopia export QTOPIA_NO_VIRTUAL_KEYBOARD=1 ------------------------ illume die zweite E_PROFILE von "asu" auf "illume" aendern ------------ root@om-gta02:/etc/enlightenment# cat default_profile E_PROFILE="-profile illume" ------------------------ illume die dritte ------------ auf dem GTA02 in den enlightenment-einstellungen (schraubenschluessel oben links bei ausgeklapptem "top shelf") unter "Engine" die einstellung "SOFTWARE_16" auf "SOFTWARE" aendern - bei problemen mit enlightenment als erstes versuchen, den cache und saemtliche einstellungen zu loeschen: rm -rf ~/.e danach am besten neu booten und als erstes die "Engine"-einstellung wieder auf "SOFTWARE" aendern ------------------------ ALSA state-file aendern, um stoergeraeusche zu minimieren - bei diesen einstellungen, die subjektiv benutzer- und wohl auch (objektiv) geraeteabhaengig sind, habe ich noch keine "optimale" einstellung gefunden ------------ root@om-gta02:/usr/share/openmoko/scenarios# diff gsmhandset.state.orig gsmhandset.state --- gsmhandset.state.orig Sun Dec 21 11:50:46 2008 +++ gsmhandset.state Mon Dec 22 18:24:50 2008 @@ -36,8 +36,8 @@ comment.range '0 - 127' iface MIXER name 'Speaker Playback Volume' - value.0 116 - value.1 116 + value.0 100 + value.1 100 } control.5 { comment.access 'read write' ------------------------