DMA transaction error on i.mx6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

Hopefully I'm on the right list :)


Using a Gateworks Ventana board, powered by an i.MX6 soc, [1]
following errors were notice upon boot:

[ 22.617622] imx-uart 2020000.serial: DMA transaction error.
[ 22.623228] imx-uart 2020000.serial: DMA transaction error.
[ 22.628826] imx-uart 2020000.serial: DMA transaction error.
[ 22.648951] imx-uart 2020000.serial: DMA transaction error.
[ 22.654558] imx-uart 2020000.serial: DMA transaction error.
[ 22.660156] imx-uart 2020000.serial: DMA transaction error.

Kernel: 4.14.20

Within OpenWrt, we are circumventing the errors currently by disabling DMA on UART using the patch from Tim  [2]

Full bootlog attached.
This issue has been present since at least kernel 4.9

It's not critical as uart has been working perfectly fine without DMA, and performance impact was negligible,
but it would still be better to get this fixed :)


Does anyone have any clue what could be causing this?


Highly appreciated,

Koen


[1] http://www.gateworks.com/product/item/ventana-gw5200-network-processor
[2]

--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -1268,10 +1268,6 @@ static int imx_startup(struct uart_port
writel(temp & ~UCR4_DREN, sport->port.membase + UCR4); - /* Can we enable the DMA support? */
-	if (!uart_console(port) && !sport->dma_is_inited)
-		imx_uart_dma_init(sport);
-
 	spin_lock_irqsave(&sport->port.lock, flags);
 	/* Reset fifo's and state machines */
 	i = 100;



[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.20 (koen@bob) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r6228-8a59f95)) #0 SMP Wed Feb 21 13:46:45 2018
[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Gateworks Ventana i.MX6 DualLite/Solo GW52XX
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat 80931640, node_mem_map 9fbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 15 pages/cpu @9fbbc000 s30860 r8192 d22388 u61440
[    0.000000] pcpu-alloc: s30860 r8192 d22388 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttymxc1,115200 ubi0:ubi ubi.mtd=2 rootfstype=squashfs,ubifs rootflags=sync  
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 510852K/524288K available (4928K kernel code, 199K rwdata, 1360K rodata, 1024K init, 233K bss, 13436K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xa0800000 - 0xff800000   (1520 MB)
                   lowmem  : 0x80000000 - 0xa0000000   ( 512 MB)
                   modules : 0x7f000000 - 0x80000000   (  16 MB)
                     .text : 0x80008000 - 0x805d0030   (5921 kB)
                     .init : 0x80800000 - 0x80900000   (1024 kB)
                     .data : 0x80900000 - 0x80931cc0   ( 200 kB)
                      .bss : 0x80931cc0 - 0x8096c42c   ( 234 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] L2C: DT/platform modifies aux control register: 0x32050000 -> 0x32450000
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 16 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 512 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
[    0.000000] Switching to timer-based delay loop, resolution 333ns
[    0.000008] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[    0.000028] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[    0.001263] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[    0.001285] pid_max: default: 32768 minimum: 301
[    0.001418] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001431] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001928] CPU: Testing write buffer coherency: ok
[    0.002246] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002597] Setting up static identity map for 0x10100000 - 0x10100060
[    0.002729] Hierarchical SRCU implementation.
[    0.003253] smp: Bringing up secondary CPUs ...
[    0.003868] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.003972] smp: Brought up 1 node, 2 CPUs
[    0.003990] SMP: Total of 2 processors activated (12.00 BogoMIPS).
[    0.004000] CPU: All CPU(s) started in SVC mode.
[    0.012341] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.012604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.012632] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.012805] pinctrl core: initialized pinctrl subsystem
[    0.013831] NET: Registered protocol family 16
[    0.014779] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.015751] CPU identified as i.MX6DL, silicon rev 1.3
[    0.023997] vdd1p1: supplied by regulator-dummy
[    0.024620] vdd3p0: supplied by regulator-dummy
[    0.025160] vdd2p5: supplied by regulator-dummy
[    0.025699] vddarm: supplied by regulator-dummy
[    0.026266] vddpu: supplied by regulator-dummy
[    0.026810] vddsoc: supplied by regulator-dummy
[    0.037585] imx6dl-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/adv7180grp
[    0.037609] imx6dl-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/ipu1_csi1grp
[    0.037622] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[    0.062512] mxs-dma 110000.dma-apbh: initialized
[    0.064664] SCSI subsystem initialized
[    0.065159] libata version 3.00 loaded.
[    0.065442] usbcore: registered new interface driver usbfs
[    0.065513] usbcore: registered new interface driver hub
[    0.065609] usbcore: registered new device driver usb
[    0.067073] pca953x 0-0023: 0-0023 supply vcc not found, using dummy regulator
[    0.250581] i2c i2c-0: IMX I2C adapter registered
[    0.250610] i2c i2c-0: can't use DMA, using PIO instead.
[    0.251332] i2c i2c-1: IMX I2C adapter registered
[    0.251354] i2c i2c-1: can't use DMA, using PIO instead.
[    0.252220] i2c i2c-2: IMX I2C adapter registered
[    0.252242] i2c i2c-2: can't use DMA, using PIO instead.
[    0.252442] pps_core: LinuxPPS API ver. 1 registered
[    0.252454] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.252488] PTP clock support registered
[    0.253748] clocksource: Switched to clocksource mxc_timer1
[    0.254921] NET: Registered protocol family 2
[    0.255487] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.255549] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.255619] TCP: Hash tables configured (established 4096 bind 4096)
[    0.255706] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.255735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.255909] NET: Registered protocol family 1
[    0.255947] PCI: CLS 0 bytes, default 64
[    0.257697] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.262455] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.267549] io scheduler noop registered
[    0.267565] io scheduler deadline registered (default)
[    0.269512] OF: PCI: host bridge /soc/pcie@1ffc000 ranges:
[    0.269549] OF: PCI:    IO 0x01f80000..0x01f8ffff -> 0x00000000
[    0.269569] OF: PCI:   MEM 0x01000000..0x01efffff -> 0x01000000
[    0.483728] imx6q-pcie 1ffc000.pcie: link up
[    0.483745] imx6q-pcie 1ffc000.pcie: Link: Gen2 disabled
[    0.483756] imx6q-pcie 1ffc000.pcie: Link up, Gen1
[    0.483950] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00
[    0.483969] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.483984] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.483996] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]
[    0.484038] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[    0.484074] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    0.484092] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    0.484156] pci 0000:00:00.0: supports D1
[    0.484167] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.484378] PCI: bus0: Fast back to back transfers disabled
[    0.484617] pci 0000:01:00.0: [10b5:8604] type 01 class 0x060400
[    0.603825] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[    0.604471] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.604801] PCI: bus1: Fast back to back transfers disabled
[    0.604827] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.605286] pci 0000:02:01.0: [10b5:8604] type 01 class 0x060400
[    0.606089] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.606481] pci 0000:02:04.0: [10b5:8604] type 01 class 0x060400
[    0.607271] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
[    0.607629] pci 0000:02:05.0: [10b5:8604] type 01 class 0x060400
[    0.608414] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
[    0.609048] PCI: bus2: Fast back to back transfers disabled
[    0.609075] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.609132] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.609185] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.609632] pci 0000:03:00.0: [168c:0033] type 00 class 0x028000
[    0.609833] pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[    0.610048] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.610480] pci 0000:03:00.0: supports D1
[    0.610488] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.610833] PCI: bus3: Fast back to back transfers disabled
[    0.610854] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[    0.611188] PCI: bus4: Fast back to back transfers enabled
[    0.611206] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[    0.611531] PCI: bus5: Fast back to back transfers enabled
[    0.611547] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[    0.611576] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
[    0.611840] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]
[    0.611859] pci 0000:00:00.0: BAR 8: assigned [mem 0x01100000-0x012fffff]
[    0.611877] pci 0000:00:00.0: BAR 6: assigned [mem 0x01300000-0x0130ffff pref]
[    0.611896] pci 0000:01:00.0: BAR 8: assigned [mem 0x01100000-0x011fffff]
[    0.611911] pci 0000:01:00.0: BAR 0: assigned [mem 0x01200000-0x0121ffff]
[    0.611949] pci 0000:02:01.0: BAR 8: assigned [mem 0x01100000-0x011fffff]
[    0.611966] pci 0000:03:00.0: BAR 0: assigned [mem 0x01100000-0x0111ffff 64bit]
[    0.612039] pci 0000:03:00.0: BAR 6: assigned [mem 0x01120000-0x0112ffff pref]
[    0.612053] pci 0000:02:01.0: PCI bridge to [bus 03]
[    0.612096] pci 0000:02:01.0:   bridge window [mem 0x01100000-0x011fffff]
[    0.612157] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.612239] pci 0000:02:05.0: PCI bridge to [bus 05]
[    0.612320] pci 0000:01:00.0: PCI bridge to [bus 02-05]
[    0.612355] pci 0000:01:00.0:   bridge window [mem 0x01100000-0x011fffff]
[    0.612414] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.612428] pci 0000:00:00.0:   bridge window [mem 0x01100000-0x012fffff]
[    0.612800] pcieport 0000:00:00.0: Signaling PME with IRQ 298
[    0.613186] pcieport 0000:01:00.0: enabling device (0140 -> 0142)
[    0.614169] pcieport 0000:02:01.0: enabling device (0140 -> 0142)
[    0.621821] imx-pgc-pd imx-pgc-power-domain.0: Linked as a consumer to 20dc000.gpc
[    0.622134] imx-pgc-pd imx-pgc-power-domain.1: Linked as a consumer to 20dc000.gpc
[    0.622707] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
[    0.622724] imx-sdma 20ec000.sdma: Falling back to user helper
[    0.631367] vdd1p8: Failed to create debugfs directory
[    0.633322] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.634615] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 27, base_baud = 5000000) is a IMX
[    0.635516] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 70, base_baud = 5000000) is a IMX
[    1.517648] console [ttymxc1] enabled
[    1.521985] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 71, base_baud = 5000000) is a IMX
[    1.538585] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    1.544975] nand: Micron MT29F2G08ABAEAH4
[    1.548996] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.557084] gpmi-nand 112000.gpmi-nand: enable the asynchronous EDO mode 5
[    1.564495] Scanning device for bad blocks
[    1.746948] 3 ofpart partitions found on MTD device gpmi-nand
[    1.752705] Creating 3 MTD partitions on "gpmi-nand":
[    1.757793] 0x000000000000-0x000001000000 : "uboot"
[    1.765443] 0x000001000000-0x000001100000 : "env"
[    1.770927] 0x000001100000-0x000010000000 : "ubi"
[    1.805819] gpmi-nand 112000.gpmi-nand: driver registered.
[    1.812674] spi_imx 2010000.ecspi: probed
[    1.817541] libphy: Fixed MDIO Bus: probed
[    1.824132] fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator
[    1.835173] pps pps0: new PPS source ptp0
[    1.843150] libphy: fec_enet_mii_bus: probed
[    1.848013] fec 2188000.ethernet eth0: registered PHC device 0
[    1.854169] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.860012] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.866057] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.872594] ehci-mxc: Freescale On-Chip EHCI Host driver
[    1.885438] imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator
[    1.896924] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    1.901843] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    1.933737] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    1.939831] hub 1-0:1.0: USB hub found
[    1.943642] hub 1-0:1.0: 1 port detected
[    1.950283] rtc-ds1672 0-0068: rtc core: registered rtc-ds1672 as rtc0
[    1.957679] i2c /dev entries driver
[    1.962637] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
[    1.969359] sdhci: Secure Digital Host Controller Interface driver
[    1.975581] sdhci: Copyright(c) Pierre Ossman
[    1.979946] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.987627] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
[    2.053913] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[    2.062995] caam 2100000.caam: Entropy delay = 3200
[    2.128710] caam 2100000.caam: Instantiated RNG4 SH0
[    2.189471] caam 2100000.caam: Instantiated RNG4 SH1
[    2.194608] caam 2100000.caam: device ID = 0x0a16010000000100 (Era 4)
[    2.201060] caam 2100000.caam: job rings = 2, qi = 0, dpaa2 = no
[    2.213160] caam algorithms registered in /proc/crypto
[    2.222037] caam_jr 2101000.jr0: registering rng-caam
[    2.228841] NET: Registered protocol family 10
[    2.234495] Segment Routing with IPv6
[    2.238253] NET: Registered protocol family 17
[    2.242748] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.256118] 8021q: 802.1Q VLAN Support v1.8
[    2.261503] Registering SWP/SWPB emulation handler
[    2.269045] Key type encrypted registered
[    2.284377] imx_thermal 2000000.aips-bus:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
[    2.295789] ubi0: attaching mtd2
[    2.487931] random: crng init done
[    2.749177] ubi0: scanning is finished
[    2.759439] ubi0: attached mtd2 (name "ubi", size 239 MiB)
[    2.764977] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.771861] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.778673] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.785657] ubi0: good PEBs: 1912, bad PEBs: 0, corrupted PEBs: 0
[    2.791756] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.799001] ubi0: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 196356836
[    2.808067] ubi0: available PEBs: 0, total reserved PEBs: 1912, PEBs reserved for bad PEB handling: 40
[    2.817410] ubi0: background thread "ubi_bgt0d" started, PID 794
[    2.818216] block ubiblock0_1: created from ubi0:1(rootfs)
[    2.818223] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
[    2.823457] rtc-ds1672 0-0068: setting system clock to 2018-02-22 11:51:34 UTC (1519300294)
[    2.824384] usb_otg_vbus: disabling
[    2.824400] vdd1p8: disabling
[    2.851472] UBIFS: parse sync
[    2.858191] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.868055] Freeing unused kernel memory: 1024K
[    3.162808] init: Console is alive
[    3.166437] init: - watchdog -
[    3.851632] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.892415] pps pps1: new PPS source pps.-1
[    3.896701] pps pps1: Registered IRQ 100 as PPS source
[    3.904599] ehci-platform: EHCI generic platform driver
[    3.911362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.918349] ohci-platform: OHCI generic platform driver
[    3.927446] usbcore: registered new interface driver usb-storage
[    3.933635] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.947136] init: - preinit -
[    4.613986] Marvell 88E1510 2188000.ethernet-1:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=2188000.ethernet-1:00, irq=POLL)
[    4.626750] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.803866] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 872
[    7.826494] UBIFS (ubi0:2): recovery needed
[    7.834269] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    7.841993] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.892445] UBIFS (ubi0:2): recovery completed
[    7.897028] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    7.904902] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.914841] UBIFS (ubi0:2): FS size: 209637376 bytes (199 MiB, 1651 LEBs), journal size 10539008 bytes (10 MiB, 83 LEBs)
[    7.925728] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
[    7.932353] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID B179B76B-6F2E-4611-9F91-92325A176E63, small LPT model
[    7.945866] mount_root: switching to ubifs overlay
[    7.976634] urandom-seed: Seeding with /etc/urandom.seed
[    8.042257] procd: - early -
[    8.045758] procd: - watchdog -
[    8.687141] procd: - watchdog -
[    8.690531] procd: - ubus -
[    8.795455] procd: - init -
[    8.938753] kmodloader: loading kernel modules from /etc/modules.d/*
[    8.948605] Key type dns_resolver registered
[    8.971049] tun: Universal TUN/TAP device driver, 1.6
[    8.985610] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    8.992602] igb: Copyright (c) 2007-2014 Intel Corporation.
[    9.006145] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.387320] Netfilter messages via NETLINK v0.30.
[    9.393474] ip_set: protocol 6
[    9.426507] fsl-ssi-dai 2028000.ssi: No cache defaults, reading back from HW
[    9.437269] sgtl5000 2-000a: sgtl5000 revision 0x11
[    9.443986] sgtl5000 2-000a: Using internal LDO instead of VDDD: check ER1
[    9.495271] imx-sgtl5000 sound: sgtl5000 <-> 2028000.ssi mapping ok
[    9.512667] u32 classifier
[    9.515441]     input device check on
[    9.519111]     Actions configured
[    9.524008] Mirror/redirect action on
[    9.534078] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[    9.569731] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[    9.577821] at24 0-0051: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[    9.588920] at24 0-0052: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[    9.596775] at24 0-0053: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[    9.604945] Bridge firewalling registered
[    9.610213] can: controller area network core (rev 20170425 abi 9)
[    9.616559] NET: Registered protocol family 29
[    9.623189] CAN device driver interface
[    9.627898] can: raw protocol (rev 20170425)
[    9.633289] usbcore: registered new interface driver cdc_acm
[    9.638996] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    9.648045] usbcore: registered new interface driver cdc_wdm
[    9.654434] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[    9.662454] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[    9.681115] Ebtables v2.0 registered
[    9.686307] flexcan 2090000.flexcan: 2090000.flexcan supply xceiver not found, using dummy regulator
[    9.696445] flexcan 2090000.flexcan: device registered (reg_base=a0f44000, irq=33)
[    9.706430] hso: drivers/net/usb/hso.c: Option Wireless
[    9.711890] usbcore: registered new interface driver hso
[    9.720908] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.197096] ctnetlink v0.93: registering with nfnetlink.
[   10.421265] sky2: driver version 1.30
[   10.435668] usbcore: registered new interface driver usbserial
[   10.441604] usbcore: registered new interface driver usbserial_generic
[   10.448266] usbserial: USB Serial support registered for generic
[   10.457878] xt_DNETMAP INIT successfull (version 2)
[   10.489713] xt_time: kernel timezone is -0000
[   10.495770] usbcore: registered new interface driver cdc_ether
[   10.504060] usbcore: registered new interface driver cdc_ncm
[   10.510857] usbcore: registered new interface driver cdc_subset
[   10.835050] usbcore: registered new interface driver ftdi_sio
[   10.840903] usbserial: USB Serial support registered for FTDI USB Serial Device
[   10.849400] usbcore: registered new interface driver huawei_cdc_ncm
[   11.064598] PPP generic driver version 2.4.2
[   11.070463] NET: Registered protocol family 24
[   11.076543] usbcore: registered new interface driver qmi_wwan
[   11.084292] usbcore: registered new interface driver rndis_host
[   11.091332] usbcore: registered new interface driver sierra
[   11.097073] usbserial: USB Serial support registered for Sierra USB modem
[   11.105496] usbcore: registered new interface driver sierra_net
[   11.130701] usbcore: registered new interface driver cdc_mbim
[   11.137817] usbcore: registered new interface driver option
[   11.143496] usbserial: USB Serial support registered for GSM modem (1-port)
[   11.154046] usbcore: registered new interface driver qcserial
[   11.159896] usbserial: USB Serial support registered for Qualcomm USB modem
[   11.172869] ath9k 0000:03:00.0: enabling device (0140 -> 0142)
[   11.188677] ath: EEPROM regdomain: 0x0
[   11.188685] ath: EEPROM indicates default country code should be used
[   11.188689] ath: doing EEPROM country->regdmn map search
[   11.188697] ath: country maps to regdmn code: 0x3a
[   11.188702] ath: Country alpha2 being used: US
[   11.188706] ath: Regpair used: 0x3a
[   11.199387] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   11.201949] ieee80211 phy0: Atheros AR9300 Rev:4 mem=0xa1180000, irq=299
[   11.209667] kmodloader: done loading kernel modules from /etc/modules.d/*
[   13.655961] Marvell 88E1510 2188000.ethernet-1:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=2188000.ethernet-1:00, irq=POLL)
[   13.670139] br-wan: port 1(eth0) entered blocking state
[   13.675433] br-wan: port 1(eth0) entered disabled state
[   13.680936] device eth0 entered promiscuous mode
[   16.874285] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   16.882029] br-wan: port 1(eth0) entered blocking state
[   16.887367] br-wan: port 1(eth0) entered forwarding state
[   17.457363] MBT: Init start
[   17.460187] MBT: Init succesfull
[   17.473293] MBT: Init netlink interface - OK!
[   20.963740] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[   21.420817] cdc_ether 1-1:1.0 eth1: register 'cdc_ether' at usb-ci_hdrc.1-1, CDC Ethernet Device, a8:93:52:09:a6:b0
[   21.426737] cdc_ether 1-1:1.0 eth1: kevent 12 may have been dropped
[   21.429263] br-lan: port 1(eth1) entered blocking state
[   21.429272] br-lan: port 1(eth1) entered disabled state
[   21.429530] device eth1 entered promiscuous mode
[   21.429580] cdc_ether 1-1:1.0 eth1: kevent 12 may have been dropped
[   21.433628] br-lan: port 1(eth1) entered blocking state
[   21.433638] br-lan: port 1(eth1) entered forwarding state
[   21.470403] cdc_ether 1-1:1.0 eth1: kevent 11 may have been dropped
[   21.489159] cdc_acm 1-1:1.2: ttyACM0: USB ACM device
[   22.191730] device eth1 left promiscuous mode
[   22.196288] cdc_ether 1-1:1.0 eth1: kevent 12 may have been dropped
[   22.202600] br-lan: port 1(eth1) entered disabled state
[   22.222433] br-cell: port 1(eth1) entered blocking state
[   22.227862] br-cell: port 1(eth1) entered disabled state
[   22.233497] device eth1 entered promiscuous mode
[   22.238424] cdc_ether 1-1:1.0 eth1: kevent 12 may have been dropped
[   22.249131] br-cell: port 1(eth1) entered blocking state
[   22.254590] br-cell: port 1(eth1) entered forwarding state
[   22.617622] imx-uart 2020000.serial: DMA transaction error.
[   22.623228] imx-uart 2020000.serial: DMA transaction error.
[   22.628826] imx-uart 2020000.serial: DMA transaction error.
[   22.632611] A link change request failed with some changes committed already. Interface wlan0 may have been left with an inconsistent configuration, please check.
[   22.648951] imx-uart 2020000.serial: DMA transaction error.
[   22.654558] imx-uart 2020000.serial: DMA transaction error.
[   22.660156] imx-uart 2020000.serial: DMA transaction error.
[   23.020521] A link change request failed with some changes committed already. Interface br-wan may have been left with an inconsistent configuration, please check.
[   27.113751] wlan0: Trigger new scan to find an IBSS to join
[   29.118557] wlan0: Selected IBSS BSSID ac:c5:2a:a3:61:c9 based on configured SSID
[   64.474754] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware
[ 2337.706245] br-cell: port 1(eth1) entered disabled state
[ 2342.729841] br-cell: port 1(eth1) entered blocking state
[ 2342.761741] br-cell: port 1(eth1) entered forwarding state



[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux