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

Kernel panic when using Raspberry Pi as a Repeater #3284

Closed
cecilcosta opened this issue Oct 13, 2019 · 8 comments
Closed

Kernel panic when using Raspberry Pi as a Repeater #3284

cecilcosta opened this issue Oct 13, 2019 · 8 comments
Labels
Waiting for external input Waiting for a comment from the originator of the issue, or a collaborator.

Comments

@cecilcosta
Copy link

Describe the bug
Following this tutorial (https://pimylifeup.com/raspberry-pi-wifi-extender/) got a kernel panic when a device connects to the wifi host

To reproduce
Follow this tutorial: https://pimylifeup.com/raspberry-pi-wifi-extender/ (even the dongle is the same), however in my case Wlan0 is Wlan1 and Wlan1 is Wlan0.
At the end we get a new Wifi host running, I try to connect with a MacBook and automatically the Rasberry gets a kernel panic.

Expected behaviour
The raspberry should keep alive and should be used as a Wifi extender

Actual behaviour
Kernel panic: slab.c:3392

System
Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:

  • Which model of Raspberry Pi? Pi3B+
  • Which OS and version (cat /etc/rpi-issue)? 2019-09-26 (lite-buster)
  • Which firmware version (vcgencmd version)? 6820edeee4ef3891b95fc01cf02a7abd7ca52f17
  • Which kernel version (uname -a)? 4.19.75-v7+

Logs
Got kenel panic

Additional context
fresh install, no addiotional software were installed, just apt-get update and upgrade.

@lategoodbye
Copy link
Contributor

Please provide the following information:

  • involved Wifi devices on the Raspberry Pi 3B+
  • complete kernel output after panic (dmesg / /var/log/kern.log)

@cecilcosta
Copy link
Author

hwinfo --network

`15: None 01.0: 1070a WLAN
[Created at net.126]
Unique ID: djUx.QXn1l67RSa1
Parent ID: 0DfK.dZc7syf8JZ2
SysFS ID: /class/net/wlan1
SysFS Device Link: /devices/platform/soc/3f300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1
Hardware Class: network interface
Model: "WLAN network interface"
Driver: "brcmfmac"
Driver Modules: "brcmfmac", "brcmfmac"
Device File: wlan1
HW Address: b8:27:eb:7c:a2:9b
Permanent HW Address: b8:27:eb:7c:a2:9b
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Network controller)

16: None 00.0: 10700 Loopback
[Created at net.126]
Unique ID: ZsBS.GQNx7L4uPNA
SysFS ID: /class/net/lo
Hardware Class: network interface
Model: "Loopback network interface"
Device File: lo
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown

17: None 00.0: 10701 Ethernet
[Created at net.126]
Unique ID: usDW.ndpeucax6V1
Parent ID: Vl7j.8_I5RcIC_05
SysFS ID: /class/net/eth0
SysFS Device Link: /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "lan78xx"
Driver Modules: "lan78xx"
Device File: eth0
HW Address: b8:27:eb:29:f7:ce
Permanent HW Address: b8:27:eb:29:f7:ce
Link detected: no
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #9 (Ethernet controller)

18: None 00.0: 1070a WLAN
[Created at net.126]
Unique ID: AYEt.QXn1l67RSa1
Parent ID: N0O2.nGSTlewb0M9
SysFS ID: /class/net/wlan0
SysFS Device Link: /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0
Hardware Class: network interface
Model: "WLAN network interface"
Driver: "rtl8192cu"
Driver Modules: "8192cu"
Device File: wlan0
HW Address: 74:da:38:ea:80:b4
Permanent HW Address: 74:da:38:ea:80:b4
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #7 (Unclassified device)
`

kern.log

`Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Linux version 4.19.57-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1244 SMP Thu Jul 4 18:45:25 BST 2019
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] CPU: div instructions available: patching division code
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writealloc
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] On node 0 totalpages: 242688
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Normal zone: 2133 pages used for memmap
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Normal zone: 0 pages reserved
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Normal zone: 242688 pages, LIFO batch:63
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=174096
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1016 bcm2708_fb.fbheight=1856 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=d0a91e1d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] ftrace: allocating 26351 entries in 78 pages
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] rcu: Hierarchical RCU implementation.
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Jul 10 01:21:21 raspberrypi kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Jul 10 01:21:21 raspberrypi kernel: [ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Jul 10 01:21:21 raspberrypi kernel: [ 0.000026] Switching to timer-based delay loop, resolution 52ns
Jul 10 01:21:21 raspberrypi kernel: [ 0.000338] Console: colour dummy device 80x30
Jul 10 01:21:21 raspberrypi kernel: [ 0.000980] console [tty1] enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.001055] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Jul 10 01:21:21 raspberrypi kernel: [ 0.001101] pid_max: default: 32768 minimum: 301
Jul 10 01:21:21 raspberrypi kernel: [ 0.001515] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.001558] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.002627] CPU: Testing write buffer coherency: ok
Jul 10 01:21:21 raspberrypi kernel: [ 0.003129] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jul 10 01:21:21 raspberrypi kernel: [ 0.003825] Setting up static identity map for 0x100000 - 0x10003c
Jul 10 01:21:21 raspberrypi kernel: [ 0.003999] rcu: Hierarchical SRCU implementation.
Jul 10 01:21:21 raspberrypi kernel: [ 0.004839] smp: Bringing up secondary CPUs ...
Jul 10 01:21:21 raspberrypi kernel: [ 0.005731] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jul 10 01:21:21 raspberrypi kernel: [ 0.006758] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jul 10 01:21:21 raspberrypi kernel: [ 0.007771] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jul 10 01:21:21 raspberrypi kernel: [ 0.007900] smp: Brought up 1 node, 4 CPUs
Jul 10 01:21:21 raspberrypi kernel: [ 0.007989] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Jul 10 01:21:21 raspberrypi kernel: [ 0.008014] CPU: All CPU(s) started in HYP mode.
Jul 10 01:21:21 raspberrypi kernel: [ 0.008035] CPU: Virtualization extensions available.
Jul 10 01:21:21 raspberrypi kernel: [ 0.009304] devtmpfs: initialized
Jul 10 01:21:21 raspberrypi kernel: [ 0.022880] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Jul 10 01:21:21 raspberrypi kernel: [ 0.023175] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jul 10 01:21:21 raspberrypi kernel: [ 0.023228] futex hash table entries: 1024 (order: 4, 65536 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.023918] pinctrl core: initialized pinctrl subsystem
Jul 10 01:21:21 raspberrypi kernel: [ 0.024970] NET: Registered protocol family 16
Jul 10 01:21:21 raspberrypi kernel: [ 0.028687] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Jul 10 01:21:21 raspberrypi kernel: [ 0.034771] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jul 10 01:21:21 raspberrypi kernel: [ 0.034816] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jul 10 01:21:21 raspberrypi kernel: [ 0.035109] Serial: AMBA PL011 UART driver
Jul 10 01:21:21 raspberrypi kernel: [ 0.037441] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.072664] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
Jul 10 01:21:21 raspberrypi kernel: [ 0.074457] SCSI subsystem initialized
Jul 10 01:21:21 raspberrypi kernel: [ 0.074723] usbcore: registered new interface driver usbfs
Jul 10 01:21:21 raspberrypi kernel: [ 0.074811] usbcore: registered new interface driver hub
Jul 10 01:21:21 raspberrypi kernel: [ 0.074935] usbcore: registered new device driver usb
Jul 10 01:21:21 raspberrypi kernel: [ 0.090425] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
Jul 10 01:21:21 raspberrypi kernel: [ 0.101450] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
Jul 10 01:21:21 raspberrypi kernel: [ 0.112183] clocksource: Switched to clocksource arch_sys_counter
Jul 10 01:21:21 raspberrypi kernel: [ 0.204502] VFS: Disk quotas dquot_6.6.0
Jul 10 01:21:21 raspberrypi kernel: [ 0.204619] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.204840] FS-Cache: Loaded
Jul 10 01:21:21 raspberrypi kernel: [ 0.205072] CacheFiles: Loaded
Jul 10 01:21:21 raspberrypi kernel: [ 0.215448] NET: Registered protocol family 2
Jul 10 01:21:21 raspberrypi kernel: [ 0.216381] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.216454] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.216584] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.216791] TCP: Hash tables configured (established 8192 bind 8192)
Jul 10 01:21:21 raspberrypi kernel: [ 0.217006] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.217082] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 0.217478] NET: Registered protocol family 1
Jul 10 01:21:21 raspberrypi kernel: [ 0.218253] RPC: Registered named UNIX socket transport module.
Jul 10 01:21:21 raspberrypi kernel: [ 0.218282] RPC: Registered udp transport module.
Jul 10 01:21:21 raspberrypi kernel: [ 0.218304] RPC: Registered tcp transport module.
Jul 10 01:21:21 raspberrypi kernel: [ 0.218326] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 10 01:21:21 raspberrypi kernel: [ 0.220037] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Jul 10 01:21:21 raspberrypi kernel: [ 0.223195] Initialise system trusted keyrings
Jul 10 01:21:21 raspberrypi kernel: [ 0.223452] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Jul 10 01:21:21 raspberrypi kernel: [ 0.233825] FS-Cache: Netfs 'nfs' registered for caching
Jul 10 01:21:21 raspberrypi kernel: [ 0.234471] NFS: Registering the id_resolver key type
Jul 10 01:21:21 raspberrypi kernel: [ 0.234522] Key type id_resolver registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.234544] Key type id_legacy registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.234579] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Jul 10 01:21:21 raspberrypi kernel: [ 0.236979] Key type asymmetric registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.237010] Asymmetric key parser 'x509' registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.237080] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jul 10 01:21:21 raspberrypi kernel: [ 0.237274] io scheduler noop registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.237299] io scheduler deadline registered (default)
Jul 10 01:21:21 raspberrypi kernel: [ 0.237501] io scheduler cfq registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.237525] io scheduler mq-deadline registered (default)
Jul 10 01:21:21 raspberrypi kernel: [ 0.237549] io scheduler kyber registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.251452] bcm2708_fb soc:fb: FB found 1 display(s)
Jul 10 01:21:21 raspberrypi kernel: [ 0.409033] Console: switching to colour frame buffer device 127x116
Jul 10 01:21:21 raspberrypi kernel: [ 0.480804] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1016x1856
Jul 10 01:21:21 raspberrypi kernel: [ 0.495590] bcm2835-rng 3f104000.rng: hwrng registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.496048] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Jul 10 01:21:21 raspberrypi kernel: [ 0.496834] vc-sm: Videocore shared memory driver
Jul 10 01:21:21 raspberrypi kernel: [ 0.497292] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Jul 10 01:21:21 raspberrypi kernel: [ 0.508599] brd: module loaded
Jul 10 01:21:21 raspberrypi kernel: [ 0.521510] loop: module loaded
Jul 10 01:21:21 raspberrypi kernel: [ 0.522613] Loading iSCSI transport class v2.0-870.
Jul 10 01:21:21 raspberrypi kernel: [ 0.523623] libphy: Fixed MDIO Bus: probed
Jul 10 01:21:21 raspberrypi kernel: [ 0.523874] usbcore: registered new interface driver lan78xx
Jul 10 01:21:21 raspberrypi kernel: [ 0.524097] usbcore: registered new interface driver smsc95xx
Jul 10 01:21:21 raspberrypi kernel: [ 0.524299] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Jul 10 01:21:21 raspberrypi kernel: [ 0.555626] dwc_otg 3f980000.usb: base=(ptrval)
Jul 10 01:21:21 raspberrypi kernel: [ 0.756007] Core Release: 2.80a
Jul 10 01:21:21 raspberrypi kernel: [ 0.756111] Setting default values for core params
Jul 10 01:21:21 raspberrypi kernel: [ 0.756274] Finished setting default values for core params
Jul 10 01:21:21 raspberrypi kernel: [ 0.956779] Using Buffer DMA mode
Jul 10 01:21:21 raspberrypi kernel: [ 0.956887] Periodic Transfer Interrupt Enhancement - disabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.957055] Multiprocessor Interrupt Enhancement - disabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.957218] OTG VER PARAM: 0, OTG VER FLAG: 0
Jul 10 01:21:21 raspberrypi kernel: [ 0.957358] Dedicated Tx FIFOs mode
Jul 10 01:21:21 raspberrypi kernel: [ 0.958107] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
Jul 10 01:21:21 raspberrypi kernel: [ 0.958434] FIQ FSM acceleration enabled for :
Jul 10 01:21:21 raspberrypi kernel: [ 0.958434] Non-periodic Split Transactions
Jul 10 01:21:21 raspberrypi kernel: [ 0.958434] Periodic Split Transactions
Jul 10 01:21:21 raspberrypi kernel: [ 0.958434] High-Speed Isochronous Endpoints
Jul 10 01:21:21 raspberrypi kernel: [ 0.958434] Interrupt/Control Split Transaction hack enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.959081] dwc_otg: Microframe scheduler enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.959152] WARN::hcd_init_fiq:457: FIQ on core 1
Jul 10 01:21:21 raspberrypi kernel: [ 0.959315] WARN::hcd_init_fiq:458: FIQ ASM at 80650d3c length 36
Jul 10 01:21:21 raspberrypi kernel: [ 0.959511] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
Jul 10 01:21:21 raspberrypi kernel: [ 0.959716] dwc_otg 3f980000.usb: DWC OTG Controller
Jul 10 01:21:21 raspberrypi kernel: [ 0.959919] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Jul 10 01:21:21 raspberrypi kernel: [ 0.960180] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
Jul 10 01:21:21 raspberrypi kernel: [ 0.960408] Init: Port Power? op_state=1
Jul 10 01:21:21 raspberrypi kernel: [ 0.960538] Init: Power Port (0)
Jul 10 01:21:21 raspberrypi kernel: [ 0.960961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Jul 10 01:21:21 raspberrypi kernel: [ 0.961219] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 01:21:21 raspberrypi kernel: [ 0.961442] usb usb1: Product: DWC OTG Controller
Jul 10 01:21:21 raspberrypi kernel: [ 0.961596] usb usb1: Manufacturer: Linux 4.19.57-v7+ dwc_otg_hcd
Jul 10 01:21:21 raspberrypi kernel: [ 0.961790] usb usb1: SerialNumber: 3f980000.usb
Jul 10 01:21:21 raspberrypi kernel: [ 0.962791] hub 1-0:1.0: USB hub found
Jul 10 01:21:21 raspberrypi kernel: [ 0.962978] hub 1-0:1.0: 1 port detected
Jul 10 01:21:21 raspberrypi kernel: [ 0.963823] dwc_otg: FIQ enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.963829] dwc_otg: NAK holdoff enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.963835] dwc_otg: FIQ split-transaction FSM enabled
Jul 10 01:21:21 raspberrypi kernel: [ 0.963851] Module dwc_common_port init
Jul 10 01:21:21 raspberrypi kernel: [ 0.964220] usbcore: registered new interface driver usb-storage
Jul 10 01:21:21 raspberrypi kernel: [ 0.964635] mousedev: PS/2 mouse device common for all mice
Jul 10 01:21:21 raspberrypi kernel: [ 0.965886] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Jul 10 01:21:21 raspberrypi kernel: [ 0.977436] bcm2835-cpufreq: min=600000 max=1400000
Jul 10 01:21:21 raspberrypi kernel: [ 0.978034] sdhci: Secure Digital Host Controller Interface driver
Jul 10 01:21:21 raspberrypi kernel: [ 0.978217] sdhci: Copyright(c) Pierre Ossman
Jul 10 01:21:21 raspberrypi kernel: [ 0.978733] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
Jul 10 01:21:21 raspberrypi kernel: [ 0.979316] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Jul 10 01:21:21 raspberrypi kernel: [ 0.979636] sdhci-pltfm: SDHCI platform and OF driver helper
Jul 10 01:21:21 raspberrypi kernel: [ 0.981347] ledtrig-cpu: registered to indicate activity on CPUs
Jul 10 01:21:21 raspberrypi kernel: [ 0.981677] hidraw: raw HID events driver (C) Jiri Kosina
Jul 10 01:21:21 raspberrypi kernel: [ 0.982047] usbcore: registered new interface driver usbhid
Jul 10 01:21:21 raspberrypi kernel: [ 0.982252] usbhid: USB HID core driver
Jul 10 01:21:21 raspberrypi kernel: [ 0.983206] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
Jul 10 01:21:21 raspberrypi kernel: [ 0.985072] [vc_sm_connected_init]: start
Jul 10 01:21:21 raspberrypi kernel: [ 0.994688] [vc_sm_connected_init]: end - returning 0
Jul 10 01:21:21 raspberrypi kernel: [ 0.996219] Initializing XFRM netlink socket
Jul 10 01:21:21 raspberrypi kernel: [ 0.996392] NET: Registered protocol family 17
Jul 10 01:21:21 raspberrypi kernel: [ 0.996711] Key type dns_resolver registered
Jul 10 01:21:21 raspberrypi kernel: [ 0.997359] Registering SWP/SWPB emulation handler
Jul 10 01:21:21 raspberrypi kernel: [ 0.998258] registered taskstats version 1
Jul 10 01:21:21 raspberrypi kernel: [ 0.998415] Loading compiled-in X.509 certificates
Jul 10 01:21:21 raspberrypi kernel: [ 1.020132] uart-pl011 3f201000.serial: cts_event_workaround enabled
Jul 10 01:21:21 raspberrypi kernel: [ 1.020426] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
Jul 10 01:21:21 raspberrypi kernel: [ 1.022726] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
Jul 10 01:21:21 raspberrypi kernel: [ 1.022908] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
Jul 10 01:21:21 raspberrypi kernel: [ 1.049392] sdhost: log_buf @ (ptrval) (fad13000)
Jul 10 01:21:21 raspberrypi kernel: [ 1.088331] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 1.090074] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 1.091813] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 1.094833] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Jul 10 01:21:21 raspberrypi kernel: [ 1.122200] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Jul 10 01:21:21 raspberrypi kernel: [ 1.123744] of_cfs_init
Jul 10 01:21:21 raspberrypi kernel: [ 1.123950] of_cfs_init: OK
Jul 10 01:21:21 raspberrypi kernel: [ 1.124931] Waiting for root device PARTUUID=d0a91e1d-02...
Jul 10 01:21:21 raspberrypi kernel: [ 1.169437] random: fast init done
Jul 10 01:21:21 raspberrypi kernel: [ 1.177854] mmc1: new high speed SDIO card at address 0001
Jul 10 01:21:21 raspberrypi kernel: [ 1.182328] Indeed it is in host mode hprt0 = 00021501
Jul 10 01:21:21 raspberrypi kernel: [ 1.265942] mmc0: host does not support reading read-only switch, assuming write-enable
Jul 10 01:21:21 raspberrypi kernel: [ 1.285747] mmc0: new high speed SDXC card at address aaaa
Jul 10 01:21:21 raspberrypi kernel: [ 1.300651] mmcblk0: mmc0:aaaa SC64G 59.5 GiB
Jul 10 01:21:21 raspberrypi kernel: [ 1.318823] mmcblk0: p1 p2
Jul 10 01:21:21 raspberrypi kernel: [ 1.354890] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Jul 10 01:21:21 raspberrypi kernel: [ 1.368486] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Jul 10 01:21:21 raspberrypi kernel: [ 1.391618] devtmpfs: mounted
Jul 10 01:21:21 raspberrypi kernel: [ 1.392253] usb 1-1: new high-speed USB device number 2 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 1.418697] Indeed it is in host mode hprt0 = 00001101
Jul 10 01:21:21 raspberrypi kernel: [ 1.420327] Freeing unused kernel memory: 1024K
Jul 10 01:21:21 raspberrypi kernel: [ 1.492686] Run /sbin/init as init process
Jul 10 01:21:21 raspberrypi kernel: [ 1.672645] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Jul 10 01:21:21 raspberrypi kernel: [ 1.686221] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:21 raspberrypi kernel: [ 1.701054] hub 1-1:1.0: USB hub found
Jul 10 01:21:21 raspberrypi kernel: [ 1.715001] hub 1-1:1.0: 4 ports detected
Jul 10 01:21:21 raspberrypi kernel: [ 2.042281] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 2.182651] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Jul 10 01:21:21 raspberrypi kernel: [ 2.196829] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:21 raspberrypi kernel: [ 2.211421] hub 1-1.1:1.0: USB hub found
Jul 10 01:21:21 raspberrypi kernel: [ 2.226029] hub 1-1.1:1.0: 3 ports detected
Jul 10 01:21:21 raspberrypi kernel: [ 2.256043] NET: Registered protocol family 10
Jul 10 01:21:21 raspberrypi kernel: [ 2.271631] Segment Routing with IPv6
Jul 10 01:21:21 raspberrypi kernel: [ 2.477868] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:21 raspberrypi kernel: [ 2.572312] usb 1-1.1.2: new high-speed USB device number 4 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 2.724414] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Jul 10 01:21:21 raspberrypi kernel: [ 2.738967] usb 1-1.1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 10 01:21:21 raspberrypi kernel: [ 2.754326] usb 1-1.1.2: Product: USB2.0 Hub
Jul 10 01:21:21 raspberrypi kernel: [ 2.775576] hub 1-1.1.2:1.0: USB hub found
Jul 10 01:21:21 raspberrypi kernel: [ 2.802995] hub 1-1.1.2:1.0: 4 ports detected
Jul 10 01:21:21 raspberrypi kernel: [ 2.952225] usb 1-1.1.3: new high-speed USB device number 5 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 3.123875] usb 1-1.1.3: New USB device found, idVendor=7392, idProduct=7811, bcdDevice= 2.00
Jul 10 01:21:21 raspberrypi kernel: [ 3.138411] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 10 01:21:21 raspberrypi kernel: [ 3.153545] usb 1-1.1.3: Product: 802.11n WLAN Adapter
Jul 10 01:21:21 raspberrypi kernel: [ 3.168574] usb 1-1.1.3: Manufacturer: Realtek
Jul 10 01:21:21 raspberrypi kernel: [ 3.183623] usb 1-1.1.3: SerialNumber: 00e04c000001
Jul 10 01:21:21 raspberrypi kernel: [ 3.262307] usb 1-1.1.2.1: new low-speed USB device number 6 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 3.455895] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:21 raspberrypi kernel: [ 3.484637] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:21 raspberrypi kernel: [ 3.532020] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:21 raspberrypi kernel: [ 3.532240] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
Jul 10 01:21:21 raspberrypi kernel: [ 3.589485] usb 1-1.1.2.1: New USB device found, idVendor=04d9, idProduct=a088, bcdDevice= 1.13
Jul 10 01:21:21 raspberrypi kernel: [ 3.589497] usb 1-1.1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:21 raspberrypi kernel: [ 3.623567] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:21 raspberrypi kernel: [ 3.676905] usb 1-1.1.2.1: can't set config #1, error -32
Jul 10 01:21:21 raspberrypi kernel: [ 3.693304] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
Jul 10 01:21:21 raspberrypi kernel: [ 3.709484] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:21 raspberrypi kernel: [ 3.991179] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
Jul 10 01:21:21 raspberrypi kernel: [ 3.993575] libphy: lan78xx-mdiobus: probed
Jul 10 01:21:21 raspberrypi kernel: [ 4.048982] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
Jul 10 01:21:21 raspberrypi kernel: [ 5.123399] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Jul 10 01:21:21 raspberrypi kernel: [ 6.448859] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.451880] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Jul 10 01:21:21 raspberrypi kernel: [ 6.451900] [vc_sm_connected_init]: start
Jul 10 01:21:21 raspberrypi kernel: [ 6.454285] [vc_sm_connected_init]: installed successfully
Jul 10 01:21:21 raspberrypi kernel: [ 6.458595] media: Linux media interface: v0.10
Jul 10 01:21:21 raspberrypi kernel: [ 6.518209] videodev: Linux video capture interface: v2.00
Jul 10 01:21:21 raspberrypi kernel: [ 6.583561] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.587859] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.597765] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.607637] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.613192] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:21:21 raspberrypi kernel: [ 6.634358] bcm2835_audio soc:audio: card created with 8 channels
Jul 10 01:21:21 raspberrypi kernel: [ 6.690456] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Jul 10 01:21:21 raspberrypi kernel: [ 6.690476] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Jul 10 01:21:21 raspberrypi kernel: [ 6.700079] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Jul 10 01:21:21 raspberrypi kernel: [ 6.700111] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Jul 10 01:21:21 raspberrypi kernel: [ 6.711569] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Jul 10 01:21:21 raspberrypi kernel: [ 6.711603] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Jul 10 01:21:21 raspberrypi kernel: [ 6.897511] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 10 01:21:21 raspberrypi kernel: [ 7.039955] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 10 01:21:21 raspberrypi kernel: [ 7.196502] brcmfmac: F1 signature read @0x18000000=0x15264345
Jul 10 01:21:21 raspberrypi kernel: [ 7.212611] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Jul 10 01:21:21 raspberrypi kernel: [ 7.214110] usbcore: registered new interface driver brcmfmac
Jul 10 01:21:21 raspberrypi kernel: [ 7.346109] random: crng init done
Jul 10 01:21:21 raspberrypi kernel: [ 7.346147] random: 5 urandom warning(s) missed due to ratelimiting
Jul 10 01:21:21 raspberrypi kernel: [ 7.406191] usbcore: registered new interface driver rtl8192cu
Jul 10 01:21:21 raspberrypi kernel: [ 7.508166] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Jul 10 01:21:21 raspberrypi kernel: [ 7.583056] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
Jul 10 01:21:21 raspberrypi kernel: [ 8.632384] Under-voltage detected! (0x00050005)
Jul 10 01:21:21 raspberrypi kernel: [ 9.503659] uart-pl011 3f201000.serial: no DMA platform data
Jul 10 01:21:21 raspberrypi kernel: [ 9.838990] 8021q: 802.1Q VLAN Support v1.8
Jul 10 01:21:21 raspberrypi kernel: [ 9.897217] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
Jul 10 01:21:21 raspberrypi kernel: [ 10.108018] EXT4-fs (mmcblk0p2): resizing filesystem from 468992 to 15524352 blocks
Jul 10 01:21:24 raspberrypi kernel: [ 13.036115] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 10 01:21:25 raspberrypi kernel: [ 14.021158] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Jul 10 01:21:25 raspberrypi kernel: [ 14.021199] brcmfmac: power management disabled
Jul 10 01:21:26 raspberrypi kernel: [ 14.295873] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 10 01:21:26 raspberrypi kernel: [ 14.295907] 8021q: adding VLAN 0 to HW filter on device eth0
Jul 10 01:21:29 raspberrypi kernel: [ 17.901386] Bluetooth: Core ver 2.22
Jul 10 01:21:29 raspberrypi kernel: [ 17.901502] NET: Registered protocol family 31
Jul 10 01:21:29 raspberrypi kernel: [ 17.901510] Bluetooth: HCI device and connection manager initialized
Jul 10 01:21:29 raspberrypi kernel: [ 17.903904] Bluetooth: HCI socket layer initialized
Jul 10 01:21:29 raspberrypi kernel: [ 17.903951] Bluetooth: L2CAP socket layer initialized
Jul 10 01:21:29 raspberrypi kernel: [ 17.904047] Bluetooth: SCO socket layer initialized
Jul 10 01:21:30 raspberrypi kernel: [ 18.696230] Bluetooth: HCI UART driver ver 2.3
Jul 10 01:21:30 raspberrypi kernel: [ 18.696252] Bluetooth: HCI UART protocol H4 registered
Jul 10 01:21:30 raspberrypi kernel: [ 18.696407] Bluetooth: HCI UART protocol Three-wire (H5) registered
Jul 10 01:21:30 raspberrypi kernel: [ 18.697305] Bluetooth: HCI UART protocol Broadcom registered
Jul 10 01:21:33 raspberrypi kernel: [ 21.676163] EXT4-fs (mmcblk0p2): resized to 2621440 blocks
Jul 10 01:21:36 raspberrypi kernel: [ 25.208406] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 10 01:21:36 raspberrypi kernel: [ 25.208430] Bluetooth: BNEP filters: protocol multicast
Jul 10 01:21:36 raspberrypi kernel: [ 25.208472] Bluetooth: BNEP socket layer initialized
Jul 10 01:21:44 raspberrypi kernel: [ 32.819664] EXT4-fs (mmcblk0p2): resized to 4718592 blocks
Jul 10 01:21:55 raspberrypi kernel: [ 44.001716] EXT4-fs (mmcblk0p2): resized to 6815744 blocks
Jul 10 01:22:07 raspberrypi kernel: [ 55.506254] EXT4-fs (mmcblk0p2): resized to 8912896 blocks
Jul 10 01:22:16 raspberrypi kernel: [ 64.810635] Voltage normalised (0x00000000)
Jul 10 01:22:17 raspberrypi kernel: [ 66.146726] EXT4-fs (mmcblk0p2): resized to 11010048 blocks
Jul 10 01:22:22 raspberrypi kernel: [ 71.032331] Under-voltage detected! (0x00050005)
Jul 10 01:22:28 raspberrypi kernel: [ 76.954005] usb 1-1.1.2: USB disconnect, device number 4
Jul 10 01:22:28 raspberrypi kernel: [ 76.954027] usb 1-1.1.2.1: USB disconnect, device number 6
Jul 10 01:22:29 raspberrypi kernel: [ 77.274908] EXT4-fs (mmcblk0p2): resized to 13107200 blocks
Jul 10 01:22:32 raspberrypi kernel: [ 80.572233] usb 1-1.1.2: new high-speed USB device number 8 using dwc_otg
Jul 10 01:22:32 raspberrypi kernel: [ 80.703631] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Jul 10 01:22:32 raspberrypi kernel: [ 80.703660] usb 1-1.1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 10 01:22:32 raspberrypi kernel: [ 80.703670] usb 1-1.1.2: Product: USB2.0 Hub
Jul 10 01:22:32 raspberrypi kernel: [ 80.704932] hub 1-1.1.2:1.0: USB hub found
Jul 10 01:22:32 raspberrypi kernel: [ 80.705253] hub 1-1.1.2:1.0: 4 ports detected
Jul 10 01:22:32 raspberrypi kernel: [ 81.022258] usb 1-1.1.2.1: new low-speed USB device number 9 using dwc_otg
Jul 10 01:22:33 raspberrypi kernel: [ 81.243895] usb 1-1.1.2.1: New USB device found, idVendor=04d9, idProduct=a088, bcdDevice= 1.13
Jul 10 01:22:33 raspberrypi kernel: [ 81.243912] usb 1-1.1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:22:33 raspberrypi kernel: [ 81.306276] input: HID 04d9:a088 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.0/0003:04D9:A088.0001/input/input0
Jul 10 01:22:33 raspberrypi kernel: [ 81.373385] hid-generic 0003:04D9:A088.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input0
Jul 10 01:22:33 raspberrypi kernel: [ 81.507934] input: HID 04d9:a088 System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input1
Jul 10 01:22:33 raspberrypi kernel: [ 81.572589] input: HID 04d9:a088 Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input2
Jul 10 01:22:33 raspberrypi kernel: [ 81.572818] input: HID 04d9:a088 Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input3
Jul 10 01:22:33 raspberrypi kernel: [ 81.573219] hid-generic 0003:04D9:A088.0002: input,hidraw1: USB HID v1.11 Mouse [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input1
Jul 10 01:22:40 raspberrypi kernel: [ 88.957092] EXT4-fs (mmcblk0p2): resized to 15204352 blocks
Jul 10 01:22:42 raspberrypi kernel: [ 90.735552] EXT4-fs (mmcblk0p2): resized filesystem to 15524352
Jul 10 01:22:51 raspberrypi kernel: [ 100.160105] Voltage normalised (0x00000000)
Jul 10 01:23:08 raspberrypi kernel: [ 116.803989] Under-voltage detected! (0x00050005)
Jul 10 01:23:14 raspberrypi kernel: [ 123.032327] Voltage normalised (0x00000000)
Jul 10 01:26:38 raspberrypi kernel: [ 326.872327] rpi_firmware_get_throttled: 1 callbacks suppressed
Jul 10 01:26:38 raspberrypi kernel: [ 326.872334] Under-voltage detected! (0x00050005)
Jul 10 01:26:44 raspberrypi kernel: [ 333.112321] Under-voltage detected! (0x00050005)
Jul 10 01:26:55 raspberrypi kernel: [ 343.512304] Under-voltage detected! (0x00050005)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Linux version 4.19.57-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1244 SMP Thu Jul 4 18:45:25 BST 2019
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] CPU: div instructions available: patching division code
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writealloc
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] On node 0 totalpages: 242688
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Normal zone: 2133 pages used for memmap
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Normal zone: 0 pages reserved
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Normal zone: 242688 pages, LIFO batch:63
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17
4096
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1016 bcm2708_fb.fbheight=1856 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=d0a91e1d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] ftrace: allocating 26351 entries in 78 pages
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] rcu: Hierarchical RCU implementation.
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Jul 10 01:27:53 raspberrypi kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Jul 10 01:27:53 raspberrypi kernel: [ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Jul 10 01:27:53 raspberrypi kernel: [ 0.000029] Switching to timer-based delay loop, resolution 52ns
Jul 10 01:27:53 raspberrypi kernel: [ 0.000346] Console: colour dummy device 80x30
Jul 10 01:27:53 raspberrypi kernel: [ 0.000978] console [tty1] enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.001049] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Jul 10 01:27:53 raspberrypi kernel: [ 0.001101] pid_max: default: 32768 minimum: 301
Jul 10 01:27:53 raspberrypi kernel: [ 0.001508] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.001543] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.002721] CPU: Testing write buffer coherency: ok
Jul 10 01:27:53 raspberrypi kernel: [ 0.003388] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jul 10 01:27:53 raspberrypi kernel: [ 0.004198] Setting up static identity map for 0x100000 - 0x10003c
Jul 10 01:27:53 raspberrypi kernel: [ 0.004395] rcu: Hierarchical SRCU implementation.
Jul 10 01:27:53 raspberrypi kernel: [ 0.005357] smp: Bringing up secondary CPUs ...
Jul 10 01:27:53 raspberrypi kernel: [ 0.006483] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jul 10 01:27:53 raspberrypi kernel: [ 0.007590] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jul 10 01:27:53 raspberrypi kernel: [ 0.008479] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jul 10 01:27:53 raspberrypi kernel: [ 0.008603] smp: Brought up 1 node, 4 CPUs
Jul 10 01:27:53 raspberrypi kernel: [ 0.008687] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Jul 10 01:27:53 raspberrypi kernel: [ 0.008710] CPU: All CPU(s) started in HYP mode.
Jul 10 01:27:53 raspberrypi kernel: [ 0.008732] CPU: Virtualization extensions available.
Jul 10 01:27:53 raspberrypi kernel: [ 0.009763] devtmpfs: initialized
Jul 10 01:27:53 raspberrypi kernel: [ 0.023491] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Jul 10 01:27:53 raspberrypi kernel: [ 0.023794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jul 10 01:27:53 raspberrypi kernel: [ 0.023842] futex hash table entries: 1024 (order: 4, 65536 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.024466] pinctrl core: initialized pinctrl subsystem
Jul 10 01:27:53 raspberrypi kernel: [ 0.025365] NET: Registered protocol family 16
Jul 10 01:27:53 raspberrypi kernel: [ 0.028425] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Jul 10 01:27:53 raspberrypi kernel: [ 0.034501] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jul 10 01:27:53 raspberrypi kernel: [ 0.034544] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jul 10 01:27:53 raspberrypi kernel: [ 0.034840] Serial: AMBA PL011 UART driver
Jul 10 01:27:53 raspberrypi kernel: [ 0.037321] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.072817] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
Jul 10 01:27:53 raspberrypi kernel: [ 0.074545] SCSI subsystem initialized
Jul 10 01:27:53 raspberrypi kernel: [ 0.074790] usbcore: registered new interface driver usbfs
Jul 10 01:27:53 raspberrypi kernel: [ 0.074874] usbcore: registered new interface driver hub
Jul 10 01:27:53 raspberrypi kernel: [ 0.074992] usbcore: registered new device driver usb
Jul 10 01:27:53 raspberrypi kernel: [ 0.090446] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
Jul 10 01:27:53 raspberrypi kernel: [ 0.100229] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
Jul 10 01:27:53 raspberrypi kernel: [ 0.111988] clocksource: Switched to clocksource arch_sys_counter
Jul 10 01:27:53 raspberrypi kernel: [ 0.204653] VFS: Disk quotas dquot_6.6.0
Jul 10 01:27:53 raspberrypi kernel: [ 0.204800] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.205015] FS-Cache: Loaded
Jul 10 01:27:53 raspberrypi kernel: [ 0.205314] CacheFiles: Loaded
Jul 10 01:27:53 raspberrypi kernel: [ 0.215660] NET: Registered protocol family 2
Jul 10 01:27:53 raspberrypi kernel: [ 0.216608] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.216678] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.216811] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.217020] TCP: Hash tables configured (established 8192 bind 8192)
Jul 10 01:27:53 raspberrypi kernel: [ 0.217232] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.217308] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 0.217692] NET: Registered protocol family 1
Jul 10 01:27:53 raspberrypi kernel: [ 0.218399] RPC: Registered named UNIX socket transport module.
Jul 10 01:27:53 raspberrypi kernel: [ 0.218426] RPC: Registered udp transport module.
Jul 10 01:27:53 raspberrypi kernel: [ 0.218448] RPC: Registered tcp transport module.
Jul 10 01:27:53 raspberrypi kernel: [ 0.218471] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 10 01:27:53 raspberrypi kernel: [ 0.220513] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Jul 10 01:27:53 raspberrypi kernel: [ 0.223995] Initialise system trusted keyrings
Jul 10 01:27:53 raspberrypi kernel: [ 0.224212] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Jul 10 01:27:53 raspberrypi kernel: [ 0.234415] FS-Cache: Netfs 'nfs' registered for caching
Jul 10 01:27:53 raspberrypi kernel: [ 0.235073] NFS: Registering the id_resolver key type
Jul 10 01:27:53 raspberrypi kernel: [ 0.235150] Key type id_resolver registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.235172] Key type id_legacy registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.235208] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Jul 10 01:27:53 raspberrypi kernel: [ 0.237747] Key type asymmetric registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.237781] Asymmetric key parser 'x509' registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.237858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jul 10 01:27:53 raspberrypi kernel: [ 0.238061] io scheduler noop registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.238086] io scheduler deadline registered (default)
Jul 10 01:27:53 raspberrypi kernel: [ 0.238305] io scheduler cfq registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.238330] io scheduler mq-deadline registered (default)
Jul 10 01:27:53 raspberrypi kernel: [ 0.238354] io scheduler kyber registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.240873] bcm2708_fb soc:fb: FB found 1 display(s)
Jul 10 01:27:53 raspberrypi kernel: [ 0.398778] Console: switching to colour frame buffer device 127x116
Jul 10 01:27:53 raspberrypi kernel: [ 0.470452] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1016x1856
Jul 10 01:27:53 raspberrypi kernel: [ 0.484165] bcm2835-rng 3f104000.rng: hwrng registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.484624] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Jul 10 01:27:53 raspberrypi kernel: [ 0.485406] vc-sm: Videocore shared memory driver
Jul 10 01:27:53 raspberrypi kernel: [ 0.485865] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Jul 10 01:27:53 raspberrypi kernel: [ 0.497164] brd: module loaded
Jul 10 01:27:53 raspberrypi kernel: [ 0.510104] loop: module loaded
Jul 10 01:27:53 raspberrypi kernel: [ 0.511108] Loading iSCSI transport class v2.0-870.
Jul 10 01:27:53 raspberrypi kernel: [ 0.512193] libphy: Fixed MDIO Bus: probed
Jul 10 01:27:53 raspberrypi kernel: [ 0.512443] usbcore: registered new interface driver lan78xx
Jul 10 01:27:53 raspberrypi kernel: [ 0.512673] usbcore: registered new interface driver smsc95xx
Jul 10 01:27:53 raspberrypi kernel: [ 0.512873] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Jul 10 01:27:53 raspberrypi kernel: [ 0.544065] dwc_otg 3f980000.usb: base=(ptrval)
Jul 10 01:27:53 raspberrypi kernel: [ 0.744450] Core Release: 2.80a
Jul 10 01:27:53 raspberrypi kernel: [ 0.744555] Setting default values for core params
Jul 10 01:27:53 raspberrypi kernel: [ 0.744718] Finished setting default values for core params
Jul 10 01:27:53 raspberrypi kernel: [ 0.945226] Using Buffer DMA mode
Jul 10 01:27:53 raspberrypi kernel: [ 0.945334] Periodic Transfer Interrupt Enhancement - disabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.945501] Multiprocessor Interrupt Enhancement - disabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.945665] OTG VER PARAM: 0, OTG VER FLAG: 0
Jul 10 01:27:53 raspberrypi kernel: [ 0.945808] Dedicated Tx FIFOs mode
Jul 10 01:27:53 raspberrypi kernel: [ 0.946549] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
Jul 10 01:27:53 raspberrypi kernel: [ 0.946877] FIQ FSM acceleration enabled for :
Jul 10 01:27:53 raspberrypi kernel: [ 0.946877] Non-periodic Split Transactions
Jul 10 01:27:53 raspberrypi kernel: [ 0.946877] Periodic Split Transactions
Jul 10 01:27:53 raspberrypi kernel: [ 0.946877] High-Speed Isochronous Endpoints
Jul 10 01:27:53 raspberrypi kernel: [ 0.946877] Interrupt/Control Split Transaction hack enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.947527] dwc_otg: Microframe scheduler enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.947603] WARN::hcd_init_fiq:457: FIQ on core 1
Jul 10 01:27:53 raspberrypi kernel: [ 0.947764] WARN::hcd_init_fiq:458: FIQ ASM at 80650d3c length 36
Jul 10 01:27:53 raspberrypi kernel: [ 0.947962] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
Jul 10 01:27:53 raspberrypi kernel: [ 0.948162] dwc_otg 3f980000.usb: DWC OTG Controller
Jul 10 01:27:53 raspberrypi kernel: [ 0.948364] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Jul 10 01:27:53 raspberrypi kernel: [ 0.948629] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
Jul 10 01:27:53 raspberrypi kernel: [ 0.948852] Init: Port Power? op_state=1
Jul 10 01:27:53 raspberrypi kernel: [ 0.948980] Init: Power Port (0)
Jul 10 01:27:53 raspberrypi kernel: [ 0.949391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Jul 10 01:27:53 raspberrypi kernel: [ 0.949651] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 01:27:53 raspberrypi kernel: [ 0.949874] usb usb1: Product: DWC OTG Controller
Jul 10 01:27:53 raspberrypi kernel: [ 0.950026] usb usb1: Manufacturer: Linux 4.19.57-v7+ dwc_otg_hcd
Jul 10 01:27:53 raspberrypi kernel: [ 0.950220] usb usb1: SerialNumber: 3f980000.usb
Jul 10 01:27:53 raspberrypi kernel: [ 0.951176] hub 1-0:1.0: USB hub found
Jul 10 01:27:53 raspberrypi kernel: [ 0.951362] hub 1-0:1.0: 1 port detected
Jul 10 01:27:53 raspberrypi kernel: [ 0.952246] dwc_otg: FIQ enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.952252] dwc_otg: NAK holdoff enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.952259] dwc_otg: FIQ split-transaction FSM enabled
Jul 10 01:27:53 raspberrypi kernel: [ 0.952274] Module dwc_common_port init
Jul 10 01:27:53 raspberrypi kernel: [ 0.952634] usbcore: registered new interface driver usb-storage
Jul 10 01:27:53 raspberrypi kernel: [ 0.953051] mousedev: PS/2 mouse device common for all mice
Jul 10 01:27:53 raspberrypi kernel: [ 0.954292] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Jul 10 01:27:53 raspberrypi kernel: [ 0.965873] bcm2835-cpufreq: min=600000 max=1400000
Jul 10 01:27:53 raspberrypi kernel: [ 0.966472] sdhci: Secure Digital Host Controller Interface driver
Jul 10 01:27:53 raspberrypi kernel: [ 0.966656] sdhci: Copyright(c) Pierre Ossman
Jul 10 01:27:53 raspberrypi kernel: [ 0.967171] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
Jul 10 01:27:53 raspberrypi kernel: [ 0.967755] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Jul 10 01:27:53 raspberrypi kernel: [ 0.968078] sdhci-pltfm: SDHCI platform and OF driver helper
Jul 10 01:27:53 raspberrypi kernel: [ 0.969776] ledtrig-cpu: registered to indicate activity on CPUs
Jul 10 01:27:53 raspberrypi kernel: [ 0.970105] hidraw: raw HID events driver (C) Jiri Kosina
Jul 10 01:27:53 raspberrypi kernel: [ 0.970472] usbcore: registered new interface driver usbhid
Jul 10 01:27:53 raspberrypi kernel: [ 0.970638] usbhid: USB HID core driver
Jul 10 01:27:53 raspberrypi kernel: [ 0.971579] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
Jul 10 01:27:53 raspberrypi kernel: [ 0.973490] [vc_sm_connected_init]: start
Jul 10 01:27:53 raspberrypi kernel: [ 0.983095] [vc_sm_connected_init]: end - returning 0
Jul 10 01:27:53 raspberrypi kernel: [ 0.984629] Initializing XFRM netlink socket
Jul 10 01:27:53 raspberrypi kernel: [ 0.984801] NET: Registered protocol family 17
Jul 10 01:27:53 raspberrypi kernel: [ 0.985107] Key type dns_resolver registered
Jul 10 01:27:53 raspberrypi kernel: [ 0.985757] Registering SWP/SWPB emulation handler
Jul 10 01:27:53 raspberrypi kernel: [ 0.986645] registered taskstats version 1
Jul 10 01:27:53 raspberrypi kernel: [ 0.986804] Loading compiled-in X.509 certificates
Jul 10 01:27:53 raspberrypi kernel: [ 1.008527] uart-pl011 3f201000.serial: cts_event_workaround enabled
Jul 10 01:27:53 raspberrypi kernel: [ 1.008817] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
Jul 10 01:27:53 raspberrypi kernel: [ 1.011045] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
Jul 10 01:27:53 raspberrypi kernel: [ 1.011227] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
Jul 10 01:27:53 raspberrypi kernel: [ 1.035366] sdhost: log_buf @ (ptrval) (fad13000)
Jul 10 01:27:53 raspberrypi kernel: [ 1.070955] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 1.072702] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 1.074439] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 1.077423] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Jul 10 01:27:53 raspberrypi kernel: [ 1.112039] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Jul 10 01:27:53 raspberrypi kernel: [ 1.113759] of_cfs_init
Jul 10 01:27:53 raspberrypi kernel: [ 1.113993] of_cfs_init: OK
Jul 10 01:27:53 raspberrypi kernel: [ 1.115000] Waiting for root device PARTUUID=d0a91e1d-02...
Jul 10 01:27:53 raspberrypi kernel: [ 1.152362] random: fast init done
Jul 10 01:27:53 raspberrypi kernel: [ 1.160638] mmc1: new high speed SDIO card at address 0001
Jul 10 01:27:53 raspberrypi kernel: [ 1.162146] Indeed it is in host mode hprt0 = 00021501
Jul 10 01:27:53 raspberrypi kernel: [ 1.259273] mmc0: host does not support reading read-only switch, assuming write-enable
Jul 10 01:27:53 raspberrypi kernel: [ 1.278430] mmc0: new high speed SDXC card at address aaaa
Jul 10 01:27:53 raspberrypi kernel: [ 1.293606] mmcblk0: mmc0:aaaa SC64G 59.5 GiB
Jul 10 01:27:53 raspberrypi kernel: [ 1.311615] mmcblk0: p1 p2
Jul 10 01:27:53 raspberrypi kernel: [ 1.369924] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Jul 10 01:27:53 raspberrypi kernel: [ 1.372043] usb 1-1: new high-speed USB device number 2 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 1.383308] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Jul 10 01:27:53 raspberrypi kernel: [ 1.396889] Indeed it is in host mode hprt0 = 00001101
Jul 10 01:27:53 raspberrypi kernel: [ 1.421103] devtmpfs: mounted
Jul 10 01:27:53 raspberrypi kernel: [ 1.485955] Freeing unused kernel memory: 1024K
Jul 10 01:27:53 raspberrypi kernel: [ 1.500176] Run /sbin/init as init process
Jul 10 01:27:53 raspberrypi kernel: [ 1.662398] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Jul 10 01:27:53 raspberrypi kernel: [ 1.675948] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:27:53 raspberrypi kernel: [ 1.690930] hub 1-1:1.0: USB hub found
Jul 10 01:27:53 raspberrypi kernel: [ 1.704800] hub 1-1:1.0: 4 ports detected
Jul 10 01:27:53 raspberrypi kernel: [ 2.032076] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 2.172437] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Jul 10 01:27:53 raspberrypi kernel: [ 2.186637] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:27:53 raspberrypi kernel: [ 2.201113] hub 1-1.1:1.0: USB hub found
Jul 10 01:27:53 raspberrypi kernel: [ 2.214710] hub 1-1.1:1.0: 3 ports detected
Jul 10 01:27:53 raspberrypi kernel: [ 2.265696] NET: Registered protocol family 10
Jul 10 01:27:53 raspberrypi kernel: [ 2.280864] Segment Routing with IPv6
Jul 10 01:27:53 raspberrypi kernel: [ 2.542289] usb 1-1.1.2: new high-speed USB device number 4 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 2.694212] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Jul 10 01:27:53 raspberrypi kernel: [ 2.711080] usb 1-1.1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 10 01:27:53 raspberrypi kernel: [ 2.727229] usb 1-1.1.2: Product: USB2.0 Hub
Jul 10 01:27:53 raspberrypi kernel: [ 2.745359] hub 1-1.1.2:1.0: USB hub found
Jul 10 01:27:53 raspberrypi kernel: [ 2.763315] hub 1-1.1.2:1.0: 4 ports detected
Jul 10 01:27:53 raspberrypi kernel: [ 2.882083] usb 1-1.1.3: new high-speed USB device number 5 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 3.043600] usb 1-1.1.3: New USB device found, idVendor=7392, idProduct=7811, bcdDevice= 2.00
Jul 10 01:27:53 raspberrypi kernel: [ 3.058639] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 10 01:27:53 raspberrypi kernel: [ 3.073239] usb 1-1.1.3: Product: 802.11n WLAN Adapter
Jul 10 01:27:53 raspberrypi kernel: [ 3.087947] usb 1-1.1.3: Manufacturer: Realtek
Jul 10 01:27:53 raspberrypi kernel: [ 3.102838] usb 1-1.1.3: SerialNumber: 00e04c000001
Jul 10 01:27:53 raspberrypi kernel: [ 3.182076] usb 1-1.1.2.1: new low-speed USB device number 6 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 3.412753] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:27:53 raspberrypi kernel: [ 3.424129] usb 1-1.1.2.1: New USB device found, idVendor=04d9, idProduct=a088, bcdDevice= 1.13
Jul 10 01:27:53 raspberrypi kernel: [ 3.440089] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:27:53 raspberrypi kernel: [ 3.442719] usb 1-1.1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:27:53 raspberrypi kernel: [ 3.472479] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
Jul 10 01:27:53 raspberrypi kernel: [ 3.519728] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:27:53 raspberrypi kernel: [ 3.564560] input: HID 04d9:a088 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.0/0003:04D9:A088.0001/input/input0
Jul 10 01:27:53 raspberrypi kernel: [ 3.633002] hid-generic 0003:04D9:A088.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input0
Jul 10 01:27:53 raspberrypi kernel: [ 3.634296] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
Jul 10 01:27:53 raspberrypi kernel: [ 3.681159] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:27:53 raspberrypi kernel: [ 3.811918] input: HID 04d9:a088 System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input1
Jul 10 01:27:53 raspberrypi kernel: [ 3.883495] input: HID 04d9:a088 Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input2
Jul 10 01:27:53 raspberrypi kernel: [ 3.883754] input: HID 04d9:a088 Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input3
Jul 10 01:27:53 raspberrypi kernel: [ 3.885443] hid-generic 0003:04D9:A088.0002: input,hidraw1: USB HID v1.11 Mouse [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input1
Jul 10 01:27:53 raspberrypi kernel: [ 3.946944] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
Jul 10 01:27:53 raspberrypi kernel: [ 4.006807] libphy: lan78xx-mdiobus: probed
Jul 10 01:27:53 raspberrypi kernel: [ 4.076828] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
Jul 10 01:27:53 raspberrypi kernel: [ 5.383333] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Jul 10 01:27:53 raspberrypi kernel: [ 6.672550] media: Linux media interface: v0.10
Jul 10 01:27:53 raspberrypi kernel: [ 6.701823] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.705779] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Jul 10 01:27:53 raspberrypi kernel: [ 6.705800] [vc_sm_connected_init]: start
Jul 10 01:27:53 raspberrypi kernel: [ 6.714032] [vc_sm_connected_init]: installed successfully
Jul 10 01:27:53 raspberrypi kernel: [ 6.725703] videodev: Linux video capture interface: v2.00
Jul 10 01:27:53 raspberrypi kernel: [ 6.794431] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.798059] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.822206] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.842846] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.908030] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Jul 10 01:27:53 raspberrypi kernel: [ 6.908076] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Jul 10 01:27:53 raspberrypi kernel: [ 6.920728] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Jul 10 01:27:53 raspberrypi kernel: [ 6.920758] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Jul 10 01:27:53 raspberrypi kernel: [ 6.929569] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
Jul 10 01:27:53 raspberrypi kernel: [ 6.934652] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Jul 10 01:27:53 raspberrypi kernel: [ 6.934704] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Jul 10 01:27:53 raspberrypi kernel: [ 6.951730] bcm2835_audio soc:audio: card created with 8 channels
Jul 10 01:27:53 raspberrypi kernel: [ 7.050820] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 10 01:27:53 raspberrypi kernel: [ 7.225540] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 10 01:27:53 raspberrypi kernel: [ 7.352589] brcmfmac: F1 signature read @0x18000000=0x15264345
Jul 10 01:27:53 raspberrypi kernel: [ 7.366252] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Jul 10 01:27:53 raspberrypi kernel: [ 7.368295] usbcore: registered new interface driver brcmfmac
Jul 10 01:27:53 raspberrypi kernel: [ 7.428472] random: crng init done
Jul 10 01:27:53 raspberrypi kernel: [ 7.428496] random: 7 urandom warning(s) missed due to ratelimiting
Jul 10 01:27:53 raspberrypi kernel: [ 7.666098] usbcore: registered new interface driver rtl8192cu
Jul 10 01:27:53 raspberrypi kernel: [ 7.670957] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Jul 10 01:27:53 raspberrypi kernel: [ 7.743304] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
Jul 10 01:27:53 raspberrypi kernel: [ 9.132074] Under-voltage detected! (0x00050005)
Jul 10 01:27:53 raspberrypi kernel: [ 9.891165] 8021q: 802.1Q VLAN Support v1.8
Jul 10 01:27:53 raspberrypi kernel: [ 9.928320] uart-pl011 3f201000.serial: no DMA platform data
Jul 10 01:27:54 raspberrypi kernel: [ 10.263346] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
Jul 10 01:27:54 raspberrypi kernel: [ 10.406347] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Jul 10 01:27:54 raspberrypi kernel: [ 10.406458] brcmfmac: power management disabled
Jul 10 01:27:54 raspberrypi kernel: [ 10.753893] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 10 01:27:54 raspberrypi kernel: [ 10.753909] 8021q: adding VLAN 0 to HW filter on device eth0
Jul 10 01:27:55 raspberrypi kernel: [ 11.336532] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 10 01:28:00 raspberrypi kernel: [ 16.513596] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Jul 10 01:28:00 raspberrypi kernel: [ 16.619050] Bluetooth: Core ver 2.22
Jul 10 01:28:00 raspberrypi kernel: [ 16.619236] NET: Registered protocol family 31
Jul 10 01:28:00 raspberrypi kernel: [ 16.619245] Bluetooth: HCI device and connection manager initialized
Jul 10 01:28:00 raspberrypi kernel: [ 16.621464] Bluetooth: HCI socket layer initialized
Jul 10 01:28:00 raspberrypi kernel: [ 16.621511] Bluetooth: L2CAP socket layer initialized
Jul 10 01:28:00 raspberrypi kernel: [ 16.621612] Bluetooth: SCO socket layer initialized
Jul 10 01:28:00 raspberrypi kernel: [ 16.642477] Bluetooth: HCI UART driver ver 2.3
Jul 10 01:28:00 raspberrypi kernel: [ 16.642492] Bluetooth: HCI UART protocol H4 registered
Jul 10 01:28:00 raspberrypi kernel: [ 16.642583] Bluetooth: HCI UART protocol Three-wire (H5) registered
Jul 10 01:28:00 raspberrypi kernel: [ 16.642813] Bluetooth: HCI UART protocol Broadcom registered
Jul 10 01:28:00 raspberrypi kernel: [ 17.021600] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 10 01:28:00 raspberrypi kernel: [ 17.021612] Bluetooth: BNEP filters: protocol multicast
Jul 10 01:28:00 raspberrypi kernel: [ 17.021640] Bluetooth: BNEP socket layer initialized
Oct 13 13:13:50 raspberrypi kernel: [ 551.023187] systemd: 30 output lines suppressed due to ratelimiting
Oct 13 13:16:50 raspberrypi kernel: [ 730.875853] Voltage normalised (0x00000000)
Oct 13 13:16:52 raspberrypi kernel: [ 732.986903] Under-voltage detected! (0x00050005)
Oct 13 13:18:14 raspberrypi kernel: [ 815.104909] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Oct 13 13:18:14 raspberrypi kernel: [ 815.104945] brcmfmac: power management disabled
Oct 13 13:18:19 raspberrypi kernel: [ 820.279373] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Oct 13 13:18:40 raspberrypi kernel: [ 841.116204] Voltage normalised (0x00000000)
Oct 13 13:18:46 raspberrypi kernel: [ 847.365223] Under-voltage detected! (0x00050005)
Oct 13 13:19:17 raspberrypi kernel: [ 878.556271] Voltage normalised (0x00000000)
Oct 13 13:19:20 raspberrypi kernel: [ 880.648592] Under-voltage detected! (0x00050005)
Oct 13 13:22:10 raspberrypi kernel: [ 1051.198537] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 13 13:22:10 raspberrypi kernel: [ 1051.198546] Voltage normalised (0x00000000)
Oct 13 13:22:14 raspberrypi kernel: [ 1055.357483] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 13 13:22:14 raspberrypi kernel: [ 1055.357491] Under-voltage detected! (0x00050005)
Oct 13 13:23:15 raspberrypi kernel: [ 1115.681876] Voltage normalised (0x00000000)
Oct 13 13:23:17 raspberrypi kernel: [ 1117.765243] Under-voltage detected! (0x00050005)
Oct 13 13:23:42 raspberrypi kernel: [ 1142.731886] Voltage normalised (0x00000000)
Oct 13 13:24:11 raspberrypi kernel: [ 1171.840769] Under-voltage detected! (0x00050005)
Oct 13 13:28:58 raspberrypi kernel: [ 1458.881875] rpi_firmware_get_throttled: 4 callbacks suppressed
Oct 13 13:28:58 raspberrypi kernel: [ 1458.881883] Voltage normalised (0x00000000)
Oct 13 13:29:08 raspberrypi kernel: [ 1469.281890] rpi_firmware_get_throttled: 4 callbacks suppressed
Oct 13 13:29:08 raspberrypi kernel: [ 1469.281899] Under-voltage detected! (0x00050005)
Oct 13 13:29:29 raspberrypi kernel: [ 1490.081870] Voltage normalised (0x00000000)
Oct 13 13:29:31 raspberrypi kernel: [ 1492.165222] Under-voltage detected! (0x00050005)
Oct 13 13:29:37 raspberrypi kernel: [ 1498.400567] Voltage normalised (0x00000000)
Oct 13 13:29:48 raspberrypi kernel: [ 1508.807444] Under-voltage detected! (0x00050005)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Linux version 4.19.75-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1270 SMP Tue Sep 24 18:45:11 BST 2019
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] CPU: div instructions available: patching division code
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writealloc
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] On node 0 totalpages: 242688
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Normal zone: 2133 pages used for memmap
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Normal zone: 0 pages reserved
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Normal zone: 242688 pages, LIFO batch:63
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1016 bcm2708_fb.fbheight=1856 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=d0a91e1d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] ftrace: allocating 26399 entries in 78 pages
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] rcu: Hierarchical RCU implementation.
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Oct 13 13:31:51 raspberrypi kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 13 13:31:51 raspberrypi kernel: [ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 13 13:31:51 raspberrypi kernel: [ 0.000026] Switching to timer-based delay loop, resolution 52ns
Oct 13 13:31:51 raspberrypi kernel: [ 0.000347] Console: colour dummy device 80x30
Oct 13 13:31:51 raspberrypi kernel: [ 0.000991] console [tty1] enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.001064] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 13 13:31:51 raspberrypi kernel: [ 0.001112] pid_max: default: 32768 minimum: 301
Oct 13 13:31:51 raspberrypi kernel: [ 0.001528] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.001566] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.002745] CPU: Testing write buffer coherency: ok
Oct 13 13:31:51 raspberrypi kernel: [ 0.003399] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Oct 13 13:31:51 raspberrypi kernel: [ 0.004203] Setting up static identity map for 0x100000 - 0x10003c
Oct 13 13:31:51 raspberrypi kernel: [ 0.004398] rcu: Hierarchical SRCU implementation.
Oct 13 13:31:51 raspberrypi kernel: [ 0.005341] smp: Bringing up secondary CPUs ...
Oct 13 13:31:51 raspberrypi kernel: [ 0.006445] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Oct 13 13:31:51 raspberrypi kernel: [ 0.007574] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Oct 13 13:31:51 raspberrypi kernel: [ 0.008478] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Oct 13 13:31:51 raspberrypi kernel: [ 0.008602] smp: Brought up 1 node, 4 CPUs
Oct 13 13:31:51 raspberrypi kernel: [ 0.008685] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 13 13:31:51 raspberrypi kernel: [ 0.008710] CPU: All CPU(s) started in HYP mode.
Oct 13 13:31:51 raspberrypi kernel: [ 0.008730] CPU: Virtualization extensions available.
Oct 13 13:31:51 raspberrypi kernel: [ 0.009762] devtmpfs: initialized
Oct 13 13:31:51 raspberrypi kernel: [ 0.023624] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Oct 13 13:31:51 raspberrypi kernel: [ 0.023956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 13 13:31:51 raspberrypi kernel: [ 0.024012] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.024700] pinctrl core: initialized pinctrl subsystem
Oct 13 13:31:51 raspberrypi kernel: [ 0.025600] NET: Registered protocol family 16
Oct 13 13:31:51 raspberrypi kernel: [ 0.028682] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Oct 13 13:31:51 raspberrypi kernel: [ 0.034744] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 13 13:31:51 raspberrypi kernel: [ 0.034783] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 13 13:31:51 raspberrypi kernel: [ 0.035067] Serial: AMBA PL011 UART driver
Oct 13 13:31:51 raspberrypi kernel: [ 0.037558] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.072814] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
Oct 13 13:31:51 raspberrypi kernel: [ 0.074595] SCSI subsystem initialized
Oct 13 13:31:51 raspberrypi kernel: [ 0.074840] usbcore: registered new interface driver usbfs
Oct 13 13:31:51 raspberrypi kernel: [ 0.074922] usbcore: registered new interface driver hub
Oct 13 13:31:51 raspberrypi kernel: [ 0.075034] usbcore: registered new device driver usb
Oct 13 13:31:51 raspberrypi kernel: [ 0.090666] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-24 17:37, variant start
Oct 13 13:31:51 raspberrypi kernel: [ 0.100223] raspberrypi-firmware soc:firmware: Firmware hash is 6820edeee4ef3891b95fc01cf02a7abd7ca52f17
Oct 13 13:31:51 raspberrypi kernel: [ 0.111968] clocksource: Switched to clocksource arch_sys_counter
Oct 13 13:31:51 raspberrypi kernel: [ 0.205286] VFS: Disk quotas dquot_6.6.0
Oct 13 13:31:51 raspberrypi kernel: [ 0.205427] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.205685] FS-Cache: Loaded
Oct 13 13:31:51 raspberrypi kernel: [ 0.205984] CacheFiles: Loaded
Oct 13 13:31:51 raspberrypi kernel: [ 0.216267] NET: Registered protocol family 2
Oct 13 13:31:51 raspberrypi kernel: [ 0.217195] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.217267] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.217414] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.217619] TCP: Hash tables configured (established 8192 bind 8192)
Oct 13 13:31:51 raspberrypi kernel: [ 0.217833] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.217905] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 0.218301] NET: Registered protocol family 1
Oct 13 13:31:51 raspberrypi kernel: [ 0.219073] RPC: Registered named UNIX socket transport module.
Oct 13 13:31:51 raspberrypi kernel: [ 0.219100] RPC: Registered udp transport module.
Oct 13 13:31:51 raspberrypi kernel: [ 0.219124] RPC: Registered tcp transport module.
Oct 13 13:31:51 raspberrypi kernel: [ 0.219145] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 13 13:31:51 raspberrypi kernel: [ 0.221127] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Oct 13 13:31:51 raspberrypi kernel: [ 0.224657] Initialise system trusted keyrings
Oct 13 13:31:51 raspberrypi kernel: [ 0.224876] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Oct 13 13:31:51 raspberrypi kernel: [ 0.235158] FS-Cache: Netfs 'nfs' registered for caching
Oct 13 13:31:51 raspberrypi kernel: [ 0.235824] NFS: Registering the id_resolver key type
Oct 13 13:31:51 raspberrypi kernel: [ 0.235885] Key type id_resolver registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.235907] Key type id_legacy registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.235942] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Oct 13 13:31:51 raspberrypi kernel: [ 0.238470] Key type asymmetric registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.238503] Asymmetric key parser 'x509' registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.238576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Oct 13 13:31:51 raspberrypi kernel: [ 0.238809] io scheduler noop registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.238834] io scheduler deadline registered (default)
Oct 13 13:31:51 raspberrypi kernel: [ 0.239040] io scheduler cfq registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.239064] io scheduler mq-deadline registered (default)
Oct 13 13:31:51 raspberrypi kernel: [ 0.239089] io scheduler kyber registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.241628] bcm2708_fb soc:fb: FB found 1 display(s)
Oct 13 13:31:51 raspberrypi kernel: [ 0.399457] Console: switching to colour frame buffer device 127x116
Oct 13 13:31:51 raspberrypi kernel: [ 0.470155] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1016x1856
Oct 13 13:31:51 raspberrypi kernel: [ 0.484808] bcm2835-rng 3f104000.rng: hwrng registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.485268] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Oct 13 13:31:51 raspberrypi kernel: [ 0.486051] vc-sm: Videocore shared memory driver
Oct 13 13:31:51 raspberrypi kernel: [ 0.486509] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Oct 13 13:31:51 raspberrypi kernel: [ 0.497830] brd: module loaded
Oct 13 13:31:51 raspberrypi kernel: [ 0.510826] loop: module loaded
Oct 13 13:31:51 raspberrypi kernel: [ 0.511829] Loading iSCSI transport class v2.0-870.
Oct 13 13:31:51 raspberrypi kernel: [ 0.512911] libphy: Fixed MDIO Bus: probed
Oct 13 13:31:51 raspberrypi kernel: [ 0.513155] usbcore: registered new interface driver lan78xx
Oct 13 13:31:51 raspberrypi kernel: [ 0.513392] usbcore: registered new interface driver smsc95xx
Oct 13 13:31:51 raspberrypi kernel: [ 0.513589] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 13 13:31:51 raspberrypi kernel: [ 0.544829] dwc_otg 3f980000.usb: base=(ptrval)
Oct 13 13:31:51 raspberrypi kernel: [ 0.745215] Core Release: 2.80a
Oct 13 13:31:51 raspberrypi kernel: [ 0.745321] Setting default values for core params
Oct 13 13:31:51 raspberrypi kernel: [ 0.745483] Finished setting default values for core params
Oct 13 13:31:51 raspberrypi kernel: [ 0.945999] Using Buffer DMA mode
Oct 13 13:31:51 raspberrypi kernel: [ 0.946107] Periodic Transfer Interrupt Enhancement - disabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.946276] Multiprocessor Interrupt Enhancement - disabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.946439] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 13 13:31:51 raspberrypi kernel: [ 0.946580] Dedicated Tx FIFOs mode
Oct 13 13:31:51 raspberrypi kernel: [ 0.947337] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
Oct 13 13:31:51 raspberrypi kernel: [ 0.947664] FIQ FSM acceleration enabled for :
Oct 13 13:31:51 raspberrypi kernel: [ 0.947664] Non-periodic Split Transactions
Oct 13 13:31:51 raspberrypi kernel: [ 0.947664] Periodic Split Transactions
Oct 13 13:31:51 raspberrypi kernel: [ 0.947664] High-Speed Isochronous Endpoints
Oct 13 13:31:51 raspberrypi kernel: [ 0.947664] Interrupt/Control Split Transaction hack enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.948319] dwc_otg: Microframe scheduler enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.948389] WARN::hcd_init_fiq:457: FIQ on core 1
Oct 13 13:31:51 raspberrypi kernel: [ 0.948548] WARN::hcd_init_fiq:458: FIQ ASM at 80655664 length 36
Oct 13 13:31:51 raspberrypi kernel: [ 0.948743] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
Oct 13 13:31:51 raspberrypi kernel: [ 0.948940] dwc_otg 3f980000.usb: DWC OTG Controller
Oct 13 13:31:51 raspberrypi kernel: [ 0.949135] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Oct 13 13:31:51 raspberrypi kernel: [ 0.949402] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
Oct 13 13:31:51 raspberrypi kernel: [ 0.949631] Init: Port Power? op_state=1
Oct 13 13:31:51 raspberrypi kernel: [ 0.949760] Init: Power Port (0)
Oct 13 13:31:51 raspberrypi kernel: [ 0.950178] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Oct 13 13:31:51 raspberrypi kernel: [ 0.950436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 13 13:31:51 raspberrypi kernel: [ 0.950660] usb usb1: Product: DWC OTG Controller
Oct 13 13:31:51 raspberrypi kernel: [ 0.950810] usb usb1: Manufacturer: Linux 4.19.75-v7+ dwc_otg_hcd
Oct 13 13:31:51 raspberrypi kernel: [ 0.951002] usb usb1: SerialNumber: 3f980000.usb
Oct 13 13:31:51 raspberrypi kernel: [ 0.951950] hub 1-0:1.0: USB hub found
Oct 13 13:31:51 raspberrypi kernel: [ 0.952200] hub 1-0:1.0: 1 port detected
Oct 13 13:31:51 raspberrypi kernel: [ 0.953071] dwc_otg: FIQ enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.953077] dwc_otg: NAK holdoff enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.953083] dwc_otg: FIQ split-transaction FSM enabled
Oct 13 13:31:51 raspberrypi kernel: [ 0.953098] Module dwc_common_port init
Oct 13 13:31:51 raspberrypi kernel: [ 0.953485] usbcore: registered new interface driver usb-storage
Oct 13 13:31:51 raspberrypi kernel: [ 0.953899] mousedev: PS/2 mouse device common for all mice
Oct 13 13:31:51 raspberrypi kernel: [ 0.955149] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Oct 13 13:31:51 raspberrypi kernel: [ 0.966657] bcm2835-cpufreq: min=600000 max=1400000
Oct 13 13:31:51 raspberrypi kernel: [ 0.967255] sdhci: Secure Digital Host Controller Interface driver
Oct 13 13:31:51 raspberrypi kernel: [ 0.967437] sdhci: Copyright(c) Pierre Ossman
Oct 13 13:31:51 raspberrypi kernel: [ 0.967950] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
Oct 13 13:31:51 raspberrypi kernel: [ 0.968541] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Oct 13 13:31:51 raspberrypi kernel: [ 0.968862] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 13 13:31:51 raspberrypi kernel: [ 0.970556] ledtrig-cpu: registered to indicate activity on CPUs
Oct 13 13:31:51 raspberrypi kernel: [ 0.970886] hidraw: raw HID events driver (C) Jiri Kosina
Oct 13 13:31:51 raspberrypi kernel: [ 0.971235] usbcore: registered new interface driver usbhid
Oct 13 13:31:51 raspberrypi kernel: [ 0.971401] usbhid: USB HID core driver
Oct 13 13:31:51 raspberrypi kernel: [ 0.972372] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
Oct 13 13:31:51 raspberrypi kernel: [ 0.974214] [vc_sm_connected_init]: start
Oct 13 13:31:51 raspberrypi kernel: [ 0.983877] [vc_sm_connected_init]: end - returning 0
Oct 13 13:31:51 raspberrypi kernel: [ 0.985455] Initializing XFRM netlink socket
Oct 13 13:31:51 raspberrypi kernel: [ 0.985630] NET: Registered protocol family 17
Oct 13 13:31:51 raspberrypi kernel: [ 0.985934] Key type dns_resolver registered
Oct 13 13:31:51 raspberrypi kernel: [ 0.986580] Registering SWP/SWPB emulation handler
Oct 13 13:31:51 raspberrypi kernel: [ 0.987504] registered taskstats version 1
Oct 13 13:31:51 raspberrypi kernel: [ 0.987665] Loading compiled-in X.509 certificates
Oct 13 13:31:51 raspberrypi kernel: [ 1.009312] uart-pl011 3f201000.serial: cts_event_workaround enabled
Oct 13 13:31:51 raspberrypi kernel: [ 1.009603] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
Oct 13 13:31:51 raspberrypi kernel: [ 1.011750] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
Oct 13 13:31:51 raspberrypi kernel: [ 1.011928] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
Oct 13 13:31:51 raspberrypi kernel: [ 1.038548] sdhost: log_buf @ (ptrval) (fad13000)
Oct 13 13:31:51 raspberrypi kernel: [ 1.075041] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 1.076779] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 1.078512] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 1.081504] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 13 13:31:51 raspberrypi kernel: [ 1.112786] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Oct 13 13:31:51 raspberrypi kernel: [ 1.114538] of_cfs_init
Oct 13 13:31:51 raspberrypi kernel: [ 1.114796] of_cfs_init: OK
Oct 13 13:31:51 raspberrypi kernel: [ 1.115797] Waiting for root device PARTUUID=d0a91e1d-02...
Oct 13 13:31:51 raspberrypi kernel: [ 1.156620] random: fast init done
Oct 13 13:31:51 raspberrypi kernel: [ 1.164824] mmc1: new high speed SDIO card at address 0001
Oct 13 13:31:51 raspberrypi kernel: [ 1.172117] Indeed it is in host mode hprt0 = 00021501
Oct 13 13:31:51 raspberrypi kernel: [ 1.256218] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 13 13:31:51 raspberrypi kernel: [ 1.275806] mmc0: new high speed SDXC card at address aaaa
Oct 13 13:31:51 raspberrypi kernel: [ 1.290861] mmcblk0: mmc0:aaaa SC64G 59.5 GiB
Oct 13 13:31:51 raspberrypi kernel: [ 1.309374] mmcblk0: p1 p2
Oct 13 13:31:51 raspberrypi kernel: [ 1.349343] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 13 13:31:51 raspberrypi kernel: [ 1.363091] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 13 13:31:51 raspberrypi kernel: [ 1.387057] devtmpfs: mounted
Oct 13 13:31:51 raspberrypi kernel: [ 1.392033] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 1.414239] Indeed it is in host mode hprt0 = 00001101
Oct 13 13:31:51 raspberrypi kernel: [ 1.416772] Freeing unused kernel memory: 1024K
Oct 13 13:31:51 raspberrypi kernel: [ 1.489261] Run /sbin/init as init process
Oct 13 13:31:51 raspberrypi kernel: [ 1.662391] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Oct 13 13:31:51 raspberrypi kernel: [ 1.676142] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 13 13:31:51 raspberrypi kernel: [ 1.691181] hub 1-1:1.0: USB hub found
Oct 13 13:31:51 raspberrypi kernel: [ 1.705323] hub 1-1:1.0: 4 ports detected
Oct 13 13:31:51 raspberrypi kernel: [ 2.032052] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 2.172505] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
Oct 13 13:31:51 raspberrypi kernel: [ 2.186742] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 13 13:31:51 raspberrypi kernel: [ 2.201441] hub 1-1.1:1.0: USB hub found
Oct 13 13:31:51 raspberrypi kernel: [ 2.215877] hub 1-1.1:1.0: 3 ports detected
Oct 13 13:31:51 raspberrypi kernel: [ 2.291573] NET: Registered protocol family 10
Oct 13 13:31:51 raspberrypi kernel: [ 2.306371] Segment Routing with IPv6
Oct 13 13:31:51 raspberrypi kernel: [ 2.542037] usb 1-1.1.2: new high-speed USB device number 4 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 2.683810] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Oct 13 13:31:51 raspberrypi kernel: [ 2.698749] usb 1-1.1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Oct 13 13:31:51 raspberrypi kernel: [ 2.714421] usb 1-1.1.2: Product: USB2.0 Hub
Oct 13 13:31:51 raspberrypi kernel: [ 2.740452] hub 1-1.1.2:1.0: USB hub found
Oct 13 13:31:51 raspberrypi kernel: [ 2.757599] hub 1-1.1.2:1.0: 4 ports detected
Oct 13 13:31:51 raspberrypi kernel: [ 2.872054] usb 1-1.1.3: new high-speed USB device number 5 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 3.013709] usb 1-1.1.3: New USB device found, idVendor=7392, idProduct=7811, bcdDevice= 2.00
Oct 13 13:31:51 raspberrypi kernel: [ 3.028652] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 13 13:31:51 raspberrypi kernel: [ 3.043970] usb 1-1.1.3: Product: 802.11n WLAN Adapter
Oct 13 13:31:51 raspberrypi kernel: [ 3.059251] usb 1-1.1.3: Manufacturer: Realtek
Oct 13 13:31:51 raspberrypi kernel: [ 3.074090] usb 1-1.1.3: SerialNumber: 00e04c000001
Oct 13 13:31:51 raspberrypi kernel: [ 3.152123] usb 1-1.1.2.1: new low-speed USB device number 6 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 3.393885] usb 1-1.1.2.1: New USB device found, idVendor=04d9, idProduct=a088, bcdDevice= 1.13
Oct 13 13:31:51 raspberrypi kernel: [ 3.408711] usb 1-1.1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 13 13:31:51 raspberrypi kernel: [ 3.423997] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
Oct 13 13:31:51 raspberrypi kernel: [ 3.436395] random: systemd: uninitialized urandom read (16 bytes read)
Oct 13 13:31:51 raspberrypi kernel: [ 3.467635] random: systemd: uninitialized urandom read (16 bytes read)
Oct 13 13:31:51 raspberrypi kernel: [ 3.502159] input: HID 04d9:a088 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.0/0003:04D9:A088.0001/input/input0
Oct 13 13:31:51 raspberrypi kernel: [ 3.544149] random: systemd: uninitialized urandom read (16 bytes read)
Oct 13 13:31:51 raspberrypi kernel: [ 3.572822] hid-generic 0003:04D9:A088.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input0
Oct 13 13:31:51 raspberrypi kernel: [ 3.606489] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
Oct 13 13:31:51 raspberrypi kernel: [ 3.606502] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 13 13:31:51 raspberrypi kernel: [ 3.740247] input: HID 04d9:a088 System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input1
Oct 13 13:31:51 raspberrypi kernel: [ 3.802996] input: HID 04d9:a088 Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input2
Oct 13 13:31:51 raspberrypi kernel: [ 3.840884] input: HID 04d9:a088 Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.1/0003:04D9:A088.0002/input/input3
Oct 13 13:31:51 raspberrypi kernel: [ 3.848164] hid-generic 0003:04D9:A088.0002: input,hidraw1: USB HID v1.11 Mouse [HID 04d9:a088] on usb-3f980000.usb-1.1.2.1/input1
Oct 13 13:31:51 raspberrypi kernel: [ 3.875250] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
Oct 13 13:31:51 raspberrypi kernel: [ 3.942558] libphy: lan78xx-mdiobus: probed
Oct 13 13:31:51 raspberrypi kernel: [ 3.966849] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
Oct 13 13:31:51 raspberrypi kernel: [ 5.425566] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 13 13:31:51 raspberrypi kernel: [ 6.619455] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 13 13:31:51 raspberrypi kernel: [ 6.623077] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Oct 13 13:31:51 raspberrypi kernel: [ 6.623107] [vc_sm_connected_init]: start
Oct 13 13:31:51 raspberrypi kernel: [ 6.631754] media: Linux media interface: v0.10
Oct 13 13:31:51 raspberrypi kernel: [ 6.633454] [vc_sm_connected_init]: installed successfully
Oct 13 13:31:51 raspberrypi kernel: [ 6.712521] videodev: Linux video capture interface: v2.00
Oct 13 13:31:51 raspberrypi kernel: [ 6.764731] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 13 13:31:51 raspberrypi kernel: [ 6.796403] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Oct 13 13:31:51 raspberrypi kernel: [ 6.811921] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Oct 13 13:31:51 raspberrypi kernel: [ 6.825591] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
Oct 13 13:31:51 raspberrypi kernel: [ 6.872571] bcm2835_audio soc:audio: card created with 8 channels
Oct 13 13:31:51 raspberrypi kernel: [ 6.873525] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Oct 13 13:31:51 raspberrypi kernel: [ 6.873563] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Oct 13 13:31:51 raspberrypi kernel: [ 6.886772] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Oct 13 13:31:51 raspberrypi kernel: [ 6.886836] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Oct 13 13:31:51 raspberrypi kernel: [ 6.898040] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Oct 13 13:31:51 raspberrypi kernel: [ 6.898103] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Oct 13 13:31:51 raspberrypi kernel: [ 7.071849] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 13 13:31:51 raspberrypi kernel: [ 7.256756] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 13 13:31:51 raspberrypi kernel: [ 7.362461] brcmfmac: F1 signature read @0x18000000=0x15264345
Oct 13 13:31:51 raspberrypi kernel: [ 7.370784] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 13 13:31:51 raspberrypi kernel: [ 7.373077] usbcore: registered new interface driver brcmfmac
Oct 13 13:31:51 raspberrypi kernel: [ 7.489485] random: crng init done
Oct 13 13:31:51 raspberrypi kernel: [ 7.489519] random: 7 urandom warning(s) missed due to ratelimiting
Oct 13 13:31:51 raspberrypi kernel: [ 7.703185] usbcore: registered new interface driver rtl8192cu
Oct 13 13:31:51 raspberrypi kernel: [ 7.711073] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 13 13:31:51 raspberrypi kernel: [ 7.782301] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: May 2 2019 02:46:17 version 7.45.189 (r714228 CY) FWID 01-e1db26e2
Oct 13 13:31:51 raspberrypi kernel: [ 9.034800] Under-voltage detected! (0x00050005)
Oct 13 13:31:51 raspberrypi kernel: [ 9.768108] uart-pl011 3f201000.serial: no DMA platform data
Oct 13 13:31:51 raspberrypi kernel: [ 10.022670] 8021q: 802.1Q VLAN Support v1.8
Oct 13 13:31:51 raspberrypi kernel: [ 10.344394] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
Oct 13 13:31:52 raspberrypi kernel: [ 10.520321] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
Oct 13 13:31:52 raspberrypi kernel: [ 10.520369] brcmfmac: power management disabled
Oct 13 13:31:52 raspberrypi kernel: [ 10.845700] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 13 13:31:52 raspberrypi kernel: [ 10.845735] 8021q: adding VLAN 0 to HW filter on device eth0
Oct 13 13:31:52 raspberrypi kernel: [ 11.425836] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 13 13:31:58 raspberrypi kernel: [ 16.495872] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Oct 13 13:31:58 raspberrypi kernel: [ 16.524617] Bluetooth: Core ver 2.22
Oct 13 13:31:58 raspberrypi kernel: [ 16.524834] NET: Registered protocol family 31
Oct 13 13:31:58 raspberrypi kernel: [ 16.524843] Bluetooth: HCI device and connection manager initialized
Oct 13 13:31:58 raspberrypi kernel: [ 16.524903] Bluetooth: HCI socket layer initialized
Oct 13 13:31:58 raspberrypi kernel: [ 16.524925] Bluetooth: L2CAP socket layer initialized
Oct 13 13:31:58 raspberrypi kernel: [ 16.524987] Bluetooth: SCO socket layer initialized
Oct 13 13:31:58 raspberrypi kernel: [ 16.553871] Bluetooth: HCI UART driver ver 2.3
Oct 13 13:31:58 raspberrypi kernel: [ 16.553892] Bluetooth: HCI UART protocol H4 registered
Oct 13 13:31:58 raspberrypi kernel: [ 16.554045] Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 13 13:31:58 raspberrypi kernel: [ 16.554403] Bluetooth: HCI UART protocol Broadcom registered
Oct 13 13:31:58 raspberrypi kernel: [ 16.924172] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 13 13:31:58 raspberrypi kernel: [ 16.924193] Bluetooth: BNEP filters: protocol multicast
Oct 13 13:31:58 raspberrypi kernel: [ 16.924241] Bluetooth: BNEP socket layer initialized
Oct 13 13:33:55 raspberrypi kernel: [ 123.432621] Voltage normalised (0x00000000)
Oct 13 13:34:10 raspberrypi kernel: [ 138.008132] Under-voltage detected! (0x00050005)
Oct 13 13:38:01 raspberrypi kernel: [ 368.865954] Voltage normalised (0x00000000)
Oct 13 13:38:03 raspberrypi kernel: [ 370.941428] Under-voltage detected! (0x00050005)
Oct 13 13:38:42 raspberrypi kernel: [ 410.465949] Voltage normalised (0x00000000)
Oct 13 13:38:44 raspberrypi kernel: [ 412.558148] Under-voltage detected! (0x00050005)
Oct 13 13:39:03 raspberrypi kernel: [ 431.265964] Voltage normalised (0x00000000)
Oct 13 13:39:18 raspberrypi kernel: [ 445.832646] Under-voltage detected! (0x00050005)
Oct 13 13:39:30 raspberrypi kernel: [ 458.315951] Voltage normalised (0x00000000)
Oct 13 13:39:53 raspberrypi kernel: [ 481.182627] Voltage normalised (0x00000000)
Oct 13 13:45:05 raspberrypi kernel: [ 793.190634] rpi_firmware_get_throttled: 5 callbacks suppressed
Oct 13 13:45:05 raspberrypi kernel: [ 793.190642] Voltage normalised (0x00000000)
Oct 13 13:45:07 raspberrypi kernel: [ 795.282661] rpi_firmware_get_throttled: 7 callbacks suppressed
Oct 13 13:45:07 raspberrypi kernel: [ 795.282670] Under-voltage detected! (0x00050005)

@cecilcosta
Copy link
Author

BTW: these files are from the previous compilations (10/07/2019) as I tried to see it if was a recent issue or a new one.

@lategoodbye
Copy link
Contributor

Unfortunately there is no kernel panic in the log, except of a unreliable power supply.

Any chance to get the full stacktrace (even a photo could be helpful)?

@cecilcosta
Copy link
Author

@cecilcosta
Copy link
Author

KernelPanic2.mov.zip

@JamesH65
Copy link
Contributor

Before looking further into this, I would suggest you get a decent power supply and retest. You are using a separate Realtek USB Wifi adapter by the looks of it, and with a low power supply, that will also be under powered, so anything could be happening. We need to determine that its not a power related problem before anything else.

@JamesH65 JamesH65 added the Waiting for external input Waiting for a comment from the originator of the issue, or a collaborator. label Oct 18, 2019
@cecilcosta
Copy link
Author

@JamesH65 It seems that you are right. I changed the power supply and now it doesn't generate a kernel panic any more. Even more, now the wlan0 is the built-in adapter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for external input Waiting for a comment from the originator of the issue, or a collaborator.
Projects
None yet
Development

No branches or pull requests

3 participants