OpenWrt Forum Archive

Topic: Developing Support for TPLINK WDR4900

The content of this topic has been archived between 4 Oct 2014 and 4 May 2018. Unfortunately there are posts – most likely complete pages – missing.

please stop doing that or you will brick. you cannot flash a fw containing uboot. check file size of the firmware.
mtd partition is named "firmware" not mtd7.

Which firmware contains uboot? What should I stop? File size on my pc = 16.646.656 bytes and on the router = 16.646.656 bytes aswell.

what do you mean with "mtd partition is named "firmware" not mtd7"?

Then that's your first problem, the size should be 16 252 928 bytes (16646656 bytes means your firmware file contains bootloader). First check that you have enough free RAM, as these files are 16 MB each, and you already have two of them in /tmp. You can strip your bin of the bootloader like this, assuming your firmware file of 16646656 bytes is at /tmp/firmware.bin:

cd /tmp
dd if=firmware.bin of=noboot.bin skip=769 bs=512

You will get a new file called noboot.bin, which you should be able to flash:

mtd -r write noboot.bin firmware
eximido wrote:

It will fail at least because of parenthesis characters in the filename like this:

-ash: syntax error: unexpected "("

So the filename should be enclosed in quotation marks or the file itself should be renamed.

You are absolutely right of course, I  copied the flawed string from the wiki so it is wrong there too.

nebbia88 wrote:

mtd partition is named "firmware" not mtd7.

They are one and the same. Try "cat /proc/mtd"

makro wrote:

Then that's your first problem, the size should be 16 252 928 bytes (16646656 bytes means your firmware file contains bootloader).

Finally someone thinks outside of the box. But, if this is right then the wiki is wholly wrong as, absent quotation marks aside, the file source (and the mtd command) are taken from there. The bin file name lacks "boot", the presence of which would indicate that makro is correct. Not a happy situation.

Let's get this sorted and clear then I or someone can attend to the wiki.

Later: I have checked the bin file referenced by the wiki and 'wdr4900nv1_en_3_14_1_up(130304)_beta.bin' is 16 252 928 bytes in size so IT IS correct to flash with mtd. CrAzYLuKe must have a corrupted/wrong download.

Even later: Sorry for the noise - I was inattentive and assumed CrAzYLuKe was working with the wiki referenced bin file he mentioned.  Reading carefully, I now see that the larger bin file was another that included the bootloader.

Wiki is OK but mtd command needs quotation marks inserted around "wdr4900nv1_en_3_14_1_up(130304)_beta.bin".

(Last edited by ryts on 23 May 2014, 19:44)

makro wrote:

Then that's your first problem, the size should be 16 252 928 bytes (16646656 bytes means your firmware file contains bootloader). First check that you have enough free RAM, as these files are 16 MB each, and you already have two of them in /tmp. You can strip your bin of the bootloader like this, assuming your firmware file of 16646656 bytes is at /tmp/firmware.bin:

cd /tmp
dd if=firmware.bin of=noboot.bin skip=769 bs=512

You will get a new file called noboot.bin, which you should be able to flash:

mtd -r write noboot.bin firmware

I striped the firmware to noboot.bin and after that "ls -al" -->
-rw-r--r--    1 root     root      16252928 May 23 14:22 noboot.bin
Than I executed the command line like above:

root@OpenWrt:/tmp# mtd -r write noboot.bin firmware
Unlocking firmware ...

Writing from noboot.bin to firmware ...
Rebooting ...

Network error: Software caused connection abort

Now I cannot connect via browser to 192.168.1.1 and I cannot connect via PuTTY SSH to it. The terminal window keeps black and empty and a connection timeout error is following. WTF? sad

ryts wrote:
eximido wrote:

It will fail at least because of parenthesis characters in the filename like this:

-ash: syntax error: unexpected "("

So the filename should be enclosed in quotation marks or the file itself should be renamed.

You are absolutely right of course, I  copied the flawed string from the wiki so it is wrong there too.

nebbia88 wrote:

mtd partition is named "firmware" not mtd7.

They are one and the same. Try "cat /proc/mtd"

makro wrote:

Then that's your first problem, the size should be 16 252 928 bytes (16646656 bytes means your firmware file contains bootloader).

Finally someone thinks outside of the box. But, if this is right then the wiki is wholly wrong as, absent quotation marks aside, the file source (and the mtd command) are taken from there. The bin file name lacks "boot", the presence of which would indicate that makro is correct. Not a happy situation.

Let's get this sorted and clear then I or someone can attend to the wiki.

Later: I have checked the bin file referenced by the wiki and 'wdr4900nv1_en_3_14_1_up(130304)_beta.bin' is 16 252 928 bytes in size so IT IS correct to flash with mtd. CrAzYLuKe must have a corrupted/wrong download.

I have taken the 1.3 from the tp-link site! http://www.tp-link.com.de/resources/sof … 130424.zip

originale filename is "wdr4900nv1_tether_en_3_14_7_up_boot(130424).bin" and i have just deleted (130424). The archiv size shows: 16.646.656 unpacked in winrar.

The wdr4900 now get's uplink from the other router and the pc is directly connected to the wdr4900 and i have connection to the internet, but cannot ping 192.168.1.1. but now I remember that the routers firmware ip is 192.168.0.1 and it works - many thanks :-)

(Last edited by CrAzYLuKe on 23 May 2014, 15:42)

Hi all, I'd appreciate any help you can offer please to resurrect my bricked WDR4900.

Firstly it's been running DD-WRT for some time but I have not been able to remove it and revert back to the factory firmware or change to openWRT...  It seems to have been really persistent basically just resetting the DD-WRT firmware but not removing it.

SO next I stupidly ran a nvram erase command... I can't even say what it was exactly as I have been messing around so much since.

All I get now is a power light and the relevant connected ethernet light.  I have used various images, stock and OpenWRT combined with the TFTP flash method.  My router does call out for the wdr4900v1_tp_recovery.bin file and TFTP does seem to transfer it over.  But the router does not reboot/flash the new firmware.... I've tried restarting it, doing the flash again... playing with different IP addresses etc. but the router seems to be no flashing the firmware whatever I do.

Any thoughts or idea's please?

(Last edited by bandanafz1 on 8 Jun 2014, 08:58)

Hi all, I bought just yesterday this router and I want to flash it to openwrt immediately upon i'll receive it. I have read all the topic and I saw there are a lot buggy versions of this firmware, have someone tested the latest trunk ?

I would like to not break it as soon as will arrive smile

(Last edited by fcecamor on 9 Jun 2014, 06:46)

I flashed the latest trunk 8h ago, all fine for now wink

(Last edited by dabyd64 on 8 Jun 2014, 22:40)

dabyd64 wrote:

I flashed the latest trunk 8h ago, all fine for now wink

Great! Keep me updated please smile

Finally my WDR4900 has arrived at my home, about 5 minutes out of the box it has got its first (trunk r41062) OpenWRT..
But is early to be happy...

Although my router should be a normal 1.3, the 2.4 wireless adapter is not an atheros (like wrote on the wiki) but: RaLink Rt3352 and don't seem to be very stable..

This is what I get in dmesg after a while

[ 1482.998873] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1484.045135] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1484.990776] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1506.321220] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1507.372162] ath: phy1: Failed to stop TX DMA, queues=0x005!
[ 1511.319212] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1512.319148] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1512.829434] ath: phy1: Failed to stop TX DMA, queues=0x004!
[ 1513.322684] ath: phy1: Failed to stop TX DMA, queues=0x004!

and my clients lost connectivity..

This is my conf:

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '36'
        option hwmode '11a'
        option path 'ffe09000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option txpower '17'
        option htmode 'HT40'
        option noscan '1'
        option country 'IT'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option encryption 'psk2+ccmp'
        option key '123'
        option ssid 'CC.net-5.2'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'ffe0a000.pcie/pci0001:02/0001:02:00.0/0001:03:00.0'
        option htmode 'HT40'
        option noscan '1'
        option country 'IT'
        option txpower '25'

config wifi-iface
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'CC.net-2.4'
        option encryption 'psk2+ccmp'
        option key '123'

Is there an error in the configuration ?

EDIT:
This is the dmesg during the boot:

[   19.712499] br-lan: port 3(wlan0) entered forwarding state
[   20.112498] br-lan: port 2(wlan1) entered forwarding state
[   72.272364] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.313114] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.352838] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.392459] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.432937] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.472624] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.519279] ath: phy1: Failed to stop TX DMA, queues=0x004!
[   72.558957] ath: phy1: Failed to stop TX DMA, queues=0x004!
[....]

other info:

root@Router:~# iw wlan0 info
Interface wlan0
        ifindex 9
        wdev 0x2
        addr 
        ssid CC.net-5.2
        type AP
        wiphy 0
        channel 36 (5180 MHz), width: 40 MHz, center1: 5190 MHz
root@Router:~# iw wlan1 info
Interface wlan1
        ifindex 10
        wdev 0x100000002
        addr 
        ssid CC.net-2.4
        type AP
        wiphy 1
        channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
root@Router:~# iwinfo
wlan0     ESSID: "CC.net-5.2"
          Access Point: 
          Mode: Master  Channel: 36 (5.180 GHz)
          Tx-Power: 17 dBm  Link Quality: 46/70
          Signal: -64 dBm  Noise: -93 dBm
          Bit Rate: 72.2 MBit/s
          Encryption: WPA2 PSK (CCMP)
          Type: nl80211  HW Mode(s): 802.11an
          Hardware: 168C:0033 168C:A120 [Atheros AR9580]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

wlan1     ESSID: "CC.net-2.4"
          Access Point: 
          Mode: Master  Channel: 11 (2.462 GHz)
          Tx-Power: 20 dBm  Link Quality: 41/70
          Signal: -69 dBm  Noise: -95 dBm
          Bit Rate: 72.2 MBit/s
          Encryption: WPA2 PSK (CCMP)
          Type: nl80211  HW Mode(s): 802.11bgn
          Hardware: 168C:0030 0000:0000 [RaLink Rt3352]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

root@Router:~#

If I set 40MHz it after the first errors in dmesg come back to 20MHz; obviously I'm talking about wlan1 (phy1, aka RaLink); the 5.2ghz adapter seem to working good..

Just for information, I bought this router on amazon.it ..


Help, I don't want to send it back to amazon sad

(Last edited by fcecamor on 10 Jun 2014, 16:21)

If the 2.4GHz is (unexpectedly) Ralink, then there would not be a driver for in the the wdr4900 OpenWRT firmware, because it is device optimised and expects Atheros.  Your syslog with the errors  indicates "ath". 

The errors messages are of a sort well known in OpenWRT Ath9k wifi and so you may have a trunk version with issues: https://dev.openwrt.org/ticket/11862

But if the 2.4GHz is Ralink, how can I get atheros driver errors ?
Maybe the firmware is trying to use the wrong driver..

I'm sure that iwinfo is giving you wrong info. It can't be ralink if the driver loads.

snk wrote:

I'm sure that iwinfo is giving you wrong info. It can't be ralink if the driver loads.

So, how can I check if it is really atheros or ralink device ?
http://s9.postimg.org/wz6f650e7/screenshot_3.png

BTW, if it is atheros, how can I solve it ? Am I using a wrong configuration ?
Before of this router I had a TL-WR1043ND which is famous for his atheros instable wifi, I sadly known that error but in 1043ND it wasn't so harmful.. and I escaped from it to save me from this wifi bug and now is the same ? mad

(Last edited by fcecamor on 10 Jun 2014, 18:04)

snk wrote:

I'm sure that iwinfo is giving you wrong info. It can't be ralink if the driver loads.

Correct.

Hardware: 168C:0030 0000:0000 [RaLink Rt3352]

168C is clearly Atheros' vendor code. It's probably being confused by the 0000:0000 for the second part

fcecamor wrote:

So, how can I check if it is really atheros or ralink device ?

You don't. It's absolutely 100% Atheros. There is nothing to check.

[Edit]
https://dev.openwrt.org/browser/trunk/p … rdware.txt
I suspect it's just defaulting to Ralink Rt3352 because it's the last item in the list, and the list doesn't contain the actual card info because it is too new. Probably a badly designed lookup algorithm or something.

(Last edited by qasdfdsaq on 10 Jun 2014, 18:34)

qasdfdsaq wrote:
fcecamor wrote:

So, how can I check if it is really atheros or ralink device ?

You don't. It's absolutely 100% Atheros. There is nothing to check.

fcecamor wrote:

BTW, if it is atheros, how can I solve it ? Am I using a wrong configuration ?
Before of this router I had a TL-WR1043ND which is famous for his atheros instable wifi, I sadly known that error but in 1043ND it wasn't so harmful.. and I escaped from it to save me from this wifi bug and now is the same ? mad

You could build an image based on an older revision. My WDR4900 isn't in regular use, so I can't say much about stability, but all the hardware seemed to be configured properly in r40718.

I've seen that errors in all devices I had at least since Aptitude Adjustment (WR741 v2 and V4, WR841 v5, WR703N, WDR4900 v1), and never got any problem, I really don't know what they mean, it seems that the DMA fails somehow but I didn't see any hang or freeze.
Anyway, I didn't see any error on the logs (I accidentally powered off the router yesterday by unplugging the wrong plug)
dmesg

[    0.000000] TL-WDR4900 v1 board from TP-Link
[    0.000000] Top of RAM: 0x8000000, Total RAM: 0x8000000
[    0.000000] Memory hole size: 0MB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00000000-0x07ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x07ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c03234a8, node_mem_map c035c000
[    0.000000]   DMA zone: 256 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 32768 pages, LIFO batch:7
[    0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 60572k/131072k available (3132k kernel code, 70500k reserved, 116k data, 184k bss, 132k init)
[    0.000000] Kernel virtual memory layout:
[    0.000000]   * 0xfffdf000..0xfffff000  : fixmap
[    0.000000]   * 0xfe000000..0xfe000000  : early ioremap
[    0.000000]   * 0xc9000000..0xfe000000  : vmalloc & ioremap
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:512 nr_irqs:512 16
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " OpenPIC  " version 1.2 at ffe40000, max 1 CPUs
[    0.000000] mpic: ISU size: 256, shift: 8, mask: ff
[    0.000000] mpic: Initializing for 256 sources
[    0.000000] time_init: decrementer frequency = 49.999999 MHz
[    0.000000] time_init: processor frequency   = 799.999992 MHz
[    0.000000] clocksource: timebase mult[14000007] shift[24] registered
[    0.000000] clockevent: decrementer mult[cccccc9] shift[32] cpu[0]
[    0.000047] pid_max: default: 32768 minimum: 301
[    0.000143] Mount-cache hash table entries: 512
[    0.002627] NET: Registered protocol family 16
[    0.008189] Found FSL PCI host bridge at 0x00000000ffe09000. Firmware bus number: 0->255
[    0.008200] PCI host bridge /pcie@ffe09000 (primary) ranges:
[    0.008209]  MEM 0x00000000a0000000..0x00000000bfffffff -> 0x00000000a0000000
[    0.008218]   IO 0x00000000ffc10000..0x00000000ffc1ffff -> 0x0000000000000000
[    0.008233] /pcie@ffe09000: PCICSRBAR @ 0xfff00000
[    0.008579] Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->255
[    0.008588] PCI host bridge /pcie@ffe0a000  ranges:
[    0.008597]  MEM 0x0000000080000000..0x000000009fffffff -> 0x0000000080000000
[    0.008605]   IO 0x00000000ffc00000..0x00000000ffc0ffff -> 0x0000000000000000
[    0.008619] /pcie@ffe0a000: PCICSRBAR @ 0xfff00000
[    0.020342] PCI: Probing PCI hardware
[    0.020623] fsl-pci ffe09000.pcie: PCI host bridge to bus 0000:00
[    0.020638] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.020648] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xbfffffff]
[    0.020669] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.020681] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[    0.020715] pci 0000:00:00.0: [1957:012b] type 01 class 0x0b2000
[    0.020728] pci 0000:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.020761] pci 0000:00:00.0: supports D1 D2
[    0.020770] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.021153] pci 0000:01:00.0: [168c:0033] type 00 class 0x028000
[    0.021183] pci 0000:01:00.0: reg 10: [mem 0xa0000000-0xa001ffff 64bit]
[    0.021224] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.021263] pci 0000:01:00.0: supports D1
[    0.021272] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    0.028129] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.028145] pci 0000:00:00.0:   bridge window [mem 0xa0000000-0xa00fffff]
[    0.028204] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.028217] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.028386] fsl-pci ffe0a000.pcie: PCI host bridge to bus 0001:02
[    0.028402] pci_bus 0001:02: root bus resource [io  0x20000-0x2ffff] (bus address [0x0000-0xffff])
[    0.028412] pci_bus 0001:02: root bus resource [mem 0x80000000-0x9fffffff]
[    0.028423] pci_bus 0001:02: root bus resource [bus 02-ff]
[    0.028434] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to ff
[    0.028466] pci 0001:02:00.0: [1957:012b] type 01 class 0x0b2000
[    0.028477] pci 0001:02:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.028504] pci 0001:02:00.0: supports D1 D2
[    0.028513] pci 0001:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.028706] pci 0001:02:00.0: Primary bus is hard wired to 0
[    0.028719] pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring
[    0.028890] pci 0001:03:00.0: [168c:abcd] type 00 class 0x020000
[    0.028900] pci 0001:03:00.0: AR9381 fixup applied
[    0.028924] pci 0001:03:00.0: reg 10: [mem 0x80000000-0x8001ffff 64bit]
[    0.028964] pci 0001:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.029003] pci 0001:03:00.0: supports D1
[    0.029012] pci 0001:03:00.0: PME# supported from D0 D1 D3hot
[    0.036140] pci 0001:02:00.0: PCI bridge to [bus 03-ff]
[    0.036156] pci 0001:02:00.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.036208] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
[    0.036222] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 03
[    0.036264] PCI 0000:00 Cannot reserve Legacy IO [io  0x0000-0x0fff]
[    0.036273] PCI 0001:02 Cannot reserve Legacy IO [io  0x20000-0x20fff]
[    0.036300] pci 0000:00:00.0: BAR 9: can't assign mem pref (size 0x100000)
[    0.036315] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref]
[    0.036325] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.036335] pci 0000:00:00.0:   bridge window [io  0x0000-0xffff]
[    0.036344] pci 0000:00:00.0:   bridge window [mem 0xa0000000-0xbfffffff]
[    0.036357] pci 0001:02:00.0: BAR 9: can't assign mem pref (size 0x100000)
[    0.036368] pci 0001:03:00.0: BAR 6: assigned [mem 0x80020000-0x8002ffff pref]
[    0.036377] pci 0001:02:00.0: PCI bridge to [bus 03]
[    0.036387] pci 0001:02:00.0:   bridge window [io  0x20000-0x2ffff]
[    0.036397] pci 0001:02:00.0:   bridge window [mem 0x80000000-0x9fffffff]
[    0.036403] Some PCI device resources are unassigned, try booting with pci=realloc
[    0.036422] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.036432] pci_bus 0000:00: resource 5 [mem 0xa0000000-0xbfffffff]
[    0.036442] pci_bus 0000:01: resource 0 [io  0x0000-0xffff]
[    0.036452] pci_bus 0000:01: resource 1 [mem 0xa0000000-0xbfffffff]
[    0.036461] pci_bus 0001:02: resource 4 [io  0x20000-0x2ffff]
[    0.036471] pci_bus 0001:02: resource 5 [mem 0x80000000-0x9fffffff]
[    0.036480] pci_bus 0001:03: resource 0 [io  0x20000-0x2ffff]
[    0.036490] pci_bus 0001:03: resource 1 [mem 0x80000000-0x9fffffff]
[    0.036498] Registering qe_ic with sysfs...
[    0.039230] bio: create slab <bio-0> at 0
[    0.040470] Switching to clocksource timebase
[    0.041834] NET: Registered protocol family 2
[    0.042154] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    0.042183] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.042199] TCP: Hash tables configured (established 1024 bind 1024)
[    0.042249] TCP: reno registered
[    0.042259] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.042276] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.042418] NET: Registered protocol family 1
[    0.042464] PCI: CLS 32 bytes, default 32
[    0.050956] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.050969] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.051537] msgmni has been set to 246
[    0.051644] io scheduler noop registered
[    0.051652] io scheduler deadline registered (default)
[    0.102070] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.104643] serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42) is a 16550A
[    0.603915] console [ttyS0] enabled
[    0.608099] ffe04500.serial: ttyS0 at MMIO 0xffe04500 (irq = 42) is a 16550
[    0.615453] Generic RTC Driver v1.07
[    0.620294] fsl_espi ffe07000.spi: master is unqueued, this is deprecated
[    0.627395] m25p80 spi0.0: s25fl129p1 (16384 Kbytes)
[    0.632482] 7 ofpart partitions found on MTD device spi0.0
[    0.637974] Creating 7 MTD partitions on "spi0.0":
[    0.642767] 0x000000000000-0x000000050000 : "u-boot"
[    0.648400] 0x000000050000-0x000000060000 : "dtb"
[    0.653723] 0x000000060000-0x000000300000 : "kernel"
[    0.659303] 0x000000300000-0x000000fe0000 : "rootfs"
[    0.664871] mtd: device 3 (rootfs) set to be root filesystem
[    0.670617] mtd: partition "rootfs_data" created automatically, ofs=0x4d0000, len=0xb10000
[    0.678888] 0x0000004d0000-0x000000fe0000 : "rootfs_data"
[    0.684916] 0x000000fe0000-0x000000ff0000 : "config"
[    0.690474] 0x000000ff0000-0x000001000000 : "caldata"
[    0.696127] 0x000000060000-0x000000fe0000 : "firmware"
[    0.701861] fsl_espi ffe07000.spi: at 0xc901e000 (irq = 59)
[    0.708320] libphy: Freescale PowerQUICC MII Bus: probed
[    0.736659] switch0: Atheros AR8327 rev. 2 switch registered on mdio@ffe24000
[    1.924677] fsl-gianfar ethernet.1 eth0: mac: 00:04:9f:ef:01:01
[    1.930610] fsl-gianfar ethernet.1 eth0: Running with NAPI enabled
[    1.936793] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[0]: 256
[    1.943319] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[1]: 256
[    1.949847] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[2]: 256
[    1.956374] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[3]: 256
[    1.962901] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[4]: 256
[    1.969428] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[5]: 256
[    1.975955] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[6]: 256
[    1.982483] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[7]: 256
[    1.989010] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[0]: 256
[    1.995537] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[1]: 256
[    2.002066] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[2]: 256
[    2.008594] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[3]: 256
[    2.015121] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[4]: 256
[    2.021648] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[5]: 256
[    2.028175] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[6]: 256
[    2.034702] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[7]: 256
[    2.041400] ucc_geth_driver: QE UCC Gigabit Ethernet Controller
[    2.047698] TCP: cubic registered
[    2.051029] NET: Registered protocol family 17
[    2.055534] Bridge firewalling registered
[    2.059555] 8021q: 802.1Q VLAN Support v1.8
[    2.068726] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[    2.076175] Freeing unused kernel memory: 132K (c02ee000 - c030f000)
[    3.548044] usbcore: registered new interface driver usbfs
[    3.553660] usbcore: registered new interface driver hub
[    3.559109] usbcore: registered new device driver usb
[    3.566368] Button Hotplug driver version 0.4.1
[    3.573243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.579860] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[    3.586494] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[    3.603575] fsl-ehci fsl-ehci.0: irq 28, io mem 0xffe22000
[    3.620498] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[    3.626506] hub 1-0:1.0: USB hub found
[    3.630283] hub 1-0:1.0: 1 port detected
[    3.634920] ehci-platform: EHCI generic platform driver
[    3.956514] usb 1-1: new high-speed USB device number 2 using fsl-ehci
[    4.094746] hub 1-1:1.0: USB hub found
[    4.098780] hub 1-1:1.0: 4 ports detected
[    4.376775] usb 1-1.1: new high-speed USB device number 3 using fsl-ehci
[    5.862895] libphy: mdio@ffe24000:00 - Link is Up - 1000/Full
[    7.110125] jffs2: notice: (871) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 5 of xref (0 dead, 0 orphan) found.
[    9.856686] NET: Registered protocol family 10
[    9.866217] nf_conntrack version 0.5.0 (1977 buckets, 7908 max)
[    9.877037] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.886241] booke_wdt: powerpc book-e watchdog driver loaded
[    9.893808] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
[    9.901748] Backport generated by backports.git backports-20140320-37-g5c33da0
[    9.915688] input: buttons.8 as /devices/buttons.8/input/input0
[    9.922958] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.945900] xt_time: kernel timezone is -0000
[    9.967636] cfg80211: Calling CRDA to update world regulatory domain
[    9.980044] cfg80211: World regulatory domain updated:
[    9.985214] cfg80211:  DFS Master region: unset
[    9.989567] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    9.999309] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.007314] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.015317] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.023320] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.031322] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.039324] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.072096] PPP generic driver version 2.4.2
[   10.077581] NET: Registered protocol family 24
[   10.109600] ath: EEPROM regdomain: 0x0
[   10.109612] ath: EEPROM indicates default country code should be used
[   10.109617] ath: doing EEPROM country->regdmn map search
[   10.109628] ath: country maps to regdmn code: 0x3a
[   10.109634] ath: Country alpha2 being used: US
[   10.109639] ath: Regpair used: 0x3a
[   10.117610] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.127756] cfg80211: Calling CRDA for country: US
[   10.134975] cfg80211: Regulatory domain changed to country: US
[   10.140838] cfg80211:  DFS Master region: FCC
[   10.145017] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.154759] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[   10.162762] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[   10.170769] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[   10.178780] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   10.186783] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   10.200792] ieee80211 phy0: Atheros AR9300 Rev:4 mem=0xc9700000, irq=17
[   10.216792] ath: EEPROM regdomain: 0x0
[   10.216804] ath: EEPROM indicates default country code should be used
[   10.216809] ath: doing EEPROM country->regdmn map search
[   10.216820] ath: country maps to regdmn code: 0x3a
[   10.216827] ath: Country alpha2 being used: US
[   10.216831] ath: Regpair used: 0x3a
[   10.233077] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   10.246865] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xc9780000, irq=18
[   13.854586] device eth0.1 entered promiscuous mode
[   13.859502] device eth0 entered promiscuous mode
[   13.866698] br-lan: port 1(eth0.1) entered forwarding state
[   13.872314] br-lan: port 1(eth0.1) entered forwarding state
[   14.812695] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   14.828828] device wlan1 entered promiscuous mode
[   14.833635] br-lan: port 2(wlan1) entered forwarding state
[   14.839149] br-lan: port 2(wlan1) entered forwarding state
[   14.848648] br-lan: port 2(wlan1) entered disabled state
[   14.906036] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.924451] device wlan0 entered promiscuous mode
[   14.929350] br-lan: port 3(wlan0) entered forwarding state
[   14.934861] br-lan: port 3(wlan0) entered forwarding state
[   15.117460] br-lan: port 2(wlan1) entered forwarding state
[   15.122990] br-lan: port 2(wlan1) entered forwarding state
[   15.128503] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   15.185957] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.854892] libphy: mdio@ffe24000:00 - Link is Up - 1000/Full
[   15.872490] br-lan: port 1(eth0.1) entered forwarding state
[   16.936524] br-lan: port 3(wlan0) entered forwarding state
[   17.124496] br-lan: port 2(wlan1) entered forwarding state
[36382.708129] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.

logread

BusyBox v1.22.1 (2014-06-07 02:20:19 UTC) 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
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r41037)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------
root@OpenWrt:~# logread
Tue Jun 10 16:59:57 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 16:59:57 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:03:32 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 17:03:32 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 17:04:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:04:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:06:23 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:06:23 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:07:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 17:07:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:07:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:07:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:11:46 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:11:46 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:12:58 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:12:58 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:14:42 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:14:42 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:17:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 17:17:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:19:01 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:19:01 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:20:03 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:20:03 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:21:24 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:21:24 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:26:06 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:26:06 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:27:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:27:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 17:27:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:27:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:33:31 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:33:31 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:33:35 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 17:33:35 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 17:34:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:34:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:34:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 17:34:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 17:37:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 17:37:11 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:40:42 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:40:42 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:41:22 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:41:22 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:42:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:42:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:45:26 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.136 00:1b:9e:4a:e4:60
Tue Jun 10 17:45:26 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.136 00:1b:9e:4a:e4:60 PC
Tue Jun 10 17:47:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:47:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 17:47:41 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:47:41 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:54:31 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 17:54:31 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 17:57:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 17:57:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:01:36 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:01:36 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:02:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:02:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:03:38 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:03:38 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:07:10 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 WPA: group key handshake completed (RSN)
Tue Jun 10 18:07:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:08:18 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:08:18 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:09:33 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:09:33 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:12:35 2014 daemon.info hostapd: wlan1: STA 00:1b:9e:4a:e4:60 IEEE 802.11: disassociated
Tue Jun 10 18:14:52 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:14:52 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:16:14 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:16:14 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:16:17 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:16:17 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:17:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:21:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:21:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:22:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:22:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:26:27 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:26:27 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:27:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:28:58 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:28:58 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:29:40 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:29:40 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:33:41 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:33:41 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:35:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:35:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:37:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:37:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:37:53 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:37:59 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:37:59 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:43:00 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:43:00 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:44:38 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:44:38 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:47:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:48:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:48:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:50:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:50:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:51:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:51:28 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:57:10 2014 daemon.info hostapd: wlan1: STA 68:5d:43:44:81:5d WPA: group key handshake completed (RSN)
Tue Jun 10 18:57:13 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:57:13 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:58:08 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:58:08 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 18:58:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPINFORM(br-lan) 192.168.1.109 68:5d:43:44:81:5d
Tue Jun 10 18:58:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.109 68:5d:43:44:81:5d Toshiba-TOSH
Tue Jun 10 18:59:35 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 68:5d:43:44:81:5e
Tue Jun 10 18:59:35 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.110 68:5d:43:44:81:5e
Tue Jun 10 19:12:50 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd IEEE 802.11: authenticated
Tue Jun 10 19:12:50 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd IEEE 802.11: associated (aid 1)
Tue Jun 10 19:12:50 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: pairwise key handshake completed (RSN)
Tue Jun 10 19:12:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.0.4 80:96:b1:32:f4:cd
Tue Jun 10 19:12:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPNAK(br-lan) 192.168.0.4 80:96:b1:32:f4:cd wrong network
Tue Jun 10 19:12:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 80:96:b1:32:f4:cd
Tue Jun 10 19:12:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.211 80:96:b1:32:f4:cd
Tue Jun 10 19:12:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.1.211 80:96:b1:32:f4:cd
Tue Jun 10 19:12:54 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.211 80:96:b1:32:f4:cd android-bcc2c92ddc6c9721
Tue Jun 10 19:17:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 19:27:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 19:37:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 19:41:53 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: authenticated
Tue Jun 10 19:41:53 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: associated (aid 2)
Tue Jun 10 19:41:53 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 WPA: pairwise key handshake completed (RSN)
Tue Jun 10 19:41:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 00:bb:3a:dc:bb:72
Tue Jun 10 19:41:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 19:41:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 19:41:56 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 19:47:10 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 WPA: group key handshake completed (RSN)
Tue Jun 10 19:47:11 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 19:54:32 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: disassociated
Tue Jun 10 19:57:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 20:05:02 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 IEEE 802.11: authenticated
Tue Jun 10 20:05:02 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 IEEE 802.11: associated (aid 2)
Tue Jun 10 20:05:02 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 WPA: pairwise key handshake completed (RSN)
Tue Jun 10 20:05:02 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.1.217 90:18:7c:c1:3e:51
Tue Jun 10 20:05:02 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.217 90:18:7c:c1:3e:51 android-e29f27a76e3aeeb3
Tue Jun 10 20:06:34 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: authenticated
Tue Jun 10 20:06:34 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: associated (aid 3)
Tue Jun 10 20:06:34 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 WPA: pairwise key handshake completed (RSN)
Tue Jun 10 20:06:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPDISCOVER(br-lan) 00:bb:3a:dc:bb:72
Tue Jun 10 20:06:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPOFFER(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 20:06:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 20:06:34 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.230 00:bb:3a:dc:bb:72
Tue Jun 10 20:06:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPREQUEST(br-lan) 192.168.1.144 90:2b:34:d4:e2:51
Tue Jun 10 20:06:50 2014 daemon.info dnsmasq-dhcp[2525]: DHCPACK(br-lan) 192.168.1.144 90:2b:34:d4:e2:51 PC
Tue Jun 10 20:07:10 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 WPA: group key handshake completed (RSN)
Tue Jun 10 20:07:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 20:07:11 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 WPA: group key handshake completed (RSN)
Tue Jun 10 20:07:52 2014 daemon.info hostapd: wlan1: STA 00:bb:3a:dc:bb:72 IEEE 802.11: disassociated
Tue Jun 10 20:17:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 20:17:11 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 WPA: group key handshake completed (RSN)
Tue Jun 10 20:23:26 2014 authpriv.info dropbear[10163]: Child connection from 192.168.1.144:49535
Tue Jun 10 20:23:28 2014 authpriv.notice dropbear[10163]: Password auth succeeded for 'root' from 192.168.1.144:49535
Tue Jun 10 20:24:04 2014 authpriv.info dropbear[10163]: Exit (root): Exited normally
Tue Jun 10 20:26:55 2014 authpriv.info dropbear[10385]: Child connection from 192.168.1.144:49612
Tue Jun 10 20:27:10 2014 daemon.info hostapd: wlan1: STA 80:96:b1:32:f4:cd WPA: group key handshake completed (RSN)
Tue Jun 10 20:27:11 2014 daemon.info hostapd: wlan1: STA 90:18:7c:c1:3e:51 WPA: group key handshake completed (RSN)
Tue Jun 10 20:31:36 2014 authpriv.notice dropbear[10385]: Password auth succeeded for 'root' from 192.168.1.144:49612

About the ralink thing, I checked and yes! I have it too. I never noticed that, but I think it wasn't before.
By the way, still running fine.

(Last edited by dabyd64 on 10 Jun 2014, 21:33)

makro wrote:

You could build an image based on an older revision. My WDR4900 isn't in regular use, so I can't say much about stability, but all the hardware seemed to be configured properly in r40718.

Mmh too hard for me..

dabyd64 wrote:

I've seen that errors in all devices I had at least since Aptitude Adjustment (WR741 v2 and V4, WR841 v5, WR703N, WDR4900 v1), and never got any problem, I really don't know what they mean, it seems that the DMA fails somehow but I didn't see any hang or freeze.
Anyway, I didn't see any error on the logs (I accidentally powered off the router yesterday by unplugging the wrong plug)

[    0.000000] TL-WDR4900 v1 board from TP-Link
[    0.000000] Top of RAM: 0x8000000, Total RAM: 0x8000000
[    0.000000] Memory hole size: 0MB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00000000-0x07ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x07ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c03234a8, node_mem_map c035c000
[    0.000000]   DMA zone: 256 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 32768 pages, LIFO batch:7
[    0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 60572k/131072k available (3132k kernel code, 70500k reserved, 116k data, 184k bss, 132k init)
[    0.000000] Kernel virtual memory layout:
[    0.000000]   * 0xfffdf000..0xfffff000  : fixmap
[    0.000000]   * 0xfe000000..0xfe000000  : early ioremap
[    0.000000]   * 0xc9000000..0xfe000000  : vmalloc & ioremap
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:512 nr_irqs:512 16
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " OpenPIC  " version 1.2 at ffe40000, max 1 CPUs
[    0.000000] mpic: ISU size: 256, shift: 8, mask: ff
[    0.000000] mpic: Initializing for 256 sources
[    0.000000] time_init: decrementer frequency = 49.999999 MHz
[    0.000000] time_init: processor frequency   = 799.999992 MHz
[    0.000000] clocksource: timebase mult[14000007] shift[24] registered
[    0.000000] clockevent: decrementer mult[cccccc9] shift[32] cpu[0]
[    0.000047] pid_max: default: 32768 minimum: 301
[    0.000143] Mount-cache hash table entries: 512
[    0.002627] NET: Registered protocol family 16
[    0.008189] Found FSL PCI host bridge at 0x00000000ffe09000. Firmware bus number: 0->255
[    0.008200] PCI host bridge /pcie@ffe09000 (primary) ranges:
[    0.008209]  MEM 0x00000000a0000000..0x00000000bfffffff -> 0x00000000a0000000
[    0.008218]   IO 0x00000000ffc10000..0x00000000ffc1ffff -> 0x0000000000000000
[    0.008233] /pcie@ffe09000: PCICSRBAR @ 0xfff00000
[    0.008579] Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->255
[    0.008588] PCI host bridge /pcie@ffe0a000  ranges:
[    0.008597]  MEM 0x0000000080000000..0x000000009fffffff -> 0x0000000080000000
[    0.008605]   IO 0x00000000ffc00000..0x00000000ffc0ffff -> 0x0000000000000000
[    0.008619] /pcie@ffe0a000: PCICSRBAR @ 0xfff00000
[    0.020342] PCI: Probing PCI hardware
[    0.020623] fsl-pci ffe09000.pcie: PCI host bridge to bus 0000:00
[    0.020638] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.020648] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xbfffffff]
[    0.020669] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.020681] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[    0.020715] pci 0000:00:00.0: [1957:012b] type 01 class 0x0b2000
[    0.020728] pci 0000:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.020761] pci 0000:00:00.0: supports D1 D2
[    0.020770] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.021153] pci 0000:01:00.0: [168c:0033] type 00 class 0x028000
[    0.021183] pci 0000:01:00.0: reg 10: [mem 0xa0000000-0xa001ffff 64bit]
[    0.021224] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.021263] pci 0000:01:00.0: supports D1
[    0.021272] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    0.028129] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.028145] pci 0000:00:00.0:   bridge window [mem 0xa0000000-0xa00fffff]
[    0.028204] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.028217] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.028386] fsl-pci ffe0a000.pcie: PCI host bridge to bus 0001:02
[    0.028402] pci_bus 0001:02: root bus resource [io  0x20000-0x2ffff] (bus address [0x0000-0xffff])
[    0.028412] pci_bus 0001:02: root bus resource [mem 0x80000000-0x9fffffff]
[    0.028423] pci_bus 0001:02: root bus resource [bus 02-ff]
[    0.028434] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to ff
[    0.028466] pci 0001:02:00.0: [1957:012b] type 01 class 0x0b2000
[    0.028477] pci 0001:02:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
[    0.028504] pci 0001:02:00.0: supports D1 D2
[    0.028513] pci 0001:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.028706] pci 0001:02:00.0: Primary bus is hard wired to 0
[    0.028719] pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring
[    0.028890] pci 0001:03:00.0: [168c:abcd] type 00 class 0x020000
[    0.028900] pci 0001:03:00.0: AR9381 fixup applied
[    0.028924] pci 0001:03:00.0: reg 10: [mem 0x80000000-0x8001ffff 64bit]
[    0.028964] pci 0001:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.029003] pci 0001:03:00.0: supports D1
[    0.029012] pci 0001:03:00.0: PME# supported from D0 D1 D3hot
[    0.036140] pci 0001:02:00.0: PCI bridge to [bus 03-ff]
[    0.036156] pci 0001:02:00.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.036208] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
[    0.036222] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 03
[    0.036264] PCI 0000:00 Cannot reserve Legacy IO [io  0x0000-0x0fff]
[    0.036273] PCI 0001:02 Cannot reserve Legacy IO [io  0x20000-0x20fff]
[    0.036300] pci 0000:00:00.0: BAR 9: can't assign mem pref (size 0x100000)
[    0.036315] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref]
[    0.036325] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.036335] pci 0000:00:00.0:   bridge window [io  0x0000-0xffff]
[    0.036344] pci 0000:00:00.0:   bridge window [mem 0xa0000000-0xbfffffff]
[    0.036357] pci 0001:02:00.0: BAR 9: can't assign mem pref (size 0x100000)
[    0.036368] pci 0001:03:00.0: BAR 6: assigned [mem 0x80020000-0x8002ffff pref]
[    0.036377] pci 0001:02:00.0: PCI bridge to [bus 03]
[    0.036387] pci 0001:02:00.0:   bridge window [io  0x20000-0x2ffff]
[    0.036397] pci 0001:02:00.0:   bridge window [mem 0x80000000-0x9fffffff]
[    0.036403] Some PCI device resources are unassigned, try booting with pci=realloc
[    0.036422] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.036432] pci_bus 0000:00: resource 5 [mem 0xa0000000-0xbfffffff]
[    0.036442] pci_bus 0000:01: resource 0 [io  0x0000-0xffff]
[    0.036452] pci_bus 0000:01: resource 1 [mem 0xa0000000-0xbfffffff]
[    0.036461] pci_bus 0001:02: resource 4 [io  0x20000-0x2ffff]
[    0.036471] pci_bus 0001:02: resource 5 [mem 0x80000000-0x9fffffff]
[    0.036480] pci_bus 0001:03: resource 0 [io  0x20000-0x2ffff]
[    0.036490] pci_bus 0001:03: resource 1 [mem 0x80000000-0x9fffffff]
[    0.036498] Registering qe_ic with sysfs...
[    0.039230] bio: create slab <bio-0> at 0
[    0.040470] Switching to clocksource timebase
[    0.041834] NET: Registered protocol family 2
[    0.042154] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    0.042183] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.042199] TCP: Hash tables configured (established 1024 bind 1024)
[    0.042249] TCP: reno registered
[    0.042259] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.042276] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.042418] NET: Registered protocol family 1
[    0.042464] PCI: CLS 32 bytes, default 32
[    0.050956] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.050969] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.051537] msgmni has been set to 246
[    0.051644] io scheduler noop registered
[    0.051652] io scheduler deadline registered (default)
[    0.102070] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.104643] serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42) is a 16550A
[    0.603915] console [ttyS0] enabled
[    0.608099] ffe04500.serial: ttyS0 at MMIO 0xffe04500 (irq = 42) is a 16550
[    0.615453] Generic RTC Driver v1.07
[    0.620294] fsl_espi ffe07000.spi: master is unqueued, this is deprecated
[    0.627395] m25p80 spi0.0: s25fl129p1 (16384 Kbytes)
[    0.632482] 7 ofpart partitions found on MTD device spi0.0
[    0.637974] Creating 7 MTD partitions on "spi0.0":
[    0.642767] 0x000000000000-0x000000050000 : "u-boot"
[    0.648400] 0x000000050000-0x000000060000 : "dtb"
[    0.653723] 0x000000060000-0x000000300000 : "kernel"
[    0.659303] 0x000000300000-0x000000fe0000 : "rootfs"
[    0.664871] mtd: device 3 (rootfs) set to be root filesystem
[    0.670617] mtd: partition "rootfs_data" created automatically, ofs=0x4d0000, len=0xb10000
[    0.678888] 0x0000004d0000-0x000000fe0000 : "rootfs_data"
[    0.684916] 0x000000fe0000-0x000000ff0000 : "config"
[    0.690474] 0x000000ff0000-0x000001000000 : "caldata"
[    0.696127] 0x000000060000-0x000000fe0000 : "firmware"
[    0.701861] fsl_espi ffe07000.spi: at 0xc901e000 (irq = 59)
[    0.708320] libphy: Freescale PowerQUICC MII Bus: probed
[    0.736659] switch0: Atheros AR8327 rev. 2 switch registered on mdio@ffe24000
[    1.924677] fsl-gianfar ethernet.1 eth0: mac: 00:04:9f:ef:01:01
[    1.930610] fsl-gianfar ethernet.1 eth0: Running with NAPI enabled
[    1.936793] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[0]: 256
[    1.943319] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[1]: 256
[    1.949847] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[2]: 256
[    1.956374] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[3]: 256
[    1.962901] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[4]: 256
[    1.969428] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[5]: 256
[    1.975955] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[6]: 256
[    1.982483] fsl-gianfar ethernet.1 eth0: RX BD ring size for Q[7]: 256
[    1.989010] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[0]: 256
[    1.995537] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[1]: 256
[    2.002066] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[2]: 256
[    2.008594] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[3]: 256
[    2.015121] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[4]: 256
[    2.021648] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[5]: 256
[    2.028175] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[6]: 256
[    2.034702] fsl-gianfar ethernet.1 eth0: TX BD ring size for Q[7]: 256
[    2.041400] ucc_geth_driver: QE UCC Gigabit Ethernet Controller
[    2.047698] TCP: cubic registered
[    2.051029] NET: Registered protocol family 17
[    2.055534] Bridge firewalling registered
[    2.059555] 8021q: 802.1Q VLAN Support v1.8
[    2.068726] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[    2.076175] Freeing unused kernel memory: 132K (c02ee000 - c030f000)
[    3.548044] usbcore: registered new interface driver usbfs
[    3.553660] usbcore: registered new interface driver hub
[    3.559109] usbcore: registered new device driver usb
[    3.566368] Button Hotplug driver version 0.4.1
[    3.573243] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.579860] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[    3.586494] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[    3.603575] fsl-ehci fsl-ehci.0: irq 28, io mem 0xffe22000
[    3.620498] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[    3.626506] hub 1-0:1.0: USB hub found
[    3.630283] hub 1-0:1.0: 1 port detected
[    3.634920] ehci-platform: EHCI generic platform driver
[    3.956514] usb 1-1: new high-speed USB device number 2 using fsl-ehci
[    4.094746] hub 1-1:1.0: USB hub found
[    4.098780] hub 1-1:1.0: 4 ports detected
[    4.376775] usb 1-1.1: new high-speed USB device number 3 using fsl-ehci
[    5.862895] libphy: mdio@ffe24000:00 - Link is Up - 1000/Full
[    7.110125] jffs2: notice: (871) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 5 of xref (0 dead, 0 orphan) found.
[    9.856686] NET: Registered protocol family 10
[    9.866217] nf_conntrack version 0.5.0 (1977 buckets, 7908 max)
[    9.877037] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.886241] booke_wdt: powerpc book-e watchdog driver loaded
[    9.893808] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
[    9.901748] Backport generated by backports.git backports-20140320-37-g5c33da0
[    9.915688] input: buttons.8 as /devices/buttons.8/input/input0
[    9.922958] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.945900] xt_time: kernel timezone is -0000
[    9.967636] cfg80211: Calling CRDA to update world regulatory domain
[    9.980044] cfg80211: World regulatory domain updated:
[    9.985214] cfg80211:  DFS Master region: unset
[    9.989567] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    9.999309] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.007314] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.015317] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.023320] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.031322] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.039324] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.072096] PPP generic driver version 2.4.2
[   10.077581] NET: Registered protocol family 24
[   10.109600] ath: EEPROM regdomain: 0x0
[   10.109612] ath: EEPROM indicates default country code should be used
[   10.109617] ath: doing EEPROM country->regdmn map search
[   10.109628] ath: country maps to regdmn code: 0x3a
[   10.109634] ath: Country alpha2 being used: US
[   10.109639] ath: Regpair used: 0x3a
[   10.117610] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.127756] cfg80211: Calling CRDA for country: US
[   10.134975] cfg80211: Regulatory domain changed to country: US
[   10.140838] cfg80211:  DFS Master region: FCC
[   10.145017] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.154759] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[   10.162762] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[   10.170769] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[   10.178780] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   10.186783] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   10.200792] ieee80211 phy0: Atheros AR9300 Rev:4 mem=0xc9700000, irq=17
[   10.216792] ath: EEPROM regdomain: 0x0
[   10.216804] ath: EEPROM indicates default country code should be used
[   10.216809] ath: doing EEPROM country->regdmn map search
[   10.216820] ath: country maps to regdmn code: 0x3a
[   10.216827] ath: Country alpha2 being used: US
[   10.216831] ath: Regpair used: 0x3a
[   10.233077] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   10.246865] ieee80211 phy1: Atheros AR9300 Rev:3 mem=0xc9780000, irq=18
[   13.854586] device eth0.1 entered promiscuous mode
[   13.859502] device eth0 entered promiscuous mode
[   13.866698] br-lan: port 1(eth0.1) entered forwarding state
[   13.872314] br-lan: port 1(eth0.1) entered forwarding state
[   14.812695] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   14.828828] device wlan1 entered promiscuous mode
[   14.833635] br-lan: port 2(wlan1) entered forwarding state
[   14.839149] br-lan: port 2(wlan1) entered forwarding state
[   14.848648] br-lan: port 2(wlan1) entered disabled state
[   14.906036] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.924451] device wlan0 entered promiscuous mode
[   14.929350] br-lan: port 3(wlan0) entered forwarding state
[   14.934861] br-lan: port 3(wlan0) entered forwarding state
[   15.117460] br-lan: port 2(wlan1) entered forwarding state
[   15.122990] br-lan: port 2(wlan1) entered forwarding state
[   15.128503] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   15.185957] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.854892] libphy: mdio@ffe24000:00 - Link is Up - 1000/Full
[   15.872490] br-lan: port 1(eth0.1) entered forwarding state
[   16.936524] br-lan: port 3(wlan0) entered forwarding state
[   17.124496] br-lan: port 2(wlan1) entered forwarding state
[36382.708129] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.

About the ralink thing, I checked and yes! I have it too. I never noticed that, but I think it wasn't before.
By the way, still running fine.

When connection drop I can see

[13825.749029] ath: phy1: Failed to stop TX DMA, queues=0x004!

in dmesg; but if you say that your clients don't drop, something is different..

Can you show me your /etc/config/wireless configuration file please ?

For example now, my wifi has dropped again and come back but loosing all configuration (like HT40- or power setted..)
Don't you see nothing of this ?

What version are you running ?
EDIT: I saw your version like now.. maybe a small difference in the firmware and we have this bugs.. dunno sad

(Last edited by fcecamor on 10 Jun 2014, 21:51)

First, remove all HT40 and other wireless options that were not by defaut (just set the channel and the security), the try if it doesn't die
I'll compile it for you, just tell me what revision you want, and what packages you need (luci, etc)

My  routers acts like an AP, with a modem on the WAN port, nothing else:
wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '48'
        option hwmode '11a'
        option path 'ffe09000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option htmode 'HT20'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'MyWifi_5G'
        option encryption 'psk2'
        option key '*********'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'ffe0a000.pcie/pci0001:02/0001:02:00.0/0001:03:00.0'
        option htmode 'HT20'
        option country 'US'
        option txpower '30'

config wifi-iface
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'MyWifi'
        option encryption 'psk2'
        option key '*********'

(Last edited by dabyd64 on 10 Jun 2014, 21:37)

dabyd64 wrote:

First, remove all HT40 and other wireless options that were not by defaut (just set the channel and the security), the try if it doesn't die
I'll compile it for you, just tell me what revision you want, and what packages you need (luci, etc)

Ok, on first now I check default configuration..
But with your last revision do you have a perfectly stable wifi ?

My computer uses ethernet cable, but all the mobile phones and laptops go with wifi, and I don't see any drop-outs, my girlfriend also said it was ok, and she uses it pretty much (You know, girls are always looking clothing and cats on the internet lol )

dabyd64 wrote:

My computer uses ethernet cable, but all the mobile phones and laptops go with wifi, and I don't see any drop-outs, my girlfriend also said it was ok, and she uses it pretty much (You know, girls are always looking clothing and cats on the internet lol )

With your configuration now the wi-fi seem to be more stable.. but what speed neutral never saw less eheh
About girlfriend, mine just look and touch my cat without use of wifi lol... but.. don't talk me about clothing.......

Thanks for your help man, I'll keep your configuration until tomorrow and I'll let you know!
Thanks all for the help