Ok, I pulled the new source, compiled and flashed, now, on boot i get this:
ieee802154hardmac ieee802154hardmac: Added ieee802154 HardMAC hardware pxa27x-udc pxa27x-udc: USB reset ieee802154fakelb ieee802154fakelb: Added ieee802154 hardware Initializing ZigBee TTY interface cc2420 spi3.0: Found Chipcon CC2420 cc2420 spi3.0: Manufacturer ID:33d Version:3 Partnum:2 cc2420 spi3.0: oscillator succesfully brought up cc2420 spi3.0: Set fifo threshold to 127 but still, while I try to bring up wpan0: # iz add wpan-phy0 Receive failed: Netlink Error (errno = Invalid argument) # ifconfig wpan0 192.168.99.110 netmask 255.255.255.0 up ifconfig: SIOCSIFADDR: No such device but this fake-driver starts pretty well. Do I lack some additional libraries or binaries? May be I don't actually need those lowpan-tools? Can anyone tell me how to bring this zigbee radio up? On Fri, 14 May 2010 10:33:09 +0200, Stefan Schmidt <[email protected]> wrote: > Hello. > > On Fri, 2010-05-14 at 12:28, agogolev wrote: >> >> first, I should admit, that I'm getting these lines on boot: >> >> ieee802154hardmac ieee802154ha >> rdmac: Added ieee802154 HardMAC hardware >> pxa27x-udc pxa27x-udc: USB reset >> ieee802154fakelb ieee802154fakelb: Added ieee802154 hardware >> Initializing ZigBee TTY interface >> cc2420 spi3.0: no platform data >> cc2420: probe of spi3.0 failed with error -22 > > That's bad. The cc2420 driver fials during probing. You need to pass > platform > data with the GPIOs for fifop, etc along from your board description. What > board > do you use? > > If you are using an imote2 this should be taken care of with the imote2 > platform > data patch I posted in my last series. > >> I'm not sure, if it's important, but it doesn't look correct. > > The wpan0 interface you are seeing comes from the fakelb driver you also > build > into the kernel. > > regards > Stefan Schmidt > > ------------------------------------------------------------------------------ > > _______________________________________________ > Linux-zigbee-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel -- Respectfully yours, Alexander E. Gogolev ------------------------------------------------------------------------------ _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
