Problem is that the attached monitor only gets output from the Pi after a reboot. It does not get any output following a power up - it is idle. The Pi is up and running in both cases, as I can SSH or VNC into Pi in both cases.
Ran dmesg > file for both cases and do not see a critical difference, but not sure what to look for either. The failing after power up dmseg output file follows. Any possible help would be greatly appreciated.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.71-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1145 SMP Fri Sep 21 15:38:35 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c85280, node_mem_map ba39f000
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 17 pages/cpu @ba347000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 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=d7b815cc-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 940228K/970752K available (7168K kernel code, 576K rwdata, 2076K rodata, 1024K init, 698K bss, 22332K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c9017c ( 577 kB)
.bss : 0x80c97f10 - 0x80d468b0 ( 699 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25273 entries in 75 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000019] Switching to timer-based delay loop, resolution 52ns
[ 0.000268] Console: colour dummy device 80x30
[ 0.000286] console [tty1] enabled
[ 0.000311] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000325] pid_max: default: 32768 minimum: 301
[ 0.000638] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000653] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001590] Disabling memory control group subsystem
[ 0.001665] CPU: Testing write buffer coherency: ok
[ 0.002079] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002483] Setting up static identity map for 0x100000 - 0x10003c
[ 0.002605] Hierarchical SRCU implementation.
[ 0.003283] smp: Bringing up secondary CPUs ...
[ 0.004075] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.004926] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.005761] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.005867] smp: Brought up 1 node, 4 CPUs
[ 0.005878] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.005883] CPU: All CPU(s) started in HYP mode.
[ 0.005887] CPU: Virtualization extensions available.
[ 0.006767] devtmpfs: initialized
[ 0.017355] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018123] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018363] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.018919] pinctrl core: initialized pinctrl subsystem
[ 0.019664] NET: Registered protocol family 16
[ 0.022417] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027386] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027393] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027608] Serial: AMBA PL011 UART driver
[ 0.029285] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029749] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061807] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063233] SCSI subsystem initialized
[ 0.063460] usbcore: registered new interface driver usbfs
[ 0.063512] usbcore: registered new interface driver hub
[ 0.063596] usbcore: registered new device driver usb
[ 0.070084] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071499] clocksource: Switched to clocksource arch_sys_counter
[ 0.148666] VFS: Disk quotas dquot_6.6.0
[ 0.148746] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148931] FS-Cache: Loaded
[ 0.149117] CacheFiles: Loaded
[ 0.157124] NET: Registered protocol family 2
[ 0.157845] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.157954] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.158140] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.158268] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158312] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158535] NET: Registered protocol family 1
[ 0.159003] RPC: Registered named UNIX socket transport module.
[ 0.159009] RPC: Registered udp transport module.
[ 0.159014] RPC: Registered tcp transport module.
[ 0.159019] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.160708] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.163495] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.171711] FS-Cache: Netfs 'nfs' registered for caching
[ 0.172316] NFS: Registering the id_resolver key type
[ 0.172346] Key type id_resolver registered
[ 0.172351] Key type id_legacy registered
[ 0.172366] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.174306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.174439] io scheduler noop registered
[ 0.174446] io scheduler deadline registered (default)
[ 0.174725] io scheduler cfq registered
[ 0.174732] io scheduler mq-deadline registered
[ 0.174738] io scheduler kyber registered
[ 0.177041] BCM2708FB: allocated DMA memory fad00000
[ 0.177068] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.185652] Console: switching to colour frame buffer device 82x26
[ 0.191706] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.191835] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.192286] vc-sm: Videocore shared memory driver
[ 0.192555] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.202183] brd: module loaded
[ 0.210822] loop: module loaded
[ 0.210835] Loading iSCSI transport class v2.0-870.
[ 0.211480] libphy: Fixed MDIO Bus: probed
[ 0.211702] usbcore: registered new interface driver lan78xx
[ 0.211756] usbcore: registered new interface driver smsc95xx
[ 0.211771] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.239658] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.401496] NOHZ: local_softirq_pending 80
[ 0.421496] NOHZ: local_softirq_pending 80
[ 0.439867] Core Release: 2.80a
[ 0.439875] Setting default values for core params
[ 0.439906] Finished setting default values for core params
[ 0.640158] Using Buffer DMA mode
[ 0.640164] Periodic Transfer Interrupt Enhancement - disabled
[ 0.640169] Multiprocessor Interrupt Enhancement - disabled
[ 0.640176] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.640188] Dedicated Tx FIFOs mode
[ 0.640524] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad14000 dma = 0xfad14000 len=9024
[ 0.640549] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.640556] dwc_otg: Microframe scheduler enabled
[ 0.640609] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9c5c
[ 0.640620] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e9fc4 length 36
[ 0.640632] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.640688] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.640719] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.640749] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.640796] Init: Port Power? op_state=1
[ 0.640801] Init: Power Port (0)
[ 0.641001] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.641012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.641020] usb usb1: Product: DWC OTG Controller
[ 0.641029] usb usb1: Manufacturer: Linux 4.14.71-v7+ dwc_otg_hcd
[ 0.641036] usb usb1: SerialNumber: 3f980000.usb
[ 0.641669] hub 1-0:1.0: USB hub found
[ 0.641716] hub 1-0:1.0: 1 port detected
[ 0.642239] dwc_otg: FIQ enabled
[ 0.642244] dwc_otg: NAK holdoff enabled
[ 0.642248] dwc_otg: FIQ split-transaction FSM enabled
[ 0.642258] Module dwc_common_port init
[ 0.642500] usbcore: registered new interface driver usb-storage
[ 0.642671] mousedev: PS/2 mouse device common for all mice
[ 0.642740] IR NEC protocol handler initialized
[ 0.642746] IR RC5(x/sz) protocol handler initialized
[ 0.642751] IR RC6 protocol handler initialized
[ 0.642756] IR JVC protocol handler initialized
[ 0.642761] IR Sony protocol handler initialized
[ 0.642766] IR SANYO protocol handler initialized
[ 0.642771] IR Sharp protocol handler initialized
[ 0.642776] IR MCE Keyboard/mouse protocol handler initialized
[ 0.642781] IR XMP protocol handler initialized
[ 0.643441] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.643691] bcm2835-cpufreq: min=600000 max=1400000
[ 0.644036] sdhci: Secure Digital Host Controller Interface driver
[ 0.644041] sdhci: Copyright(c) Pierre Ossman
[ 0.644385] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ 0.644698] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.644789] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.646177] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.646318] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.646468] usbcore: registered new interface driver usbhid
[ 0.646473] usbhid: USB HID core driver
[ 0.647061] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.648460] [vc_sm_connected_init]: start
[ 0.657102] [vc_sm_connected_init]: end - returning 0
[ 0.657674] Initializing XFRM netlink socket
[ 0.657698] NET: Registered protocol family 17
[ 0.657786] Key type dns_resolver registered
[ 0.658321] Registering SWP/SWPB emulation handler
[ 0.658908] registered taskstats version 1
[ 0.664884] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 0.664955] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.666815] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 0.666825] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 0.722106] sdhost: log_buf @ bad13000 (fad13000)
[ 0.760963] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.762525] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.764074] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.766849] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.801515] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 0.802543] of_cfs_init
[ 0.802626] of_cfs_init: OK
[ 0.803176] Waiting for root device PARTUUID=d7b815cc-02...
[ 0.844926] random: fast init done
[ 0.852237] mmc1: new high speed SDIO card at address 0001
[ 0.861716] Indeed it is in host mode hprt0 = 00021501
[ 0.962022] mmc0: host does not support reading read-only switch, assuming write-enable
[ 0.965669] mmc0: new high speed SDXC card at address aaaa
[ 0.966156] mmcblk0: mmc0:aaaa SL64G 59.5 GiB
[ 0.968607] mmcblk0: p1 p2
[ 0.986006] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.986061] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.986803] devtmpfs: mounted
[ 0.989738] Freeing unused kernel memory: 1024K
[ 1.038553] NOHZ: local_softirq_pending 40
[ 1.070671] NOHZ: local_softirq_pending 40
[ 1.081496] NOHZ: local_softirq_pending 2c2
[ 1.081579] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.081706] Indeed it is in host mode hprt0 = 00001101
[ 1.172778] NOHZ: local_softirq_pending 40
[ 1.196898] NOHZ: local_softirq_pending 40
[ 1.218158] NOHZ: local_softirq_pending 40
[ 1.219653] NOHZ: local_softirq_pending 40
[ 1.239899] NOHZ: local_softirq_pending 40
[ 1.321832] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 1.321848] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.322506] hub 1-1:1.0: USB hub found
[ 1.322594] hub 1-1:1.0: 4 ports detected
[ 1.452744] systemd[1]: System time before build time, advancing clock.
[ 1.568321] NET: Registered protocol family 10
[ 1.569373] Segment Routing with IPv6
[ 1.580178] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.597149] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.602282] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.602855] systemd[1]: Detected architecture arm.
[ 1.603787] systemd[1]: Set hostname to <raspberrypi>.
[ 1.642888] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.651618] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.672797] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
[ 1.781851] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
[ 1.781867] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.782478] hub 1-1.1:1.0: USB hub found
[ 1.782563] hub 1-1.1:1.0: 3 ports detected
[ 2.079043] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.079510] systemd[1]: Listening on udev Control Socket.
[ 2.079750] systemd[1]: Listening on Syslog Socket.
[ 2.080534] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.080782] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.081008] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.081779] systemd[1]: Created slice User and Session Slice.
[ 2.101569] usb 1-1.1.2: new low-speed USB device number 4 using dwc_otg
[ 2.180173] i2c /dev entries driver
[ 2.238372] usb 1-1.1.2: New USB device found, idVendor=045e, idProduct=00d1
[ 2.238394] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.238403] usb 1-1.1.2: Product: Microsoft Optical Mouse with Tilt Wheel
[ 2.238410] usb 1-1.1.2: Manufacturer: Microsoft
[ 2.266476] input: Microsoft Microsoft Optical Mouse with Tilt Wheel as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:045E:00D1.0001/input/input0
[ 2.267905] hid-generic 0003:045E:00D1.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Optical Mouse with Tilt Wheel] on usb-3f980000.usb-1.1.2/input0
[ 2.361569] usb 1-1.1.3: new low-speed USB device number 5 using dwc_otg
[ 2.515322] usb 1-1.1.3: New USB device found, idVendor=413c, idProduct=2112
[ 2.515338] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.515347] usb 1-1.1.3: Product: Dell USB Wired Multimedia Keyboard
[ 2.515355] usb 1-1.1.3: Manufacturer: DELL
[ 2.526730] input: DELL Dell USB Wired Multimedia Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/0003:413C:2112.0002/input/input1
[ 2.592382] hid-generic 0003:413C:2112.0002: input,hidraw1: USB HID v1.10 Keyboard [DELL Dell USB Wired Multimedia Keyboard] on usb-3f980000.usb-1.1.3/input0
[ 2.612273] input: DELL Dell USB Wired Multimedia Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.1/0003:413C:2112.0003/input/input2
[ 2.681899] hid-generic 0003:413C:2112.0003: input,hidraw2: USB HID v1.10 Device [DELL Dell USB Wired Multimedia Keyboard] on usb-3f980000.usb-1.1.3/input1
[ 2.775021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 2.873068] systemd-journald[88]: Received request to flush runtime journal from PID 1
[ 2.981614] usb 1-1.1.1: new high-speed USB device number 6 using dwc_otg
[ 3.113253] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800
[ 3.113273] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.395589] libphy: lan78xx-mdiobus: probed
[ 3.662456] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.668134] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[ 3.759164] rpi-sense 1-0046: Raspberry Pi Sense HAT firmware version 0
[ 3.795248] input: Raspberry Pi Sense HAT Joystick as /devices/virtual/input/input3
[ 3.831791] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 3.835232] fb1: RPi-Sense FB frame buffer device
[ 3.842893] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[ 3.843573] usbcore: registered new interface driver brcmfmac
[ 4.127175] random: crng init done
[ 4.127190] random: 7 urandom warning(s) missed due to ratelimiting
[ 4.212498] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[ 4.213037] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 9.10.105 Compiler: 1.29.4 ClmImport: 1.36.3 Creation: 2018-03-09 18:56:28
[ 5.113965] uart-pl011 3f201000.serial: no DMA platform data
[ 5.604976] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.605032] brcmfmac: power management disabled
[ 6.103055] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.166737] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 8.872871] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 11.710793] Bluetooth: Core ver 2.22
[ 11.710840] NET: Registered protocol family 31
[ 11.710843] Bluetooth: HCI device and connection manager initialized
[ 11.710858] Bluetooth: HCI socket layer initialized
[ 11.710866] Bluetooth: L2CAP socket layer initialized
[ 11.710885] Bluetooth: SCO socket layer initialized
[ 11.722521] Bluetooth: HCI UART driver ver 2.3
[ 11.722529] Bluetooth: HCI UART protocol H4 registered
[ 11.722532] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.722650] Bluetooth: HCI UART protocol Broadcom registered
[ 11.961750] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.961756] Bluetooth: BNEP filters: protocol multicast
[ 11.961766] Bluetooth: BNEP socket layer initialized
[ 11.999444] Bluetooth: RFCOMM TTY layer initialized
[ 11.999461] Bluetooth: RFCOMM socket layer initialized
[ 11.999483] Bluetooth: RFCOMM ver 1.11
[ 12.488419] fuse init (API version 7.26)