OpenWrt Forum Archive

Topic: Asus rt-n18u

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

Hi
Will it be OpenWRT on Asus rt-n18u?

Cześć
Chciałbym pomóc w zrobieniu openwrt na Asusa rtn-18u.
Wgrałem openwrt-bcm53xx-bcm47081-asus-rt-n18u-squashfs.
Z telnetu mam dostęp do niego po wgraniu, jednak po resecie ruter nie odpowiada.Jak by się dało to proszę to proszę pisać po polsku.

Hi
I would like to help  in making openwrt on Asusa rtn-18u.
I have loaded openwrt-bcm53xx-bcm47081-asus-rt-n18u-squashfs.
From Telnet i have access to Asus after flash. However after reset router not respond.

Does not respond to what? What appears in serial console?
According to the https://dev.openwrt.org/ticket/18152 it should boot and basically work OK.

Zajec wrote:

Does not respond to what? What appears in serial console?
According to the https://dev.openwrt.org/ticket/18152 it should boot and basically work OK.

Yes, but... well, usually it's OK. But yesterday morning I rebooted N18U and it seemed to boot (I saw all boot messages on serial console) but it did not respond to serial console and did not respond to ping. I rebooted it twice and every time I saw full boot log going on serial console, but it did not respond to any keypress. Then I removed and inserted usb-ttl device and rebooted N18U and now it works again. I can't reproduce that bug anymore. Otherwise it runs r42926 just fine (I did not try wifi, so can't say anything about it).

I did not try anything after r42926 yet (sysupgrade says "Firmware upgrade is not implemented for this platform.").

After a few flashes of trunk and some self-compiled trunk builds the network stopped working. Now Shibby's firmware works okay, stock firmware is okay to (just reverted to stock, then to shibby, then went back to openwrt), but openwrt can't ping computer.

-----------------------------------------------------
root@OpenWrt:/# ifconfig -a
br-lan    Link encap:Ethernet  HWaddr AC:22:0B:99:C9:BC 
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ae22:bff:fe99:c9bc/64 Scope:Link
          inet6 addr: fd54:5e87:24c5::1/60 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 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:0 (0.0 B)  TX bytes:2848 (2.7 KiB)

dragon pts/9#ifconfig -a   
p2p1      Link encap:Ethernet  HWaddr 64:70:02:11:01:60 
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::6670:2ff:fe11:160/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:209885 errors:0 dropped:0 overruns:0 frame:0
          TX packets:273080 errors:0 dropped:94 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:22997821 (22.9 MB)  TX bytes:197431080 (197.4 MB)

No arp, nothing.

root@OpenWrt:/# ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2): 56 data bytes
^C
--- 192.168.1.2 ping statistics ---
11 packets transmitted, 0 packets received, 100% packet loss

A little later, after a few more reboots and fiddling with uci it began to see the network again.

Another problem, /etc/config/network does not persist between reboots....

I wonder if there could be some problems related to storing SquashFS on NAND without UBI.

I've switched RT-N18U firmware to use UBI in the following commit:
https://dev.openwrt.org/changeset/43008/

Could you try current snapshot to see if it's more stable?

Just tried the trunk version (r44622) on my rt-n18u,
ping works
but no wifi, any idea ?

Hi,
so is OpenWRT working / stable on this router ?
Any comments are welcome.

I have tried the trunk, sometimes it boots well, everything seems to be working, even pings, opkg, etc (I haven't tried the wifi), sometime it boots, serial console works, but no packets are received on eth interfaces.

I have noticed a difference in a boot log. Line "Bridge firewalling registered" seems to appear, when it's not working. Also the kernel seems to have problems finding MAC address.

Here is a serial console log.

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.34 (openwrt@gb-11) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44685) ) #1 SMP Thu Mar 12 14:36:54 UTC 2015
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Asus RT-N18U (BCM47081)
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 7 pages/cpu @c6de1000 s6272 r8192 d14208 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65280
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk
[    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] Memory: 255840K/262144K available (2770K kernel code, 104K rwdata, 748K rodata, 158K init, 238K bss, 6304K reserved, 131072K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0377dbc   (3520 kB)
[    0.000000]       .init : 0xc0378000 - 0xc039f880   ( 159 kB)
[    0.000000]       .data : 0xc03a0000 - 0xc03ba320   ( 105 kB)
[    0.000000]        .bss : 0xc03ba320 - 0xc03f5db0   ( 239 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000020] sched_clock: 64 bits at 400MHz, resolution 2ns, wraps every 2748779069440ns
[    0.008617] Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[    0.101405] pid_max: default: 32768 minimum: 301
[    0.106409] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.113315] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.121555] CPU: Testing write buffer coherency: ok
[    0.126996] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.132988] Setting up static identity map for 0x125c0 - 0x125f4
[    0.140680] Brought up 1 CPUs
[    0.143819] SMP: Total of 1 processors activated (1594.16 BogoMIPS).
[    0.150436] CPU: All CPU(s) started in SVC mode.
[    0.167396] NET: Registered protocol family 16
[    0.172928] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.182836] L310 cache controller enabled
[    0.187035] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a130000, Cache size: 256 kB
[    0.203131] bio: create slab <bio-0> at 0
[    0.209766] Switched to clocksource arm_global_timer
[    0.217163] NET: Registered protocol family 2
[    0.222775] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.230031] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.236642] TCP: Hash tables configured (established 1024 bind 1024)
[    0.243308] TCP: reno registered
[    0.246697] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.252804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.259548] NET: Registered protocol family 1
[    0.265800] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.273162] bounce pool size: 64 pages
[    0.277431] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.283517] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.293738] msgmni has been set to 243
[    0.298096] io scheduler noop registered
[    0.302240] io scheduler deadline registered (default)
[    0.308593] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.319012] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 117, base_baud = 6250000) is a 16550
[    0.328211] console [ttyS0] enabled
[    0.328211] console [ttyS0] enabled
[    0.335381] bootconsole [earlycon0] disabled
[    0.335381] bootconsole [earlycon0] disabled
[    0.344832] 18000400.serial: ttyS1 at MMIO 0x18000400 (irq = 117, base_baud = 6250000) is a 16550
[    0.356083] bgmac: Broadcom 47xx GBit MAC driver loaded
[    0.361443] bcma: bus0: Found chip with id 53010, rev 0x00 and package 0x02
[    0.368440] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
[    0.377047] bcma: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x01, class 0x0)
[    0.385801] bcma: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x01, class 0x0)
[    0.393750] bcma: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.402133] bcma: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.410514] bcma: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.418903] bcma: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.427249] bcma: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.435784] bcma: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.444328] bcma: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.452897] bcma: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x01, class 0x0)
[    0.462911] bcma: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x01, class 0x0)
[    0.471284] bcma: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x01, class 0x0)
[    0.479677] bcma: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
[    0.487905] bcma: bus0: Core 14 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
[    0.497256] bcma: bus0: Core 15 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
[    0.507983] bcma: bus0: Core 16 found: ROM (manuf 0x4BF, id 0x508, rev 0x01, class 0x0)
[    0.516022] bcma: bus0: Core 17 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
[    0.525628] bcma: bus0: Core 18 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
[    0.548506] bcm_nand bcma0:17: NAND Controller rev 6.01
[    0.588499] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1
[    0.594824] nand: AMD/Spansion NAND 128MiB 3,3V 8-bit
[    0.599865] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    1.729936] random: nonblocking pool is initialized
[    2.004332] 5 bcm47xxpart partitions found on MTD device bcm_nand
[    2.010412] Creating 5 MTD partitions on "bcm_nand":
[    2.015358] 0x000000000000-0x000000080000 : "boot"
[    2.022321] 0x000000080000-0x000000200000 : "nvram"
[    2.031228] 0x000000200000-0x000008000000 : "firmware"
[    2.280489] 0x00000020001c-0x000000360000 : "linux"
[    2.285355] mtd: partition "linux" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    2.301507] 0x000000360000-0x000008000000 : "ubi"
[    2.548760] bcm53xxspiflash spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff
[    2.556057] bcm53xxspiflash: probe of spi32766.0 failed with error -2
[    2.577596] can not parse nvram name (null)boardnum(null) with value ac:9e:17:ea:23:58 got -22
[    2.664235] bgmac bcma0:3: Found PHY addr: 30 (NOREGS)
[    2.671858] bgmac bcma0:3: Support for Roboswitch not implemented
[    2.678735] libphy: bgmac mii bus: probed
[    2.684180] b53_common: found switch: BCM53011, rev 5
[    2.690365] bgmac bcma0:4: Invalid MAC addr: 00:00:00:00:00:00
[    2.696199] bgmac bcma0:4: Using random MAC: b2:46:6a:9e:81:dd
[    2.702113] bgmac bcma0:4: Found PHY addr: 0
[    2.709055] bgmac bcma0:4: Support for Roboswitch not implemented
[    2.715884] libphy: bgmac mii bus: probed
[    2.721144] bgmac: Unsupported core_unit 2
[    2.725244] bgmac: probe of bcma0:5 failed with error -524
[    2.730966] bgmac: Unsupported core_unit 3
[    2.735055] bgmac: probe of bcma0:6 failed with error -524
[    2.740897] pci_host_bcm5301x bcma0:7: initializing PCIe controller
[    3.018469] pci_host_bcm5301x bcma0:7: link: UP
[    3.023226] pci_host_bcm5301x bcma0:7: PCI host bridge to bus 0000:00
[    3.029679] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
[    3.036525] pci_bus 0000:00: root bus resource [io  0x0000]
[    3.042087] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.050523] PCI: bus0: Fast back to back transfers disabled
[    3.056753] PCI: bus1: Fast back to back transfers disabled
[    3.062483] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x080fffff]
[    3.069265] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x08007fff 64bit]
[    3.076558] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.081520] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x080fffff]
[    3.088607] pci_host_bcm5301x bcma0:8: initializing PCIe controller
[    3.478464] pci_host_bcm5301x bcma0:8: link: DOWN
[    3.483440] pci_host_bcm5301x bcma0:9: initializing PCIe controller
[    3.878464] pci_host_bcm5301x bcma0:9: link: DOWN
[    3.884984] bcma: bus0: Bus registered
[    3.889004] PCI: enabling device 0000:00:00.0 (0006 -> 0007)
[    3.894646] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[    3.900348] bcma: bus1: Found chip with id 0x4360, rev 0x03 and package 0x01
[    3.907394] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0)
[    3.915904] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0)
[    3.924506] bcma: bus1: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0)
[    3.932764] bcma: bus1: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0)
[    3.941188] bcma: bus1: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0)
[    3.981511] bcma: bus1: Invalid SPROM read from the PCIe card, trying to use fallback SPROM
[    3.994792] Unsupported SPROM revision 11 detected. Will extract v1
[    4.010543] bcma: bus1: Bus registered
[    4.014679] TCP: cubic registered
[    4.017987] NET: Registered protocol family 17
[    4.022621] Bridge firewalling registered
[    4.026621] 8021q: 802.1Q VLAN Support v1.8
[    4.033456] UBI: auto-attach mtd4
[    4.036770] UBI: attaching mtd4 to ubi0
[    5.643374] UBI: scanning is finished
[    5.664873] UBI: attached mtd4 (name "ubi", size 124 MiB) to ubi0
[    5.671002] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    5.677762] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    5.684454] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    5.691310] UBI: good PEBs: 997, bad PEBs: 0, corrupted PEBs: 0
[    5.697201] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    5.704316] UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1296357843
[    5.713326] UBI: available PEBs: 0, total reserved PEBs: 997, PEBs reserved for bad PEB handling: 20
[    5.722495] UBI: background thread "ubi_bgt0d" started, PID 228
[    5.729820] UBI: ubiblock0_0 created from ubi0:0(rootfs)
[    5.735114] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    5.749409] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    5.756719] Freeing unused kernel memory: 156K (c0378000 - c039f000)
[    6.061655] External imprecise Data abort at addr=0xb6f0b005, fsr=0x1c06 ignored.
[    6.309279] init: Console is alive
[    6.973840] usbcore: registered new interface driver usbfs
[    6.979539] usbcore: registered new interface driver hub
[    6.985051] usbcore: registered new device driver usb
[    7.328716] init: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[   10.796059] UBIFS: background thread "ubifs_bgt0_1" started, PID 297
[   10.888487] UBIFS: recovery needed
[   11.054301] UBIFS: recovery completed
[   11.058059] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   11.064508] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   11.073610] UBIFS: FS size: 119738368 bytes (114 MiB, 943 LEBs), journal size 5967872 bytes (5 MiB, 47 LEBs)
[   11.083392] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[   11.089205] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 8D3CB857-9358-453E-BD78-0DCD32BD2ADA, small LPT model
[   11.101890] mount_root: switching to jffs2 overlay
[   11.126115] procd: - early -
[   11.869264] procd: - ubus -
[   12.899473] procd: - init -
jkresa wrote:

I have tried the trunk, sometimes it boots well, everything seems to be working, even pings, opkg, etc (I haven't tried the wifi), sometime it boots, serial console works, but no packets are received on eth interfaces.

I have noticed a difference in a boot log. Line "Bridge firewalling registered" seems to appear, when it's not working.

I was really hoping there is something secret behind this. So I compared it with my devices and... it seems I get this message as well and I don't have any problems sad All my devices have working Ethernet:

[    0.000000] Linux version 3.14.34 (openwrt@gb-16) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44847) ) #1 SMP Tue Mar 17 11:18:22 UTC 2015
[    0.000000] Machine model: Buffalo WZR-600DHP2 (BCM47081)
[    3.413059] TCP: cubic registered
[    3.416366] NET: Registered protocol family 17
[    3.420934] Bridge firewalling registered
[    3.424938] 8021q: 802.1Q VLAN Support v1.8
[    0.000000] Linux version 3.14.34 (openwrt@gb-16) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44847) ) #1 SMP Tue Mar 17 11:18:22 UTC 2015
[    0.000000] Machine model: Buffalo WZR-1750DHP (BCM4708)
[    3.793194] TCP: cubic registered
[    3.796501] NET: Registered protocol family 17
[    3.801063] Bridge firewalling registered
[    3.805067] 8021q: 802.1Q VLAN Support v1.8
[    0.000000] Linux version 3.14.34 (openwrt@gb-16) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44847) ) #1 SMP Tue Mar 17 11:18:22 UTC 2015
[    0.000000] Machine model: Netgear R6250 V1 (BCM4708)
[    4.136976] bcma: bus2: Bus registered
[    4.141199] TCP: cubic registered
[    4.144513] NET: Registered protocol family 17
[    4.149067] Bridge firewalling registered
[    4.153070] 8021q: 802.1Q VLAN Support v1.8


jkresa wrote:

Also the kernel seems to have problems finding MAC address.

Not really. Please note that kernel didn't find MAC for bcma0:4, which is some unconnected Ethernet device. The bcma0:3 is alright.

Thank you for correcting me (no sarcasm).

I have just tested current trunk (r45577) and the network seems to go online each time after restart. I tried it may be 10 times and it worked!

(Last edited by jkresa on 24 Apr 2015, 13:21)

Hello,
I have problem with the build-in WiFi

dmesg:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.18.11 (openwrt@gb-14) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r45592) ) #1 SMP Sat May 2 13:32:02 UTC 2015
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Asus RT-N18U (BCM47081)
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c03d3640, node_mem_map c6df8000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000]   HighMem zone: 4352 pages used for memmap
[    0.000000]   HighMem zone: 32768 pages, LIFO batch:7
[    0.000000] PERCPU: Embedded 9 pages/cpu @c6dde000 s5952 r8192 d22720 u36864
[    0.000000] pcpu-alloc: s5952 r8192 d22720 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65280
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk
[    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] Memory: 255596K/262144K available (2894K kernel code, 107K rwdata, 788K rodata, 180K init, 276K bss, 6548K reserved, 131072K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc03a0dcc   (3684 kB)
[    0.000000]       .init : 0xc03a1000 - 0xc03ce000   ( 180 kB)
[    0.000000]       .data : 0xc03ce000 - 0xc03e8c78   ( 108 kB)
[    0.000000]        .bss : 0xc03e8c78 - 0xc042ddcc   ( 277 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C: platform modifies aux control register: 0x0a130000 -> 0x7a530001
[    0.000000] L2C: platform provided aux values permit register corruption.
[    0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x7a530001
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
[    0.000015] sched_clock: 64 bits at 400MHz, resolution 2ns, wraps every 2748779069440ns
[    0.008534] Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[    0.101311] pid_max: default: 32768 minimum: 301
[    0.106271] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.113133] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.120929] CPU: Testing write buffer coherency: ok
[    0.126209] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.132170] Setting up static identity map for 0x11a60 - 0x11a94
[    0.139303] Brought up 1 CPUs
[    0.142430] SMP: Total of 1 processors activated (1594.16 BogoMIPS).
[    0.149032] CPU: All CPU(s) started in SVC mode.
[    0.161118] NET: Registered protocol family 16
[    0.166366] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.180059] Switched to clocksource arm_global_timer
[    0.186330] NET: Registered protocol family 2
[    0.191665] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.198925] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.205526] TCP: Hash tables configured (established 1024 bind 1024)
[    0.212180] TCP: reno registered
[    0.215572] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.221661] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.228410] NET: Registered protocol family 1
[    0.232999] PCI: CLS 0 bytes, default 64
[    0.233863] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.241643] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.247705] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.258710] msgmni has been set to 243
[    0.263530] bounce: pool size: 64 pages
[    0.267569] io scheduler noop registered
[    0.271737] io scheduler deadline registered (default)
[    0.277398] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.286096] console [ttyS0] disabled
[    0.289924] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 117, base_baud = 6250000) is a 16550
[    0.299129] console [ttyS0] enabled
[    0.306242] bootconsole [earlycon0] disabled
[    0.315268] 18000400.serial: ttyS1 at MMIO 0x18000400 (irq = 117, base_baud = 6250000) is a 16550
[    0.325449] libphy: Fixed MDIO Bus: probed
[    0.329633] bgmac: Broadcom 47xx GBit MAC driver loaded
[    0.335005] bcma: bus0: Found chip with id 53010, rev 0x00 and package 0x02
[    0.342042] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
[    0.350609] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.350623] bcma: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x01, class 0x0)
[    0.359354] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.359367] bcma: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x01, class 0x0)
[    0.367306] bcma: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.375687] bcma: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.384069] bcma: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.392456] bcma: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0)
[    0.400807] bcma: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.409348] bcma: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.417879] bcma: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.426450] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.426463] bcma: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x01, class 0x0)
[    0.436480] bcma: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x01, class 0x0)
[    0.444862] bcma: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x01, class 0x0)
[    0.453253] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.453265] bcma: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
[    0.461481] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.461494] bcma: bus0: Core 14 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
[    0.470837] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.470849] bcma: bus0: Core 15 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
[    0.481572] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.481585] bcma: bus0: Core 16 found: ROM (manuf 0x4BF, id 0x508, rev 0x01, class 0x0)
[    0.489627] bcma: bus0: Core 17 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
[    0.499234] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.499247] bcma: bus0: Core 18 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
[    0.518482] bcm_nand bcma0:17: NAND Controller rev 6.01
[    0.558447] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1
[    0.564780] nand: AMD/Spansion NAND 128MiB 3,3V 8-bit
[    0.569847] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    1.689024] random: nonblocking pool is initialized
[    1.960783] 5 bcm47xxpart partitions found on MTD device bcm_nand
[    1.966852] Creating 5 MTD partitions on "bcm_nand":
[    1.971810] 0x000000000000-0x000000080000 : "boot"
[    1.978247] 0x000000080000-0x000000200000 : "nvram"
[    1.986902] 0x000000200000-0x000008000000 : "firmware"
[    2.229618] 0x00000020001c-0x000000600000 : "linux"
[    2.234478] mtd: partition "linux" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    2.255300] 0x000000600000-0x000008000000 : "ubi"
[    2.491008] bcm53xxspiflash spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff
[    2.498305] bcm53xxspiflash: probe of spi32766.0 failed with error -2
[    2.592216] bcma: bus0: Using SPROM revision 8 provided by platform.
[    2.592504] bgmac bcma0:3: Found PHY addr: 30 (NOREGS)
[    2.598310] bgmac bcma0:3: Support for Roboswitch not implemented
[    2.606117] b53_common: found switch: BCM53011, rev 5
[    2.611940] bgmac bcma0:4: Invalid MAC addr: 00:00:00:00:00:00
[    2.617776] bgmac bcma0:4: Using random MAC: a2:9a:5b:09:b9:c9
[    2.623671] bgmac bcma0:4: Found PHY addr: 0
[    2.629662] bgmac: Timeout waiting for reg 0x180
[    2.634263] bgmac bcma0:4: Writing to PHY 0 register 0x0 failed
[    2.641300] bgmac: Timeout waiting for reg 0x180
[    2.645899] bgmac bcma0:4: Reading PHY 0 register 0x0 failed
[    2.651537] bgmac bcma0:4: PHY reset failed
[    2.655704] bgmac bcma0:4: Support for Roboswitch not implemented
[    2.663219] bgmac: Unsupported core_unit 2
[    2.667317] bgmac: probe of bcma0:5 failed with error -524
[    2.672896] bgmac: Unsupported core_unit 3
[    2.676979] bgmac: probe of bcma0:6 failed with error -524
[    2.682554] pci_host_bcm5301x bcma0:7: initializing PCIe controller
[    2.958393] pci_host_bcm5301x bcma0:7: link: UP
[    2.963048] pci_host_bcm5301x bcma0:7: PCI host bridge to bus 0000:00
[    2.969489] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
[    2.976335] pci_bus 0000:00: root bus resource [io  0x0000]
[    2.981892] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.989800] pci 0000:00:00.0: [14e4:8011] type 01 class 0x020000
[    2.989865] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    2.990052] PCI: bus0: Fast back to back transfers disabled
[    2.995734] pci 0000:01:00.0: [14e4:4360] type 00 class 0x028000
[    2.995768] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[    2.995861] pci 0000:01:00.0: supports D1 D2
[    2.996028] PCI: bus1: Fast back to back transfers disabled
[    3.001609] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.001626] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    3.001734] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x080fffff]
[    3.008512] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x08007fff 64bit]
[    3.015795] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.020750] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x080fffff]
[    3.027653] pci_host_bcm5301x bcma0:8: initializing PCIe controller
[    3.418386] pci_host_bcm5301x bcma0:8: link: DOWN
[    3.423258] pci_host_bcm5301x bcma0:9: initializing PCIe controller
[    3.818383] pci_host_bcm5301x bcma0:9: link: DOWN
[    3.824144] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
[    3.833108] bcma: bus0: Bus registered
[    3.836959] bcma-pci-bridge 0000:01:00.0: enabling device (0140 -> 0142)
[    3.843687] bcma: bus1: Found chip with id 0x4360, rev 0x03 and package 0x01
[    3.850737] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0)
[    3.859242] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0)
[    3.867831] bcma: bus1: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0)
[    3.876090] bcma: bus1: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0)
[    3.884517] bcma: bus1: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0)
[    3.893408] bcma: bus1: Found rev 17 PMU (capabilities 0x10A22B11)
[    3.893419] bcma: bus1: SPROM offset 0x800
[    3.924839] bcma: bus1: Invalid SPROM read from the PCIe card, trying to use fallback SPROM
[    3.936877] Unsupported SPROM revision 11 detected. Will extract v1
[    3.950475] bcma: bus1: Using SPROM revision 1 provided by platform.
[    3.950493] bcma: bus1: PMU resource config unknown or not needed for device 0x4360
[    3.952495] bcma: bus1: Workarounds unknown or not needed for device 0x4360
[    3.952509] bcma: bus1: Switched to core: 0x83C
[    3.952826] bcma: bus1: Bus registered
[    3.956887] TCP: cubic registered
[    3.960229] NET: Registered protocol family 17
[    3.964743] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    3.977344] Bridge firewalling registered
[    3.981354] 8021q: 802.1Q VLAN Support v1.8
[    3.985610] Registering SWP/SWPB emulation handler
[    3.992793] UBI: auto-attach mtd4
[    3.996107] UBI: attaching mtd4 to ubi0
[    5.550248] UBI: scanning is finished
[    5.571393] UBI: attached mtd4 (name "ubi", size 122 MiB) to ubi0
[    5.577466] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    5.584276] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    5.590955] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    5.597794] UBI: good PEBs: 976, bad PEBs: 0, corrupted PEBs: 0
[    5.603706] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    5.610819] UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 799484016
[    5.619737] UBI: available PEBs: 0, total reserved PEBs: 976, PEBs reserved for bad PEB handling: 20
[    5.628902] UBI: background thread "ubi_bgt0d" started, PID 235
[    5.636023] UBI: ubiblock0_0 created from ubi0:0(rootfs)
[    5.641356] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    5.654553] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    5.661952] Freeing unused kernel memory: 180K (c03a1000 - c03ce000)
[    5.965463] External imprecise Data abort at addr=0xb6f32005, fsr=0x1c06 ignored.
[    6.216096] init: failed to symlink /tmp -> /var
[    6.220915] init: Console is alive
[    6.224506] init: - watchdog -
[    6.871651] usbcore: registered new interface driver usbfs
[    6.877182] usbcore: registered new interface driver hub
[    6.882608] usbcore: registered new device driver usb
[    7.238619] init: - preinit -
[    8.628448] eth0: Link is Up - 1Gbps/Full - flow control off
[    9.720828] UBIFS: background thread "ubifs_bgt0_1" started, PID 310
[    9.812328] UBIFS: recovery needed
[   10.008308] UBIFS: recovery completed
[   10.012080] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   10.018507] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   10.027595] UBIFS: FS size: 116690944 bytes (111 MiB, 919 LEBs), journal size 5840896 bytes (5 MiB, 46 LEBs)
[   10.037380] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[   10.043198] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2EF3EF3F-FFF9-4CA6-B6BC-BCBED8AB3C96, small LPT model
[   10.068860] mount_root: switching to jffs2 overlay
[   10.112344] procd: - early -
[   10.115330] procd: - watchdog -
[   10.748711] procd: - ubus -
[   11.779380] procd: - init -
[   16.620938] NET: Registered protocol family 10
[   16.636648] ipip: IPv4 over IPv4 tunneling driver
[   16.651138] gre: GRE over IPv4 demultiplexor driver
[   16.664386] ip_gre: GRE over IPv4 tunneling driver
[   16.701486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.709168] ehci-platform: EHCI generic platform driver
[   16.714538] ehci-platform ehci-platform.0: EHCI Host Controller
[   16.720532] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[   16.728771] ehci-platform ehci-platform.0: irq 111, io mem 0x18021000
[   16.748493] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[   16.764644] hub 1-0:1.0: USB hub found
[   16.768775] hub 1-0:1.0: 2 ports detected
[   16.781777] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   16.820277] Loading modules backported from Linux version master-2015-03-09-0-g141f155
[   16.828161] Backport generated by backports.git backports-20150129-0-gdd4a670
[   16.839366] ip_tables: (C) 2000-2006 Netfilter Core Team
[   16.850586] nf_conntrack version 0.5.0 (3996 buckets, 15984 max)
[   16.888112] usbcore: registered new interface driver usblp
[   16.904425] xt_time: kernel timezone is -0000
[   16.916710] cfg80211: Calling CRDA to update world regulatory domain
[   16.928565] cfg80211: World regulatory domain updated:
[   16.933692] cfg80211:  DFS Master region: unset
[   16.938028] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   16.947758] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   16.955734] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   16.963707] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   16.971680] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   16.979662] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   16.989109] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   16.997162] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   17.005134] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   17.045481] PPP generic driver version 2.4.2
[   17.051471] NET: Registered protocol family 24
[   17.079502] b43-phy0: Broadcom 4360 WLAN found (core revision 42)
[   17.085590] bcma: bus1: Switched to core: 0x812
[   17.098442] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
[   17.106440] b43: probe of bcma1:1 failed with error -95
[   17.111854] Broadcom 43xx driver loaded [ Features: PNL ]
[   17.122533] usbcore: registered new interface driver brcmfmac
[   17.162212] usbcore: registered new interface driver rt2800usb
[   17.448410] usb 1-2: new high-speed USB device number 3 using ehci-platform
[   17.601060] hub 1-2:1.0: USB hub found
[   17.605240] hub 1-2:1.0: 4 ports detected
[   17.908470] usb 1-2.2: new full-speed USB device number 4 using ehci-platform
[   18.118476] usb 1-2.3: new full-speed USB device number 5 using ehci-platform
[   18.318735] usblp 1-2.3:1.0: usblp0: USB Bidirectional printer dev 5 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0417
[   18.508900] usb 1-2.4: new high-speed USB device number 6 using ehci-platform
[   21.674121] device eth0.1 entered promiscuous mode
[   21.679098] device eth0 entered promiscuous mode
[   21.693090] br-lan: port 1(eth0.1) entered forwarding state
[   21.698725] br-lan: port 1(eth0.1) entered forwarding state
[   22.676643] eth0: Link is Up - 1Gbps/Full - flow control off
[   23.698383] br-lan: port 1(eth0.1) entered forwarding state
[   87.368717] usb 1-2.1: new high-speed USB device number 7 using ehci-platform
[   87.608731] usb 1-2.1: reset high-speed USB device number 7 using ehci-platform
[   87.745722] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5392, rev 0223 detected
[   87.781969] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 5372 detected
[   87.789625] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[  102.124773] cfg80211: Calling CRDA for country: CZ
[  102.138777] cfg80211: Regulatory domain changed to country: CZ
[  102.144596] cfg80211:  DFS Master region: ETSI
[  102.148935] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  102.158737] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  102.166708] cfg80211:   (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2300 mBm), (N/A)
[  102.176174] cfg80211:   (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[  102.185634] cfg80211:   (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[  102.193721] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[  103.427782] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[  103.444859] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29


#uname -a
Linux RT-N18U 3.18.11 #1 SMP Sat May 2 13:32:02 UTC 2015 armv7l GNU/Linux
Firmware Version    OpenWrt Chaos Calmer r45592 / LuCI (git-15.118.50175-36879e9)


and with the USB3 port - it works after flash and install ehci drivers, stop after install USB3 drivers...
Thanks for your response.

(Last edited by hrabe on 3 May 2015, 14:28)

Works someone built-in WiFi and USB3 port (such as USB3)?
Thanks for your response.

Oops, sorry...

Has somebody tried Chaos Calmer 15.05.1 or the latest snapshot? As I saw there is already kmod-usb3_3.18.23-1_bcm53xx.ipk and kmod-b43_3.18.23+2015-03-09-3_bcm53xx.ipk, which has to be the wifi driver.

Any luck?

Oh, and by the way HAPPY NEW YEAR! smile

(Last edited by gerijani on 1 Jan 2017, 00:04)

i can confirm, that USB3 seems to be at least there.

root@OpenWrt:~# lsusb -t
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/0p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/2p, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/2p, 480M
root@OpenWrt:~# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Wlan cannot be used at all.
This is what dmesq shows after booting related internal wlan

[   23.033768] b43-phy0: Broadcom 4360 WLAN found (core revision 42)
[   23.039917] bcma: bus1: Switched to core: 0x812
[   23.048459] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
[   23.056455] b43: probe of bcma1:1 failed with error -95
[   23.061791] Broadcom 43xx driver loaded [ Features: PNL ]
[   23.095166] Broadcom 43xx-legacy driver loaded [ Features: PLD ]

HW is still listed as unsupported:
http://linuxwireless.org/en/users/Drive … chip_types

(Last edited by waldoo on 10 Jan 2017, 14:00)

waldoo wrote:

Wlan cannot be used at all.
This is what dmesq shows after booting related internal wlan

[   23.033768] b43-phy0: Broadcom 4360 WLAN found (core revision 42)
[   23.039917] bcma: bus1: Switched to core: 0x812
[   23.048459] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
[   23.056455] b43: probe of bcma1:1 failed with error -95
[   23.061791] Broadcom 43xx driver loaded [ Features: PNL ]
[   23.095166] Broadcom 43xx-legacy driver loaded [ Features: PLD ]

HW is still listed as unsupported:
http://linuxwireless.org/en/users/Drive … chip_types

Correct URL is:
https://wireless.wiki.kernel.org/en/use … f_hardware
but it's still the same.

I tried tomato and ddwrt and they both support wireless on this router, however I don't like those firmware and I really want OPENWRT on it, could anyone explain why openwrt cannot just build a image with drivers same as tomato/ddwrt?

(Last edited by sam1275 on 8 Feb 2017, 16:18)

Hi :d

I hope somone find a solution :d

Asus has released the source code for the firmware version 3.0.0.4.380.2717 (in the Drivers and Tools section of RT-N18U on their site).

4ltair wrote:

Asus has released the source code for the firmware version 3.0.0.4.380.2717 (in the Drivers and Tools section of RT-N18U on their site).

that doesnt matter, all we need is the source code of the wireless not the usual binary blobs again.

this is why mostly you will never see a wifi support for latest broadcom wifi chipset anything after n16u wireless is basically no support.

The discussion might have continued from here.