you could try to enable the verbose output of the ip driver. It may help to locate the problem.
2010/1/15 Aldo Javier <[email protected]>: > Hi all, > > Thanks Giuseppe!!!, I do not have the serial_tun.conf problem anymore... > I can run the driver... flash the UDPEcho and the IPBaseStation... > but I still have this problem... :( > > r...@aldo-laptop:/opt/tinyos-2.x/support/sdk/c/blip/driver# ./ip-driver > -c ../serial_tun.conf /dev/ttyUSB0 telosb > 2010-01-15T09:43:05.993PYT: INFO: Read config from '../serial_tun.conf' > 2010-01-15T09:43:05.993PYT: INFO: Proxying neighbor advertisements to > eth0 > 2010-01-15T09:43:05.994PYT: INFO: Using channel 15 > 2010-01-15T09:43:05.994PYT: INFO: Retries: 5 > 2010-01-15T09:43:05.994PYT: INFO: telnet console server running on port > 6106 > 2010-01-15T09:43:06.043PYT: INFO: created tun device: tun0 > 2010-01-15T09:43:06.351PYT: INFO: interface device successfully > initialized > 2010-01-15T09:43:06.351PYT: INFO: starting radvd on device tun0 > 2010-01-15T09:43:22.977PYT: FATAL: send failed: Network is unreachable > 2010-01-15T09:43:24.106PYT: FATAL: send failed: Network is unreachable > 2010-01-15T09:43:26.361PYT: FATAL: send failed: Network is unreachable > 2010-01-15T09:43:30.874PYT: FATAL: send failed: Network is unreachable > 2010-01-15T09:43:39.885PYT: FATAL: send failed: Network is unreachable > > Seems the mote with the UDPEcho is not in the same net as the base > station, or problems with the battery, I checked the battery and it is > not the problem... In addition the leds of the bas station shows that it > is receiving packets from the wireless interface, cause the green led is > on... and then it seem to respond cause the red led lights... > > the base station ip is: fec0::64 > and the ip of the mote with the UDPEcho is supposed fec0::7... > > Can it be a problem with the code that comes with the tinyos-2.x from > CVS...??? when I used ubuntu 8.10 I downloaded tinyos-2.x-contrib from > CVS and it used to work fine... > > Thanks in advance... > > Best Regards... > > Aldo Insfran. > >> Hi, >> >> ip-driver looks for serial_tun.conf in the current working directory. >> The serial_tun.conf deployed by default is in the directory >> $TOSROOT/support/sdk/c/blip , so you should run: >> >> cd $TOSROOT/support/sdk/c/blip >> driver/ip-driver /dev/ttyUSB0 telosb >> >> (notice the "driver/" before "ip-driver") Or, if you prefer, you >> should explicitly where to look for serial_tun.conf by running: >> >> cd $TOSROOT/support/sdk/c/blip/driver >> ./ip-driver -c ../serial_tun.conf /dev/ttyUSB0 telosb >> >> Regards. >> >> -- >> Giuseppe Cardone >> >> >> >> On Fri, Jan 15, 2010 at 1:30 AM, Aldo Javier <[email protected]> wrote: >> > Hi all, >> > >> > Me again, now I facing a problem with the ip-driver who works with the >> > BLIP implementation, this is it: >> > >> > r...@aldo-laptop:/opt/tinyos-2.x/support/sdk/c/blip/driver# ./ip-driver >> > /dev/ttyUSB0 telosb >> > 2010-01-14T21:19:23.329PYT: FATAL: config parse of serial_tun.conf >> > failed! >> > >> > Anyone know what can be the problem??? >> > >> > make telosb blip, works perfectly for both IPBaseStation and UDPEcho >> > >> > Thanks in advance... >> > >> > Aldo Insfran... >> > >> > _______________________________________________ >> > Tinyos-help mailing list >> > [email protected] >> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Jordi Soucheiron Software Engineer DEXMA Parc Tecnològic la Salle Sant Joan de la Salle, 42 08022 Barcelona t/f: [+34] 93 181 01 95 www.dexmatech.com [email protected] _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
