<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
Lucky me I am one of the nokia770 owners.&nbsp; I am quite impressed by this
piece of hardware - only I have a real bad problem:<br>
<br>
As some others (<a
 href="http://maemo.org/pipermail/maemo-users/2005-October/000076.html">first</a>
and <a
 href="http://maemo.org/pipermail/maemo-users/2005-October/000126.html">second</a>),
I have problems connecting to the Internet via my FritzBoxFon WLAN (a
DSLmodem/router).&nbsp; I.e., after connection to the router the nokia 770
will not send any packets to the router (while obviously receiving
packets).&nbsp; Pinging the router will not succeed (no packs sent), though
i can ping a notebook connected to the same WLAN.<br>
<br>
one lead i have, though, is, that dmesg says<br>
<pre>sm_drv_transmit: sm_frame_tx returned error -10

</pre>
After searching the web for the code in question (obviously part of the
prism wlan drivers, see&nbsp;<a
 href="http://gxaafoot.homelinux.org/cgi-bin/archzoom.cgi/jean-baptiste.note@m4x.org--libre/XH8196--devo--0--patch-10/module/sm_drv.c">XH8196--devo--0--patch-10/module/sm_drv.c</a>).<br>
<br>
The value -10 is returned by a call to <br>
<pre class="content">prism_softmac_frame_tx()
</pre>
and seems to be the #define of SM_EDSTUNKN (destination unknown??! See (<a
 href="http://gxaafoot.homelinux.org/cgi-bin/archzoom.cgi/jean-baptiste.note@m4x.org--libre/XH8196--devo--0--patch-10/umac/softmac2.h">XH8196--devo--0--patch-10/umac/softmac2.h</a>).<br>
<br>
I don't know where i can find the definition of
prism_softmac_frame_tx(), maybe only available as part of the firmware
(in umac/).<br>
<br>
has anybody a clue what could be the problem with the connection if
such an error occurs?<br>
<br>
<br>
&nbsp;&nbsp; greets,<br>
<br>
&nbsp;&nbsp;&nbsp; t1m<br>
</body>
</html>