Hi, This probably goes for other QT / Qtopia based distributions too. The network script /opt/qtmoko/bin/lan-network have this on line 73:
let COUNT=COUNT+1 I don't know which shell allows this (it's certainly not POSIX), and QtMoko (v11 now) which uses bash complains: Sep 22 23:05:00 neo Qtopia: + let COUNT=COUNT+1 Sep 22 23:05:00 neo Qtopia: /opt/qtmoko//bin/lan-network: 1: let: not found If you instead change the line to: COUNT=$(( $COUNT + 1 )) it works. Hopefully this will work on other POSIX compliant shells too. HTH -- Regards, Torfinn Ingolfsen
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

