Skip to content

Instantly share code, notes, and snippets.

@elfgoh
Created April 3, 2019 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elfgoh/4d59388541b6e2f7596082ea5b8a8f24 to your computer and use it in GitHub Desktop.
Save elfgoh/4d59388541b6e2f7596082ea5b8a8f24 to your computer and use it in GitHub Desktop.
Kernel log from BBE Industrial
$ dmesg -w
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.25-ti-r16 (voodoo@w2-imx6q-wandboard-2gb) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1stretch SMP PREEMPT Wed Mar 20 04:26:42 UTC 2019
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 48 MiB at 0xbc800000
[ 0.000000] On node 0 totalpages: 261632
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 65024 pages, LIFO batch:15
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon)
[ 0.000000] random: get_random_bytes called from start_kernel+0xa0/0x510 with crng_init=0
[ 0.000000] percpu: Embedded 18 pages/cpu @(ptrval) s43084 r8192 d22452 u73728
[ 0.000000] pcpu-alloc: s43084 r8192 d22452 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259904
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 961596K/1046528K available (13312K kernel code, 1152K rwdata, 4420K rodata, 1024K init, 355K bss, 35780K reserved, 49152K cma-reserved, 210944K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (14304 kB)
.init : 0x(ptrval) - 0x(ptrval) (1024 kB)
.data : 0x(ptrval) - 0x(ptrval) (1153 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 42322 entries in 125 pages
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000035] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000044] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000779] timer_probe: no matching timers found
[ 0.001014] Console: colour dummy device 80x30
[ 0.001040] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.001045] This ensures that you still see kernel messages. Please
[ 0.001049] update your kernel commandline.
[ 0.001111] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[ 0.046802] pid_max: default: 32768 minimum: 301
[ 0.047110] Security Framework initialized
[ 0.047123] Yama: becoming mindful.
[ 0.047283] AppArmor: AppArmor initialized
[ 0.047403] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.047420] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.048552] CPU: Testing write buffer coherency: ok
[ 0.048622] CPU0: Spectre v2: using BPIALL workaround
[ 0.049122] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.070917] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.078826] rcu: Hierarchical SRCU implementation.
[ 0.090065] EFI services will not be available.
[ 0.094833] smp: Bringing up secondary CPUs ...
[ 0.094848] smp: Brought up 1 node, 1 CPU
[ 0.094859] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[ 0.094866] CPU: All CPU(s) started in SVC mode.
[ 0.096674] devtmpfs: initialized
[ 0.111174] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.111844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.111871] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.115897] xor: measuring software checksum speed
[ 0.154810] arm4regs : 1217.000 MB/sec
[ 0.194800] 8regs : 1091.000 MB/sec
[ 0.234798] 32regs : 1088.000 MB/sec
[ 0.274798] neon : 1668.000 MB/sec
[ 0.274806] xor: using function: neon (1668.000 MB/sec)
[ 0.274821] pinctrl core: initialized pinctrl subsystem
[ 0.276255] NET: Registered protocol family 16
[ 0.282402] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.318161] l4_wkup_cm:clk:0010:0: failed to disable
[ 0.358322] audit: initializing netlink subsys (disabled)
[ 0.359718] cpuidle: using governor menu
[ 0.362935] audit: type=2000 audit(0.352:1): state=initialized audit_enabled=0 res=1
[ 0.367952] OMAP GPIO hardware version 0.1
[ 0.381868] No ATAGs?
[ 0.381888] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.382465] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.382477] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.410989] raid6: using algorithm neonx8 gen() 0 MB/s
[ 0.411002] raid6: .... xor() 0 MB/s, rmw enabled
[ 0.411009] raid6: using neon recovery algorithm
[ 0.418742] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.422374] SCSI subsystem initialized
[ 0.426945] libata version 3.00 loaded.
[ 0.427260] usbcore: registered new interface driver usbfs
[ 0.427322] usbcore: registered new interface driver hub
[ 0.427441] usbcore: registered new device driver usb
[ 0.429728] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 0.430004] media: Linux media interface: v0.10
[ 0.430056] videodev: Linux video capture interface: v2.00
[ 0.430220] pps_core: LinuxPPS API ver. 1 registered
[ 0.430227] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.430250] PTP clock support registered
[ 0.431001] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.435198] Advanced Linux Sound Architecture Driver Initialized.
[ 0.436042] NetLabel: Initializing
[ 0.436053] NetLabel: domain hash size = 128
[ 0.436058] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.436158] NetLabel: unlabeled traffic allowed by default
[ 0.437234] clocksource: Switched to clocksource timer1
[ 0.597950] VFS: Disk quotas dquot_6.6.0
[ 0.598070] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.598963] AppArmor: AppArmor Filesystem Enabled
[ 0.611642] NET: Registered protocol family 2
[ 0.612674] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.612710] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.612783] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.612890] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.613049] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.613084] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.613641] NET: Registered protocol family 1
[ 0.626872] RPC: Registered named UNIX socket transport module.
[ 0.626882] RPC: Registered udp transport module.
[ 0.626888] RPC: Registered tcp transport module.
[ 0.626892] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.627573] Unpacking initramfs...
[ 0.805898] Freeing initrd memory: 3044K
[ 0.806688] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.809622] Initialise system trusted keyrings
[ 0.810043] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.817835] zbud: loaded
[ 0.825440] NFS: Registering the id_resolver key type
[ 0.825483] Key type id_resolver registered
[ 0.825489] Key type id_legacy registered
[ 0.825507] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.825868] fuse init (API version 7.27)
[ 0.836826] Key type asymmetric registered
[ 0.836841] Asymmetric key parser 'x509' registered
[ 0.836934] bounce: pool size: 64 pages
[ 0.837031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.841717] io scheduler noop registered
[ 0.841729] io scheduler deadline registered
[ 0.842047] io scheduler cfq registered (default)
[ 0.842058] io scheduler mq-deadline registered
[ 0.844551] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[ 0.846188] gpio-of-helper ocp:cape-universal: ready
[ 0.849671] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 0.851509] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 0.855168] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[ 0.872125] console [ttyS0] enabled
[ 0.874908] omap_rng 48310000.rng: Random Number Generator ver. 20
[ 0.918340] random: fast init done
[ 0.994112] libphy: Fixed MDIO Bus: probed
[ 1.049349] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.049365] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 1.049787] MDIO: davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[ 1.064789] libphy: 4a101000.mdio: probed
[ 1.064817] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8035 ethernet
[ 1.066073] cpsw 4a100000.ethernet: Detected MACID = 44:ea:d8:aa:05:b4
[ 1.066227] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 1.066236] cpsw 4a100000.ethernet: ALE Table size 1024
[ 1.066276] cpsw 4a100000.ethernet: cpts: overflow check period 1250 (jiffies)
[ 1.069067] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.069134] ehci-platform: EHCI generic platform driver
[ 1.069653] ehci-omap: OMAP-EHCI Host Controller driver
[ 1.070274] usbcore: registered new interface driver usb-storage
[ 1.072913] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
[ 1.073098] am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
[ 1.076141] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 1.076296] am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
[ 1.079942] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 1.079985] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[ 1.080340] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 1.080352] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.080360] usb usb1: Product: MUSB HDRC host driver
[ 1.080368] usb usb1: Manufacturer: Linux 4.19.25-ti-r16 musb-hcd
[ 1.080375] usb usb1: SerialNumber: musb-hdrc.1
[ 1.081412] hub 1-0:1.0: USB hub found
[ 1.081480] hub 1-0:1.0: 1 port detected
[ 1.093139] omap_rtc 44e3e000.rtc: already running
[ 1.093966] omap_rtc 44e3e000.rtc: registered as rtc0
[ 1.095269] i2c /dev entries driver
[ 1.095955] Driver for 1-wire Dallas network protocol.
[ 1.098339] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.098832] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 1.100222] cpuidle: enable-method property 'ti,am3352' found operations
[ 1.100808] sdhci: Secure Digital Host Controller Interface driver
[ 1.100815] sdhci: Copyright(c) Pierre Ossman
[ 1.101437] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[ 1.101449] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.102079] omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.1
[ 1.127857] omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.1
[ 1.153895] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.155442] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.155879] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 1.156252] omap-aes 53500000.aes: will run requests pump with realtime priority
[ 1.158725] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 1.163068] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.163735] usbcore: registered new interface driver usbhid
[ 1.163742] usbhid: USB HID core driver
[ 1.164632] remoteproc remoteproc0: wkup_m3 is available
[ 1.168730] gnss: GNSS driver registered with major 239
[ 1.174748] wireguard: WireGuard 0.0.20190227 loaded. See www.wireguard.com for information.
[ 1.174761] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 1.176172] NET: Registered protocol family 10
[ 1.185696] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.188882] mmc0: new high speed SDHC card at address aaaa
[ 1.198455] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 1.204010] mmc1: new high speed MMC card at address 0001
[ 1.212329] mmcblk0: p1 p2 p3 p4 < p5 >
[ 1.213588] mmcblk1: mmc1:0001 Q2J54A 3.59 GiB
[ 1.214238] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 16.0 MiB
[ 1.214850] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 16.0 MiB
[ 1.217584] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB, chardev (242:0)
[ 1.222924] mmcblk1: p1
[ 1.238159] Segment Routing with IPv6
[ 1.238318] mip6: Mobile IPv6
[ 1.238340] NET: Registered protocol family 17
[ 1.238469] Key type dns_resolver registered
[ 1.238476] mpls_gso: MPLS GSO support
[ 1.238749] ThumbEE CPU extension supported.
[ 1.238779] Registering SWP/SWPB emulation handler
[ 1.238790] omap_voltage_late_init: Voltage driver support not added
[ 1.246036] PM: Cannot get wkup_m3_ipc handle
[ 1.251803] registered taskstats version 1
[ 1.251812] Loading compiled-in X.509 certificates
[ 1.251956] zswap: loaded using pool lzo/zbud
[ 1.255882] Btrfs loaded, crc32c=crc32c-generic
[ 1.256002] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.420097] tda998x 0-0070: found TDA19988
[ 1.423752] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
[ 1.423778] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.423783] [drm] No driver support for vblank timestamp query.
[ 1.424328] [drm] Cannot find any crtc or sizes
[ 1.425202] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[ 1.439717] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
[ 1.440559] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[ 1.441153] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 1.442161] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 1.442273] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.444073] remoteproc remoteproc0: powering up wkup_m3
[ 1.444196] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217168
[ 1.447608] remoteproc remoteproc0: remote processor wkup_m3 is now up
[ 1.447626] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x193
[ 1.447974] cpu cpu0: Linked as a consumer to regulator.3
[ 1.448079] cpu cpu0: Dropping the link to regulator.3
[ 1.448600] cpu cpu0: Linked as a consumer to regulator.3
[ 1.451709] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
[ 1.453589] PM: bootloader does not support rtc-only!
[ 1.454657] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:22:04 UTC (946686124)
[ 1.455448] ALSA device list:
[ 1.455458] #0: TI BeagleBone Black
[ 1.462666] Freeing unused kernel memory: 1024K
[ 1.463395] Run /init as init process
[ 1.489474] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[ 1.547937] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.548844] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.548960] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.637807] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[ 1.637825] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.641933] hub 1-1:1.0: USB hub found
[ 1.642130] hub 1-1:1.0: 4 ports detected
[ 2.438004] [drm] Cannot find any crtc or sizes
[ 3.797349] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.418986] systemd[1]: System time before build time, advancing clock.
[ 4.568737] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 4.569809] systemd[1]: Detected architecture arm.
[ 4.574438] systemd[1]: Set hostname to <spug0719BBEAA05B>.
[ 5.353951] systemd[1]: Configuration file /etc/systemd/system/prometheus.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 5.394128] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.395389] systemd[1]: Listening on Journal Socket.
[ 5.396059] systemd[1]: Listening on udev Control Socket.
[ 5.400257] systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
[ 5.401161] systemd[1]: Created slice System Slice.
[ 5.410386] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.982011] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[ 6.926948] systemd-journald[220]: Received request to flush runtime journal from PID 1
[ 9.945689] usb 1-1-port1: Cannot enable. Maybe the USB cable is bad?
[ 10.037454] usb 1-1.1: new high-speed USB device number 4 using musb-hdrc
[ 10.949449] usb 1-1.1: device descriptor read/64, error -71
[ 11.145529] usb 1-1-port1: attempt power cycle
[ 11.550909] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[ 11.590531] systemd-journald[220]: File /var/log/journal/b05181e67872e0d743437eb459ac0ce6/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 16.633404] random: crng init done
[ 16.633427] random: 7 urandom warning(s) missed due to ratelimiting
[ 17.658529] systemd-journald[220]: File /var/log/journal/b05181e67872e0d743437eb459ac0ce6/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 19.653645] usb 1-1-port1: Cannot enable. Maybe the USB cable is bad?
[ 19.973442] usb 1-1.1: new high-speed USB device number 7 using musb-hdrc
[ 20.053574] usb 1-1-port1: attempt power cycle
[ 25.960428] using random self ethernet address
[ 25.960447] using random host ethernet address
[ 26.142813] using random self ethernet address
[ 26.142832] using random host ethernet address
[ 26.291647] aufs 4.19.17+-20190311
[ 27.230809] usb0: HOST MAC 44:ea:d8:aa:05:b5
[ 27.243951] usb0: MAC 44:ea:d8:aa:05:b6
[ 27.245116] usb1: HOST MAC 44:ea:d8:aa:05:b8
[ 27.255811] usb1: MAC 44:ea:d8:aa:05:b9
[ 27.482003] configfs-gadget gadget: high-speed config #1: c
[ 29.177409] usb 1-1.1: new high-speed USB device number 9 using musb-hdrc
[ 29.337414] usb 1-1.1: new high-speed USB device number 10 using musb-hdrc
[ 29.417605] usb 1-1-port1: attempt power cycle
[ 34.334014] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 34.464682] Bridge firewalling registered
[ 36.830004] net eth0: initializing cpsw version 1.12 (0)
[ 36.918548] Atheros 8035 ethernet 4a101000.mdio:00: attached PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
[ 38.329430] usb 1-1.1: new high-speed USB device number 12 using musb-hdrc
[ 38.489491] usb 1-1.1: new high-speed USB device number 13 using musb-hdrc
[ 38.569454] usb 1-1-port1: attempt power cycle
[ 44.954033] Initializing XFRM netlink socket
[ 47.489478] usb 1-1.1: new high-speed USB device number 15 using musb-hdrc
[ 47.649454] usb 1-1.1: new high-speed USB device number 16 using musb-hdrc
[ 47.729579] usb 1-1-port1: attempt power cycle
[ 56.021462] usb 1-1.1: new high-speed USB device number 18 using musb-hdrc
[ 56.517408] usb 1-1.1: device descriptor read/64, error -71
[ 56.797473] usb 1-1.1: new high-speed USB device number 19 using musb-hdrc
[ 56.877585] usb 1-1-port1: attempt power cycle
[ 65.165454] usb 1-1.1: new high-speed USB device number 21 using musb-hdrc
[ 65.533424] usb 1-1.1: new high-speed USB device number 22 using musb-hdrc
[ 65.613555] usb 1-1-port1: attempt power cycle
[ 73.893483] usb 1-1.1: new high-speed USB device number 24 using musb-hdrc
[ 74.261499] usb 1-1.1: new high-speed USB device number 25 using musb-hdrc
[ 74.341620] usb 1-1-port1: attempt power cycle
[ 82.625403] usb 1-1.1: new high-speed USB device number 27 using musb-hdrc
[ 82.785387] usb 1-1.1: new high-speed USB device number 28 using musb-hdrc
[ 82.865620] usb 1-1-port1: attempt power cycle
[ 91.157477] usb 1-1.1: new high-speed USB device number 30 using musb-hdrc
[ 91.317474] usb 1-1.1: new high-speed USB device number 31 using musb-hdrc
[ 91.397578] usb 1-1-port1: attempt power cycle
[ 99.689541] usb 1-1.1: new high-speed USB device number 33 using musb-hdrc
[ 99.849472] usb 1-1.1: new high-speed USB device number 34 using musb-hdrc
[ 99.929642] usb 1-1-port1: attempt power cycle
[ 108.225528] usb 1-1.1: new high-speed USB device number 36 using musb-hdrc
[ 108.385514] usb 1-1.1: new high-speed USB device number 37 using musb-hdrc
[ 108.465639] usb 1-1-port1: attempt power cycle
[ 116.749484] usb 1-1.1: new high-speed USB device number 39 using musb-hdrc
[ 116.909537] usb 1-1.1: new high-speed USB device number 40 using musb-hdrc
[ 116.989793] usb 1-1-port1: attempt power cycle
[ 125.273517] usb 1-1.1: new high-speed USB device number 42 using musb-hdrc
[ 125.433515] usb 1-1.1: new high-speed USB device number 43 using musb-hdrc
[ 125.513613] usb 1-1-port1: attempt power cycle
[ 133.793486] usb 1-1.1: new high-speed USB device number 45 using musb-hdrc
[ 133.953443] usb 1-1.1: new high-speed USB device number 46 using musb-hdrc
[ 134.033651] usb 1-1-port1: attempt power cycle
[ 142.317479] usb 1-1.1: new high-speed USB device number 48 using musb-hdrc
[ 142.477505] usb 1-1.1: new high-speed USB device number 49 using musb-hdrc
[ 142.557559] usb 1-1-port1: attempt power cycle
[ 150.853540] usb 1-1.1: new high-speed USB device number 51 using musb-hdrc
[ 151.013437] usb 1-1.1: new high-speed USB device number 52 using musb-hdrc
[ 151.094765] usb 1-1-port1: attempt power cycle
[ 159.369524] usb 1-1.1: new high-speed USB device number 54 using musb-hdrc
[ 159.529410] usb 1-1.1: new high-speed USB device number 55 using musb-hdrc
[ 159.609649] usb 1-1-port1: attempt power cycle
[ 168.097441] usb 1-1.1: new high-speed USB device number 57 using musb-hdrc
[ 168.257488] usb 1-1.1: new high-speed USB device number 58 using musb-hdrc
[ 168.337623] usb 1-1-port1: attempt power cycle
[ 176.605550] usb 1-1.1: new high-speed USB device number 60 using musb-hdrc
[ 176.765528] usb 1-1.1: new high-speed USB device number 61 using musb-hdrc
[ 176.845640] usb 1-1-port1: attempt power cycle
[ 185.101428] usb 1-1.1: new high-speed USB device number 63 using musb-hdrc
[ 185.261452] usb 1-1.1: new high-speed USB device number 64 using musb-hdrc
[ 185.341613] usb 1-1-port1: attempt power cycle
[ 193.605445] usb 1-1.1: new high-speed USB device number 66 using musb-hdrc
[ 193.765425] usb 1-1.1: new high-speed USB device number 67 using musb-hdrc
[ 193.845599] usb 1-1-port1: attempt power cycle
[ 202.105527] usb 1-1.1: new high-speed USB device number 69 using musb-hdrc
[ 202.265461] usb 1-1.1: new high-speed USB device number 70 using musb-hdrc
[ 202.345637] usb 1-1-port1: attempt power cycle
[ 210.597493] usb 1-1.1: new high-speed USB device number 72 using musb-hdrc
[ 210.757435] usb 1-1.1: new high-speed USB device number 73 using musb-hdrc
[ 210.837576] usb 1-1-port1: attempt power cycle
[ 219.093482] usb 1-1.1: new high-speed USB device number 75 using musb-hdrc
[ 219.253449] usb 1-1.1: new high-speed USB device number 76 using musb-hdrc
[ 219.333581] usb 1-1-port1: attempt power cycle
[ 227.577530] usb 1-1.1: new high-speed USB device number 78 using musb-hdrc
[ 227.737528] usb 1-1.1: new high-speed USB device number 79 using musb-hdrc
[ 227.817631] usb 1-1-port1: attempt power cycle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment