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-announcement-v1.5.1-2.txt