[solved] the problem were the Raspberry pi 4 USB 3 ports not working properly
Hello everyone and thank you for your support.
I have received the QUAD SATA HAT and connected it to a Raspberry PI 4. Everything is powered with 12V 5A, 60w 2,1 x 5,5 mm power adapter. I am testing it with a 250 GiB size SSD. Drivers are installed on Raspbian GNU/Linux 10 (buster).
Reading about problems with UAS I have already disabled it for the specific (and only) SSD connected to the SATA port.
When I connect the SSD to the SATA port it is recognized as /dev/sda. I created a partition and mounted /dev/sda1 to /media.
I noticed that when I put it to heavy workload (try to copy a big > 8 GB) /dev/sda gets disconnected with several I/O errors in dmesg log. After some time the device is re-connected to /dev/sdb.
dmesg log after clean reboot and mounted disk
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.118-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1311 SMP Mon Apr 27 14:26:42 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] cma: Reserved 256 MiB at 0x000000001ec00000
[ 0.000000] On node 0 totalpages: 1012736
[ 0.000000] DMA zone: 1728 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] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0
[ 0.000000] percpu: Embedded 17 pages/cpu s36928 r8192 d24512 u69632
[ 0.000000] pcpu-alloc: s36928 r8192 d24512 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: 1011008
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 cma=256M smsc95xx.macaddr=DC:A6:32:AC:5B:B3 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 usb-storage.quirks=1058:0a10:u console=ttyS0,115200 console=tty1 root=PARTUUID=f238e5ad-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 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: 3735552K/4050944K available (8192K kernel code, 690K rwdata, 2420K rodata, 2048K init, 860K bss, 53248K reserved, 262144K cma-reserved, 3264512K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (10208 kB)
.init : 0x(ptrval) - 0x(ptrval) (2048 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 691 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 861 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 28928 entries in 85 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000022] Switching to timer-based delay loop, resolution 18ns
[ 0.000254] Console: colour dummy device 80x30
[ 0.000724] console [tty1] enabled
[ 0.000778] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=540000)
[ 0.000815] pid_max: default: 32768 minimum: 301
[ 0.001098] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001130] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001895] CPU: Testing write buffer coherency: ok
[ 0.002322] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002974] Setting up static identity map for 0x200000 - 0x20003c
[ 0.003148] rcu: Hierarchical SRCU implementation.
[ 0.004016] smp: Bringing up secondary CPUs …
[ 0.004841] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005764] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006642] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006760] smp: Brought up 1 node, 4 CPUs
[ 0.006827] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.006850] CPU: All CPU(s) started in HYP mode.
[ 0.006870] CPU: Virtualization extensions available.
[ 0.007679] devtmpfs: initialized
[ 0.018357] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.018582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018623] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.025995] pinctrl core: initialized pinctrl subsystem
[ 0.026886] NET: Registered protocol family 16
[ 0.029882] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.031434] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.031465] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.031671] Serial: AMBA PL011 UART driver
[ 0.034910] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.050018] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-06-01 13:23, variant start
[ 0.060034] raspberrypi-firmware soc:firmware: Firmware hash is 6379679d1ec6a8c746d7e77e015f5b56b939976f
[ 0.102806] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.105937] vgaarb: loaded
[ 0.106312] SCSI subsystem initialized
[ 0.106522] usbcore: registered new interface driver usbfs
[ 0.106588] usbcore: registered new interface driver hub
[ 0.106671] usbcore: registered new device driver usb
[ 0.108030] clocksource: Switched to clocksource arch_sys_counter
[ 0.186090] VFS: Disk quotas dquot_6.6.0
[ 0.186193] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.186382] FS-Cache: Loaded
[ 0.186568] CacheFiles: Loaded
[ 0.187095] simple-framebuffer: probe of 0.framebuffer failed with error -12
[ 0.196272] NET: Registered protocol family 2
[ 0.196939] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.196985] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.197066] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.197150] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.197286] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.197329] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.197549] NET: Registered protocol family 1
[ 0.198158] RPC: Registered named UNIX socket transport module.
[ 0.198185] RPC: Registered udp transport module.
[ 0.198206] RPC: Registered tcp transport module.
[ 0.198227] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.198255] PCI: CLS 0 bytes, default 64
[ 0.200060] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.202182] Initialise system trusted keyrings
[ 0.202394] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 0.211431] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.211965] NFS: Registering the id_resolver key type
[ 0.212010] Key type id_resolver registered
[ 0.212032] Key type id_legacy registered
[ 0.212063] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.216605] Key type asymmetric registered
[ 0.216632] Asymmetric key parser ‘x509’ registered
[ 0.216756] bounce: pool size: 64 pages
[ 0.216809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.216996] io scheduler noop registered
[ 0.217020] io scheduler deadline registered (default)
[ 0.217194] io scheduler cfq registered
[ 0.217218] io scheduler mq-deadline registered (default)
[ 0.217240] io scheduler kyber registered
[ 0.247913] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000
[ 0.247961] brcm-pcie fd500000.pcie: could not get clock
[ 0.248055] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.248109] brcm-pcie fd500000.pcie: MEM 0x600000000…0x603ffffff -> 0xf8000000
[ 0.308059] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[ 0.308372] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.308404] pci_bus 0000:00: root bus resource [bus 00-01]
[ 0.308434] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.308497] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.308633] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.311378] PCI: bus0: Fast back to back transfers disabled
[ 0.311411] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.311634] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.311758] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.312075] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.314802] PCI: bus1: Fast back to back transfers disabled
[ 0.314833] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
[ 0.314880] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.314914] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.315003] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.315033] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.315253] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.315445] pcieport 0000:00:00.0: Signaling PME with IRQ 53
[ 0.315623] pcieport 0000:00:00.0: AER enabled with IRQ 53
[ 0.315807] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.319906] iproc-rng200 fe104000.rng: hwrng registered
[ 0.320142] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.320658] vc-sm: Videocore shared memory driver
[ 0.321071] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 0.331228] brd: module loaded
[ 0.340842] loop: module loaded
[ 0.341610] Loading iSCSI transport class v2.0-870.
[ 0.343313] libphy: Fixed MDIO Bus: probed
[ 0.343743] bcmgenet fd580000.genet: failed to get enet clock
[ 0.343775] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[ 0.343805] bcmgenet fd580000.genet: failed to get enet-wol clock
[ 0.343835] bcmgenet fd580000.genet: failed to get enet-eee clock
[ 0.343872] bcmgenet: Skipping UMAC reset
[ 0.344126] unimac-mdio unimac-mdio.-19: DMA mask not set
[ 0.358059] libphy: bcmgenet MII bus: probed
[ 0.398539] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[ 0.399464] usbcore: registered new interface driver r8152
[ 0.399546] usbcore: registered new interface driver lan78xx
[ 0.399616] usbcore: registered new interface driver smsc95xx
[ 0.399929] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.399974] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.402211] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 0.402547] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 54
[ 0.403428] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.403462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.403491] usb usb1: Product: xHCI Host Controller
[ 0.403515] usb usb1: Manufacturer: Linux 4.19.118-v7l+ xhci-hcd
[ 0.403539] usb usb1: SerialNumber: 0000:01:00.0
[ 0.404074] hub 1-0:1.0: USB hub found
[ 0.404167] hub 1-0:1.0: 1 port detected
[ 0.404650] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.404686] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.404729] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 0.405148] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.405180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.405209] usb usb2: Product: xHCI Host Controller
[ 0.405232] usb usb2: Manufacturer: Linux 4.19.118-v7l+ xhci-hcd
[ 0.405256] usb usb2: SerialNumber: 0000:01:00.0
[ 0.405757] hub 2-0:1.0: USB hub found
[ 0.405827] hub 2-0:1.0: 4 ports detected
[ 0.407037] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.407246] dwc_otg: FIQ enabled
[ 0.407255] dwc_otg: NAK holdoff enabled
[ 0.407264] dwc_otg: FIQ split-transaction FSM enabled
[ 0.407276] Module dwc_common_port init
[ 0.407500] usbcore: registered new interface driver uas
[ 0.407608] usbcore: registered new interface driver usb-storage
[ 0.407798] mousedev: PS/2 mouse device common for all mice
[ 0.409031] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.410662] sdhci: Secure Digital Host Controller Interface driver
[ 0.410687] sdhci: Copyright© Pierre Ossman
[ 0.411091] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 0.411501] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.414531] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.414689] hidraw: raw HID events driver © Jiri Kosina
[ 0.414827] usbcore: registered new interface driver usbhid
[ 0.414850] usbhid: USB HID core driver
[ 0.415633] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 0.417373] [vc_sm_connected_init]: start
[ 0.426189] [vc_sm_connected_init]: end - returning 0
[ 0.427304] Initializing XFRM netlink socket
[ 0.427346] NET: Registered protocol family 17
[ 0.427453] Key type dns_resolver registered
[ 0.427865] Registering SWP/SWPB emulation handler
[ 0.428503] registered taskstats version 1
[ 0.428533] Loading compiled-in X.509 certificates
[ 0.435438] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 0.435520] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[ 0.440661] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.441200] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[ 0.441865] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 0.441893] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 0.467933] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
[ 0.468075] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
[ 0.485332] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.486943] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.488551] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.491417] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.493020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.500746] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 0.503271] of_cfs_init
[ 0.503366] of_cfs_init: OK
[ 0.503956] Waiting for root device PARTUUID=f238e5ad-02…
[ 0.548273] random: fast init done
[ 0.562932] mmc1: new high speed SDIO card at address 0001
[ 0.602157] mmc0: new ultra high speed DDR50 SDXC card at address 0001
[ 0.603288] mmcblk0: mmc0:0001 EC2QT 59.6 GiB
[ 0.604406] mmcblk0: p1 p2
[ 0.629983] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.630057] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.634822] devtmpfs: mounted
[ 0.642059] Freeing unused kernel memory: 2048K
[ 0.658286] Run /sbin/init as init process
[ 0.768078] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.950702] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 0.950743] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 0.950771] usb 1-1: Product: USB2.0 Hub
[ 0.952634] hub 1-1:1.0: USB hub found
[ 0.952950] hub 1-1:1.0: 4 ports detected
[ 1.056228] systemd[1]: System time before build time, advancing clock.
[ 1.142783] NET: Registered protocol family 10
[ 1.144008] Segment Routing with IPv6
[ 1.171966] 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)
[ 1.172686] systemd[1]: Detected architecture arm.
[ 1.183686] systemd[1]: Set hostname to .
[ 1.701547] 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.
[ 1.729625] 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.
[ 1.805125] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.813956] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.814541] systemd[1]: Listening on udev Control Socket.
[ 1.815325] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.815705] systemd[1]: Listening on udev Kernel Socket.
[ 1.816630] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.822145] systemd[1]: Listening on Syslog Socket.
[ 1.823013] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.505382] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 2.592182] systemd-journald[123]: Received request to flush runtime journal from PID 1
[ 3.095665] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[ 3.096126] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[ 3.096587] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[ 3.097073] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[ 3.107011] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.109120] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.109137] [vc_sm_connected_init]: start
[ 3.111722] [vc_sm_connected_init]: installed successfully
[ 3.126713] media: Linux media interface: v0.10
[ 3.165309] Driver for 1-wire Dallas network protocol.
[ 3.180311] gpio-4 (onewire@0): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[ 3.228075] videodev: Linux video capture interface: v2.00
[ 3.296568] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.307322] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.307568] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.322941] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.358869] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.374253] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 3.378125] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.393396] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 3.393446] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 3.405044] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 3.405093] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 3.427958] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 3.434374] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 3.434405] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 3.439398] bcm2835_audio soc:audio: card created with 8 channels
[ 3.446565] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.447270] usbcore: registered new interface driver brcmfmac
[ 3.447957] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 3.523661] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[ 3.523759] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 3.525009] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
[ 3.525021] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.525031] [drm] No driver support for vblank timestamp query.
[ 3.525039] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[ 3.695903] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.712165] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
[ 5.308274] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 5.749364] 8021q: 802.1Q VLAN Support v1.8
[ 5.772765] uart-pl011 fe201000.serial: no DMA platform data
[ 5.821046] random: crng init done
[ 5.821061] random: 7 urandom warning(s) missed due to ratelimiting
[ 5.974974] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 6.246661] bcmgenet: Skipping UMAC reset
[ 6.348386] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[ 6.348536] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.882421] i2c /dev entries driver
[ 7.368278] bcmgenet fd580000.genet eth0: Link is Down
[ 9.688144] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 9.688501] usb usb2-port3: attempt power cycle
[ 11.528228] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control off
[ 11.528263] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.511275] Bluetooth: Core ver 2.22
[ 12.511349] NET: Registered protocol family 31
[ 12.511359] Bluetooth: HCI device and connection manager initialized
[ 12.513553] Bluetooth: HCI socket layer initialized
[ 12.513570] Bluetooth: L2CAP socket layer initialized
[ 12.513616] Bluetooth: SCO socket layer initialized
[ 12.527236] Bluetooth: HCI UART driver ver 2.3
[ 12.527250] Bluetooth: HCI UART protocol H4 registered
[ 12.527329] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 12.527566] Bluetooth: HCI UART protocol Broadcom registered
[ 12.675730] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.675736] Bluetooth: BNEP filters: protocol multicast
[ 12.675746] Bluetooth: BNEP socket layer initialized
[ 14.438125] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 18.098088] device lo entered promiscuous mode
[ 18.828125] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 18.828380] usb usb2-port3: unable to enumerate USB device
[ 19.188372] usb 2-1: new SuperSpeed Gen 1 USB device number 6 using xhci_hcd
[ 19.223138] usb 2-1: New USB device found, idVendor=1058, idProduct=0a10, bcdDevice=80.34
[ 19.223151] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 19.223162] usb 2-1: Product: Go To Final Lap
[ 19.223172] usb 2-1: SerialNumber: 1234567890123
[ 19.227115] usb 2-1: UAS is blacklisted for this device, using usb-storage instead
[ 19.227194] usb 2-1: UAS is blacklisted for this device, using usb-storage instead
[ 19.227205] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 19.227593] usb-storage 2-1:1.0: Quirks match for vid 1058 pid 0a10: 800000
[ 19.227693] scsi host0: usb-storage 2-1:1.0
[ 20.248732] scsi 0:0:0:0: Direct-Access ACASIS 8034 PQ: 0 ANSI: 6
[ 20.250599] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[ 20.251237] sd 0:0:0:0: [sda] Write Protect is off
[ 20.251253] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
[ 20.252254] sd 0:0:0:0: [sda] No Caching mode page found
[ 20.252265] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 20.255517] sda: sda1
[ 20.258627] sd 0:0:0:0: [sda] Attached SCSI disk
[ 23.568120] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 28.108129] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 32.448132] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 32.448430] usb usb2-port3: attempt power cycle
[ 37.128142] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 41.468094] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 41.468265] usb usb2-port3: unable to enumerate USB device
[ 45.798160] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 50.338155] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 54.678148] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 54.678445] usb usb2-port3: attempt power cycle
[ 59.358193] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 63.708147] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 63.708448] usb usb2-port3: unable to enumerate USB device
[ 68.028150] usb > usb2-port3: Cannot enable. Maybe the USB cable is bad?[ 72.568139] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 73.015693] EXT4-fs (sda1): recovery complete
[ 73.015909] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 76.918344] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[ 76.918642] usb usb2-port3: attempt power cycle