OpenWrt Forum Archive

Topic: Problem running Kamikaze on Asus WL-500g

The content of this topic has been archived on 25 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,
I have problem with running kamikaze on my Asus WL-500g (standard WL-500g but with Atheros CM-9 mini-PCI wireless card).
I tried both kernel versions (2.4 and 2.6) with default configuration. After uploading firmware I cannot ping or make any other network acces to router - it's not responding. Connected computer had never assigned IP from router's DHCP. I tried to set manualy to 192.168.1.X and than ping 192.168.1.1 without success.

What I'm doing wrong? Is anybody there with working kamikaze on Asus WL-500 ?

Thanks for your answer.

Ruf

(Last edited by rufus on 28 Dec 2006, 22:56)

what does iwconfig say?  iwlist?  /etc/config/network?  I had a hard time getting the wireless to work under kamikaze as well because a lot of the forum posts and documentation pertained to stuff that had nvram commands - something that is not present in kamikaze.  I found this site to be very helpful...especially with the wireless bit.

http://openwrt.pbwiki.com/

sneakywombat wrote:

what does iwconfig say?  iwlist?  /etc/config/network?

Nothing. As I wrote before, I cannot connect to the router (with LAN connection)


sneakywombat wrote:

I found this site to be very helpful...especially with the wireless bit.

http://openwrt.pbwiki.com/

Thanks for this URL.

Did you fixed it already? I had the same problem. But i managed to fix it by using the asus restoration tool en ethereal. The asus sends out a package on 192.168.1.49.. but maybe with you on a different ip. Then i managed to put another image on it.

Yes, of course. I uploaded whiterussian back with Asus restoration tool like you.
But I would like to upgrade to the kamikaze.


Anybody is using Kamikaze with Asus WL-500g or another broadcom based router? If answer is yes, please write which revision works.
Thanks.

I have OpenWrt Kamikaze r5678 (2.4.33.4 kernel, jffs2 image) working on my WL-500gx.
/etc/preinit is modified to boot from USB.
Maybe a serial console cable/UART would help you?

From r6016 should kamikaze work on WL-500g - in this verison was fixed names of ethernet interfaces. I tried compile today, but without succes - on the router only blinks alternately power and wifi leds ;(

Did you clean the base-files package?

Yes. I compiled it from scratch. I will do it once again to be sure. Only I'm not cleaning nvram before uploading kamikaze (for easy return to whiterussian)

I compiled kamikaze once again - all setting left to its defaults, only Target profile set to Asus WL-500g - with the same result as above.
It seems that router cannot boot because LEDs are blinking same all the time - first power and after some time wlan.
May cause problems my non-standard wifi mini-pci? Or I am doing something wrong with compiling or instaling?

Can be this problem caused by version of gcc used to compile? Im using 4.0.3, but it compile firmware without errors and whiterussian compiled on the same machine works fine.
I don't know where is the problem. Am I alone with wl-500g?

For brcm-2.4 you should use gcc 3.4.4 or 3.4.6 in menuconfig.

I mean gcc version installed on machine that is used to compile.

Hi, I compiled  Kamikaze (kernel 2.6) r6041. My Asus wl-500g is booting. Dhcp ist on. And the AP has the IP 192.168.1.1. You can telnet the ap, set e new password and then you can ssh the AP. But that was it allready. The wlan device isn't working. I have not much time now, maybe in a mounth I can do more. If someone one wants to try it. I can email you the firmware.


BusyBox v1.3.1 (2007-01-09 11:57:02 CET) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
KAMIKAZE (bleeding edge, r6041) -------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
---------------------------------------------------
root@OpenWrt:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

br-lan    no wireless extensions.

root@OpenWrt:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr XXXXXXXXXXXXXX
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:891 errors:0 dropped:0 overruns:0 frame:0
          TX packets:554 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:110897 (108.2 KiB)  TX bytes:94080 (91.8 KiB)

eth0      Link encap:Ethernet  HWaddr xxxxxxxxxxxxxxxxxxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:888 errors:0 dropped:0 overruns:0 frame:0
          TX packets:553 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:126595 (123.6 KiB)  TX bytes:97793 (95.5 KiB)
          Interrupt:3

eth1      Link encap:Ethernet  HWaddr xxxxxxxxxxxxxxxxxx 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  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:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:4

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1608 (1.5 KiB)  TX bytes:1608 (1.5 KiB)

root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/mtdblock/4           2.2M    200.0k      2.0M   9% /jffs
/jffs                   832.0k    832.0k         0 100% /

GREAT! Thanks Oconnor, please send me your firmware by mail. My address is <edit>

(Last edited by rufus on 15 Jan 2007, 10:25)

rufus wrote:

GREAT! Thanks Oconnor, please send me your firmware by mail.

Why not simply build your own firmware? With the VMware player for Windows and a Ubuntu VMware image it's a easy task.

If you don't like to build the newest revision ask oconner for the revision he used and check out that one and build it by yourself...

It's always the best to build your own.

(Last edited by forum2006 on 14 Jan 2007, 19:16)

forum2006 wrote:
rufus wrote:

GREAT! Thanks Oconnor, please send me your firmware by mail.

Why not simply build your own firmware? With the VMware player for Windows and a Ubuntu VMware image it's a easy task.

If you don't like to build the newest revision ask oconner for the revision he used and check out that one and build it by yourself...

It's always the best to build your own.

Of course I built my own firmware from SVN. Please read from beginning of this topic.

Hi rufus,
in your email I saw that your compiled kamikaze(r6108), found the device ath0, but my didn't. So I thought it's because I used an old revision. So I compiled a new one r6109, but the ath0 device still didn't showed up. And dmesg and logread give only errors. Have you the same problems? Or does anybody know how to fix that problem?

root@OpenWrt:~# dmesg
aiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Probing device eth0: No Robo switch in managed mode found
Probing device eth1: No Robo switch in managed mode found
Probing device eth2: No such device
Probing device eth3: No such device
BFL_ENETADM not set in boardflags. Use force=1 to ignore.
PPP generic driver version 2.4.2
root@OpenWrt:~# logread
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: 8 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: 8 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:13 (none) user.err kernel: b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear.
Jan  1 00:00:14 (none) daemon.info init: Process '/bin/ash --login' (pid 352) exited.  Scheduling it for restart.
Jan  1 00:00:14 (none) daemon.info init: Starting pid 375, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:14 (none) user.warn kernel: Probing device eth0: No Robo switch in managed mode found
Jan  1 00:00:14 (none) user.warn kernel: Probing device eth1: No Robo switch in managed mode found
Jan  1 00:00:14 (none) user.warn kernel: Probing device eth2: No such device
Jan  1 00:00:14 (none) user.warn kernel: Probing device eth3: No such device
Jan  1 00:00:14 (none) user.warn kernel: BFL_ENETADM not set in boardflags. Use force=1 to ignore.
Jan  1 00:00:15 (none) user.info : Sending discover...
Jan  1 00:00:15 (none) daemon.info init: Process '/bin/ash --login' (pid 375) exited.  Scheduling it for restart.
Jan  1 00:00:15 (none) daemon.info init: Starting pid 404, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:15 (none) user.info kernel: PPP generic driver version 2.4.2
Jan  1 00:00:16 (none) daemon.info init: Process '/bin/ash --login' (pid 404) exited.  Scheduling it for restart.
Jan  1 00:00:16 (none) daemon.info init: Starting pid 436, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:17 (none) daemon.info init: Process '/bin/ash --login' (pid 436) exited.  Scheduling it for restart.
Jan  1 00:00:17 (none) daemon.info init: Starting pid 459, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:18 (none) user.info : Sending discover...
Jan  1 00:00:18 (none) daemon.info init: Process '/bin/ash --login' (pid 459) exited.  Scheduling it for restart.
Jan  1 00:00:18 (none) daemon.info init: Starting pid 489, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:19 (none) daemon.info init: Process '/bin/ash --login' (pid 489) exited.  Scheduling it for restart.
Jan  1 00:00:19 (none) daemon.info init: Starting pid 522, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:20 (none) cron.notice crond[540]: crond 2.3.2 dillon, started, log level 8 
Jan  1 00:00:20 (none) daemon.info init: Process '/bin/ash --login' (pid 522) exited.  Scheduling it for restart.
Jan  1 00:00:21 (none) daemon.info init: Starting pid 545, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:21 (none) authpriv.info dropbear[550]: Running in background
Jan  1 00:00:21 (none) user.info : Sending discover...
Jan  1 00:00:21 (none) daemon.info init: Process '/bin/ash --login' (pid 545) exited.  Scheduling it for restart.
Jan  1 00:00:22 (none) daemon.info init: Starting pid 572, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:22 (none) authpriv.info dropbear[584]: Child connection from 192.168.1.144:1352
Jan  1 00:00:23 (none) daemon.info init: Process '/bin/ash --login' (pid 572) exited.  Scheduling it for restart.
Jan  1 00:00:23 (none) daemon.info dnsmasq[595]: started, version 2.35 cachesize 150
Jan  1 00:00:23 (none) daemon.info dnsmasq[595]: compile time options: IPv6 GNU-getopt ISC-leasefile no-DBus no-I18N 
Jan  1 00:00:23 (none) daemon.info dnsmasq[595]: DHCP, IP range 192.168.1.100 -- 192.168.1.149, lease time 12h
Jan  1 00:00:23 (none) daemon.info dnsmasq[595]: using local addresses only for domain lan
Jan  1 00:00:23 (none) daemon.warn dnsmasq[595]: failed to access /tmp/resolv.conf.auto: No such file or directory
Jan  1 00:00:23 (none) daemon.info dnsmasq[595]: read /etc/hosts - 1 addresses
Jan  1 00:00:23 (none) daemon.err dnsmasq[595]: failed to read /etc/ethers:No such file or directory
Jan  1 00:00:23 (none) daemon.info init: Starting pid 591, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:24 (none) daemon.info init: Process '/bin/ash --login' (pid 591) exited.  Scheduling it for restart.
Jan  1 00:00:24 (none) daemon.info init: Starting pid 608, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:24 (none) user.info : Sending discover...
Jan  1 00:00:25 (none) daemon.info init: Process '/bin/ash --login' (pid 608) exited.  Scheduling it for restart.
Jan  1 00:00:25 (none) daemon.info init: Starting pid 612, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:26 (none) daemon.info init: Process '/bin/ash --login' (pid 612) exited.  Scheduling it for restart.
Jan  1 00:00:26 (none) daemon.info init: Starting pid 616, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:27 (none) daemon.info init: Process '/bin/ash --login' (pid 616) exited.  Scheduling it for restart.
Jan  1 00:00:27 (none) daemon.info init: Starting pid 620, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:27 (none) user.info : Sending discover...
Jan  1 00:00:27 (none) authpriv.notice dropbear[584]: password auth succeeded for 'root' from 192.168.1.144:1352
Jan  1 00:00:28 (none) daemon.info init: Process '/bin/ash --login' (pid 620) exited.  Scheduling it for restart.
Jan  1 00:00:28 (none) daemon.info init: Starting pid 628, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:29 (none) daemon.info init: Process '/bin/ash --login' (pid 628) exited.  Scheduling it for restart.
Jan  1 00:00:29 (none) daemon.info init: Starting pid 632, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:30 (none) daemon.info init: Process '/bin/ash --login' (pid 632) exited.  Scheduling it for restart.
Jan  1 00:00:30 (none) daemon.info init: Starting pid 636, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:30 (none) user.info : Sending discover...
Jan  1 00:00:31 (none) daemon.info init: Process '/bin/ash --login' (pid 636) exited.  Scheduling it for restart.
Jan  1 00:00:31 (none) daemon.info init: Starting pid 641, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:32 (none) daemon.info init: Process '/bin/ash --login' (pid 641) exited.  Scheduling it for restart.
Jan  1 00:00:32 (none) daemon.info init: Starting pid 645, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:33 (none) daemon.info init: Process '/bin/ash --login' (pid 645) exited.  Scheduling it for restart.
Jan  1 00:00:33 (none) daemon.info init: Starting pid 649, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:33 (none) user.info : Sending discover...
Jan  1 00:00:34 (none) daemon.info init: Process '/bin/ash --login' (pid 649) exited.  Scheduling it for restart.
Jan  1 00:00:34 (none) daemon.info init: Starting pid 653, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:35 (none) daemon.info init: Process '/bin/ash --login' (pid 653) exited.  Scheduling it for restart.
Jan  1 00:00:35 (none) daemon.info init: Starting pid 657, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:36 (none) daemon.info init: Process '/bin/ash --login' (pid 657) exited.  Scheduling it for restart.
Jan  1 00:00:36 (none) daemon.info init: Starting pid 661, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:36 (none) user.info : Sending discover...
Jan  1 00:00:37 (none) daemon.info init: Process '/bin/ash --login' (pid 661) exited.  Scheduling it for restart.
Jan  1 00:00:37 (none) daemon.info init: Starting pid 665, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:38 (none) daemon.info init: Process '/bin/ash --login' (pid 665) exited.  Scheduling it for restart.
Jan  1 00:00:38 (none) daemon.info init: Starting pid 669, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:39 (none) daemon.info init: Process '/bin/ash --login' (pid 669) exited.  Scheduling it for restart.
Jan  1 00:00:39 (none) daemon.info init: Starting pid 673, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:39 (none) user.info : Sending discover...
Jan  1 00:00:40 (none) daemon.info init: Process '/bin/ash --login' (pid 673) exited.  Scheduling it for restart.
Jan  1 00:00:40 (none) daemon.info init: Starting pid 677, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:41 (none) daemon.info init: Process '/bin/ash --login' (pid 677) exited.  Scheduling it for restart.
Jan  1 00:00:41 (none) daemon.info init: Starting pid 681, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:42 (none) daemon.info init: Process '/bin/ash --login' (pid 681) exited.  Scheduling it for restart.
Jan  1 00:00:42 (none) daemon.info init: Starting pid 685, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:42 (none) user.info : Sending discover...
Jan  1 00:00:43 (none) daemon.info init: Process '/bin/ash --login' (pid 685) exited.  Scheduling it for restart.
Jan  1 00:00:43 (none) daemon.info init: Starting pid 689, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:44 (none) daemon.info init: Process '/bin/ash --login' (pid 689) exited.  Scheduling it for restart.
Jan  1 00:00:44 (none) daemon.info init: Starting pid 693, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:45 (none) user.info : Sending discover...
Jan  1 00:00:45 (none) daemon.info init: Process '/bin/ash --login' (pid 693) exited.  Scheduling it for restart.
Jan  1 00:00:45 (none) daemon.info init: Starting pid 697, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:46 (none) daemon.info init: Process '/bin/ash --login' (pid 697) exited.  Scheduling it for restart.
Jan  1 00:00:46 (none) daemon.info init: Starting pid 701, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:47 (none) daemon.info init: Process '/bin/ash --login' (pid 701) exited.  Scheduling it for restart.
Jan  1 00:00:47 (none) daemon.info init: Starting pid 705, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:48 (none) user.info : Sending discover...
Jan  1 00:00:48 (none) daemon.info init: Process '/bin/ash --login' (pid 705) exited.  Scheduling it for restart.
Jan  1 00:00:48 (none) daemon.info init: Starting pid 709, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:49 (none) daemon.info init: Process '/bin/ash --login' (pid 709) exited.  Scheduling it for restart.
Jan  1 00:00:49 (none) daemon.info init: Starting pid 713, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:50 (none) daemon.info init: Process '/bin/ash --login' (pid 713) exited.  Scheduling it for restart.
Jan  1 00:00:50 (none) daemon.info init: Starting pid 717, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:51 (none) user.info : Sending discover...
Jan  1 00:00:51 (none) daemon.info init: Process '/bin/ash --login' (pid 717) exited.  Scheduling it for restart.
Jan  1 00:00:51 (none) daemon.info init: Starting pid 721, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:52 (none) daemon.info init: Process '/bin/ash --login' (pid 721) exited.  Scheduling it for restart.
Jan  1 00:00:52 (none) daemon.info init: Starting pid 725, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:53 (none) daemon.info init: Process '/bin/ash --login' (pid 725) exited.  Scheduling it for restart.
Jan  1 00:00:53 (none) daemon.info init: Starting pid 729, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:54 (none) user.info : Sending discover...
Jan  1 00:00:54 (none) daemon.info init: Process '/bin/ash --login' (pid 729) exited.  Scheduling it for restart.
Jan  1 00:00:54 (none) daemon.info init: Starting pid 733, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:55 (none) daemon.info init: Process '/bin/ash --login' (pid 733) exited.  Scheduling it for restart.
Jan  1 00:00:56 (none) daemon.info init: Starting pid 737, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:57 (none) daemon.info init: Process '/bin/ash --login' (pid 737) exited.  Scheduling it for restart.
Jan  1 00:00:57 (none) daemon.info init: Starting pid 741, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:57 (none) user.info : Sending discover...
Jan  1 00:00:58 (none) daemon.info init: Process '/bin/ash --login' (pid 741) exited.  Scheduling it for restart.
Jan  1 00:00:58 (none) daemon.info init: Starting pid 745, console /dev/tts/0: '/bin/ash'
Jan  1 00:00:59 (none) daemon.info init: Process '/bin/ash --login' (pid 745) exited.  Scheduling it for restart.
Jan  1 00:00:59 (none) daemon.info init: Starting pid 749, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:00 (none) daemon.info init: Process '/bin/ash --login' (pid 749) exited.  Scheduling it for restart.
Jan  1 00:01:00 (none) daemon.info init: Starting pid 753, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:00 (none) user.info : Sending discover...
Jan  1 00:01:01 (none) daemon.info init: Process '/bin/ash --login' (pid 753) exited.  Scheduling it for restart.
Jan  1 00:01:01 (none) daemon.info init: Starting pid 757, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:02 (none) daemon.info init: Process '/bin/ash --login' (pid 757) exited.  Scheduling it for restart.
Jan  1 00:01:02 (none) daemon.info init: Starting pid 761, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:03 (none) daemon.info init: Process '/bin/ash --login' (pid 761) exited.  Scheduling it for restart.
Jan  1 00:01:03 (none) daemon.info init: Starting pid 765, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:03 (none) user.info : Sending discover...
Jan  1 00:01:04 (none) daemon.info init: Process '/bin/ash --login' (pid 765) exited.  Scheduling it for restart.
Jan  1 00:01:04 (none) daemon.info init: Starting pid 769, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:05 (none) daemon.info init: Process '/bin/ash --login' (pid 769) exited.  Scheduling it for restart.
Jan  1 00:01:05 (none) daemon.info init: Starting pid 774, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:06 (none) daemon.info init: Process '/bin/ash --login' (pid 774) exited.  Scheduling it for restart.
Jan  1 00:01:06 (none) daemon.info init: Starting pid 778, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:06 (none) user.info : Sending discover...
Jan  1 00:01:07 (none) daemon.info init: Process '/bin/ash --login' (pid 778) exited.  Scheduling it for restart.
Jan  1 00:01:07 (none) daemon.info init: Starting pid 782, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:08 (none) daemon.info init: Process '/bin/ash --login' (pid 782) exited.  Scheduling it for restart.
Jan  1 00:01:08 (none) daemon.info init: Starting pid 786, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:09 (none) daemon.info init: Process '/bin/ash --login' (pid 786) exited.  Scheduling it for restart.
Jan  1 00:01:09 (none) daemon.info init: Starting pid 790, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:09 (none) user.info : Sending discover...
Jan  1 00:01:10 (none) daemon.info init: Process '/bin/ash --login' (pid 790) exited.  Scheduling it for restart.
Jan  1 00:01:10 (none) daemon.info init: Starting pid 794, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:11 (none) daemon.info init: Process '/bin/ash --login' (pid 794) exited.  Scheduling it for restart.
Jan  1 00:01:11 (none) daemon.info init: Starting pid 798, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:12 (none) daemon.info init: Process '/bin/ash --login' (pid 798) exited.  Scheduling it for restart.
Jan  1 00:01:12 (none) daemon.info init: Starting pid 802, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:12 (none) user.info : Sending discover...
Jan  1 00:01:13 (none) daemon.info init: Process '/bin/ash --login' (pid 802) exited.  Scheduling it for restart.
Jan  1 00:01:13 (none) daemon.info init: Starting pid 806, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:14 (none) daemon.info init: Process '/bin/ash --login' (pid 806) exited.  Scheduling it for restart.
Jan  1 00:01:14 (none) daemon.info init: Starting pid 810, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:15 (none) daemon.info init: Process '/bin/ash --login' (pid 810) exited.  Scheduling it for restart.
Jan  1 00:01:15 (none) daemon.info init: Starting pid 814, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:15 (none) user.info : Sending discover...
Jan  1 00:01:16 (none) daemon.info init: Process '/bin/ash --login' (pid 814) exited.  Scheduling it for restart.
Jan  1 00:01:16 (none) daemon.info init: Starting pid 818, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:17 (none) daemon.info init: Process '/bin/ash --login' (pid 818) exited.  Scheduling it for restart.
Jan  1 00:01:17 (none) daemon.info init: Starting pid 822, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:18 (none) daemon.info init: Process '/bin/ash --login' (pid 822) exited.  Scheduling it for restart.
Jan  1 00:01:18 (none) daemon.info init: Starting pid 826, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:18 (none) user.info : Sending discover...
Jan  1 00:01:19 (none) daemon.info init: Process '/bin/ash --login' (pid 826) exited.  Scheduling it for restart.
Jan  1 00:01:19 (none) daemon.info init: Starting pid 830, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:20 (none) daemon.info init: Process '/bin/ash --login' (pid 830) exited.  Scheduling it for restart.
Jan  1 00:01:20 (none) daemon.info init: Starting pid 834, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:21 (none) daemon.info init: Process '/bin/ash --login' (pid 834) exited.  Scheduling it for restart.
Jan  1 00:01:21 (none) daemon.info init: Starting pid 838, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:21 (none) user.info : Sending discover...
Jan  1 00:01:22 (none) daemon.info init: Process '/bin/ash --login' (pid 838) exited.  Scheduling it for restart.
Jan  1 00:01:22 (none) daemon.info init: Starting pid 842, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:23 (none) daemon.info init: Process '/bin/ash --login' (pid 842) exited.  Scheduling it for restart.
Jan  1 00:01:23 (none) daemon.info init: Starting pid 846, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:24 (none) daemon.info init: Process '/bin/ash --login' (pid 846) exited.  Scheduling it for restart.
Jan  1 00:01:24 (none) daemon.info init: Starting pid 850, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:24 (none) user.info : Sending discover...
Jan  1 00:01:25 (none) daemon.info init: Process '/bin/ash --login' (pid 850) exited.  Scheduling it for restart.
Jan  1 00:01:25 (none) daemon.info init: Starting pid 854, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:26 (none) daemon.info init: Process '/bin/ash --login' (pid 854) exited.  Scheduling it for restart.
Jan  1 00:01:26 (none) daemon.info init: Starting pid 858, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:27 (none) daemon.info init: Process '/bin/ash --login' (pid 858) exited.  Scheduling it for restart.
Jan  1 00:01:27 (none) daemon.info init: Starting pid 862, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:27 (none) user.info : Sending discover...
Jan  1 00:01:28 (none) daemon.info init: Process '/bin/ash --login' (pid 862) exited.  Scheduling it for restart.
Jan  1 00:01:28 (none) daemon.info init: Starting pid 866, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:30 (none) user.info : Sending discover...
Jan  1 00:01:30 (none) daemon.info init: Process '/bin/ash --login' (pid 866) exited.  Scheduling it for restart.
Jan  1 00:01:30 (none) daemon.info init: Starting pid 870, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:31 (none) daemon.info init: Process '/bin/ash --login' (pid 870) exited.  Scheduling it for restart.
Jan  1 00:01:31 (none) daemon.info init: Starting pid 874, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:32 (none) daemon.info init: Process '/bin/ash --login' (pid 874) exited.  Scheduling it for restart.
Jan  1 00:01:32 (none) daemon.info init: Starting pid 878, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:33 (none) user.info : Sending discover...
Jan  1 00:01:33 (none) daemon.info init: Process '/bin/ash --login' (pid 878) exited.  Scheduling it for restart.
Jan  1 00:01:33 (none) daemon.info init: Starting pid 882, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:34 (none) daemon.info init: Process '/bin/ash --login' (pid 882) exited.  Scheduling it for restart.
Jan  1 00:01:34 (none) daemon.info init: Starting pid 887, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:35 (none) daemon.info init: Process '/bin/ash --login' (pid 887) exited.  Scheduling it for restart.
Jan  1 00:01:35 (none) daemon.info init: Starting pid 891, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:36 (none) user.info : Sending discover...
Jan  1 00:01:36 (none) daemon.info init: Process '/bin/ash --login' (pid 891) exited.  Scheduling it for restart.
Jan  1 00:01:36 (none) daemon.info init: Starting pid 895, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:37 (none) daemon.info init: Process '/bin/ash --login' (pid 895) exited.  Scheduling it for restart.
Jan  1 00:01:37 (none) daemon.info init: Starting pid 899, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:38 (none) daemon.info init: Process '/bin/ash --login' (pid 899) exited.  Scheduling it for restart.
Jan  1 00:01:38 (none) daemon.info init: Starting pid 903, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:39 (none) user.info : Sending discover...
Jan  1 00:01:39 (none) daemon.info init: Process '/bin/ash --login' (pid 903) exited.  Scheduling it for restart.
Jan  1 00:01:39 (none) daemon.info init: Starting pid 907, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:40 (none) daemon.info init: Process '/bin/ash --login' (pid 907) exited.  Scheduling it for restart.
Jan  1 00:01:40 (none) daemon.info init: Starting pid 911, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:41 (none) daemon.info init: Process '/bin/ash --login' (pid 911) exited.  Scheduling it for restart.
Jan  1 00:01:41 (none) daemon.info init: Starting pid 915, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:42 (none) user.info : Sending discover...
Jan  1 00:01:42 (none) daemon.info init: Process '/bin/ash --login' (pid 915) exited.  Scheduling it for restart.
Jan  1 00:01:42 (none) daemon.info init: Starting pid 919, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:43 (none) daemon.info init: Process '/bin/ash --login' (pid 919) exited.  Scheduling it for restart.
Jan  1 00:01:43 (none) daemon.info init: Starting pid 923, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:44 (none) daemon.info init: Process '/bin/ash --login' (pid 923) exited.  Scheduling it for restart.
Jan  1 00:01:44 (none) daemon.info init: Starting pid 927, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:45 (none) user.info : Sending discover...
Jan  1 00:01:45 (none) daemon.info init: Process '/bin/ash --login' (pid 927) exited.  Scheduling it for restart.
Jan  1 00:01:45 (none) daemon.info init: Starting pid 931, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:46 (none) daemon.info init: Process '/bin/ash --login' (pid 931) exited.  Scheduling it for restart.
Jan  1 00:01:46 (none) daemon.info init: Starting pid 935, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:47 (none) daemon.info init: Process '/bin/ash --login' (pid 935) exited.  Scheduling it for restart.
Jan  1 00:01:47 (none) daemon.info init: Starting pid 939, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:48 (none) user.info : Sending discover...
Jan  1 00:01:48 (none) daemon.info init: Process '/bin/ash --login' (pid 939) exited.  Scheduling it for restart.
Jan  1 00:01:48 (none) daemon.info init: Starting pid 944, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:49 (none) daemon.info init: Process '/bin/ash --login' (pid 944) exited.  Scheduling it for restart.
Jan  1 00:01:49 (none) daemon.info init: Starting pid 948, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:50 (none) daemon.info init: Process '/bin/ash --login' (pid 948) exited.  Scheduling it for restart.
Jan  1 00:01:50 (none) daemon.info init: Starting pid 952, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:51 (none) user.info : Sending discover...
Jan  1 00:01:51 (none) daemon.info init: Process '/bin/ash --login' (pid 952) exited.  Scheduling it for restart.
Jan  1 00:01:51 (none) daemon.info init: Starting pid 956, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:52 (none) daemon.info init: Process '/bin/ash --login' (pid 956) exited.  Scheduling it for restart.
Jan  1 00:01:52 (none) daemon.info init: Starting pid 960, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:53 (none) daemon.info init: Process '/bin/ash --login' (pid 960) exited.  Scheduling it for restart.
Jan  1 00:01:53 (none) daemon.info init: Starting pid 964, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:54 (none) user.info : Sending discover...
Jan  1 00:01:54 (none) daemon.info init: Process '/bin/ash --login' (pid 964) exited.  Scheduling it for restart.
Jan  1 00:01:54 (none) daemon.info init: Starting pid 968, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:55 (none) daemon.info init: Process '/bin/ash --login' (pid 968) exited.  Scheduling it for restart.
Jan  1 00:01:55 (none) daemon.info init: Starting pid 972, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:56 (none) daemon.info init: Process '/bin/ash --login' (pid 972) exited.  Scheduling it for restart.
Jan  1 00:01:56 (none) daemon.info init: Starting pid 976, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:57 (none) user.info : Sending discover...
Jan  1 00:01:57 (none) daemon.info init: Process '/bin/ash --login' (pid 976) exited.  Scheduling it for restart.
Jan  1 00:01:57 (none) daemon.info init: Starting pid 980, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:58 (none) daemon.info init: Process '/bin/ash --login' (pid 980) exited.  Scheduling it for restart.
Jan  1 00:01:58 (none) daemon.info init: Starting pid 984, console /dev/tts/0: '/bin/ash'
Jan  1 00:01:59 (none) daemon.info init: Process '/bin/ash --login' (pid 984) exited.  Scheduling it for restart.
Jan  1 00:01:59 (none) daemon.info init: Starting pid 988, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:00 (none) user.info : Sending discover...
Jan  1 00:02:00 (none) daemon.info init: Process '/bin/ash --login' (pid 988) exited.  Scheduling it for restart.
Jan  1 00:02:00 (none) daemon.info init: Starting pid 992, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:01 (none) daemon.info init: Process '/bin/ash --login' (pid 992) exited.  Scheduling it for restart.
Jan  1 00:02:01 (none) daemon.info init: Starting pid 996, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:03 (none) daemon.info init: Process '/bin/ash --login' (pid 996) exited.  Scheduling it for restart.
Jan  1 00:02:03 (none) daemon.info init: Starting pid 1000, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:03 (none) user.info : Sending discover...
Jan  1 00:02:04 (none) daemon.info init: Process '/bin/ash --login' (pid 1000) exited.  Scheduling it for restart.
Jan  1 00:02:04 (none) daemon.info init: Starting pid 1004, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:05 (none) daemon.info init: Process '/bin/ash --login' (pid 1004) exited.  Scheduling it for restart.
Jan  1 00:02:05 (none) daemon.info init: Starting pid 1008, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:06 (none) daemon.info init: Process '/bin/ash --login' (pid 1008) exited.  Scheduling it for restart.
Jan  1 00:02:06 (none) daemon.info init: Starting pid 1012, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:06 (none) user.info : Sending discover...
Jan  1 00:02:07 (none) daemon.info init: Process '/bin/ash --login' (pid 1012) exited.  Scheduling it for restart.
Jan  1 00:02:07 (none) daemon.info init: Starting pid 1016, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:08 (none) daemon.info init: Process '/bin/ash --login' (pid 1016) exited.  Scheduling it for restart.
Jan  1 00:02:08 (none) daemon.info init: Starting pid 1020, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:09 (none) daemon.info init: Process '/bin/ash --login' (pid 1020) exited.  Scheduling it for restart.
Jan  1 00:02:09 (none) daemon.info init: Starting pid 1025, console /dev/tts/0: '/bin/ash'
Jan  1 00:02:09 (none) user.info : Sending discover...
Jan  1 00:02:10 (none) daemon.info init: Process '/bin/ash --login' (pid 1025) exited.  Scheduling it for restart.
Jan  1 00:02:10 (none) daemon.info init: Starting pid 1029, console /dev/tts/0: '/bin/ash'
root@OpenWrt:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

br-lan    no wireless extensions.

root@OpenWrt:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr xxxxxxxxxxxxxxxxxxxxx
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:838 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1262 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:53601 (52.3 KiB)  TX bytes:223363 (218.1 KiB)

eth0      Link encap:Ethernet  HWaddr xxxxxxxxxxxxxxxxxxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:837 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1263 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:69313 (67.6 KiB)  TX bytes:229484 (224.1 KiB)
          Interrupt:3 

eth1      Link encap:Ethernet  HWaddr xxxxxxxxxxxxxxxxxxxxxxxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  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:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:4 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  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:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

edit: Nevermind I think I got it. I will try that: http://forum.openwrt.org/viewtopic.php?pid=29017

(Last edited by Oconnor on 16 Jan 2007, 23:25)

My problem with running Kamikaze on Asus WL-500g was solved - thanks goes to Oconnor.
It seems that firmware built by target brcm-2.4 is not working, but with brcm-2.6 is everything working very well.

First I compiled both kernel versions without succes (r5925). After nbd's changes in source I tried only kernel 2.4. Oconnor sended me firmware with kernel 2.6 of r6041 a this one worked. Today I compiled 2.4 and 2.6 - only kernel 2.6 (target brcm-2.6) works. I will create ticket for this issue.

Oconnor: my atheros mini-PCI works fine without any configuration (without changes anything after uploading firmware to the router). Base device is wifi0 and from this is automaticaly created ath0.
In your log is eth1 - it is wan port of asus. Is madwifi supporting your mini-PCI card?

Yes madwifi supports my mini-pci card. It already worked with WhiteRussian RC5. I think my problem is not the mini-pci card, because I have the same problem with the bcrm card. The Bug "b44: eth1: BUG!  Timeout waiting for bit 80000000 of register 428 to clear." is already known for [1] asus wl-500gP and there is a [2] fix. But I tried it and it didn't worked.

So I changed /etc/config/network (removed eth1)

   

lan_ifnames="vlan0"

Its now a littlebit different but I changed the lan ifname from eth2 to vlan0 after reboot AP doesn't showed up.

I fixed it by changing S10boot

   

for iface in $(/sbin/ifconfig -a | awk '{print $1}' | grep eth); do
            MAC=$(/sbin/ifconfig -a $iface | head -1 | awk '{print $5}')
            [ "$MAC" != "40:10:18:00:00:2D" ] && /usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
    done

If I use that mac addresse after reboot the bug still exits. If I use my mac adress the ap doesn't showed up.
So how can I fix that?

[1] http://wiki.openwrt.org/OpenWrtDocs/Har … us/WL500GP (At the end: "5. Trunc with Kernel 2.6")
[2] http://forum.openwrt.org/viewtopic.php?pid=29017

Because of the B44 Bug, I can't use the 2.6 Kernel. So I tried the 2.4 Kernel and that one worked without problems. I used the revision 6200.

(Last edited by Oconnor on 25 Jan 2007, 20:34)

I will try new revision. But why kernel 2.6 is working for me fine and 2.4 not? And 2.4 works you without problems? Is something different between our routers? Revision of board? mini-PCI?

I don't know, it could be. How can we find that out? Is there a special Number? I have two chips on my Board.
First one:
Broadcom
BCM4702KPB
CA0416 P10
718627A P

Second one:
Broadcom
BCM5325A2KQM
RD0423 P12
722846

edit: On my Board is written ASUS WL-500G R2.40, I think that's the special number. What Revision do you have?

Here is a snapshoot of my Asus wl-500g. Sorry for the poor quality is made with my handy.
http://forum.opennet-initiative.de/attachment.php?attachmentid=256&amp;sid=

(Last edited by Oconnor on 25 Jan 2007, 22:45)

I have probably the same unit, maybe less older ....

Serial number: 4AIGExxxxx

On board is Asus WL-500g R2.40

CPU
BCM4333KPB (?)
CA0401 P10
711596A B

Switch
BCM5325A2KQM
RD0421 P12
721309

Different (bad) number of my cpu type is discused here:
http://wl500g.info/archive/index.php/t-926.html

I compiled a new one and now the asus loads a few start scripts, the driver for my Atheros card where found, but still don't work. The b44 Bug still exist, but now I'm able to copy files to the router but I can not install them. So I will wait until Kamikaze 2.6 is ready Asus wl-500g.

b44: eth1: BUG! Timeout waiting for bit 80000000 of register 428 to clear.
...
b44: eth1: BUG! Timeout waiting for bit 80000000 of register 428 to clear.
b44: eth1: BUG! Timeout waiting for bit 80000000 of register 428 to clear.
Probing device eth0: No Robo switch in managed mode found
Probing device eth1: No Robo switch in managed mode found
Probing device eth2: No such device
Probing device eth3: No such device
BFL_ENETADM not set in boardflags. Use force=1 to ignore.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PPP generic driver version 2.4.2
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
wlan: 0.8.4.2 (0.9.2.1)
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413, REGOPS_FUNC)
ath_rate_sample: 1.2 (0.9.2.1)
wlan: mac acl policy registered
ath_pci: 0.9.4.5 (0.9.2.1)
PCI: Enabling device 0000:01:02.0 (0000 -> 0002)
PCI: Fixing up device 0000:01:02.0
ath_pci: switching rfkill capability off
wifi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: turboA rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: turboG rates: 6Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
wifi0: mac 5.9 phy 4.3 radio 3.6
wifi0: Use hw queue 1 for WME_AC_BE traffic
wifi0: Use hw queue 0 for WME_AC_BK traffic
wifi0: Use hw queue 2 for WME_AC_VI traffic
wifi0: Use hw queue 3 for WME_AC_VO traffic
wifi0: Use hw queue 8 for CAB traffic
wifi0: Use hw queue 9 for beacons
wifi0: Atheros 5212: mem=0x40000000, irq=6
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
PCI: Enabling device 0000:00:04.0 (0000 -> 0002)
PCI: Setting latency timer of device 0000:00:04.0 to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:04.0: irq 5, io mem 0x18004000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
mini_fo: using base directory: /
mini_fo: using storage directory: /jffs
root@OpenWrt:~# iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

eth1 Interface doesn't support scanning.

br-lan Interface doesn't support scanning.

wifi0 Interface doesn't support scanning.

ath0 No scan results
root@OpenWrt:~# wlanconfig ath0 create wlandev wifi0
wlanconfig: ioctl: Input/output error

The discussion might have continued from here.