melbareena / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

pppd telosb LCP: timeout sending config-requests #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We are getting timeout from pppd using the PppRouter default application for 
Blip2 on TelosB

To replicate install PppRouter on Telosb and run the pppd with the following 
command:

user@ubuntu:~/tinyos-release-tinyos-2_1_2/apps/Blink$ sudo pppd debug passive 
noauth nodetach 115200 /dev/ttyUSB0 nocrtscts nocdtrcts lcp-echo-interval 0 
noccp noip ipv6 ::23,::24

using channel 12
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xcdcddc5d> <pcomp> <accomp>]
LCP: timeout sending Config-Requests

Original issue reported on code.google.com by pusceddu...@gmail.com on 4 Apr 2014 at 4:22