|
From: | Felix Ruess |
Subject: | Re: [Paparazzi-devel] gps2ivy |
Date: | Sun, 9 Mar 2014 19:36:01 +0100 |
Andre, when i working on the field my eth0 or any other network interface is down then i think the multicast route to an DOWN interface will not help.
in the hotel i use wireless network and this is the routes active:
address@hidden:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
192.168.0.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan0
cya
Date: Sat, 8 Mar 2014 17:43:53 -0500
From: address@hiddenIt sounds like maybe you just don't have the multicast route setup.
Try executing in a terminal:
route -n
if you see a route to the multicast subnet (224.0.0.0) you're good.
I'm guessing you won't.
Run:
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
Then try again. If the network interface you are on is not eth0 replace appropriately in the above route command.
On Mar 7, 2014 10:48 PM, "Eduardo lavratti" <address@hidden> wrote:Hello friends ...
i trying to use gpsd2ivy on my new laptop (and i get this message when run the gpsd2ivy
./gpsd2ivy
Broadcasting on network 224.255.255.255, port 2010
setsockopt() Cannot join group: No such device
Does your kernel support IP multicast extensions ?
*** send ***: Network is unreachable
it work fine on my old laptop (ubuntu 32bit)
anyone can help ?
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |