Hi Inaky, I'm sorry for my question to boring you. Yes, the problem is not really for wimax driver issue. It's a problem that how to assign install tool location, not a defult directory. Now, the problem had solved by changing 'make install' directory to use .confing parameter. Thanks for your help very much, 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: Tuesday, November 30, 2010 5:51 AM To: Johnny Lee Cc: wimax at linuxwimax.org Subject: RE: wimaxd nothing happened On Tue, 2010-11-23 at 21:50 +0800, Johnny Lee wrote: > 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. I am sorry, but I can't understand well. You have to provide more detail of what is not working. You should be installing with 'make install'. If you want to integrate into Ubuntu, you should be creating a deb package. Asides from this, I cannot really help you more, as I don't have time for it. This is a general installation/integration problem, not WiMAX specific. > 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-a > nnounc > ement-v1.5.1-2.txt > > >