You will find all downloads related to this port on http://codex.xiaoka.com/pub/meego/archos/
See the README file for installation instructions.
http://www.youtube.com/watch?v=JI87fg1BgZI


Current status:
After booting plug the USB cable and issue the following commands (under Linux) to get shell access:
$ sudo ifconfig usb0 192.168.2.14 netmask 255.255.255.0 $ ssh root@192.168.2.15 root@192.168.2.15's password: meego [root@localhost ~]#
Create /etc/wpa_supplicant.conf :
fast_reauth=1
network={
ssid="MyExampleWEPNetwork"
scan_ssid=1
key_mgmt=NONE
wep_key0=12345678901234567890123456
wep_tx_keyidx=0
}
network={
ssid="MyExamplePSKNetwork"
#psk="PasswordToRemember"
psk="Use: wpa_passphrase MyExamplePSKNetwork PasswordToRemember"
}
Add the following to /etc/rc.local :
#WiFi wpa_supplicant -B -c/etc/wpa_supplicant.conf -iwlan0 -Dwext dhclient wlan0 sed -i 's/^nameserver.*/nameserver 192.168.X.X/' /etc/resolv.conf
You need to set nameserver manually, because MeeGo dhclient is broken.