Hello Ralph,

The code part of the Linux vanilla kernel (which I believe is the one 
packaged in Ubuntu) is cleanup effort of the linux-zigbee kernel. 
Meaning that some bugs have been fixed, but some other features have not 
been imported/reimplemented yet. For example, the serial driver (that is 
used to control the econotag board) is missing. This is why izattach 
fails in your case.

If you are looking for the latest code base, you should definitely look 
at the linux net-next branch, this is where the work is done. However, 
the serial driver is still missing here. I've some patches to get the 
serial driver working on a recent version of linux net-next that I am 
currently cleaning up. I'll try to post them in this list as soon as I 
can.

Regards,
Tony



Le 20.08.2012 15:07, Ralph Droms (rdroms) a écrit :
> I'm trying to use an Econotag with the linux802154-serialdev firmware
> and the Linux 802.15.4 user and kernel code.  I've compiled and run
> the firmware, and compiled the Linux user code.  I see that the Linux
> system I'm using:
>
> Linux ubuntu 3.2.0-29-generic-pae
>
> has an ieee802154 module already available.  Is this module the same
> as the module at:
>
> git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/kernel
>
> izattach fails at this ioctl call:
>
>       arg = N_IEEE802154;
>       ret = ioctl(fd, TIOCSETD, &arg);
>
> - Ralph
>
>
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. 
> Discussions
> will include endpoint security, mobile security and the latest in 
> malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to