Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#890 - WNDR3400v1 brcmsmac fails to attach phy0 & phy1, error unsupported board type or revision level. #5833

Open
openwrt-bot opened this issue Jul 6, 2017 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

aag:

On my Netgear WNDR3400v1, WiFi doesn't work with the brcmsmac driver, it should.

Here is the error in dmesg upon loading the brcmsmac driver:

[ 13.922244] brcmsmac bcma0:1: mfg 4bf core 812 rev 17 class 0 irq 3 [ 13.928938] ieee80211 phy0: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0) [ 13.939483] ieee80211 phy0: wl0: brcms_b_attach: failed with err 15 [ 13.945869] ieee80211 phy0: wl0: brcms_c_attach: failed with err 15 [ 13.952317] ieee80211 phy0: brcmsmac: attach() failed with code 15 [ 13.958605] brcmsmac: brcms_bcma_probe: brcms_attach failed! [ 13.964536] brcmsmac bcma1:1: mfg 4bf core 812 rev 23 class 0 irq 6 [ 13.971222] bcma: bus1: Switched to core: 0x812 [ 13.971613] ieee80211 phy1: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0) [ 13.982136] ieee80211 phy1: wl0: brcms_b_attach: failed with err 15 [ 13.988517] ieee80211 phy1: wl0: brcms_c_attach: failed with err 15 [ 13.994965] ieee80211 phy1: brcmsmac: attach() failed with code 15 [ 14.001311] brcmsmac: brcms_bcma_probe: brcms_attach failed!

It seems it is reading the revision level incorrectly, and refusing to load.

nvram show displays:

boardnum=01
boardtype=0xb4cf
boardrev=0x1100

System Information:

Reboot (SNAPSHOT, r4529-05d6e92)

root@lede:~# cat /etc/openwrt_release
DISTRIB_ID='LEDE'
DISTRIB_RELEASE='SNAPSHOT'
DISTRIB_REVISION='r4529-05d6e92'
DISTRIB_CODENAME='reboot'
DISTRIB_TARGET='brcm47xx/mips74k'
DISTRIB_ARCH='mipsel_74kc'
DISTRIB_DESCRIPTION='LEDE Reboot SNAPSHOT r4529-05d6e92'
DISTRIB_TAINTS='no-all'

root@lede:~# uname -a
Linux lede 4.4.74 #0 Sun Jul 2 21:10:06 2017 mips GNU/Linux

[ logread ]
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 0.000000] Linux version 4.4.74 (buildbot@builds) (gcc version 5.4.0 (LEDE GCC 5.4.0 r4456-d98cafc) ) #0 Sun Jul 2 21:10:06 2017
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] CPU0 revision is: 00019740 (MIPS 74Kc)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcm47xx: Using bcma bus
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Found chip with id 0x4716, rev 0x01 and package 0x0A
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Determined physical RAM map:
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] memory: 04000000 @ 00000000 (usable)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Zone ranges:
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] HighMem empty
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Movable zone start for each node
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Early memory node ranges
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] On node 0 totalpages: 16384
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] free_area_init_node: node 0, pgdat 803a64c0, node_mem_map 81000000
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] Normal zone: 128 pages used for memmap
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] Normal zone: 0 pages reserved
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] Normal zone: 16384 pages, LIFO batch:3
Wed Jul 5 22:22:41 2017 kern.warn kernel: [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Wed Jul 5 22:22:41 2017 kern.warn kernel: [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=132768
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 0.000000] Kernel command line: noinitrd console=ttyS0,115200
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Writing ErrCtl register=00000000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Readback ErrCtl register=00000000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] Memory: 60556K/65536K available (3002K kernel code, 134K rwdata, 696K rodata, 188K init, 294K bss, 4980K reserved, 0K cma-reserved, 0K highmem)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] NR_IRQS:128
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x1F, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x11, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x00, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 4 found: USB 2.0 Host (manuf 0x4BF, id 0x819, rev 0x04, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 5 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0E, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 6 found: DDR1/DDR2 Memory Controller (manuf 0x4BF, id 0x82E, rev 0x01, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 7 found: Internal Memory (manuf 0x4BF, id 0x80E, rev 0x07, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Core 8 found: I2S (manuf 0x4BF, id 0x834, rev 0x00, class 0x0)
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] bcma: bus0: Found rev 5 PMU (capabilities 0x11242C05)
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.000000] bcma: bus0: Found serial flash
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Found M25P64 serial flash (size: 8192KiB, blocksize: 0x10000, blocks: 128)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcma: bus0: Early bus registered
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] MIPS: machine is Unknown Board
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] bcm47xx: Setting up vectored interrupts
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 8438235966 ns
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000015] sched_clock: 32 bits at 226MHz, resolution 4ns, wraps every 9481163773ns
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.000088] Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.070063] pid_max: default: 32768 minimum: 301
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.070318] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.070345] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.074642] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.074715] futex hash table entries: 256 (order: -1, 3072 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.076193] NET: Registered protocol family 16
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.099321] clocksource: Switched to clocksource MIPS
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.101966] NET: Registered protocol family 2
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.103621] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.103678] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.103719] TCP: Hash tables configured (established 1024 bind 1024)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.103896] UDP hash table entries: 256 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.103944] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.104461] NET: Registered protocol family 1
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.104612] PCI: CLS 0 bytes, default 32
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.113504] bcma: bus0: Using SPROM revision 0 provided by platform.
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.113545] bcma: bus0: PMU resource config unknown or not needed for device 0x4716
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115561] bcma: bus0: Workarounds unknown or not needed for device 0x4716
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115580] bcma: bus0: Initializing MIPS core...
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115601] bcma: bus0: Moved i2s interrupt to oob line 7 instead of 8
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115628] bcma: bus0: set_irq: core 0x0812, irq 3 => 3
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115651] bcma: bus0: set_irq: core 0x082d, irq 4 => 4
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115674] bcma: bus0: set_irq: core 0x0819, irq 5 => 5
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115697] bcma: bus0: set_irq: core 0x0820, irq 6 => 6
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115718] bcma: bus0: set_irq: core 0x0800, irq 2 => 2
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115741] bcma: bus0: set_irq: core 0x0834, irq 0 => 2
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115756] bcma: bus0: IRQ reconfiguration done
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115772] bcma: core 0x0800, irq : 2(S)
3 4 5 6 D I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115825] bcma: core 0x0812, irq : 2(S) 3* 4 5 6 D I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115869] bcma: core 0x082d, irq : 2(S) 3 4* 5 6 D I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115913] bcma: core 0x082c, irq : 2(S) 3 4 5 6 D I*
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.115957] bcma: core 0x0819, irq : 2(S) 3 4 5* 6 D I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.116001] bcma: core 0x0820, irq : 2(S) 3 4 5 6* D I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.116045] bcma: core 0x082e, irq : 2(S) 3 4 5 6 D* I
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.116088] bcma: core 0x080e, irq : 2(S) 3 4 5 6 D I*
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.116130] bcma: core 0x0834, irq : 2(S)* 3 4 5 6 D I
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.116176] bcma: bus0: PCIEcore in host mode found
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304669] PCI host bridge to bus 0000:00
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304727] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0bffffff]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304756] pci_bus 0000:00: root bus resource [io 0x0100-0x07ff]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304785] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304814] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.304903] pci 0000:00:00.0: [14e4:4716] type 00 class 0x060000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304948] bcma: PCI: Fixing up bridge 0000:00:00.0
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.304969] bcma: PCI: Fixing up device 0000:00:00.0
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305033] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305073] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305187] pci 0000:00:00.0: supports D1 D2
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305595] pci 0000:00:00.1: [14e4:0000] type 00 class 0x060000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.305645] bcma: PCI: Fixing up bridge 0000:00:00.1
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.305666] bcma: PCI: Fixing up device 0000:00:00.1
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305731] pci 0000:00:00.1: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305770] pci 0000:00:00.1: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.305878] pci 0000:00:00.1: supports D1 D2
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.306355] pci 0000:00:01.0: [14e4:a8d8] type 00 class 0x028000
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.306490] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.306593] bcma: PCI: Fixing up addresses 0000:00:01.0
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.306642] pci 0000:00:01.0: BAR 0: assigned [mem 0x08000000-0x08003fff 64bit]
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.306809] pci 0000:00:01.0: supports D1 D2
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 0.307254] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.308856] bcma: bus0: Bus registered
Wed Jul 5 22:22:41 2017 kern.warn kernel: [ 0.310393] Crashlog allocated RAM at address 0x3f00000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.344150] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.344205] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.349655] io scheduler noop registered
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.349707] io scheduler deadline registered (default)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.350248] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.355394] console [ttyS0] disabled
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.375653] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2, base_baud = 1250000) is a U6_16550A
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 0.872455] console [ttyS0] enabled
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 0.989922] 7 bcm47xxpart partitions found on MTD device bcm47xxsflash
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 0.996576] Creating 7 MTD partitions on "bcm47xxsflash":
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.002140] 0x000000000000-0x000000040000 : "boot"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.011599] 0x000000040000-0x0000007e0000 : "firmware"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.020126] 0x0000007e0000-0x0000007f0000 : "board_data"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.028709] 0x0000007f0000-0x000000800000 : "nvram"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.036956] 0x00000004001c-0x000000040920 : "loader"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.045355] 0x000000040920-0x00000017dc00 : "linux"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.053621] 0x00000017dc00-0x0000007e0000 : "rootfs"
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.061906] mtd: device 6 (rootfs) set to be root filesystem
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.067729] 1 squashfs-split partitions found on MTD device rootfs
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 1.074136] 0x000000360000-0x0000007e0000 : "rootfs_data"
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.086521] libphy: Fixed MDIO Bus: probed
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.091101] bgmac_bcma bcma0:2: Found PHY addr: 30 (NOREGS)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.100515] libphy: bcma_mdio mii bus: probed
Wed Jul 5 22:22:41 2017 kern.warn kernel: [ 1.104979] bgmac_bcma bcma0:2: Support for Roboswitch not implemented
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.264041] b53_common: found switch: BCM5325, rev 0
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.270621] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.276982] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds)
Wed Jul 5 22:22:41 2017 kern.warn kernel: [ 1.285141] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.291021] bcma: PCI: Fixing up device 0000:00:01.0
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.296150] bcma: bus1: Found chip with id 43224, rev 0x01 and package 0x08
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.303351] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.312133] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.321015] bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 1.329246] bcma: bus1: Found rev 6 PMU (capabilities 0x108C2606)
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 1.330088] bcma: bus1: Using SPROM revision 0 provided by platform.
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 1.330132] bcma: bus1: PMU resource config unknown or not needed for device 0xA8D8
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.340850] bcma: bus1: Bus registered
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.346903] NET: Registered protocol family 10
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.357396] NET: Registered protocol family 17
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.362216] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.375148] 8021q: 802.1Q VLAN Support v1.8
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.393155] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 1.401759] Freeing unused kernel memory: 188K (803c1000 - 803f0000)
Wed Jul 5 22:22:41 2017 user.info kernel: [ 3.050931] init: Console is alive
Wed Jul 5 22:22:41 2017 user.info kernel: [ 3.054861] init: - watchdog -
Wed Jul 5 22:22:41 2017 user.info kernel: [ 4.254646] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.402007] usbcore: registered new interface driver usbfs
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.407764] usbcore: registered new interface driver hub
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.413517] usbcore: registered new device driver usb
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.427524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.437246] ehci-platform: EHCI generic platform driver
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.442860] ehci-platform ehci-platform.0: EHCI Host Controller
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.449006] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.457485] ehci-platform ehci-platform.0: irq 5, io mem 0x18004000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.479401] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.487835] hub 1-0:1.0: USB hub found
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.492481] hub 1-0:1.0: 2 ports detected
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.502125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.510967] ohci-platform: OHCI generic platform driver
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.516448] ohci-platform ohci-platform.0: Generic Platform OHCI controller
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.523735] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.532182] ohci-platform ohci-platform.0: irq 5, io mem 0x18009000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.595330] hub 2-0:1.0: USB hub found
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 4.600124] hub 2-0:1.0: 2 ports detected
Wed Jul 5 22:22:41 2017 user.info kernel: [ 4.608697] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Wed Jul 5 22:22:41 2017 user.info kernel: [ 4.626861] init: - preinit -
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 5.011347] usb 1-1: new high-speed USB device number 2 using ehci-platform
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 5.263503] random: procd: uninitialized urandom read (4 bytes read, 9 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 6.414938] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 6.608349] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 6.731613] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 7.012119] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 7.018248] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 8.569470] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 8.576495] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 10.681655] jffs2: notice: (375) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Wed Jul 5 22:22:41 2017 user.info kernel: [ 10.705445] mount_root: switching to jffs2 overlay
Wed Jul 5 22:22:41 2017 user.warn kernel: [ 10.759409] urandom-seed: Seeding with /etc/urandom.seed
Wed Jul 5 22:22:41 2017 user.info kernel: [ 10.971431] procd: - early -
Wed Jul 5 22:22:41 2017 user.info kernel: [ 10.974613] procd: - watchdog -
Wed Jul 5 22:22:41 2017 user.info kernel: [ 11.730144] procd: - watchdog -
Wed Jul 5 22:22:41 2017 user.info kernel: [ 11.734119] procd: - ubus -
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.756070] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.789743] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.799846] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.809088] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.819720] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 kern.notice kernel: [ 11.828937] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
Wed Jul 5 22:22:41 2017 user.info kernel: [ 11.840154] procd: - init -
Wed Jul 5 22:22:41 2017 user.info kernel: [ 13.039395] kmodloader: loading kernel modules from /etc/modules.d/*
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.065020] tun: Universal TUN/TAP device driver, 1.6
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.070278] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.085691] ip6_tables: (C) 2000-2006 Netfilter Core Team
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.145711] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.153955] Backport generated by backports.git backports-20160324-13-g24da7d3c
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.171588] ip_tables: (C) 2000-2006 Netfilter Core Team
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.193691] nf_conntrack version 0.5.0 (949 buckets, 3796 max)
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.317055] xt_time: kernel timezone is -0000
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.325369] usbcore: registered new interface driver cdc_ether
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.427171] PPP generic driver version 2.4.2
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.436494] NET: Registered protocol family 24
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.450675] rndis_host 1-1:1.0 usb0: register 'rndis_host' at usb-ehci-platform.0-1, RNDIS device, 02:5b:53:31:37:31
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.461807] usbcore: registered new interface driver rndis_host
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.922244] brcmsmac bcma0:1: mfg 4bf core 812 rev 17 class 0 irq 3
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.928938] ieee80211 phy0: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0)
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.939483] ieee80211 phy0: wl0: brcms_b_attach: failed with err 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.945869] ieee80211 phy0: wl0: brcms_c_attach: failed with err 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.952317] ieee80211 phy0: brcmsmac: attach() failed with code 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.958605] brcmsmac: brcms_bcma_probe: brcms_attach failed!
Wed Jul 5 22:22:41 2017 kern.info kernel: [ 13.964536] brcmsmac bcma1:1: mfg 4bf core 812 rev 23 class 0 irq 6
Wed Jul 5 22:22:41 2017 kern.debug kernel: [ 13.971222] bcma: bus1: Switched to core: 0x812
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.971613] ieee80211 phy1: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0)
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.982136] ieee80211 phy1: wl0: brcms_b_attach: failed with err 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.988517] ieee80211 phy1: wl0: brcms_c_attach: failed with err 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 13.994965] ieee80211 phy1: brcmsmac: attach() failed with code 15
Wed Jul 5 22:22:41 2017 kern.err kernel: [ 14.001311] brcmsmac: brcms_bcma_probe: brcms_attach failed!
Wed Jul 5 22:22:41 2017 user.info kernel: [ 14.026333] kmodloader: done loading kernel modules from /etc/modules.d/*
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: tunnel
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: Network device
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: bridge
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: veth
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: macvlan
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: 8021ad
Wed Jul 5 22:22:44 2017 user.notice : Added device handler type: 8021q
Wed Jul 5 22:22:47 2017 authpriv.info dropbear[750]: Not backgrounding
Wed Jul 5 22:22:50 2017 kern.info kernel: [ 24.261412] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed Jul 5 22:22:50 2017 kern.info kernel: [ 24.286504] device eth0.1 entered promiscuous mode
Wed Jul 5 22:22:50 2017 kern.info kernel: [ 24.291519] device eth0 entered promiscuous mode
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'lan' is enabled
Wed Jul 5 22:22:50 2017 kern.info kernel: [ 24.312573] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'lan' is setting up now
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'lan' is now up
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'loopback' is enabled
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'loopback' is setting up now
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'loopback' is now up
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'usb' is enabled
Wed Jul 5 22:22:50 2017 kern.info kernel: [ 24.442951] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'wan' is enabled
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'wan6' is enabled
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Network device 'lo' link is up
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'loopback' has link connectivity
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Network device 'usb0' link is up
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'usb' has link connectivity
Wed Jul 5 22:22:50 2017 daemon.notice netifd: Interface 'usb' is setting up now
Wed Jul 5 22:22:50 2017 daemon.notice netifd: usb (844): udhcpc: started, v1.26.2
Wed Jul 5 22:22:51 2017 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Wed Jul 5 22:22:51 2017 daemon.notice netifd: usb (844): udhcpc: sending discover
Wed Jul 5 22:22:51 2017 daemon.notice netifd: Network device 'eth0' link is up
Wed Jul 5 22:22:51 2017 kern.info kernel: [ 25.639559] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed Jul 5 22:22:51 2017 kern.info kernel: [ 25.699543] br-lan: port 1(eth0.1) entered forwarding state
Wed Jul 5 22:22:51 2017 kern.info kernel: [ 25.705336] br-lan: port 1(eth0.1) entered forwarding state
Wed Jul 5 22:22:51 2017 kern.info kernel: [ 25.711336] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
Wed Jul 5 22:22:51 2017 daemon.notice netifd: VLAN 'eth0.1' link is up
Wed Jul 5 22:22:51 2017 daemon.notice netifd: VLAN 'eth0.2' link is up
Wed Jul 5 22:22:51 2017 daemon.notice netifd: Interface 'wan' has link connectivity
Wed Jul 5 22:22:51 2017 daemon.notice netifd: Interface 'wan' is setting up now
Wed Jul 5 22:22:51 2017 daemon.notice netifd: Interface 'wan6' has link connectivity
Wed Jul 5 22:22:51 2017 daemon.notice netifd: bridge 'br-lan' link is up
Wed Jul 5 22:22:51 2017 daemon.notice netifd: Interface 'lan' has link connectivity
Wed Jul 5 22:22:51 2017 kern.info kernel: [ 25.764246] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Wed Jul 5 22:22:51 2017 daemon.notice netifd: wan (877): udhcpc: started, v1.26.2
Wed Jul 5 22:22:52 2017 daemon.notice netifd: wan (877): udhcpc: sending discover
Wed Jul 5 22:22:52 2017 daemon.warn odhcpd[706]: DHCPV6 CONFIRM IA_NA from 000437e7143d006c0d83f363f544b6c68c5f on br-lan: not on-link
Wed Jul 5 22:22:53 2017 kern.info kernel: [ 27.699340] br-lan: port 1(eth0.1) entered forwarding state
Wed Jul 5 22:22:54 2017 daemon.err ntpdate[781]: name server cannot be used: Try again (-3)
Wed Jul 5 22:22:54 2017 daemon.notice netifd: usb (844): udhcpc: sending discover
Wed Jul 5 22:22:54 2017 authpriv.info dropbear[909]: Child connection from 192.168.65.102:53976
Wed Jul 5 22:22:55 2017 daemon.notice netifd: wan (877): udhcpc: sending discover
Wed Jul 5 22:22:57 2017 daemon.notice netifd: usb (844): udhcpc: sending discover
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: started, version 2.77 cachesize 150
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: DNS service limited to local subnets
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq-dhcp[947]: DHCP, IP range 192.168.65.100 -- 192.168.65.249, lease time 12h
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain test
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain onion
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain localhost
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain local
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain invalid
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.net
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.org
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.com
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using 3 more local addresses
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: reading /tmp/resolv.conf.auto
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain test
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain onion
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain localhost
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain local
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain invalid
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.net
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.org
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using local addresses only for domain example.com
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using nameserver 8.8.8.8#53
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using nameserver 8.8.4.4#53
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: using 3 more local addresses
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: read /etc/hosts - 4 addresses
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: read /tmp/hosts/odhcpd - 0 addresses
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq[947]: read /tmp/hosts/dhcp.cfg02411c - 3 addresses
Wed Jul 5 22:22:57 2017 daemon.info dnsmasq-dhcp[947]: read /etc/ethers - 0 addresses
Wed Jul 5 22:22:58 2017 daemon.notice netifd: wan (877): udhcpc: sending discover
Wed Jul 5 22:22:59 2017 daemon.err ntpdate[906]: name server cannot be used: Try again (-3)
Wed Jul 5 22:23:03 2017 daemon.info dnsmasq-dhcp[947]: DHCPDISCOVER(br-lan) 192.168.65.102 3c:97:0e:73:9c:4f
Wed Jul 5 22:23:03 2017 daemon.info dnsmasq-dhcp[947]: DHCPOFFER(br-lan) 192.168.65.101 3c:97:0e:73:9c:4f
Wed Jul 5 22:23:03 2017 daemon.info dnsmasq-dhcp[947]: DHCPREQUEST(br-lan) 192.168.65.101 3c:97:0e:73:9c:4f
Wed Jul 5 22:23:03 2017 daemon.info dnsmasq-dhcp[947]: DHCPACK(br-lan) 192.168.65.101 3c:97:0e:73:9c:4f jessica-mate
Wed Jul 5 22:23:04 2017 daemon.err ntpdate[950]: name server cannot be used: Try again (-3)

[ dmesg ]
[ 0.000000] Linux version 4.4.74 (buildbot@builds) (gcc version 5.4.0 (LEDE GCC 5.4.0 r4456-d98cafc) ) #0 Sun Jul 2 21:10:06 2017
[ 0.000000] CPU0 revision is: 00019740 (MIPS 74Kc)
[ 0.000000] bcm47xx: Using bcma bus
[ 0.000000] bcma: bus0: Found chip with id 0x4716, rev 0x01 and package 0x0A
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 803a64c0, node_mem_map 81000000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=132768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: noinitrd console=ttyS0,115200
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 60556K/65536K available (3002K kernel code, 134K rwdata, 696K rodata, 188K init, 294K bss, 4980K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:128
[ 0.000000] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x1F, class 0x0)
[ 0.000000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x11, class 0x0)
[ 0.000000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x00, class 0x0)
[ 0.000000] bcma: bus0: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0)
[ 0.000000] bcma: bus0: Core 4 found: USB 2.0 Host (manuf 0x4BF, id 0x819, rev 0x04, class 0x0)
[ 0.000000] bcma: bus0: Core 5 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0E, class 0x0)
[ 0.000000] bcma: bus0: Core 6 found: DDR1/DDR2 Memory Controller (manuf 0x4BF, id 0x82E, rev 0x01, class 0x0)
[ 0.000000] bcma: bus0: Core 7 found: Internal Memory (manuf 0x4BF, id 0x80E, rev 0x07, class 0x0)
[ 0.000000] bcma: bus0: Core 8 found: I2S (manuf 0x4BF, id 0x834, rev 0x00, class 0x0)
[ 0.000000] bcma: bus0: Found rev 5 PMU (capabilities 0x11242C05)
[ 0.000000] bcma: bus0: Found serial flash
[ 0.000000] bcma: bus0: Found M25P64 serial flash (size: 8192KiB, blocksize: 0x10000, blocks: 128)
[ 0.000000] bcma: bus0: Early bus registered
[ 0.000000] MIPS: machine is Unknown Board
[ 0.000000] bcm47xx: Setting up vectored interrupts
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 8438235966 ns
[ 0.000015] sched_clock: 32 bits at 226MHz, resolution 4ns, wraps every 9481163773ns
[ 0.000088] Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
[ 0.070063] pid_max: default: 32768 minimum: 301
[ 0.070318] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.070345] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.074642] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.074715] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.076193] NET: Registered protocol family 16
[ 0.099321] clocksource: Switched to clocksource MIPS
[ 0.101966] NET: Registered protocol family 2
[ 0.103621] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.103678] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.103719] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.103896] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.103944] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.104461] NET: Registered protocol family 1
[ 0.104612] PCI: CLS 0 bytes, default 32
[ 0.113504] bcma: bus0: Using SPROM revision 0 provided by platform.
[ 0.113545] bcma: bus0: PMU resource config unknown or not needed for device 0x4716
[ 0.115561] bcma: bus0: Workarounds unknown or not needed for device 0x4716
[ 0.115580] bcma: bus0: Initializing MIPS core...
[ 0.115601] bcma: bus0: Moved i2s interrupt to oob line 7 instead of 8
[ 0.115628] bcma: bus0: set_irq: core 0x0812, irq 3 => 3
[ 0.115651] bcma: bus0: set_irq: core 0x082d, irq 4 => 4
[ 0.115674] bcma: bus0: set_irq: core 0x0819, irq 5 => 5
[ 0.115697] bcma: bus0: set_irq: core 0x0820, irq 6 => 6
[ 0.115718] bcma: bus0: set_irq: core 0x0800, irq 2 => 2
[ 0.115741] bcma: bus0: set_irq: core 0x0834, irq 0 => 2
[ 0.115756] bcma: bus0: IRQ reconfiguration done
[ 0.115772] bcma: core 0x0800, irq : 2(S)
3 4 5 6 D I
[ 0.115825] bcma: core 0x0812, irq : 2(S) 3* 4 5 6 D I
[ 0.115869] bcma: core 0x082d, irq : 2(S) 3 4* 5 6 D I
[ 0.115913] bcma: core 0x082c, irq : 2(S) 3 4 5 6 D I*
[ 0.115957] bcma: core 0x0819, irq : 2(S) 3 4 5* 6 D I
[ 0.116001] bcma: core 0x0820, irq : 2(S) 3 4 5 6* D I
[ 0.116045] bcma: core 0x082e, irq : 2(S) 3 4 5 6 D* I
[ 0.116088] bcma: core 0x080e, irq : 2(S) 3 4 5 6 D I*
[ 0.116130] bcma: core 0x0834, irq : 2(S)* 3 4 5 6 D I
[ 0.116176] bcma: bus0: PCIEcore in host mode found
[ 0.304669] PCI host bridge to bus 0000:00
[ 0.304727] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0bffffff]
[ 0.304756] pci_bus 0000:00: root bus resource [io 0x0100-0x07ff]
[ 0.304785] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.304814] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.304903] pci 0000:00:00.0: [14e4:4716] type 00 class 0x060000
[ 0.304948] bcma: PCI: Fixing up bridge 0000:00:00.0
[ 0.304969] bcma: PCI: Fixing up device 0000:00:00.0
[ 0.305033] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.305073] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
[ 0.305187] pci 0000:00:00.0: supports D1 D2
[ 0.305595] pci 0000:00:00.1: [14e4:0000] type 00 class 0x060000
[ 0.305645] bcma: PCI: Fixing up bridge 0000:00:00.1
[ 0.305666] bcma: PCI: Fixing up device 0000:00:00.1
[ 0.305731] pci 0000:00:00.1: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.305770] pci 0000:00:00.1: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
[ 0.305878] pci 0000:00:00.1: supports D1 D2
[ 0.306355] pci 0000:00:01.0: [14e4:a8d8] type 00 class 0x028000
[ 0.306490] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.306593] bcma: PCI: Fixing up addresses 0000:00:01.0
[ 0.306642] pci 0000:00:01.0: BAR 0: assigned [mem 0x08000000-0x08003fff 64bit]
[ 0.306809] pci 0000:00:01.0: supports D1 D2
[ 0.307254] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.308856] bcma: bus0: Bus registered
[ 0.310393] Crashlog allocated RAM at address 0x3f00000
[ 0.344150] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.344205] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.349655] io scheduler noop registered
[ 0.349707] io scheduler deadline registered (default)
[ 0.350248] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.355394] console [ttyS0] disabled
[ 0.375653] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2, base_baud = 1250000) is a U6_16550A
[ 0.872455] console [ttyS0] enabled
[ 0.989922] 7 bcm47xxpart partitions found on MTD device bcm47xxsflash
[ 0.996576] Creating 7 MTD partitions on "bcm47xxsflash":
[ 1.002140] 0x000000000000-0x000000040000 : "boot"
[ 1.011599] 0x000000040000-0x0000007e0000 : "firmware"
[ 1.020126] 0x0000007e0000-0x0000007f0000 : "board_data"
[ 1.028709] 0x0000007f0000-0x000000800000 : "nvram"
[ 1.036956] 0x00000004001c-0x000000040920 : "loader"
[ 1.045355] 0x000000040920-0x00000017dc00 : "linux"
[ 1.053621] 0x00000017dc00-0x0000007e0000 : "rootfs"
[ 1.061906] mtd: device 6 (rootfs) set to be root filesystem
[ 1.067729] 1 squashfs-split partitions found on MTD device rootfs
[ 1.074136] 0x000000360000-0x0000007e0000 : "rootfs_data"
[ 1.086521] libphy: Fixed MDIO Bus: probed
[ 1.091101] bgmac_bcma bcma0:2: Found PHY addr: 30 (NOREGS)
[ 1.100515] libphy: bcma_mdio mii bus: probed
[ 1.104979] bgmac_bcma bcma0:2: Support for Roboswitch not implemented
[ 1.264041] b53_common: found switch: BCM5325, rev 0
[ 1.270621] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
[ 1.276982] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds)
[ 1.285141] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[ 1.291021] bcma: PCI: Fixing up device 0000:00:01.0
[ 1.296150] bcma: bus1: Found chip with id 43224, rev 0x01 and package 0x08
[ 1.303351] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
[ 1.312133] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
[ 1.321015] bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
[ 1.329246] bcma: bus1: Found rev 6 PMU (capabilities 0x108C2606)
[ 1.330088] bcma: bus1: Using SPROM revision 0 provided by platform.
[ 1.330132] bcma: bus1: PMU resource config unknown or not needed for device 0xA8D8
[ 1.340850] bcma: bus1: Bus registered
[ 1.346903] NET: Registered protocol family 10
[ 1.357396] NET: Registered protocol family 17
[ 1.362216] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.375148] 8021q: 802.1Q VLAN Support v1.8
[ 1.393155] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
[ 1.401759] Freeing unused kernel memory: 188K (803c1000 - 803f0000)
[ 3.050931] init: Console is alive
[ 3.054861] init: - watchdog -
[ 4.254646] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.402007] usbcore: registered new interface driver usbfs
[ 4.407764] usbcore: registered new interface driver hub
[ 4.413517] usbcore: registered new device driver usb
[ 4.427524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.437246] ehci-platform: EHCI generic platform driver
[ 4.442860] ehci-platform ehci-platform.0: EHCI Host Controller
[ 4.449006] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[ 4.457485] ehci-platform ehci-platform.0: irq 5, io mem 0x18004000
[ 4.479401] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[ 4.487835] hub 1-0:1.0: USB hub found
[ 4.492481] hub 1-0:1.0: 2 ports detected
[ 4.502125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.510967] ohci-platform: OHCI generic platform driver
[ 4.516448] ohci-platform ohci-platform.0: Generic Platform OHCI controller
[ 4.523735] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
[ 4.532182] ohci-platform ohci-platform.0: irq 5, io mem 0x18009000
[ 4.595330] hub 2-0:1.0: USB hub found
[ 4.600124] hub 2-0:1.0: 2 ports detected
[ 4.608697] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.626861] init: - preinit -
[ 5.011347] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 5.263503] random: procd: uninitialized urandom read (4 bytes read, 9 bits of entropy available)
[ 6.414938] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
[ 6.608349] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
[ 6.731613] random: jshn: uninitialized urandom read (4 bytes read, 11 bits of entropy available)
[ 7.012119] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.018248] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[ 8.569470] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.576495] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[ 10.681655] jffs2: notice: (375) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 10.705445] mount_root: switching to jffs2 overlay
[ 10.759409] urandom-seed: Seeding with /etc/urandom.seed
[ 10.971431] procd: - early -
[ 10.974613] procd: - watchdog -
[ 11.730144] procd: - watchdog -
[ 11.734119] procd: - ubus -
[ 11.756070] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.789743] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.799846] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.809088] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.819720] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.828937] random: ubusd: uninitialized urandom read (4 bytes read, 20 bits of entropy available)
[ 11.840154] procd: - init -
[ 13.039395] kmodloader: loading kernel modules from /etc/modules.d/*
[ 13.065020] tun: Universal TUN/TAP device driver, 1.6
[ 13.070278] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 13.085691] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 13.145711] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
[ 13.153955] Backport generated by backports.git backports-20160324-13-g24da7d3c
[ 13.171588] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 13.193691] nf_conntrack version 0.5.0 (949 buckets, 3796 max)
[ 13.317055] xt_time: kernel timezone is -0000
[ 13.325369] usbcore: registered new interface driver cdc_ether
[ 13.427171] PPP generic driver version 2.4.2
[ 13.436494] NET: Registered protocol family 24
[ 13.450675] rndis_host 1-1:1.0 usb0: register 'rndis_host' at usb-ehci-platform.0-1, RNDIS device, 02:5b:53:31:37:31
[ 13.461807] usbcore: registered new interface driver rndis_host
[ 13.922244] brcmsmac bcma0:1: mfg 4bf core 812 rev 17 class 0 irq 3
[ 13.928938] ieee80211 phy0: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0)
[ 13.939483] ieee80211 phy0: wl0: brcms_b_attach: failed with err 15
[ 13.945869] ieee80211 phy0: wl0: brcms_c_attach: failed with err 15
[ 13.952317] ieee80211 phy0: brcmsmac: attach() failed with code 15
[ 13.958605] brcmsmac: brcms_bcma_probe: brcms_attach failed!
[ 13.964536] brcmsmac bcma1:1: mfg 4bf core 812 rev 23 class 0 irq 6
[ 13.971222] bcma: bus1: Switched to core: 0x812
[ 13.971613] ieee80211 phy1: wl0: brcms_b_attach: Unsupported Broadcom board type (0xb4cf) or revision level (0x0)
[ 13.982136] ieee80211 phy1: wl0: brcms_b_attach: failed with err 15
[ 13.988517] ieee80211 phy1: wl0: brcms_c_attach: failed with err 15
[ 13.994965] ieee80211 phy1: brcmsmac: attach() failed with code 15
[ 14.001311] brcmsmac: brcms_bcma_probe: brcms_attach failed!
[ 14.026333] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 24.261412] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.286504] device eth0.1 entered promiscuous mode
[ 24.291519] device eth0 entered promiscuous mode
[ 24.312573] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 24.442951] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
[ 25.639559] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 25.699543] br-lan: port 1(eth0.1) entered forwarding state
[ 25.705336] br-lan: port 1(eth0.1) entered forwarding state
[ 25.711336] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
[ 25.764246] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 27.699340] br-lan: port 1(eth0.1) entered forwarding state
[ 61.049212] random: nonblocking pool is initialized

00:01.0 Network controller: Broadcom Limited BCM43224/5 Wireless Network Adapter (rev 01)
Subsystem: Broadcom Limited BCM43224/5 Wireless Network Adapter
Flags: bus master, fast devsel, latency 0, IRQ 6
Memory at 08000000 (64-bit, non-prefetchable) [size=16385]
Memory at (32-bit, non-prefetchable) [size=2]
Memory at (32-bit, non-prefetchable) [size=2]
Memory at (32-bit, non-prefetchable) [size=2]
Memory at (32-bit, non-prefetchable) [size=2]
Expansion ROM at [disabled] [size=2]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [d0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [13c] Virtual Channel Capabilities: [160] Device Serial Number 00-00-00-ff-ff-00-00-00 Capabilities: [16c] Power Budgeting
Kernel driver in use: bcma-pci-bridge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant