Saturday, November 1, 2008

Installing Ångström

I decided installing Ångström eventually... Installed the 2007.12 release (follow this howto). The only way I could get internet access was to disable the wifi security (usb networking did not work), then I did update/upgrade,

# ipkg update
# ipkg upgrade


After the upgrade I could enable the WEP password on my wlan. I manually setup /etc/network/interfaces. But I couldn't make the usb networking to work.
Sound also did not work by default. To make it work (following Ian's post),
# cat /dev/urandom > /dev/dsp

to make some noise, and then played with alsamixer a little until I heard something (I think enabling "Output Mixer HiFi Playback Switch" did the trick.

I also installed pango-module-hebrew-fc and hoped to get hebrew keyboard (which I didn't...),
# ipkg install pango-module-hebrew-fc


For the Jerusalem time zone, I installed tzdata-asia,
# ipkg install tzdata-asia


Replaced dropbear with open-ssh:
first remove dropbear,
# ipkg remove dropbear -force-depends


The "-force-depends" switch is because task-base depends on dropbear. Then,
# ipkg install openssh


and to start the ssh server,
# /etc/init.d/sshd start


Now I can do "ssh -X"

I found this file, which work with matchbox-keyboard (put it inside /usr/share/matchbox-keyboad).

Many packages are not in the standard feeds (bash for example*). After some searching I eventually found the bash package under the unstable feeds, I use the armv5te architecture.
Later I flashed the autobuild R19 unstable version hoping the usb networking will work there (which didn't).

*update: I found the bash package in the 2008 feeds (see following post).