Andrew Webster wrote:

> Hi,
> 
> I have backported the drivers from the latest git devel to 2.6.24,

Hmmm. Pretty much outdated. Very outdated in my opinion (esp. for development).

> however I am having some trouble getting the wpan* devices to be added
> properly.
> 
> I do see the wpan-phy* ieee802154 device being added (so
> wpan_phy_register is being called) when the driver is loaded, or when I
> write to adddev, and I do see the devices ieee802154:wpan-phy* under
> /sys/bus/platform/devices/ieee802154fakelb, however none of the rtnl
> code ever runs and so alloc_netdev is never called for "wpan*" and so I
> can't see it listed by ifconfig or iz.

It isn't supported to be called automatically.
Please install current iproute2, current lowpan-tools (which provide iproute
plugin).

Then please use
# iz listphy

to get phy instance name (e.g. wpan-phy0)
Then
# ip link add address de:ad:be:af:ca:fe:ba:be type wpan phy wpan-phy0

to instantiate wpan networking device.

-- 
With best wishes
Dmitry



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to