Hi Alex, I have taken your latest commit and can confirm that I can now setup a simple point to point lowpan :)
First thing I notice is that I get the following messages on the first node after configuring the second node [ 23.411334] ieee802154: bad frame received (type = 0) [ 23.621046] ieee802154: bad frame received (type = 0) [ 25.061514] ieee802154: bad frame received (type = 0) [ 25.271149] ieee802154: bad frame received (type = 0) Tried configuring again and the same 4 messages. Does anyone else see this? I then tried a ping6 and this was ok. I've now got wirehsark remotely capturing packets using tcpdump over ssh and into a pipe on the host and this works really well too. :) We've still got a few issues to sort on our receiver so as soon as this is fixed I'll let you know how I get on with the fragmentation. Cheers, Martin. On 24/01/14 17:29, Alexander Aring wrote: > Hi, > > ok... the solution is very easy and I learned a lot more about modules > and Makefile inside Linux kernel. > > > The solution is: > > obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o > obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o > > 6lowpan-y := 6lowpan_core.o reassembly.o > ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o > af_802154-y := af_ieee802154.o raw.o dgram.o > > > > now 6lowpan.o on the top is only a symbolic name for 6lowpan.ko and I > need to rename the 6lowpan.c to 6lowpan_core.c > > If we look at obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o it's > the same thing, I need to open my eyes next time. Sry. > > > I will update my branch soon. > > - Alex ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
