Hi Inaky, Sorry my late and thanks for your reply. Actually, I'm develop a Linux distribution, like ubuntu. My target is developing a Linux distribution with wimax 6250 support. As your feedback, I had followed it and successful build up wimax tool and service daemon in my ubuntu development directory, a devolvement environment, and I need to change root into this development directory. I can get ip address by executing dhcpclient wm0 now. But now, my question is how to move wimaxd and wimaxcu to my official ubuntu not only in development directory. I check ubuntu build script. The step is such as copy wimaxcu and wimaxd to the target /usr/bin However, the action seems have something wrong. My wimaxcu and wimaxd cannot run normally in official ubuntu. Do you know how to transfer these wimax tools and service tool to an official ubuntu well? Maybe I can check Makefile or install script to tell me what are files need to be moved at the same time. Hope you can understand my question. Thanks for your support. Johnny Lee ??? ========================== ???? MICETEK International Inc. ??: 403 ???????303?7? ??: (04) 2302-6168 ext:106 ========================== -----Original Message----- From: Inaky Perez-Gonzalez [mailto:inaky at linux.intel.com] Sent: Thursday, November 18, 2010 7:43 PM To: Johnny Lee Cc: wimax at linuxwimax.org Subject: Re: wimaxd nothing happened Hi On Wed, 2010-11-17 at 02:58 +0800, Johnny Lee wrote: > Dear developer, > > I'm developing a router Linux os, Brazilfw, with support Intel wimax > 6250. > I download the wimax source code to build driver and it had > successfully in develop environment. > I would like the build a router Linux os with wimax daemon, not in > develop environment. > I can run 'wimaxd' fine in develop enviroment. But when I copy wimaxd, > wimaxcu, wimax_monitor to the router Linux distribution, the daemon > wimaxd is nothing to happen. > No any screen to reply. But the wimaxd -help can show help menu. I run > the 'ldd wimaxd' > and show all dependence library and I copy them to my new router > destruction. > I don't what file that I copy to my router os to get the problem. Hope > you can help me, please!! > I am not sure I understand what you are trying to do, but you should be bulding the whole suite to match your target. Then, on your machine: VErify the device is up: $ ifconfig wmx0 wmx0 Link encap:Ethernet HWaddr 00:xx:xx:xx:xx:xx UP NOARP MTU:1400 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:20 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Now run the daemon: $ wimaxd -i wmx0 -b and use wimaxu to scan and connect; complete instructions here: http://linuxwimax.org/Download?action=AttachFile&do=get&target=wimax-announc ement-v1.5.1-2.txt