On Sat, Jan 09, 2010 at 07:07:28PM -0500, Jon Smirl wrote: > I unloaded the modules and repeated everything. It worked correctly this time.
Glad to hear this! > Something failed the first time when setting the MAC addresses. > Running wpan1 and wpan2 both with a MAC address of zero messed > everything up. I may have messed up setting them. iz assoc should > probably error out on a MAC address of zero. This most probably should go to ndo_open callback. We should not allow one to ifconfig up the device with wrong (all zeroes or all FFs) 64-bit address. > I noticed earlier that the plug-in for iptools wasn't being installed > on the path specified by --prefix. Or maybe iptools couldn't find it > when I installed into /usr/local/. I did an install to --prefix=/usr > which fixed it. I may have a conflict in the plugins because of the > install path issue. The plugin for iptools is really deprecated thing. It was used for managing softmac devices. However this code wasn't extensible to support hardmac drivers. Instead all code was rewritten to use iz/nl802154. iptools plugin is there only to support our older kernels. I'll push a change disabling it by default for now and remove it completely right after 0.2. > > Why don't these look like 802.15.4 packets in wireshark? Do you use our patched wireshark? We've had to put some minor code changes there. -- With best wishes Dmitry ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
