Hello, On Mon, Mar 22, 2010 at 5:18 PM, Szabo, Gabor (GE Healthcare) <[email protected]> wrote: > Hi! > > I tried the latest linux802154-serialdev firmware with the zigbee stack. > With the python test scripts the communication worked correctly. But after I > started the stack and the izcoordinatior I get an exception in serial.c:555 > after I started a zigbee device. I downloaded the kernel and tool sources at > 1st of March. Is it a known bug or I missed something? The low level serial > communication seems to me worked correctly because the Beacon request > received from the device.
I've looked into your problem. That's really strange. The BUG_ON happens as somebody is asking to set up the channel 1 and that's really strange. Could you please do several things to help us to debug the problem: 1) comment two BUG_ONs in drivers/ieee802154/serial.c (on lines 555 and the next one) 2) insert a WARN_ON(1) in ieee802154_dev_set_channel (in net/mac802154/mib.c) 3) send us an updated log. Thank you. -- With best wishes Dmitry ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
