Hi,<br><br>This probably goes for other QT / Qtopia based distributions too.<br>The network script /opt/qtmoko/bin/lan-network have this on line 73:<br><br>let COUNT=COUNT+1<br><br>I don&#39;t know which shell allows this (it&#39;s certainly not POSIX), and QtMoko (v11 now) which uses bash complains:<br>
Sep 22 23:05:00 neo Qtopia: + let COUNT=COUNT+1<br>Sep 22 23:05:00 neo Qtopia: /opt/qtmoko//bin/lan-network: 1: let: not found<br><br>If you instead change the line to:<br>COUNT=$(( $COUNT + 1 ))<br clear="all"><br>it works. Hopefully this will work on other POSIX compliant shells too.<br>
<br>HTH<br>-- <br>Regards,<br>Torfinn Ingolfsen<br>