Re: [Linux-zigbee-devel] Device for use with linux zigbee

2012-09-20 Thread Xue Liu
Hi, You can find a hardware support list from http://sourceforge.net/apps/trac/linux-zigbee/wiki/HardwareSupport Regards, Xue Liu 2012/9/20 Jean-Eric Cuendet > Hi, > > Could you please point me to a device usable with the Linux-ZigBee stack? > Unable to find which one..

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-08-04 Thread Xue Liu
>From ce59a9aabdae1158b1e85ad611f867ad429b136c Mon Sep 17 00:00:00 2001 From: xue liu Date: Wed, 4 Aug 2010 22:13:26 +0800 Subject: [PATCH] ieee802154/cc2420: Add new functions and etc Signed-off-by: xue liu --- drivers/ieee802154/cc2420.c |

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-07-28 Thread Xue Liu
Hi, Jonathan 2010/7/28 Jonathan Cameron > On 07/28/10 13:00, xue liu wrote: > > * Add cc2420_write_ram() function > > * Add cc2420_set_hw_addr_filt() function > > * Implement cc2420_ed() > > * Close cc2420 address decode > > * Delte useless comments > Del

[Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-07-28 Thread xue liu
* Add cc2420_write_ram() function * Add cc2420_set_hw_addr_filt() function * Implement cc2420_ed() * Close cc2420 address decode * Delte useless comments * Update my profile Signed-off-by: xue liu --- drivers/ieee802154/cc2420.c | 159 +++ include/linux

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420:Add new functions and etc

2010-07-23 Thread Xue Liu
Hi, Thanks Jonathan for your suggestion. My laptop drinks some coffee. It will recover until next Tuesday. Please wait a moment. regards xue liu 2010/7/19 Jonathan Cameron : > > Hi, > > On 07/18/10 13:39, Xue Liu wrote: >>>From 7601e0cca43dbbd02d5d7e33d3bc858d8acaf384 Mon

[Linux-zigbee-devel] [PATCH] ieee802154/cc2420:Add new functions and etc

2010-07-18 Thread Xue Liu
dex 7839ddb..8a6d9fb 100644 --- a/drivers/ieee802154/cc2420.c +++ b/drivers/ieee802154/cc2420.c @@ -14,7 +14,7 @@ * * Author: Jonathan Cameron * - * Modified 2010: liuxue + * Modified 2010: xue liu */ #include @@ -34,22 +34,45 @@ #define CC2420_WRITEREG(x) (x) #def

[Linux-zigbee-devel] warning message from ieee802154_tx

2010-05-20 Thread Xue Liu
ing to rf230. I just copy 0x7FFF800 and still don't know whys. Can any one help me ? Thx regards xue liu -- ___ Linux-zigbee-devel mailing list Linux-zigbee-devel@li

Re: [Linux-zigbee-devel] what is file leases ?

2010-05-12 Thread Xue Liu
zcoordinator.pid" under $PREFIX/var/run in your imote2 or use my patch. My patch add a new option for izcoordinator to locate "pid_file". xue liu What to do? > -- > Respectfully yours, Alexander E. Gogolev > > >

Re: [Linux-zigbee-devel] Latest fixes for CC2420

2010-05-07 Thread Xue Liu
ind the option for > ieee802154 driver. > > What am I doing wrong? > > Please select modules what cc2420 depend on, such as mac802154, spi and network device. You could search "cc2420" for info. xu

Re: [Linux-zigbee-devel] Latest fixes for CC2420

2010-05-06 Thread Xue Liu
2010/5/6 agogolev > Hello, Stefan > I'm at the moment trying to revive the imote2s with proper radio working on > latest kernel, but yet didn't succeed. > You mention some kind of patches to be applied to latest kernel, but where > to find them? > The administrator haven't merged these patches y

[Linux-zigbee-devel] What is "PID_FILE" ?

2010-05-06 Thread Xue Liu
the coordinator.c and find it in line 445: pid_fd = open (PID_FILE, O_WRONLY | O_CREAT, 0640); if (pid_fd < 0) { perror ("open"); return 1; I don't know what "PID_FILE" stand for. I google it, but fou

Re: [Linux-zigbee-devel] Latest fixes for CC2420

2010-05-05 Thread Xue Liu
Hi, Stefan Thanks a lot for you patches. I will test on my imote2 tomorrow. But I still have some questions. 1. Is OpenEmbedded supporting imote2 now? With Jonathan`s help, I used OE to make a working filesystem for cc2420 develpment. But I did not update it for a long time. 2. How to cross compi

Re: [Linux-zigbee-devel] [PATCH 1/5] ieee802154/cc2420: Fix packet length value.

2010-05-05 Thread Xue Liu
bit register." I think FCS should automatically add to MPDU by cc2420. Could you help me out? Thx xue liu Signed-off-by: Stefan Schmidt > --- > drivers/ieee802154/cc2420.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/ieee80

Re: [Linux-zigbee-devel] what is file leases ?

2010-04-13 Thread Xue Liu
Hi, Sorry. # touch lease izcoordinator -d 1 -l lease -i wpan0 -p 0x777 -s 1 -c 11 It does not work. Any suggestion ? xue liu CUMT -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed

[Linux-zigbee-devel] socket send() does not call xmit function in ieee802.15.4 driver

2010-04-12 Thread Xue Liu
function in cc2420 driver. Who can help me out ? Thx xue liu CUMT -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for

[Linux-zigbee-devel] what is file leases ?

2010-04-12 Thread Xue Liu
t: c (63) Opt: . (ff) open: No such file or directory Where leases should locate in? Thx xue liu CUMT -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proact