ykasidit/ecodroidlink

raspberry pi 3 issues

kashanirod opened this issue · 2 comments

Hi again,

Hope all is well.

I noticed recently this software has issues on the PI 3. I think there is something conflicting with the chip that controls the LAN and Bluetooth. Maybe they're on the same chip and bridging them causes conflicts. It works intermittently then refuses connections until reboot. Itll work a for maybe a few minutes then down again. I loose SSH abilities too.

When I disable the on board chip and replace it for a USB dongle it goes back to being stable and working great as usual.

Thanks again for making a wondering product.
-Rod

Hello Rod!

Thanks for your testing and results! I never tried the pi3 yet -
bought one but still didn't get the time to try, unfortunately ;-) -
all I can imagine now is can you try capture/share the kmsg (dmesg) at
the disconnect instant?

ด้วยความเคารพนับถือยิ่ง / Best Sincere Regards,
Kasidit Yusuf
Wireless Protocol Software Engineer
www.Azenqos.com

On Thu, Jun 30, 2016 at 9:37 PM, kashanirod notifications@github.com wrote:

Hi again,

Hope all is well.

I noticed recently this software has issues on the PI 3. I think there is
something conflicting with the chip that controls the LAN and Bluetooth.
Maybe they're on the same chip and bridging them causes conflicts. It works
intermittently then refuses connections until reboot. Itll work a for maybe
a few minutes then down again. I loose SSH abilities too.

When I disable the on board chip and replace it for a USB dongle it goes
back to being stable and working great as usual.

Thanks again for making a wondering product.
-Rod


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Same hardware on Debian buster preview (dmesg): https://geekofpassage.blogspot.com/2019/06/debian-buster-raspberry-pi-3-model-b.html

pi@raspberrypi:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.19.42-v7+ (dom@dom-XPS-13-9370) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1219 SMP Tue May 14 21:20:58 BST 2019
[    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 Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 8 MiB at 0x3ac00000
[    0.000000] On node 0 totalpages: 242688
[    0.000000]   Normal zone: 2133 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 242688 pages, LIFO batch:63
[    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
[    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
[    0.000000] pcpu-alloc: s39488 r8192 d21952 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: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 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=ba6825ef-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[    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: 939088K/970752K available (8192K kernel code, 627K rwdata, 2164K rodata, 1024K init, 821K bss, 23472K 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 : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                     .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                     .data : 0x(ptrval) - 0x(ptrval)   ( 628 kB)
                      .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 26229 entries in 77 pages
[    0.000000] rcu: 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.000018] Switching to timer-based delay loop, resolution 52ns
[    0.000278] Console: colour dummy device 80x30
[    0.000297] console [tty1] enabled
[    0.000340] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000356] pid_max: default: 32768 minimum: 301
[    0.000698] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000713] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001620] CPU: Testing write buffer coherency: ok
[    0.002077] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002729] Setting up static identity map for 0x100000 - 0x10003c
[    0.002880] rcu: Hierarchical SRCU implementation.
[    0.003673] smp: Bringing up secondary CPUs ...
[    0.004508] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.005426] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006289] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006411] smp: Brought up 1 node, 4 CPUs
[    0.006423] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006429] CPU: All CPU(s) started in HYP mode.
[    0.006434] CPU: Virtualization extensions available.
[    0.007414] devtmpfs: initialized
[    0.019299] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.019539] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.019558] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.020197] pinctrl core: initialized pinctrl subsystem
[    0.021063] NET: Registered protocol family 16
[    0.024115] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.029930] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.029972] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.030182] Serial: AMBA PL011 UART driver
[    0.032426] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.067882] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[    0.069527] SCSI subsystem initialized
[    0.069754] usbcore: registered new interface driver usbfs
[    0.069809] usbcore: registered new interface driver hub
[    0.069905] usbcore: registered new device driver usb
[    0.090125] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-03-27 15:45, variant start
[    0.100352] raspberrypi-firmware soc:firmware: Firmware hash is 2e98b31d18547962e564bdf88e57b3df7085c29b
[    0.111844] clocksource: Switched to clocksource arch_sys_counter
[    0.200482] VFS: Disk quotas dquot_6.6.0
[    0.200565] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.200785] FS-Cache: Loaded
[    0.200996] CacheFiles: Loaded
[    0.210935] NET: Registered protocol family 2
[    0.211716] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.211753] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.211917] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.212104] TCP: Hash tables configured (established 8192 bind 8192)
[    0.212242] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.212294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.212632] NET: Registered protocol family 1
[    0.213222] RPC: Registered named UNIX socket transport module.
[    0.213228] RPC: Registered udp transport module.
[    0.213234] RPC: Registered tcp transport module.
[    0.213239] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.214964] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    0.218011] Initialise system trusted keyrings
[    0.218209] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.228003] FS-Cache: Netfs 'nfs' registered for caching
[    0.228578] NFS: Registering the id_resolver key type
[    0.228616] Key type id_resolver registered
[    0.228622] Key type id_legacy registered
[    0.228639] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.230926] Key type asymmetric registered
[    0.230935] Asymmetric key parser 'x509' registered
[    0.230983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.231139] io scheduler noop registered
[    0.231146] io scheduler deadline registered (default)
[    0.231324] io scheduler cfq registered
[    0.231331] io scheduler mq-deadline registered (default)
[    0.231338] io scheduler kyber registered
[    0.234729] BCM2708FB: allocated DMA memory 0xfad10000
[    0.234774] BCM2708FB: allocated DMA channel 0
[    0.285068] Console: switching to colour frame buffer device 228x61
[    0.315709] bcm2835-rng 3f104000.rng: hwrng registered
[    0.315882] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.316404] vc-sm: Videocore shared memory driver
[    0.316719] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    0.327728] brd: module loaded
[    0.338215] loop: module loaded
[    0.338230] Loading iSCSI transport class v2.0-870.
[    0.339026] libphy: Fixed MDIO Bus: probed
[    0.339140] usbcore: registered new interface driver lan78xx
[    0.339198] usbcore: registered new interface driver smsc95xx
[    0.339216] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.367125] dwc_otg 3f980000.usb: base=(ptrval)
[    0.567384] Core Release: 2.80a
[    0.567395] Setting default values for core params
[    0.567429] Finished setting default values for core params
[    0.767692] Using Buffer DMA mode
[    0.767700] Periodic Transfer Interrupt Enhancement - disabled
[    0.767706] Multiprocessor Interrupt Enhancement - disabled
[    0.767715] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.767733] Dedicated Tx FIFOs mode
[    0.768229] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04000 dma = 0xfad04000 len=9024
[    0.768257] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.768265] dwc_otg: Microframe scheduler enabled
[    0.768322] WARN::hcd_init_fiq:457: FIQ on core 1
[    0.768333] WARN::hcd_init_fiq:458: FIQ ASM at 8064b6dc length 36
[    0.768346] WARN::hcd_init_fiq:484: MPHI regs_base at f0006000
[    0.768408] dwc_otg 3f980000.usb: DWC OTG Controller
[    0.768443] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    0.768478] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[    0.768528] Init: Port Power? op_state=1
[    0.768534] Init: Power Port (0)
[    0.768801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.768813] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.768822] usb usb1: Product: DWC OTG Controller
[    0.768831] usb usb1: Manufacturer: Linux 4.19.42-v7+ dwc_otg_hcd
[    0.768840] usb usb1: SerialNumber: 3f980000.usb
[    0.769492] hub 1-0:1.0: USB hub found
[    0.769537] hub 1-0:1.0: 1 port detected
[    0.770138] dwc_otg: FIQ enabled
[    0.770144] dwc_otg: NAK holdoff enabled
[    0.770150] dwc_otg: FIQ split-transaction FSM enabled
[    0.770162] Module dwc_common_port init
[    0.770450] usbcore: registered new interface driver usb-storage
[    0.770639] mousedev: PS/2 mouse device common for all mice
[    0.771544] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[    0.771872] bcm2835-cpufreq: min=600000 max=1200000
[    0.772353] sdhci: Secure Digital Host Controller Interface driver
[    0.772359] sdhci: Copyright(c) Pierre Ossman
[    0.772741] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[    0.773134] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    0.773246] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.774772] ledtrig-cpu: registered to indicate activity on CPUs
[    0.774965] hidraw: raw HID events driver (C) Jiri Kosina
[    0.775150] usbcore: registered new interface driver usbhid
[    0.775155] usbhid: USB HID core driver
[    0.776148] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[    0.777668] [vc_sm_connected_init]: start
[    0.821688] [vc_sm_connected_init]: end - returning 0
[    0.822783] Initializing XFRM netlink socket
[    0.822811] NET: Registered protocol family 17
[    0.822919] Key type dns_resolver registered
[    0.823505] Registering SWP/SWPB emulation handler
[    0.824182] registered taskstats version 1
[    0.824200] Loading compiled-in X.509 certificates
[    0.831465] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    0.831554] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    0.833522] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    0.833532] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[    0.859797] sdhost: log_buf @ (ptrval) (fad07000)
[    0.898454] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.900040] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.901625] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.904463] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.907977] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    0.909318] of_cfs_init
[    0.909418] of_cfs_init: OK
[    0.910019] Waiting for root device PARTUUID=ba6825ef-02...
[    0.979131] random: fast init done
[    0.981969] Indeed it is in host mode hprt0 = 00021501
[    1.052573] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.056398] mmc0: new high speed SDHC card at address e624
[    1.057621] mmcblk0: mmc0:e624 SC32G 29.7 GiB
[    1.060841]  mmcblk0: p1 p2
[    1.082163] mmc1: new high speed SDIO card at address 0001
[    1.086354] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.086416] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.094011] devtmpfs: mounted
[    1.100019] Freeing unused kernel memory: 1024K
[    1.132259] Run /sbin/init as init process
[    1.191909] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.192061] Indeed it is in host mode hprt0 = 00001101
[    1.432267] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[    1.432282] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.432999] hub 1-1:1.0: USB hub found
[    1.433101] hub 1-1:1.0: 5 ports detected
[    1.533238] systemd[1]: System time before build time, advancing clock.
[    1.681756] NET: Registered protocol family 10
[    1.683332] Segment Routing with IPv6
[    1.714814] random: systemd: uninitialized urandom read (16 bytes read)
[    1.717450] random: systemd: uninitialized urandom read (16 bytes read)
[    1.723558] 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.724183] systemd[1]: Detected architecture arm.
[    1.727265] systemd[1]: Set hostname to <raspberrypi>.
[    1.751922] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    1.798226] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
[    1.882234] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    1.882251] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.884981] smsc95xx v1.0.6
[    1.985706] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:93:dd:53
[    2.091918] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[    2.238948] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.00
[    2.238964] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.238974] usb 1-1.2: Product: USB Keyboard
[    2.238983] usb 1-1.2: Manufacturer: Logitech
[    2.239000] systemd[1]: Created slice System Slice.
[    2.239611] systemd[1]: Listening on Syslog Socket.
[    2.239973] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.240303] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.241097] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.241510] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.241771] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.262357] input: Logitech USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C31C.0001/input/input0
[    2.318967] i2c /dev entries driver
[    2.334977] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-3f980000.usb-1.2/input0
[    2.358112] input: Logitech USB Keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C31C.0002/input/input1
[    2.423346] input: Logitech USB Keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C31C.0002/input/input2
[    2.432087] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-3f980000.usb-1.2/input1
[    2.531974] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
[    2.679436] usb 1-1.3: New USB device found, idVendor=03f0, idProduct=2c24, bcdDevice=31.00
[    2.679452] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.679463] usb 1-1.3: Product: HP USB Laser Mouse
[    2.679472] usb 1-1.3: Manufacturer: HP
[    2.698813] input: HP HP USB Laser Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:03F0:2C24.0003/input/input3
[    2.699257] hid-generic 0003:03F0:2C24.0003: input,hidraw2: USB HID v1.10 Mouse [HP HP USB Laser Mouse] on usb-3f980000.usb-1.3/input0
[    2.898739] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    2.997530] systemd-journald[101]: Received request to flush runtime journal from PID 1
[    3.910399] media: Linux media interface: v0.10
[    3.914185] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    3.916194] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    3.916211] [vc_sm_connected_init]: start
[    3.927936] [vc_sm_connected_init]: installed successfully
[    3.962786] videodev: Linux video capture interface: v2.00
[    4.020812] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    4.022720] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.024711] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.053079] bcm2835_audio soc:audio: card created with 8 channels
[    4.095196] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    4.129321] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    4.133766] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.223793] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.294754] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[    4.301103] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[    4.301419] usbcore: registered new interface driver brcmfmac
[    4.541394] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[    4.551932] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    4.564994] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
[    4.737881] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    4.737899] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    4.750132] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    4.750150] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    4.762369] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    4.762387] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.104149] random: crng init done
[    5.104186] random: 7 urandom warning(s) missed due to ratelimiting
[    5.552556] uart-pl011 3f201000.serial: no DMA platform data
[    5.877600] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.877657] brcmfmac: power management disabled
[    6.274257] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[    6.275065] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.951987] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.193810] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    7.878525] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[   10.031687] Bluetooth: Core ver 2.22
[   10.031750] NET: Registered protocol family 31
[   10.031754] Bluetooth: HCI device and connection manager initialized
[   10.031769] Bluetooth: HCI socket layer initialized
[   10.031777] Bluetooth: L2CAP socket layer initialized
[   10.031798] Bluetooth: SCO socket layer initialized
[   10.053272] Bluetooth: HCI UART driver ver 2.3
[   10.053282] Bluetooth: HCI UART protocol H4 registered
[   10.053331] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   10.053467] Bluetooth: HCI UART protocol Broadcom registered
[   10.326057] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.326067] Bluetooth: BNEP filters: protocol multicast
[   10.326082] Bluetooth: BNEP socket layer initialized
[   10.375396] Bluetooth: RFCOMM TTY layer initialized
[   10.375429] Bluetooth: RFCOMM socket layer initialized
[   10.375453] Bluetooth: RFCOMM ver 1.11
[   13.670389] fuse init (API version 7.27)
[   52.719376] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   52.845661] edl_br0: port 1(eth0) entered blocking state
[   52.845670] edl_br0: port 1(eth0) entered disabled state
[   52.846145] device eth0 entered promiscuous mode
[   52.873006] edl_br0: port 1(eth0) entered blocking state
[   52.873019] edl_br0: port 1(eth0) entered forwarding state
[   52.873222] IPv6: ADDRCONF(NETDEV_UP): edl_br0: link is not ready
[   53.911917] IPv6: ADDRCONF(NETDEV_CHANGE): edl_br0: link becomes ready
pi@raspberrypi:~ $ 

Just flashed today.

-rw-r--r--  1 supaplex supaplex 5402263552 Apr  8 03:43 2019-04-08-raspbian-stretch-full.img
-rw-r--r--  1 supaplex supaplex 2041902525 Jun 29 15:16 2019-04-08-raspbian-stretch-full.zip

I tried this and lost ssh, so I reflashed it (had some junk on it anyway) and started over. Looks like I need firmware for something.