Re: [Linux-zigbee-devel] ifconfig wpan0 up triggers WARNING: at net/mac802154/main.c:38 mac802154_slave_open+0x78/0xc8

2011-12-23 Thread Matt Wood
Hi Alexander thanks for the response - as it turns out there was a cut/paste error on my part from one of my "bare metal" drivers. The .start function in ieee802154_ops was returning a positive value instead of 0 for successful completion. Once I fixed that everything seemed to be working fine.

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-23 Thread Dmitry Eremin-Solenikov
Hello, On Wed, Dec 21, 2011 at 12:06 PM, M Pouillot wrote: > Hello all, > > > > I need to implement a 6lowpan linux driver for the CC2530 from TI. This > transceiver purposes its own serial protocol to manage its Z-MAC (embedded > 802.15.4 Mac layer).  I see Linux-Zigbee allows hardMAC (for trans

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-23 Thread Alexander Smirnov
Hi again, 2011/12/23 Pierre-Emmanuel Goudet : > Hi, > > Finally we dropped all existing libnl-dev, libnl2, and re-install libnl3 and > it seems to be ok for this step ... > We recompile but working on the master branch of linux-zigbee / userspace, > the iz app seems to not contain the "6Lowpan"

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-23 Thread Pierre-Emmanuel Goudet
Hi, Finally we dropped all existing libnl-dev, libnl2, and re-install libnl3 and it seems to be ok for this step ... We recompile but working on the master branch of linux-zigbee / userspace, the iz app seems to not contain the "6Lowpan" option I use to know ? Any idea ? Thanks -Message d

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-23 Thread Alexander Smirnov
Hi, 2011/12/19 Pierre-Emmanuel Goudet : > Hi Alexander, > > We've start trying 6lowpan modules, we could recompile kernel and modules, > but when we reach to users tools ( iz,...) compilation we fail on libnl 3.0 > missing when running "autogen.sh". Note that we've installed libnl-dev but it >

Re: [Linux-zigbee-devel] ifconfig wpan0 up triggers WARNING: at net/mac802154/main.c:38 mac802154_slave_open+0x78/0xc8

2011-12-23 Thread Alexander Smirnov
Hi Matt, could you please describe your kernel in details: - Where did you get it? - What is about mac layer in your kernel? - How did port driver, what the hacks were used? With best regards, Alexander 2011/12/21 Matt Wood : > > > -- Forwarded message -- > Hi folks, I'm new to