SATA Hat disconnects when copying large file over network (samba)

Hello everyone,

I have a quad sata hat (this one: https://shop.allnetchina.cn/collections/sata-hat/products/quad-sata-hat-case-for-raspberry-pi-4) connected to a raspberry pi 4, with a 32GB SD and 2 HDD (one of 500G and the other 600GB) and I’ve installed the recommended software (followed this: https://wiki.radxa.com/Dual_Quad_SATA_HAT).

I’m using samba to copy files from my computer to the raspberry hdd (hat).
95% of the times, the copy fails and I’m unable to connect to the raspberry. After that I wait around 15 minutes, and I’m able to connect again.

I thought that this was an issue with ipv6, so, I disabled it. The issue continues…

Here is the dmesg log after startup:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] On node 0 totalpages: 1012736
[ 0.000000] DMA zone: 2304 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 816128 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
[ 0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1010432
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:75:E3:17 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=2363842f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles ipv6.disable=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x17cc0000-0x1bcc0000] (64MB)
[ 0.000000] Memory: 3655620K/4050944K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 133180K reserved, 262144K cma-reserved, 3264512K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 30051 entries in 59 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
[ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000025] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000103] bcm2835: system timer (irq = 17)
[ 0.000776] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000793] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000810] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000822] Switching to timer-based delay loop, resolution 18ns
[ 0.001072] Console: colour dummy device 80x30
[ 0.001104] printk: console [tty1] enabled
[ 0.001155] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=540000)
[ 0.001178] pid_max: default: 32768 minimum: 301
[ 0.001502] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001525] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002744] Disabling memory control group subsystem
[ 0.002849] CPU: Testing write buffer coherency: ok
[ 0.003347] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004190] Setting up static identity map for 0x200000 - 0x20003c
[ 0.004380] rcu: Hierarchical SRCU implementation.
[ 0.005023] smp: Bringing up secondary CPUs …
[ 0.006221] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007534] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.008792] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.008938] smp: Brought up 1 node, 4 CPUs
[ 0.008954] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.008967] CPU: All CPU(s) started in HYP mode.
[ 0.008978] CPU: Virtualization extensions available.
[ 0.009779] devtmpfs: initialized
[ 0.023176] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.023430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.023457] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.031441] pinctrl core: initialized pinctrl subsystem
[ 0.032524] NET: Registered protocol family 16
[ 0.036355] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.038120] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.038134] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.038485] Serial: AMBA PL011 UART driver
[ 0.041923] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.060898] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:13, variant start
[ 0.070882] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
[ 0.124539] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.129039] vgaarb: loaded
[ 0.129537] SCSI subsystem initialized
[ 0.129778] usbcore: registered new interface driver usbfs
[ 0.129834] usbcore: registered new interface driver hub
[ 0.129969] usbcore: registered new device driver usb
[ 0.131657] clocksource: Switched to clocksource arch_sys_counter
[ 0.883026] VFS: Disk quotas dquot_6.6.0
[ 0.883126] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.883287] FS-Cache: Loaded
[ 0.883486] CacheFiles: Loaded
[ 0.884411] simple-framebuffer 3e3cf000.framebuffer: framebuffer at 0x3e3cf000, 0x7f8000 bytes, mapped to 0x(ptrval)
[ 0.884430] simple-framebuffer 3e3cf000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 0.884935] Console: switching to colour frame buffer device 240x67
[ 0.895665] simple-framebuffer 3e3cf000.framebuffer: fb0: simplefb registered!
[ 0.905451] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.905824] NET: Registered protocol family 2
[ 0.906551] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.906582] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.906657] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.906734] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.906884] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.906916] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.907173] NET: Registered protocol family 1
[ 0.907905] RPC: Registered named UNIX socket transport module.
[ 0.907917] RPC: Registered udp transport module.
[ 0.907929] RPC: Registered tcp transport module.
[ 0.907941] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.907963] PCI: CLS 0 bytes, default 64
[ 0.909893] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.912108] Initialise system trusted keyrings
[ 0.912337] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 0.923238] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.923975] NFS: Registering the id_resolver key type
[ 0.924018] Key type id_resolver registered
[ 0.924030] Key type id_legacy registered
[ 0.924052] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.925160] Key type asymmetric registered
[ 0.925175] Asymmetric key parser ‘x509’ registered
[ 0.925339] bounce: pool size: 64 pages
[ 0.925389] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.925618] io scheduler mq-deadline registered
[ 0.925632] io scheduler kyber registered
[ 0.929445] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.929469] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 0.929533] brcm-pcie fd500000.pcie: MEM 0x0600000000…0x0603ffffff -> 0x00f8000000
[ 0.929599] brcm-pcie fd500000.pcie: IB MEM 0x0000000000…0x00bfffffff -> 0x0000000000
[ 0.983804] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
[ 0.984103] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.984122] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.984141] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.984198] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.984440] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.987803] PCI: bus0: Fast back to back transfers disabled
[ 0.988034] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.988177] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.988560] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.991961] PCI: bus1: Fast back to back transfers disabled
[ 0.992021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.992045] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.992123] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.992146] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.992448] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.992685] pcieport 0000:00:00.0: PME: Signaling with IRQ 56
[ 0.993062] pcieport 0000:00:00.0: AER: enabled with IRQ 56
[ 0.993412] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 1.000196] iproc-rng200 fe104000.rng: hwrng registered
[ 1.000516] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.001168] vc-sm: Videocore shared memory driver
[ 1.001747] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.013712] brd: module loaded
[ 1.026014] loop: module loaded
[ 1.027407] Loading iSCSI transport class v2.0-870.
[ 1.029338] libphy: Fixed MDIO Bus: probed
[ 1.029916] bcmgenet fd580000.ethernet: failed to get enet clock
[ 1.029934] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.029956] bcmgenet fd580000.ethernet: failed to get enet-wol clock
[ 1.029976] bcmgenet fd580000.ethernet: failed to get enet-eee clock
[ 1.030004] bcmgenet: Skipping UMAC reset
[ 1.041732] libphy: bcmgenet MII bus: probed
[ 1.121772] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.122817] usbcore: registered new interface driver r8152
[ 1.122881] usbcore: registered new interface driver lan78xx
[ 1.122940] usbcore: registered new interface driver smsc95xx
[ 1.123363] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.123398] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.125670] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 1.126946] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.126963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.126978] usb usb1: Product: xHCI Host Controller
[ 1.126992] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[ 1.127005] usb usb1: SerialNumber: 0000:01:00.0
[ 1.127590] hub 1-0:1.0: USB hub found
[ 1.127691] hub 1-0:1.0: 1 port detected
[ 1.128219] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.128244] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.128268] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.128773] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 1.128790] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.128805] usb usb2: Product: xHCI Host Controller
[ 1.128819] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[ 1.128833] usb usb2: SerialNumber: 0000:01:00.0
[ 1.129414] hub 2-0:1.0: USB hub found
[ 1.129482] hub 2-0:1.0: 4 ports detected
[ 1.130911] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.131185] dwc_otg: FIQ enabled
[ 1.131196] dwc_otg: NAK holdoff enabled
[ 1.131207] dwc_otg: FIQ split-transaction FSM enabled
[ 1.131222] Module dwc_common_port init
[ 1.131726] usbcore: registered new interface driver uas
[ 1.131830] usbcore: registered new interface driver usb-storage
[ 1.132029] mousedev: PS/2 mouse device common for all mice
[ 1.134155] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.136644] sdhci: Secure Digital Host Controller Interface driver
[ 1.136656] sdhci: Copyright© Pierre Ossman
[ 1.137244] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.137832] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.141522] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.141880] hidraw: raw HID events driver © Jiri Kosina
[ 1.142074] usbcore: registered new interface driver usbhid
[ 1.142085] usbhid: USB HID core driver
[ 1.143138] vchiq: vchiq_init_state: slot_zero = (ptrval)
[ 1.145102] [vc_sm_connected_init]: start
[ 1.155192] [vc_sm_connected_init]: end - returning 0
[ 1.157274] Initializing XFRM netlink socket
[ 1.157312] NET: Registered protocol family 17
[ 1.157437] Key type dns_resolver registered
[ 1.157929] Registering SWP/SWPB emulation handler
[ 1.158258] registered taskstats version 1
[ 1.158277] Loading compiled-in X.509 certificates
[ 1.158783] Key type ._fscrypt registered
[ 1.158796] Key type .fscrypt registered
[ 1.168926] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.168997] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
[ 1.177930] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.178856] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.178871] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.231188] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.232912] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.234571] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.237536] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.239190] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.244386] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 1.247177] of_cfs_init
[ 1.247334] of_cfs_init: OK
[ 1.248484] Waiting for root device PARTUUID=2363842f-02…
[ 1.289635] random: fast init done
[ 1.316299] mmc1: new high speed SDIO card at address 0001
[ 1.354186] mmc0: new ultra high speed DDR50 SDHC card at address 5048
[ 1.355179] mmcblk0: mmc0:5048 SD32G 28.9 GiB
[ 1.357415] mmcblk0: p1 p2
[ 1.371170] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.371244] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.371911] devtmpfs: mounted
[ 1.379954] Freeing unused kernel memory: 2048K
[ 1.411960] Run /sbin/init as init process
[ 1.491723] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.674311] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.674331] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.674346] usb 1-1: Product: USB2.0 Hub
[ 1.676374] hub 1-1:1.0: USB hub found
[ 1.676702] hub 1-1:1.0: 4 ports detected
[ 2.884560] systemd[1]: System time before build time, advancing clock.
[ 3.795704] IPv6: Loaded, but administratively disabled, reboot required to enable
[ 4.072220] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 4.072970] systemd[1]: Detected architecture arm.
[ 4.125712] systemd[1]: Set hostname to .
[ 4.757408] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
[ 4.807570] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
[ 4.927215] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.939308] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.939994] systemd[1]: Listening on udev Control Socket.
[ 4.940403] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.940998] systemd[1]: Listening on Syslog Socket.
[ 4.944215] systemd[1]: Created slice system-getty.slice.
[ 4.944629] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.945728] systemd[1]: Created slice User and Session Slice.
[ 5.143569] i2c /dev entries driver
[ 7.342822] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 7.509315] systemd-journald[112]: Received request to flush runtime journal from PID 1
[ 8.424553] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 8.425117] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 8.425544] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 8.425948] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 8.473738] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.476014] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 8.476037] [vc_sm_connected_init]: start
[ 8.482237] [vc_sm_connected_init]: installed successfully
[ 8.565373] mc: Linux media interface: v0.10
[ 8.615189] videodev: Linux video capture interface: v2.00
[ 8.631793] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.639337] bcm2835_audio bcm2835_audio: card created with 4 channels
[ 8.651437] bcm2835_audio bcm2835_audio: card created with 4 channels
[ 8.821926] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.824056] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.831926] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.832924] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.847110] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 8.852346] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 8.852786] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 8.853115] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 8.853154] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 8.853174] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 8.853194] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 8.853213] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 8.853399] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 9.013283] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.029079] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 9.029131] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 9.051582] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 9.051630] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 9.053185] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.073119] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 9.073166] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 9.121178] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 9.168956] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 9.168981] checking generic (3e3cf000 7f8000) vs hw (0 ffffffffffffffff)
[ 9.168997] fb0: switching to vc4drmfb from simple
[ 9.169674] Console: switching to colour dummy device 80x30
[ 9.169929] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 9.169943] [drm] No driver support for vblank timestamp query.
[ 9.169956] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[ 9.172924] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 9.179517] vc4-drm gpu: HDMI-A-1: EDID is invalid:
[ 9.179536] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179549] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179561] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179573] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179585] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179596] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179608] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.179620] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 9.198690] Console: switching to colour frame buffer device 240x67
[ 9.198733] vc4-drm gpu: fb0: vc4drmfb frame buffer device
[ 9.207718] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 9.279210] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 9.294331] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.294788] usbcore: registered new interface driver brcmfmac
[ 9.316646] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[ 9.553483] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.568002] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
[ 15.336586] uart-pl011 fe201000.serial: no DMA platform data
[ 15.496911] random: crng init done
[ 15.496932] random: 7 urandom warning(s) missed due to ratelimiting
[ 15.653990] 8021q: 802.1Q VLAN Support v1.8
[ 16.032400] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 16.429394] bcmgenet: Skipping UMAC reset
[ 16.430950] bcmgenet fd580000.ethernet: configuring instance for external RGMII
[ 16.431183] bcmgenet fd580000.ethernet eth0: Link is Down
[ 19.343781] broken atomic modeset userspace detected, disabling atomic
[ 21.341958] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 21.373187] usb 2-2: New USB device found, idVendor=1058, idProduct=0a10, bcdDevice=81.36
[ 21.373197] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 21.373205] usb 2-2: Product: JMS56x Series
[ 21.373212] usb 2-2: Manufacturer: JMicron
[ 21.373218] usb 2-2: SerialNumber: 1234567890123
[ 21.385636] scsi host0: uas
[ 21.386697] scsi 0:0:0:0: Direct-Access Hitachi HTS545050B9A300 8136 PQ: 0 ANSI: 6
[ 21.388973] scsi 0:0:0:1: Direct-Access TOSHIBA MK6475GSX 8136 PQ: 0 ANSI: 6
[ 21.389042] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 21.389460] sd 0:0:0:0: [sda] Write Protect is off
[ 21.389468] sd 0:0:0:0: [sda] Mode Sense: 67 00 10 08
[ 21.390191] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 21.390978] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 21.391735] sd 0:0:0:1: [sdb] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
[ 21.391971] sd 0:0:0:1: [sdb] Write Protect is off
[ 21.391979] sd 0:0:0:1: [sdb] Mode Sense: 67 00 10 08
[ 21.392433] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 21.393150] sd 0:0:0:1: [sdb] Optimal transfer size 33553920 bytes
[ 21.477752] sda: sda1
[ 21.494751] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 21.495907] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 21.552757] sdb: sdb1
[ 21.555634] sd 0:0:0:0: [sda] Attached SCSI disk
[ 21.560180] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 21.591782] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 22.197205] fuse: init (API version 7.31)
[ 22.487023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 22.562502] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 22.605693] Bluetooth: Core ver 2.22
[ 22.605771] NET: Registered protocol family 31
[ 22.605776] Bluetooth: HCI device and connection manager initialized
[ 22.606122] Bluetooth: HCI socket layer initialized
[ 22.606133] Bluetooth: L2CAP socket layer initialized
[ 22.606152] Bluetooth: SCO socket layer initialized
[ 22.625596] Bluetooth: HCI UART driver ver 2.3
[ 22.625605] Bluetooth: HCI UART protocol H4 registered
[ 22.625645] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 22.625786] Bluetooth: HCI UART protocol Broadcom registered
[ 23.001942] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.001950] Bluetooth: BNEP filters: protocol multicast
[ 23.001966] Bluetooth: BNEP socket layer initialized
[ 23.089938] Bluetooth: RFCOMM TTY layer initialized
[ 23.089963] Bluetooth: RFCOMM socket layer initialized
[ 23.089986] Bluetooth: RFCOMM ver 1.11

Can you please help me?

Thank you in advance.

Hello @tiagofelicio,

Can you post the dmesg after the copy fails?

Hi @setq,

Here it is:

[Wed Oct 21 09:41:19 2020] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache

[Wed Oct 21 09:41:19 2020] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2

[Wed Oct 21 09:41:19 2020] Memory policy: Data cache writealloc

[Wed Oct 21 09:41:19 2020] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB

[Wed Oct 21 09:41:19 2020] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool

[Wed Oct 21 09:41:19 2020] On node 0 totalpages: 1012736

[Wed Oct 21 09:41:19 2020] DMA zone: 2304 pages used for memmap

[Wed Oct 21 09:41:19 2020] DMA zone: 0 pages reserved

[Wed Oct 21 09:41:19 2020] DMA zone: 196608 pages, LIFO batch:63

[Wed Oct 21 09:41:19 2020] HighMem zone: 816128 pages, LIFO batch:63

[Wed Oct 21 09:41:19 2020] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920

[Wed Oct 21 09:41:19 2020] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096

[Wed Oct 21 09:41:19 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3

[Wed Oct 21 09:41:19 2020] Built 1 zonelists, mobility grouping on. Total pages: 1010432

[Wed Oct 21 09:41:19 2020] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:75:E3:17 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=2363842f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles ipv6.disable=1

[Wed Oct 21 09:41:19 2020] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)

[Wed Oct 21 09:41:19 2020] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)

[Wed Oct 21 09:41:19 2020] mem auto-init: stack:off, heap alloc:off, heap free:off

[Wed Oct 21 09:41:19 2020] software IO TLB: mapped [mem 0x17cc0000-0x1bcc0000] (64MB)

[Wed Oct 21 09:41:19 2020] Memory: 3655620K/4050944K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 133180K reserved, 262144K cma-reserved, 3264512K highmem)

[Wed Oct 21 09:41:19 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

[Wed Oct 21 09:41:19 2020] ftrace: allocating 30051 entries in 59 pages

[Wed Oct 21 09:41:19 2020] rcu: Hierarchical RCU implementation.

[Wed Oct 21 09:41:19 2020] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.

[Wed Oct 21 09:41:19 2020] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16

[Wed Oct 21 09:41:19 2020] GIC: Using split EOI/Deactivate mode

[Wed Oct 21 09:41:19 2020] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0

[Wed Oct 21 09:41:19 2020] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns

[Wed Oct 21 09:41:19 2020] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns

[Wed Oct 21 09:41:19 2020] bcm2835: system timer (irq = 17)

[Wed Oct 21 09:41:19 2020] arch_timer: cp15 timer(s) running at 54.00MHz (phys).

[Wed Oct 21 09:41:19 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns

[Wed Oct 21 09:41:19 2020] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns

[Wed Oct 21 09:41:19 2020] Switching to timer-based delay loop, resolution 18ns

[Wed Oct 21 09:41:19 2020] Console: colour dummy device 80x30

[Wed Oct 21 09:41:19 2020] printk: console [tty1] enabled

[Wed Oct 21 09:41:19 2020] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=540000)

[Wed Oct 21 09:41:19 2020] pid_max: default: 32768 minimum: 301

[Wed Oct 21 09:41:19 2020] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)

[Wed Oct 21 09:41:19 2020] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)

[Wed Oct 21 09:41:19 2020] Disabling memory control group subsystem

[Wed Oct 21 09:41:19 2020] CPU: Testing write buffer coherency: ok

[Wed Oct 21 09:41:19 2020] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

[Wed Oct 21 09:41:19 2020] Setting up static identity map for 0x200000 - 0x20003c

[Wed Oct 21 09:41:19 2020] rcu: Hierarchical SRCU implementation.

[Wed Oct 21 09:41:19 2020] smp: Bringing up secondary CPUs …

[Wed Oct 21 09:41:19 2020] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

[Wed Oct 21 09:41:19 2020] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002

[Wed Oct 21 09:41:19 2020] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003

[Wed Oct 21 09:41:19 2020] smp: Brought up 1 node, 4 CPUs

[Wed Oct 21 09:41:19 2020] SMP: Total of 4 processors activated (432.00 BogoMIPS).

[Wed Oct 21 09:41:19 2020] CPU: All CPU(s) started in HYP mode.

[Wed Oct 21 09:41:19 2020] CPU: Virtualization extensions available.

[Wed Oct 21 09:41:19 2020] devtmpfs: initialized

[Wed Oct 21 09:41:19 2020] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0

[Wed Oct 21 09:41:19 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns

[Wed Oct 21 09:41:19 2020] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)

[Wed Oct 21 09:41:19 2020] pinctrl core: initialized pinctrl subsystem

[Wed Oct 21 09:41:19 2020] NET: Registered protocol family 16

[Wed Oct 21 09:41:19 2020] DMA: preallocated 1024 KiB pool for atomic coherent allocations

[Wed Oct 21 09:41:19 2020] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.

[Wed Oct 21 09:41:19 2020] hw-breakpoint: maximum watchpoint size is 8 bytes.

[Wed Oct 21 09:41:19 2020] Serial: AMBA PL011 UART driver

[Wed Oct 21 09:41:19 2020] bcm2835-mbox fe00b880.mailbox: mailbox enabled

[Wed Oct 21 09:41:19 2020] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:13, variant start

[Wed Oct 21 09:41:19 2020] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43

[Wed Oct 21 09:41:19 2020] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1

[Wed Oct 21 09:41:19 2020] vgaarb: loaded

[Wed Oct 21 09:41:19 2020] SCSI subsystem initialized

[Wed Oct 21 09:41:19 2020] usbcore: registered new interface driver usbfs

[Wed Oct 21 09:41:19 2020] usbcore: registered new interface driver hub

[Wed Oct 21 09:41:19 2020] usbcore: registered new device driver usb

[Wed Oct 21 09:41:19 2020] clocksource: Switched to clocksource arch_sys_counter

[Wed Oct 21 09:41:19 2020] VFS: Disk quotas dquot_6.6.0

[Wed Oct 21 09:41:19 2020] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[Wed Oct 21 09:41:19 2020] FS-Cache: Loaded

[Wed Oct 21 09:41:19 2020] CacheFiles: Loaded

[Wed Oct 21 09:41:19 2020] simple-framebuffer 3e3cf000.framebuffer: framebuffer at 0x3e3cf000, 0x7f8000 bytes, mapped to 0x(ptrval)

[Wed Oct 21 09:41:19 2020] simple-framebuffer 3e3cf000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680

[Wed Oct 21 09:41:19 2020] Console: switching to colour frame buffer device 240x67

[Wed Oct 21 09:41:19 2020] simple-framebuffer 3e3cf000.framebuffer: fb0: simplefb registered!

[Wed Oct 21 09:41:19 2020] thermal_sys: Registered thermal governor ‘step_wise’

[Wed Oct 21 09:41:19 2020] NET: Registered protocol family 2

[Wed Oct 21 09:41:19 2020] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)

[Wed Oct 21 09:41:19 2020] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)

[Wed Oct 21 09:41:19 2020] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)

[Wed Oct 21 09:41:19 2020] TCP: Hash tables configured (established 8192 bind 8192)

[Wed Oct 21 09:41:19 2020] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)

[Wed Oct 21 09:41:19 2020] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)

[Wed Oct 21 09:41:19 2020] NET: Registered protocol family 1

[Wed Oct 21 09:41:19 2020] RPC: Registered named UNIX socket transport module.

[Wed Oct 21 09:41:19 2020] RPC: Registered udp transport module.

[Wed Oct 21 09:41:19 2020] RPC: Registered tcp transport module.

[Wed Oct 21 09:41:19 2020] RPC: Registered tcp NFSv4.1 backchannel transport module.

[Wed Oct 21 09:41:19 2020] PCI: CLS 0 bytes, default 64

[Wed Oct 21 09:41:19 2020] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available

[Wed Oct 21 09:41:19 2020] Initialise system trusted keyrings

[Wed Oct 21 09:41:19 2020] workingset: timestamp_bits=14 max_order=20 bucket_order=6

[Wed Oct 21 09:41:19 2020] FS-Cache: Netfs ‘nfs’ registered for caching

[Wed Oct 21 09:41:19 2020] NFS: Registering the id_resolver key type

[Wed Oct 21 09:41:19 2020] Key type id_resolver registered

[Wed Oct 21 09:41:19 2020] Key type id_legacy registered

[Wed Oct 21 09:41:19 2020] nfs4filelayout_init: NFSv4 File Layout Driver Registering…

[Wed Oct 21 09:41:19 2020] Key type asymmetric registered

[Wed Oct 21 09:41:19 2020] Asymmetric key parser ‘x509’ registered

[Wed Oct 21 09:41:19 2020] bounce: pool size: 64 pages

[Wed Oct 21 09:41:19 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)

[Wed Oct 21 09:41:19 2020] io scheduler mq-deadline registered

[Wed Oct 21 09:41:19 2020] io scheduler kyber registered

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: MEM 0x0600000000…0x0603ffffff -> 0x00f8000000

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: IB MEM 0x0000000000…0x00bfffffff -> 0x0000000000

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)

[Wed Oct 21 09:41:19 2020] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00

[Wed Oct 21 09:41:19 2020] pci_bus 0000:00: root bus resource [bus 00-ff]

[Wed Oct 21 09:41:19 2020] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])

[Wed Oct 21 09:41:19 2020] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400

[Wed Oct 21 09:41:19 2020] pci 0000:00:00.0: PME# supported from D0 D3hot

[Wed Oct 21 09:41:19 2020] PCI: bus0: Fast back to back transfers disabled

[Wed Oct 21 09:41:19 2020] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330

[Wed Oct 21 09:41:19 2020] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]

[Wed Oct 21 09:41:19 2020] pci 0000:01:00.0: PME# supported from D0 D3cold

[Wed Oct 21 09:41:19 2020] PCI: bus1: Fast back to back transfers disabled

[Wed Oct 21 09:41:19 2020] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]

[Wed Oct 21 09:41:19 2020] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]

[Wed Oct 21 09:41:19 2020] pci 0000:00:00.0: PCI bridge to [bus 01]

[Wed Oct 21 09:41:19 2020] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]

[Wed Oct 21 09:41:19 2020] pcieport 0000:00:00.0: enabling device (0140 -> 0142)

[Wed Oct 21 09:41:19 2020] pcieport 0000:00:00.0: PME: Signaling with IRQ 56

[Wed Oct 21 09:41:19 2020] pcieport 0000:00:00.0: AER: enabled with IRQ 56

[Wed Oct 21 09:41:19 2020] pci 0000:01:00.0: enabling device (0140 -> 0142)

[Wed Oct 21 09:41:20 2020] iproc-rng200 fe104000.rng: hwrng registered

[Wed Oct 21 09:41:20 2020] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)

[Wed Oct 21 09:41:20 2020] vc-sm: Videocore shared memory driver

[Wed Oct 21 09:41:20 2020] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000

[Wed Oct 21 09:41:20 2020] brd: module loaded

[Wed Oct 21 09:41:20 2020] loop: module loaded

[Wed Oct 21 09:41:20 2020] Loading iSCSI transport class v2.0-870.

[Wed Oct 21 09:41:20 2020] libphy: Fixed MDIO Bus: probed

[Wed Oct 21 09:41:20 2020] bcmgenet fd580000.ethernet: failed to get enet clock

[Wed Oct 21 09:41:20 2020] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000

[Wed Oct 21 09:41:20 2020] bcmgenet fd580000.ethernet: failed to get enet-wol clock

[Wed Oct 21 09:41:20 2020] bcmgenet fd580000.ethernet: failed to get enet-eee clock

[Wed Oct 21 09:41:20 2020] bcmgenet: Skipping UMAC reset

[Wed Oct 21 09:41:20 2020] libphy: bcmgenet MII bus: probed

[Wed Oct 21 09:41:20 2020] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver r8152

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver lan78xx

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver smsc95xx

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: xHCI Host Controller

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890

[Wed Oct 21 09:41:20 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04

[Wed Oct 21 09:41:20 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[Wed Oct 21 09:41:20 2020] usb usb1: Product: xHCI Host Controller

[Wed Oct 21 09:41:20 2020] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd

[Wed Oct 21 09:41:20 2020] usb usb1: SerialNumber: 0000:01:00.0

[Wed Oct 21 09:41:20 2020] hub 1-0:1.0: USB hub found

[Wed Oct 21 09:41:20 2020] hub 1-0:1.0: 1 port detected

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: xHCI Host Controller

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2

[Wed Oct 21 09:41:20 2020] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed

[Wed Oct 21 09:41:20 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04

[Wed Oct 21 09:41:20 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[Wed Oct 21 09:41:20 2020] usb usb2: Product: xHCI Host Controller

[Wed Oct 21 09:41:20 2020] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd

[Wed Oct 21 09:41:20 2020] usb usb2: SerialNumber: 0000:01:00.0

[Wed Oct 21 09:41:20 2020] hub 2-0:1.0: USB hub found

[Wed Oct 21 09:41:20 2020] hub 2-0:1.0: 4 ports detected

[Wed Oct 21 09:41:20 2020] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)

[Wed Oct 21 09:41:20 2020] dwc_otg: FIQ enabled

[Wed Oct 21 09:41:20 2020] dwc_otg: NAK holdoff enabled

[Wed Oct 21 09:41:20 2020] dwc_otg: FIQ split-transaction FSM enabled

[Wed Oct 21 09:41:20 2020] Module dwc_common_port init

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver uas

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver usb-storage

[Wed Oct 21 09:41:20 2020] mousedev: PS/2 mouse device common for all mice

[Wed Oct 21 09:41:20 2020] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer

[Wed Oct 21 09:41:20 2020] sdhci: Secure Digital Host Controller Interface driver

[Wed Oct 21 09:41:20 2020] sdhci: Copyright© Pierre Ossman

[Wed Oct 21 09:41:20 2020] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe

[Wed Oct 21 09:41:20 2020] sdhci-pltfm: SDHCI platform and OF driver helper

[Wed Oct 21 09:41:20 2020] ledtrig-cpu: registered to indicate activity on CPUs

[Wed Oct 21 09:41:20 2020] hidraw: raw HID events driver © Jiri Kosina

[Wed Oct 21 09:41:20 2020] usbcore: registered new interface driver usbhid

[Wed Oct 21 09:41:20 2020] usbhid: USB HID core driver

[Wed Oct 21 09:41:20 2020] vchiq: vchiq_init_state: slot_zero = (ptrval)

[Wed Oct 21 09:41:20 2020] [vc_sm_connected_init]: start

[Wed Oct 21 09:41:20 2020] [vc_sm_connected_init]: end - returning 0

[Wed Oct 21 09:41:20 2020] Initializing XFRM netlink socket

[Wed Oct 21 09:41:20 2020] NET: Registered protocol family 17

[Wed Oct 21 09:41:20 2020] Key type dns_resolver registered

[Wed Oct 21 09:41:20 2020] Registering SWP/SWPB emulation handler

[Wed Oct 21 09:41:20 2020] registered taskstats version 1

[Wed Oct 21 09:41:20 2020] Loading compiled-in X.509 certificates

[Wed Oct 21 09:41:20 2020] Key type ._fscrypt registered

[Wed Oct 21 09:41:20 2020] Key type .fscrypt registered

[Wed Oct 21 09:41:20 2020] uart-pl011 fe201000.serial: cts_event_workaround enabled

[Wed Oct 21 09:41:20 2020] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2

[Wed Oct 21 09:41:20 2020] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver

[Wed Oct 21 09:41:20 2020] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0

[Wed Oct 21 09:41:20 2020] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated

[Wed Oct 21 09:41:20 2020] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)

[Wed Oct 21 09:41:20 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)

[Wed Oct 21 09:41:20 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)

[Wed Oct 21 09:41:20 2020] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)

[Wed Oct 21 09:41:20 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)

[Wed Oct 21 09:41:20 2020] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA

[Wed Oct 21 09:41:20 2020] of_cfs_init

[Wed Oct 21 09:41:20 2020] of_cfs_init: OK

[Wed Oct 21 09:41:20 2020] Waiting for root device PARTUUID=2363842f-02…

[Wed Oct 21 09:41:20 2020] random: fast init done

[Wed Oct 21 09:41:20 2020] mmc1: new high speed SDIO card at address 0001

[Wed Oct 21 09:41:20 2020] mmc0: new ultra high speed DDR50 SDHC card at address 5048

[Wed Oct 21 09:41:20 2020] mmcblk0: mmc0:5048 SD32G 28.9 GiB

[Wed Oct 21 09:41:20 2020] mmcblk0: p1 p2

[Wed Oct 21 09:41:20 2020] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)

[Wed Oct 21 09:41:20 2020] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.

[Wed Oct 21 09:41:20 2020] devtmpfs: mounted

[Wed Oct 21 09:41:20 2020] Freeing unused kernel memory: 2048K

[Wed Oct 21 09:41:20 2020] Run /sbin/init as init process

[Wed Oct 21 09:41:20 2020] usb 1-1: new high-speed USB device number 2 using xhci_hcd

[Wed Oct 21 09:41:20 2020] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21

[Wed Oct 21 09:41:20 2020] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0

[Wed Oct 21 09:41:20 2020] usb 1-1: Product: USB2.0 Hub

[Wed Oct 21 09:41:20 2020] hub 1-1:1.0: USB hub found

[Wed Oct 21 09:41:20 2020] hub 1-1:1.0: 4 ports detected

[Wed Oct 21 09:41:20 2020] systemd[1]: System time before build time, advancing clock.

[Wed Oct 21 09:41:20 2020] IPv6: Loaded, but administratively disabled, reboot required to enable

[Wed Oct 21 09:41:20 2020] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)

[Wed Oct 21 09:41:20 2020] systemd[1]: Detected architecture arm.

[Wed Oct 21 09:41:21 2020] systemd[1]: Set hostname to .

[Wed Oct 21 09:41:21 2020] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.

[Wed Oct 21 09:41:21 2020] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.

[Wed Oct 21 09:41:21 2020] random: systemd: uninitialized urandom read (16 bytes read)

[Wed Oct 21 09:41:21 2020] random: systemd: uninitialized urandom read (16 bytes read)

[Wed Oct 21 09:41:21 2020] systemd[1]: Listening on Syslog Socket.

[Wed Oct 21 09:41:21 2020] random: systemd: uninitialized urandom read (16 bytes read)

[Wed Oct 21 09:41:21 2020] systemd[1]: Listening on udev Control Socket.

[Wed Oct 21 09:41:21 2020] systemd[1]: Listening on fsck to fsckd communication Socket.

[Wed Oct 21 09:41:21 2020] systemd[1]: Listening on initctl Compatibility Named Pipe.

[Wed Oct 21 09:41:21 2020] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

[Wed Oct 21 09:41:21 2020] i2c /dev entries driver

[Wed Oct 21 09:41:22 2020] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

[Wed Oct 21 09:41:22 2020] systemd-journald[106]: Received request to flush runtime journal from PID 1

[Wed Oct 21 09:41:23 2020] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000

[Wed Oct 21 09:41:23 2020] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000

[Wed Oct 21 09:41:23 2020] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000

[Wed Oct 21 09:41:23 2020] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000

[Wed Oct 21 09:41:23 2020] mc: Linux media interface: v0.10

[Wed Oct 21 09:41:23 2020] videodev: Linux video capture interface: v2.00

[Wed Oct 21 09:41:23 2020] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835_vc_sm_cma_probe: Videocore shared memory driver

[Wed Oct 21 09:41:23 2020] [vc_sm_connected_init]: start

[Wed Oct 21 09:41:23 2020] [vc_sm_connected_init]: installed successfully

[Wed Oct 21 09:41:23 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Device registered as /dev/video10

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Loaded V4L2 decode

[Wed Oct 21 09:41:23 2020] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Device registered as /dev/video11

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Loaded V4L2 encode

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Device registered as /dev/video12

[Wed Oct 21 09:41:23 2020] bcm2835-codec bcm2835-codec: Loaded V4L2 isp

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Register output node 0 with media controller

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller

[Wed Oct 21 09:41:23 2020] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp

[Wed Oct 21 09:41:23 2020] bcm2835_audio bcm2835_audio: card created with 4 channels

[Wed Oct 21 09:41:23 2020] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.

[Wed Oct 21 09:41:23 2020] bcm2835_audio bcm2835_audio: card created with 4 channels

[Wed Oct 21 09:41:23 2020] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0

[Wed Oct 21 09:41:23 2020] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])

[Wed Oct 21 09:41:23 2020] checking generic (3e3cf000 7f8000) vs hw (0 ffffffffffffffff)

[Wed Oct 21 09:41:23 2020] fb0: switching to vc4drmfb from simple

[Wed Oct 21 09:41:23 2020] Console: switching to colour dummy device 80x30

[Wed Oct 21 09:41:23 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).

[Wed Oct 21 09:41:23 2020] [drm] No driver support for vblank timestamp query.

[Wed Oct 21 09:41:23 2020] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL

[Wed Oct 21 09:41:23 2020] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1

[Wed Oct 21 09:41:23 2020] vc4-drm gpu: HDMI-A-1: EDID is invalid:

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[Wed Oct 21 09:41:23 2020] Console: switching to colour frame buffer device 240x67

[Wed Oct 21 09:41:23 2020] vc4-drm gpu: fb0: vc4drmfb frame buffer device

[Wed Oct 21 09:41:23 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database

[Wed Oct 21 09:41:23 2020] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’

[Wed Oct 21 09:41:24 2020] brcmfmac: F1 signature read @0x18000000=0x15264345

[Wed Oct 21 09:41:24 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6

[Wed Oct 21 09:41:24 2020] usbcore: registered new interface driver brcmfmac

[Wed Oct 21 09:41:24 2020] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2

[Wed Oct 21 09:41:24 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6

[Wed Oct 21 09:41:24 2020] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea

[Wed Oct 21 09:41:25 2020] random: crng init done

[Wed Oct 21 09:41:25 2020] random: 7 urandom warning(s) missed due to ratelimiting

[Wed Oct 21 09:41:25 2020] uart-pl011 fe201000.serial: no DMA platform data

[Wed Oct 21 09:41:25 2020] 8021q: 802.1Q VLAN Support v1.8

[Wed Oct 21 09:41:26 2020] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS

[Wed Oct 21 09:41:26 2020] bcmgenet: Skipping UMAC reset

[Wed Oct 21 09:41:26 2020] bcmgenet fd580000.ethernet: configuring instance for external RGMII

[Wed Oct 21 09:41:26 2020] bcmgenet fd580000.ethernet eth0: Link is Down

[Wed Oct 21 09:41:31 2020] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx

[Wed Oct 21 09:41:33 2020] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd

[Wed Oct 21 09:41:33 2020] usb 2-2: New USB device found, idVendor=1058, idProduct=0a10, bcdDevice=81.36

[Wed Oct 21 09:41:33 2020] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5

[Wed Oct 21 09:41:33 2020] usb 2-2: Product: JMS56x Series

[Wed Oct 21 09:41:33 2020] usb 2-2: Manufacturer: JMicron

[Wed Oct 21 09:41:33 2020] usb 2-2: SerialNumber: 1234567890123

[Wed Oct 21 09:41:33 2020] scsi host0: uas

[Wed Oct 21 09:41:33 2020] scsi 0:0:0:0: Direct-Access Hitachi HTS545050B9A300 8136 PQ: 0 ANSI: 6

[Wed Oct 21 09:41:33 2020] scsi 0:0:0:1: Direct-Access TOSHIBA MK6475GSX 8136 PQ: 0 ANSI: 6

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] Write Protect is off

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] Mode Sense: 67 00 10 08

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] 1250263728 512-byte logical blocks: (640 GB/596 GiB)

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] Write Protect is off

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] Mode Sense: 67 00 10 08

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] Optimal transfer size 33553920 bytes

[Wed Oct 21 09:41:33 2020] sdb: sdb1

[Wed Oct 21 09:41:33 2020] sda: sda1

[Wed Oct 21 09:41:33 2020] sd 0:0:0:1: [sdb] Attached SCSI disk

[Wed Oct 21 09:41:33 2020] sd 0:0:0:0: [sda] Attached SCSI disk

[Wed Oct 21 09:41:33 2020] Bluetooth: Core ver 2.22

[Wed Oct 21 09:41:33 2020] NET: Registered protocol family 31

[Wed Oct 21 09:41:33 2020] Bluetooth: HCI device and connection manager initialized

[Wed Oct 21 09:41:33 2020] Bluetooth: HCI socket layer initialized

[Wed Oct 21 09:41:33 2020] Bluetooth: L2CAP socket layer initialized

[Wed Oct 21 09:41:33 2020] Bluetooth: SCO socket layer initialized

[Wed Oct 21 09:41:34 2020] broken atomic modeset userspace detected, disabling atomic

[Wed Oct 21 09:41:34 2020] Bluetooth: HCI UART driver ver 2.3

[Wed Oct 21 09:41:34 2020] Bluetooth: HCI UART protocol H4 registered

[Wed Oct 21 09:41:34 2020] Bluetooth: HCI UART protocol Three-wire (H5) registered

[Wed Oct 21 09:41:34 2020] Bluetooth: HCI UART protocol Broadcom registered

[Wed Oct 21 09:41:34 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0

[Wed Oct 21 09:41:34 2020] sd 0:0:0:1: Attached scsi generic sg1 type 0

[Wed Oct 21 09:41:34 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

[Wed Oct 21 09:41:34 2020] Bluetooth: BNEP filters: protocol multicast

[Wed Oct 21 09:41:34 2020] Bluetooth: BNEP socket layer initialized

[Wed Oct 21 09:41:34 2020] Bluetooth: RFCOMM TTY layer initialized

[Wed Oct 21 09:41:34 2020] Bluetooth: RFCOMM socket layer initialized

[Wed Oct 21 09:41:34 2020] Bluetooth: RFCOMM ver 1.11

[Wed Oct 21 09:41:35 2020] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)

[Wed Oct 21 09:41:35 2020] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

[Wed Oct 21 09:41:36 2020] fuse: init (API version 7.31)

The last message from dmesg is from 9:41, however, the failure happened at 9:56.

Thank you.

Judging by the dmesg, the disk did not crash.

Yes, however, the copy failed.
I don’t know where to look more.

I’ve noticed this:

pi@matrix:~ $ sudo /sbin/hdparm -I /dev/sda | grep ‘Serial Number’ | awk ‘{print $3}’
SG_IO: bad/missing sense data, sb[]: 70 00 0b 00 00 00 00 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
100405PBN40417GPJNYE

Is this an issue?

Another thing that I’ve noticed right now is this:

pi@matrix:~ $ sudo hdparm -H /dev/sda

/dev/sda:
drive temperature (celsius) is: under -20
drive temperature in range: yes
pi@matrix:~ $ sudo hdparm -H /dev/sdb

/dev/sdb:
drive temperature (celsius) is: under -20
drive temperature in range: yes

Temperature under -20 degrees :smiley:. That is not correct…

I found some of that strange Behavior as well.
SATA quad on RASPERRY PI4,with 2 HDD 2TB + 1 HDD 450GB + 1 HDD 750 GB, up and running since May 2020 with Raspian with OMV5.
As long as the RASPBERRY is in low activity over the day, all is fine for music for 2-3 Users, some data up an down . But as soon as you start copying larger amounts of data eg. Pictures, MP3, Mp4, or large 2GB .TGZ archive files to it at some position sometimes only some MB sometimes some GB into the job, the drives suddenly and at random seem to disconnect some times SSH login ist possible sometimes the Whole thing seems to be in a jammed mode. A reboot by pulling cable has helped always up to now and in most cases even a lossless resume (as far as I was able to trace this up to now) was possible, but this is a behavior that makes it unuseable as a essential component of a low cost almost green Server System and i can not really build up trust with it.
So I cron-reboot the whole thing every 24 Hrs by default and that has helped most for the moment. But this is not the idea -or is it?. A proper reset-button as well as a proper Power-down-Mode also wold be fine things to be added to the concept as pulling the power plug seems not to be the fine art of modern IT. Also this fancy cube has survived that rude handling quite robustly til now.

I was reading here some days ago that the “USB Double male Plug Bridge” might be the cause.

My question: Is there a confirmation for that? Might it be the Bridge- or the Quad-Firmware and if so where can I get a replacement. Or can I just order a sole bridge or two short male2male USB3.0 Type A cables if that is the solution and from where?

A short answer: Rpi is a cheap toy that is failed by design - is the issue and you can’t fix it. Disk drive is connected to (usually cheap) SATA to USB bridge. USB protocol was not designed to permanently transfer high speed data - too many quirks that will never go fully away. USB A connector is another source of troubles - its connector is not suitable for permanent high speed data transfer, then you have a cheap USB hub connected to the internal PCI port of RPi. Which is in many way closed by design and developers have no abilities to deal with troubles on this level. So in this long cheap connection, things can and go wrong. You can find tons of report about this - you just need to search it correctly. Rpi is not alone in this issue - other cheap things that uses the same technology share it.

Since you already have this HAT the only proper solution is to throw your RPi away (use it for playing video for which it was designed for) and use Rockpi 4. No, I am not affiliated to Radxa. Its just the way how it is. RK3399 has PCI and its connection is much more / it is suitable for this job. This way SATA drives are connected also on high end servers that runs our core infrastructure, your desktop PC,. … Not via SATA to USB via USB hub to PCI.

Simple as that.

1 Like

OK, good to know! I’m quite frustrated after many many hours of filetransfer, sorting and merging, even so “corona home office” has helped a lot to do things side by side.
So main Question is: Does the RockPI4 (Whtch one would you reccomend ) fit into the same housing as the Rasperry PI4 SATA HAT Quad and if, is that done by just a throw-out and back-in of components plus a new install of the OS and will that leave the drives on the SATA Quad plus all of its content unchanged? Or would it be better to have a complete new one an migrate disk by disk. Would you still recomend OMV5 or would it be better to have a pure linux server (like Freenas, eg. Ubuntu-Server or what else …) be doing service now?

The only issues I have encountered so far are due to to limited power supply.

Meanwell 12V 3.3A poweradapter no issues

But if I connect my setup to fixed 12V output of my benchtop PSU (limited at 500mA) disks fail also when heavily used. (Raid Rebuild, large file transfers, …) In “idle” mode or small short transfers it works. If your setup worked flawlessly untill now, I would suspect a slowly failing power supply (output capacitors for example who came to EOL)

What igorp says about the RPi is (partly) true. The Raspberry was originally intended for STEM uses to deliver a low-cost (I prefer to call it this instead of cheap) environment for students/developers/… But soon it made it’s way to other setups then plain development. Mainly because of the low-cost.
IMHO the Rock-Pi is from the same level, just as like all the other Fruit-like Pi stuff on the market, amongst other non Fruit-like SOC development boards. It all comes down to use the board(s) for what they are intended in the first place. Or make peace with the fact that a break-down can happen. In the end: it is still low-cost (thankfully)