Ticket #156 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

UMTS connection with nozomi driver unstable -> workaround might be implemented

Reported by: stephan@renti.priv.at Assigned to: markus
Priority: major Milestone: 1.0
Component: packages Version: 1.0
Keywords: ppp nozomi wrt54g3g crash reboot Cc:

Description

UMTS connection through an OPTION card (e.g. T-Mobile web'n'walk card compact) in HSDPA mode often crashes the router under havy (especially up-)load (e.g. video conferencing, file upload). This leads to a reboot of the router (WRT54G3G) making any heavy use impossible. The ppp workaround found at http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,51/sid,c91a255ab908630303a66e546a54c0bc/ solves this problem. This workaround could be implemented into FreeWRT until a solution from the driver side can be found.

Attachments

Change History

12/12/06 18:17:17 changed by stephan@renti.priv.at

Here is the proposed ppp workaround, basically it is only one single line that needs to be changed.

--- linux-2.4.30/drivers/net/ppp_async.c~ 2006-06-16 22:41:01.000000000 +0300
+++ linux-2.4.30/drivers/net/ppp_async.c 2006-06-16 22:41:01.000000000 +0300
@@ -624,7 +624,7 @@
*buf++ = PPP_FLAG;
ap->olim = buf;

- kfree_skb(ap->tpkt);
+ dev_kfree_skb_any(ap->tpkt);
ap->tpkt = 0;
return 1;
}

12/12/06 19:32:24 changed by wbx

  • owner changed from somebody to markus.

12/23/06 21:23:27 changed by wbx

  • status changed from new to closed.
  • resolution set to fixed.

added to svn to r1374.


Add/Change #156 (UMTS connection with nozomi driver unstable -> workaround might be implemented)




Action