Pluggable 2.5g adapter requires reconnection after each restart
Hey Jeff,
Feel free to close if it's not relevant, but this seems like the best place to document this issue (and hopefully the resolution 🤞)
I've got a bit of a different setup here, 7x pi5's with penta-sata hats, and plugable 2.5g adapters for the ceph storage network. After each reboot, the network adapters require removal and plugging back in, and then they work as expected.
I am booting from USB drives (high-ish power nvme 16g optanes), which I suspect might be related.
Relevant section of /boot/firmware/config.txt
[all]
dtoverlay=disable-wifi
dtoverlay=disable-bt
hdmi_safe:0=1
hdmi_safe:1=1
gpu_mem=32
dtparam=pciex1
dtparam=pciex1_gen=3
BOOT_ORDER=0x4
usb_max_current_enable=1
dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.51+rpt-rpi-2712 ([email protected]) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.1
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000002000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd16680..0x000000003fd166b7 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000003ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000003ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000003ffffffff]
[ 0.000000] On node 0, zone DMA: 256 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 14 pages/cpu s183976 r8192 d37208 u229376
[ 0.000000] pcpu-alloc: s183976 r8192 d37208 u229376 alloc=14*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: SSBS not fully self-synchronizing
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=2C:CF:67:C6:7E:76 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=4f926882-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=US cgroup_memory=1 cgroup_enable=memory
[ 0.000000] cgroup: Enabling memory control group subsystem
[ 0.000000] Unknown kernel command line parameters "cgroup_memory=1", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 10, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1044224
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[ 0.000000] Memory: 16242000K/16773120K available (13440K kernel code, 2224K rwdata, 4304K rodata, 5056K init, 1213K bss, 203440K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43243 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000168] Console: colour dummy device 80x25
[ 0.000173] printk: console [tty1] enabled
[ 0.000355] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000364] pid_max: default: 32768 minimum: 301
[ 0.000387] LSM: initializing lsm=capability,integrity
[ 0.000479] Mount-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
[ 0.000528] Mountpoint-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
[ 0.001237] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001272] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001294] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001362] rcu: Hierarchical SRCU implementation.
[ 0.001365] rcu: Max phase no-delay instances is 1000.
[ 0.001943] EFI services will not be available.
[ 0.002017] smp: Bringing up secondary CPUs ...
[ 0.002179] Detected PIPT I-cache on CPU1
[ 0.002218] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002397] Detected PIPT I-cache on CPU2
[ 0.002429] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002598] Detected PIPT I-cache on CPU3
[ 0.002626] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002652] smp: Brought up 1 node, 4 CPUs
[ 0.002670] SMP: Total of 4 processors activated.
[ 0.002675] CPU features: detected: 32-bit EL0 Support
[ 0.002679] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002684] CPU features: detected: Common not Private translations
[ 0.002688] CPU features: detected: CRC32 instructions
[ 0.002693] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002696] CPU features: detected: LSE atomic instructions
[ 0.002700] CPU features: detected: Privileged Access Never
[ 0.002703] CPU features: detected: RAS Extension Support
[ 0.002708] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002746] CPU: All CPU(s) started at EL2
[ 0.002749] alternatives: applying system-wide alternatives
[ 0.004681] devtmpfs: initialized
[ 0.007649] Enabled cp15_barrier support
[ 0.007659] Enabled setend support
[ 0.007715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007726] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008498] pinctrl core: initialized pinctrl subsystem
[ 0.008643] DMI not present or invalid.
[ 0.008800] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009378] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009426] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009476] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009496] audit: initializing netlink subsys (disabled)
[ 0.009545] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009664] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009675] cpuidle: using governor menu
[ 0.009736] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009766] ASID allocator initialised with 32768 entries
[ 0.010062] Serial: AMBA PL011 UART driver
[ 0.011026] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.011377] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.011391] printk: console [ttyAMA10] enabled
[ 0.770938] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-09-23T13:02:56, variant start_cd
[ 0.784993] raspberrypi-firmware soc:firmware: Firmware hash is 2682625900000000000000000000000000000000
[ 0.800987] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.808074] Modules: 0 pages in range for non-PLT usage
[ 0.808076] Modules: 129408 pages in range for PLT usage
[ 0.817889] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.830870] iommu: Default domain type: Translated
[ 0.835795] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.842084] SCSI subsystem initialized
[ 0.845888] usbcore: registered new interface driver usbfs
[ 0.851410] usbcore: registered new interface driver hub
[ 0.856753] usbcore: registered new device driver usb
[ 0.861913] pps_core: LinuxPPS API ver. 1 registered
[ 0.866901] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.876077] PTP clock support registered
[ 0.880272] vgaarb: loaded
[ 0.883080] clocksource: Switched to clocksource arch_sys_counter
[ 1.106452] VFS: Disk quotas dquot_6.6.0
[ 1.110406] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 1.117513] FS-Cache: Loaded
[ 1.120434] CacheFiles: Loaded
[ 1.125034] NET: Registered PF_INET protocol family
[ 1.130175] IP idents hash table entries: 262144 (order: 7, 2097152 bytes, linear)
[ 1.142404] tcp_listen_portaddr_hash hash table entries: 8192 (order: 3, 131072 bytes, linear)
[ 1.151142] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 1.158922] TCP established hash table entries: 131072 (order: 6, 1048576 bytes, linear)
[ 1.167577] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear)
[ 1.176745] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.183561] MPTCP token hash table entries: 16384 (order: 4, 393216 bytes, linear)
[ 1.191430] UDP hash table entries: 8192 (order: 4, 262144 bytes, linear)
[ 1.198444] UDP-Lite hash table entries: 8192 (order: 4, 262144 bytes, linear)
[ 1.205941] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.211765] RPC: Registered named UNIX socket transport module.
[ 1.217711] RPC: Registered udp transport module.
[ 1.222430] RPC: Registered tcp transport module.
[ 1.227148] RPC: Registered tcp-with-tls transport module.
[ 1.232653] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.239131] PCI: CLS 0 bytes, default 64
[ 1.243191] Trying to unpack rootfs image as initramfs...
[ 1.248715] kvm [1]: IPA Size Limit: 40 bits
[ 1.253016] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 1.261800] kvm [1]: vgic interrupt IRQ9
[ 1.265760] kvm [1]: VHE mode initialized successfully
[ 1.271438] Initialise system trusted keyrings
[ 1.276017] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.282517] zbud: loaded
[ 1.285284] NFS: Registering the id_resolver key type
[ 1.290372] Key type id_resolver registered
[ 1.294571] Key type id_legacy registered
[ 1.298603] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.305334] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.312833] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 1.318411] Key type asymmetric registered
[ 1.322535] Asymmetric key parser 'x509' registered
[ 1.327453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.334945] io scheduler mq-deadline registered
[ 1.339497] io scheduler kyber registered
[ 1.343534] io scheduler bfq registered
[ 1.347697] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26)
[ 1.356892] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27)
[ 1.364692] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28)
[ 1.372458] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29)
[ 1.380353] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30)
[ 1.386173] Freeing initrd memory: 10288K
[ 1.389551] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31)
[ 1.436807] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.443537] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 1.454448] iproc-rng200 107d208000.rng: hwrng registered
[ 1.459923] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.468444] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.477513] brd: module loaded
[ 1.482061] loop: module loaded
[ 1.485342] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.492721] Loading iSCSI transport class v2.0-870.
[ 1.498488] usbcore: registered new device driver r8152-cfgselector
[ 1.504791] usbcore: registered new interface driver r8152
[ 1.510302] usbcore: registered new interface driver lan78xx
[ 1.515988] usbcore: registered new interface driver smsc95xx
[ 1.521808] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.527595] dwc_otg: FIQ enabled
[ 1.527597] dwc_otg: NAK holdoff enabled
[ 1.527599] dwc_otg: FIQ split-transaction FSM enabled
[ 1.527601] Module dwc_common_port init
[ 1.527727] usbcore: registered new interface driver uas
[ 1.533068] usbcore: registered new interface driver usb-storage
[ 1.539210] mousedev: PS/2 mouse device common for all mice
[ 1.553152] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 1.559572] rpi-rtc soc:rpi_rtc: setting system clock to 2025-04-15T05:45:10 UTC (1744695910)
[ 1.568472] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.575030] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.583800] sdhci: Secure Digital Host Controller Interface driver
[ 1.590008] sdhci: Copyright(c) Pierre Ossman
[ 1.594418] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.600277] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.606351] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.612828] hid: raw HID events driver (C) Jiri Kosina
[ 1.618000] usbcore: registered new interface driver usbhid
[ 1.623593] usbhid: USB HID core driver
[ 1.627762] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 1.636330] NET: Registered PF_PACKET protocol family
[ 1.641428] Key type dns_resolver registered
[ 1.651232] registered taskstats version 1
[ 1.655406] Loading compiled-in X.509 certificates
[ 1.662604] Key type .fscrypt registered
[ 1.666543] Key type fscrypt-provisioning registered
[ 1.672359] brcm-pcie 1000110000.pcie: host bridge /axi/pcie@110000 ranges:
[ 1.679377] brcm-pcie 1000110000.pcie: No bus range found for /axi/pcie@110000, using [bus 00-ff]
[ 1.688476] brcm-pcie 1000110000.pcie: MEM 0x1b80000000..0x1bffffffff -> 0x0080000000
[ 1.696781] brcm-pcie 1000110000.pcie: MEM 0x1800000000..0x1b7fffffff -> 0x0400000000
[ 1.705085] brcm-pcie 1000110000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.714568] brcm-pcie 1000110000.pcie: Forcing gen 3
[ 1.719758] brcm-pcie 1000110000.pcie: PCI host bridge to bus 0000:00
[ 1.726229] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.731736] pci_bus 0000:00: root bus resource [mem 0x1b80000000-0x1bffffffff] (bus address [0x80000000-0xffffffff])
[ 1.742307] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1b7fffffff pref] (bus address [0x400000000-0x77fffffff])
[ 1.753497] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 1.759553] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.765936] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.879082] brcm-pcie 1000110000.pcie: link up, 8.0 GT/s PCIe x1 (!SSC)
[ 1.885743] pci 0000:01:00.0: [197b:0585] type 00 class 0x010601
[ 1.891787] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x007f]
[ 1.897386] pci 0000:01:00.0: reg 0x14: [io 0x0000-0x007f]
[ 1.902983] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x007f]
[ 1.908581] pci 0000:01:00.0: reg 0x1c: [io 0x0000-0x007f]
[ 1.914178] pci 0000:01:00.0: reg 0x20: [io 0x0000-0x007f]
[ 1.919776] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
[ 1.926072] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 1.932873] pci 0000:01:00.0: PME# supported from D3hot
[ 1.938161] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.953278] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.959927] pci 0000:00:00.0: BAR 8: assigned [mem 0x1b80000000-0x1b800fffff]
[ 1.967095] pci 0000:01:00.0: BAR 6: assigned [mem 0x1b80000000-0x1b8000ffff pref]
[ 1.974696] pci 0000:01:00.0: BAR 5: assigned [mem 0x1b80010000-0x1b80011fff]
[ 1.981863] pci 0000:01:00.0: BAR 0: no space for [io size 0x0080]
[ 1.988156] pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0080]
[ 1.994796] pci 0000:01:00.0: BAR 1: no space for [io size 0x0080]
[ 2.001088] pci 0000:01:00.0: BAR 1: failed to assign [io size 0x0080]
[ 2.007730] pci 0000:01:00.0: BAR 2: no space for [io size 0x0080]
[ 2.014021] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0080]
[ 2.020662] pci 0000:01:00.0: BAR 3: no space for [io size 0x0080]
[ 2.026953] pci 0000:01:00.0: BAR 3: failed to assign [io size 0x0080]
[ 2.033594] pci 0000:01:00.0: BAR 4: no space for [io size 0x0080]
[ 2.039885] pci 0000:01:00.0: BAR 4: failed to assign [io size 0x0080]
[ 2.046526] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.051508] pci 0000:00:00.0: bridge window [mem 0x1b80000000-0x1b800fffff]
[ 2.058675] pci 0000:00:00.0: Max Payload Size set to 512/ 512 (was 128), Max Read Rq 512
[ 2.067156] pci 0000:01:00.0: Max Payload Size set to 512/ 512 (was 128), Max Read Rq 512
[ 2.075694] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.081849] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 2.087678] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 2.093382] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 2.100377] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 2.109470] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 2.117772] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 2.126077] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 2.134382] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 2.143726] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 2.148742] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0001:00
[ 2.155210] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.160717] pci_bus 0001:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 2.171287] pci_bus 0001:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 2.182479] pci 0001:00:00.0: [14e4:2712] type 01 class 0x060400
[ 2.188536] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 2.194883] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.307084] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 2.313744] pci 0001:01:00.0: [1de4:0001] type 00 class 0x020000
[ 2.319785] pci 0001:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 2.326082] pci 0001:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 2.332378] pci 0001:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 2.338736] pci 0001:01:00.0: supports D1
[ 2.342757] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.359089] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.365736] pci 0001:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 2.372907] pci 0001:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 2.380080] pci 0001:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 2.387247] pci 0001:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 2.394414] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 2.399396] pci 0001:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 2.406565] pci 0001:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 2.415053] pci 0001:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 2.423590] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[ 2.429740] pcieport 0001:00:00.0: PME: Signaling with IRQ 39
[ 2.435564] pcieport 0001:00:00.0: AER: enabled with IRQ 39
[ 2.441239] rp1 0001:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 2.450328] rp1 0001:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 2.459595] rp1 0001:01:00.0: enabling device (0000 -> 0002)
[ 2.466159] rp1 0001:01:00.0: chip_id 0x20001927
[ 2.475729] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 101
[ 2.504110] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (2c:cf:67:c6:7e:76)
[ 2.515005] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 2.523583] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.528660] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 2.536357] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 2.545366] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000
[ 2.551207] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.556279] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 2.563533] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 2.569699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 2.578003] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.585260] usb usb1: Product: xHCI Host Controller
[ 2.590156] usb usb1: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 2.596709] usb usb1: SerialNumber: xhci-hcd.0
[ 2.601290] hub 1-0:1.0: USB hub found
[ 2.605066] hub 1-0:1.0: 2 ports detected
[ 2.609226] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 2.617529] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.624784] usb usb2: Product: xHCI Host Controller
[ 2.629679] usb usb2: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 2.636302] usb usb2: SerialNumber: xhci-hcd.0
[ 2.640872] hub 2-0:1.0: USB hub found
[ 2.644656] hub 2-0:1.0: 1 port detected
[ 2.648897] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.654091] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 2.661790] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 2.670904] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000
[ 2.676742] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.681815] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 2.689173] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 2.695332] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 2.703735] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.710988] usb usb3: Product: xHCI Host Controller
[ 2.715883] usb usb3: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 2.722536] usb usb3: SerialNumber: xhci-hcd.1
[ 2.727100] hub 3-0:1.0: USB hub found
[ 2.730869] hub 3-0:1.0: 2 ports detected
[ 2.735024] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 2.743431] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.750687] usb usb4: Product: xHCI Host Controller
[ 2.755681] usb usb4: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 2.762337] usb usb4: SerialNumber: xhci-hcd.1
[ 2.766883] hub 4-0:1.0: USB hub found
[ 2.770655] hub 4-0:1.0: 1 port detected
[ 2.775421] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.783774] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.791967] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.800067] platform 1000800000.codec: Adding to iommu group 0
[ 2.805938] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.814254] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.822569] platform 1000880000.pisp_be: Adding to iommu group 0
[ 2.828725] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.836689] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.844833] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 2.852010] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.860533] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 2.867896] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 2.875275] platform axi:gpu: Adding to iommu group 1
[ 2.880374] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 2.887562] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 2.894717] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.903059] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 2.910894] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 2.910982] of_cfs_init
[ 2.918455] of_cfs_init: OK
[ 2.921313] clk: Disabling unused clocks
[ 2.954140] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 2.965283] Freeing unused kernel memory: 5056K
[ 2.969888] Run /init as init process
[ 2.973560] with arguments:
[ 2.973561] /init
[ 2.973563] with environment:
[ 2.973564] HOME=/
[ 2.973566] TERM=linux
[ 2.973567] cgroup_memory=1
[ 2.987159] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 3.015471] usb 2-1: New USB device found, idVendor=152d, idProduct=0562, bcdDevice= 2.14
[ 3.024255] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.031577] usb 2-1: Product: JMicron
[ 3.035344] usb 2-1: Manufacturer: JMicron
[ 3.039545] usb 2-1: SerialNumber: DD564198839D4
[ 3.047945] scsi host0: uas
[ 3.051268] scsi 0:0:0:0: Direct-Access JM icron Tech 0214 PQ: 0 ANSI: 6
[ 4.550810] sd 0:0:0:0: [sda] 28131328 512-byte logical blocks: (14.4 GB/13.4 GiB)
[ 4.558433] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 4.563842] sd 0:0:0:0: [sda] Write Protect is off
[ 4.568654] sd 0:0:0:0: [sda] Mode Sense: 5f 00 00 08
[ 4.568884] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.591184] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 4.620683] usb 4-1: New USB device found, idVendor=0bda, idProduct=8151, bcdDevice=31.04
[ 4.628917] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 4.636098] usb 4-1: Product: USB 10/100/1G/2.5G LAN
[ 4.641093] usb 4-1: Manufacturer: Realtek
[ 4.641099] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 4.645201] usb 4-1: SerialNumber: 401000001
[ 4.645208] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[ 4.652732] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 4.673539] scsi host1: usb-storage 4-1:1.0
[ 4.678287] sda: sda1 sda2
[ 4.681217] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.773890] EXT4-fs (sda2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
[ 4.912138] NET: Registered PF_INET6 protocol family
[ 4.917490] Segment Routing with IPv6
[ 4.921181] In-situ OAM (IOAM) with IPv6
[ 4.939424] systemd[1]: systemd 252.36-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.972281] systemd[1]: Detected architecture arm64.
[ 4.979346] systemd[1]: Hostname set to <k5>.
[ 5.038016] uart-pl011 107d001000.serial: no DMA platform data
[ 5.147347] systemd[1]: Queued start job for default target multi-user.target.
[ 5.176050] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 5.183950] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 5.192287] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 5.201554] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 5.210696] systemd[1]: Created slice user.slice - User and Session Slice.
[ 5.217734] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 5.228947] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 5.239679] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 5.252332] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-4f926882\x2d01.device - /dev/disk/by-partuuid/4f926882-01...
[ 5.263734] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 5.271127] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 5.278874] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 5.287855] systemd[1]: Reached target paths.target - Path Units.
[ 5.294040] systemd[1]: Reached target slices.target - Slice Units.
[ 5.300397] systemd[1]: Reached target swap.target - Swaps.
[ 5.306051] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 5.314571] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 5.322888] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 5.330824] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 5.339674] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 5.348729] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 5.357214] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 5.366306] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 5.373894] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 5.382186] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.390354] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.419207] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.428301] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.437299] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.445519] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.461442] systemd[1]: Finished blk-availability.service - Availability of block devices.
[ 5.471288] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 5.481293] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.491332] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.502003] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 5.516215] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
[ 5.526400] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 5.536309] systemd[1]: Starting [email protected] - Load Kernel Module drm...
[ 5.544693] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
[ 5.545645] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.563556] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
[ 5.572900] systemd[1]: Starting [email protected] - Load Kernel Module loop...
[ 5.580816] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 5.581223] fuse: init (API version 7.39)
[ 5.602497] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.611921] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.621426] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.632327] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.642881] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 5.650855] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 5.655545] EXT4-fs (sda2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w. Quota mode: none.
[ 5.668672] systemd[1]: Started systemd-journald.service - Journal Service.
[ 5.699579] scsi 1:0:0:0: CD-ROM Realtek USB CD-ROM 2.00 PQ: 0 ANSI: 0
[ 5.724392] systemd-journald[307]: Received client request to flush runtime journal.
[ 5.879992] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.880098] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 5.930270] sr 1:0:0:0: [sr0] scsi-1 drive
[ 5.930281] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.955479] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.973852] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 5.982336] mc: Linux media interface: v0.10
[ 5.994633] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 5.995669] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 5.997375] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 5.997497] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 5.997572] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 5.997957] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 5.998026] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 5.998114] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 5.998243] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 5.998314] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 6.023115] videodev: Linux video capture interface: v2.00
[ 6.048422] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 6.055631] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 6.055780] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 6.073409] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 6.079639] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.084149] libata version 3.00 loaded.
[ 6.088364] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 6.098335] pispbe 1000880000.pisp_be: Runtime PM usage count underflow!
[ 6.107054] ahci 0000:01:00.0: version 3.0
[ 6.111426] ahci 0000:01:00.0: enabling device (0000 -> 0002)
[ 6.111622] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[ 6.111681] ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[ 6.111687] ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
[ 6.111769] rpivid 1000800000.codec: Device registered as /dev/video19
[ 6.152017] scsi host2: ahci
[ 6.156730] scsi host3: ahci
[ 6.219254] scsi host4: ahci
[ 6.228639] scsi host5: ahci
[ 6.228939] scsi host6: ahci
[ 6.229005] ata1: SATA max UDMA/133 abar m8192@0x1b80010000 port 0x1b80010100 irq 171
[ 6.229009] ata2: SATA max UDMA/133 abar m8192@0x1b80010000 port 0x1b80010180 irq 171
[ 6.229011] ata3: SATA max UDMA/133 abar m8192@0x1b80010000 port 0x1b80010200 irq 171
[ 6.229014] ata4: SATA max UDMA/133 abar m8192@0x1b80010000 port 0x1b80010280 irq 171
[ 6.229016] ata5: SATA max UDMA/133 abar m8192@0x1b80010000 port 0x1b80010300 irq 171
[ 6.703105] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.704228] ata1.00: ATA-9: Generi Loader SATA Device, 00000000, max UDMA/133
[ 6.704233] ata1.00: 512 sectors, multi 0: LBA
[ 6.705822] ata1.00: configured for UDMA/133
[ 6.705938] scsi 2:0:0:0: Direct-Access ATA Generi Loader SA 0000 PQ: 0 ANSI: 5
[ 6.706191] sd 2:0:0:0: [sdb] 512 512-byte logical blocks: (262 kB/256 KiB)
[ 6.706199] sd 2:0:0:0: [sdb] Write Protect is off
[ 6.706202] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 6.706211] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 6.706223] sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 6.706473] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 6.707207] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 7.183088] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 7.183146] ata2.00: ATA-11: TEAM T2534TB, N4PA30A8, max UDMA/133
[ 7.223297] ata2.00: 8001573552 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 7.359504] ata2.00: configured for UDMA/133
[ 7.359606] scsi 3:0:0:0: Direct-Access ATA TEAM T2534TB 30A8 PQ: 0 ANSI: 5
[ 7.359829] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 7.359972] sd 3:0:0:0: [sdc] 8001573552 512-byte logical blocks: (4.10 TB/3.73 TiB)
[ 7.359980] sd 3:0:0:0: [sdc] Write Protect is off
[ 7.359983] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 7.359993] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.360021] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 7.360779] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 7.835090] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 7.835145] ata3.00: ATA-11: TEAM T2534TB, N4PA30A8, max UDMA/133
[ 7.874585] ata3.00: 8001573552 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 8.003950] ata3.00: configured for UDMA/133
[ 8.004049] scsi 4:0:0:0: Direct-Access ATA TEAM T2534TB 30A8 PQ: 0 ANSI: 5
[ 8.004266] sd 4:0:0:0: Attached scsi generic sg4 type 0
[ 8.004416] sd 4:0:0:0: [sdd] 8001573552 512-byte logical blocks: (4.10 TB/3.73 TiB)
[ 8.004425] sd 4:0:0:0: [sdd] Write Protect is off
[ 8.004427] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 8.004435] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.004446] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[ 8.005211] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 8.479087] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 8.479491] ata4.00: supports DRM functions and may not be fully accessible
[ 8.479493] ata4.00: ATA-9: HUH721212ALE601, LEGL0002, max UDMA/133
[ 8.487387] ata4.00: 23437770752 sectors, multi 0: LBA48 NCQ (depth 32), AA
[ 8.489472] ata4.00: Features: Trust NCQ-sndrcv NCQ-prio
[ 8.492653] ata4.00: supports DRM functions and may not be fully accessible
[ 8.502963] ata4.00: configured for UDMA/133
[ 8.513106] scsi 5:0:0:0: Direct-Access ATA HUH721212ALE601 0002 PQ: 0 ANSI: 5
[ 8.513320] sd 5:0:0:0: Attached scsi generic sg5 type 0
[ 8.513458] sd 5:0:0:0: [sde] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[ 8.513461] sd 5:0:0:0: [sde] 4096-byte physical blocks
[ 8.513468] sd 5:0:0:0: [sde] Write Protect is off
[ 8.513470] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 8.513479] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.513500] sd 5:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
[ 8.528389] sd 5:0:0:0: [sde] Attached SCSI disk
[ 8.825195] ata5: SATA link down (SStatus 0 SControl 300)
[ 8.859354] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 8.861587] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 8.862834] Registered IR keymap rc-cec
[ 8.862947] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 8.863010] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 8.867946] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input2
[ 8.869564] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 8.873598] Registered IR keymap rc-cec
[ 8.873658] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 8.873716] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input3
[ 8.875372] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input4
[ 8.875526] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 8.875751] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 8.875884] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 8.878007] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 8.878753] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 8.880443] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 8.882857] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 8.884748] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 8.886602] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 9.005861] Adding 524272k swap on /var/swap. Priority:-2 extents:9 across:2129920k SS
[ 9.220431] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 9.220439] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 9.223143] pps pps0: new PPS source ptp0
[ 9.223291] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 13.316224] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
[ 37.019236] systemd[767]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 584.635479] usb 4-1: USB disconnect, device number 2
[ 586.352515] usb 4-1: new SuperSpeed USB device number 3 using xhci-hcd
[ 586.384008] usb 4-1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.04
[ 586.384013] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 586.384016] usb 4-1: Product: USB 10/100/1G/2.5G LAN
[ 586.384019] usb 4-1: Manufacturer: Realtek
[ 586.384021] usb 4-1: SerialNumber: 401000001
[ 587.050555] r8152-cfgselector 4-1: reset SuperSpeed USB device number 3 using xhci-hcd
[ 587.227556] r8152 4-1:1.0: load rtl8156b-2 v3 10/20/23 successfully
[ 587.314892] r8152 4-1:1.0 eth1: v1.12.13
[ 587.327449] usbcore: registered new interface driver cdc_ether
[ 587.329934] usbcore: registered new interface driver cdc_ncm
[ 587.332914] usbcore: registered new interface driver cdc_wdm
[ 587.334100] usbcore: registered new interface driver cdc_mbim
[ 590.907405] r8152 4-1:1.0 eth1: carrier on
~584 is when it was unplugged, and plugged back in.
This seems to be a workaround.
sudo cat << EOF | sudo tee /etc/systemd/system/usbfix.service
[Unit]
Description=Fixes some usb issues
[Service]
ExecStart=/usr/sbin/usb_modeswitch -v 0bda -p 8151 -R
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload
sudo systemctl enable --now usbfix
Odd! Seems like the USB controller is just not happy on boot, for some reason. I haven't encountered that issue, and right now I'm running the same Pluggable 2.5G adapter.