The latest OZ was released this week, after much anticipation. It's the first OZ to support my new C3200, and I'm happy to report that after a few hours I had nearly everything working!
Below are a few of the gotchas I encountered:
- Can't save wireless config settings with Network Setup: get error "No write access to network configuration"
solution: hack/etc/network/interfaces
# Wireless interfaces auto wlan0 iface wlan0 inet dhcp # uncomment next three lines if want static IP, for example #address 192.168.0.100 #netmask 255.255.255.0 #gateway 192.168.0.1 wireless_essid <YOUR_SSID> wireless_key s:<YOUR_STRING_BASED_PASSWORD> wireless_mode managed
- Can't save Owner Information - data not written to
/etc/gpe/gpe-ownerinfo.data
so login screen always defaults to "GPE User"
solution: create file with contents like this:
[gpe-ownerinfo data version 2] /usr/share/gpe/pixmaps/gpe-logo.png Nick Boldt nick{at}divbyzero.com http://divbyzero.com ...
solution: hack
~/.matchbox/mbdock.session
opie-embeddedkonsole
) dropbear
) to deviceworkaround: change
/usr/bin/mb-applet-xtern-wrapper.sh
to use bash instead of sh when launching terminal: exec /usr/bin/rxvt -e bash
0 comments:
Post a Comment