Hi,

> $ sudo iz add wpan-phy0

> $ sudo ip link set wpan0 address a0:a0:a0:a0:a0:a0:a0:a0
> $ sudo ifconfig wpan0 up
> $ sudo iz set wpan0 0x780 0x0004 23 // PAN 0x780, short addr 4, channel 23
> $ sudo ip link add link wpan0 name lowpan0 type lowpan
> $ sudo ip link set lowpan0 address a0:0:0:0:0:0:0:2
> RTNETLINK answers: Device or resource busy
> 
> What does "Device or resource busy" mean and how can I avoid it? 

I'm not using lowpan, but one reason you can get this messages is, that
your interface is already up when you try to set the mac address. Maybe
try a ifconfig lowpan0 down before configuring it. On my raspberry the
ifplugd of the raspian distribution tries to configure every interface
which is added to the system.

Gruß
Sascha

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me
spread!

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to