Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5045

Troubleshooting • Re: 2.5 GBE adapter problems

$
0
0
I seem to recall these devices/the drivers don't advertise >1gbit by default because they exceed the 2.5W for a downstream USB-A port. What's in dmesg and lsmod?

Code:

$ dmesg[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083][    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (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.62-1+rpt1 (2024-11-25)[    0.000000] KASLR enabled[    0.000000] random: crng init done[    0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4[    0.000000] efi: UEFI not found.[    0.000000] Reserved memory: created CMA memory pool at 0x000000000e400000, size 512 MiB[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[    0.000000] OF: reserved mem: 0x000000000e400000..0x000000002e3fffff (524288 KiB) map reusable linux,cma[    0.000000] OF: reserved mem: 0x000000003ee653c0..0x000000003ee655bf (0 KiB) nomap non-reusable nvram@1[    0.000000] OF: reserved mem: 0x000000003ee65600..0x000000003ee65635 (0 KiB) nomap non-reusable nvram@0[    0.000000] NUMA: No NUMA configuration found[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff][    0.000000] NUMA: NODE_DATA [mem 0x1fefef3c0-0x1feff1fff][    0.000000] Zone ranges:[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fffffff][    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000ffffffff][    0.000000]   Normal   [mem 0x0000000100000000-0x00000001ffffffff][    0.000000] Movable zone start for each node[    0.000000] Early memory node ranges[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b2fffff][    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff][    0.000000]   node   0: [mem 0x0000000100000000-0x00000001ffffffff][    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff][    0.000000] On node 0, zone DMA32: 19712 pages in unavailable ranges[    0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges[    0.000000] percpu: Embedded 30 pages/cpu s85928 r8192 d28760 u122880[    0.000000] pcpu-alloc: s85928 r8192 d28760 u122880 alloc=30*4096[    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: Spectre-v2[    0.000000] CPU features: detected: Spectre-v3a[    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: ARM erratum 1742098[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923[    0.000000] alternatives: applying boot alternatives[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:B4:B4:A6 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=946a5a8c-02 rootfstype=ext4 fsck.repair=yes rootwait ipv6.disable=1[    0.000000] cgroup: Disabling memory control group subsystem[    0.000000] mempolicy: NUMA default policy overridden to 'interleave:0'[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)[    0.000000] Fallback order for Node 0: 0[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2028596[    0.000000] Policy zone: Normal[    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 0x0000000037300000-0x000000003b300000] (64MB)[    0.000000] Memory: 7455612K/8244224K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 264324K reserved, 524288K cma-reserved)[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1[    0.000000] ftrace: allocating 43495 entries in 170 pages[    0.000000] ftrace: allocated 170 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.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns[    0.000339] Console: colour dummy device 80x25[    0.000356] printk: console [tty1] enabled[    0.001101] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)[    0.001137] pid_max: default: 32768 minimum: 301[    0.001221] LSM: initializing lsm=capability,integrity[    0.001496] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)[    0.001629] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)[    0.003802] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.003987] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.004136] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.004413] rcu: Hierarchical SRCU implementation.[    0.004432] rcu:     Max phase no-delay instances is 1000.[    0.006334] EFI services will not be available.[    0.006664] smp: Bringing up secondary CPUs ...[    0.007309] Detected PIPT I-cache on CPU1[    0.007434] CPU1: Booted secondary processor 0x0000000001 [0x410fd083][    0.008179] Detected PIPT I-cache on CPU2[    0.008271] CPU2: Booted secondary processor 0x0000000002 [0x410fd083][    0.008938] Detected PIPT I-cache on CPU3[    0.009028] CPU3: Booted secondary processor 0x0000000003 [0x410fd083][    0.009127] smp: Brought up 1 node, 4 CPUs[    0.009205] SMP: Total of 4 processors activated.[    0.009222] CPU features: detected: 32-bit EL0 Support[    0.009235] CPU features: detected: 32-bit EL1 Support[    0.009252] CPU features: detected: CRC32 instructions[    0.009359] CPU: All CPU(s) started at EL2[    0.009383] alternatives: applying system-wide alternatives[    0.012060] devtmpfs: initialized[    0.022174] Enabled cp15_barrier support[    0.022228] Enabled setend support[    0.022399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[    0.022439] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)[    0.035999] pinctrl core: initialized pinctrl subsystem[    0.036677] DMI not present or invalid.[    0.037188] NET: Registered PF_NETLINK/PF_ROUTE protocol family[    0.039076] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations[    0.039360] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations[    0.039813] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations[    0.039898] audit: initializing netlink subsys (disabled)[    0.040131] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1[    0.040672] thermal_sys: Registered thermal governor 'step_wise'[    0.040724] cpuidle: using governor menu[    0.040969] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[    0.041096] ASID allocator initialised with 32768 entries[    0.042077] Serial: AMBA PL011 UART driver[    0.048861] bcm2835-mbox fe00b880.mailbox: mailbox enabled[    0.060221] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:52:28, variant start[    0.064221] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398[    0.074913] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL[    0.074943] Modules: 0 pages in range for non-PLT usage[    0.074949] Modules: 517760 pages in range for PLT usage[    0.081547] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1[    0.083337] iommu: Default domain type: Translated[    0.083359] iommu: DMA domain TLB invalidation policy: strict mode[    0.085059] SCSI subsystem initialized[    0.085254] usbcore: registered new interface driver usbfs[    0.085302] usbcore: registered new interface driver hub[    0.085357] usbcore: registered new device driver usb[    0.085733] pps_core: LinuxPPS API ver. 1 registered[    0.085751] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[    0.085782] PTP clock support registered[    0.086849] vgaarb: loaded[    0.087312] clocksource: Switched to clocksource arch_sys_counter[    1.112633] VFS: Disk quotas dquot_6.6.0[    1.112710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)[    1.112833] FS-Cache: Loaded[    1.113081] CacheFiles: Loaded[    1.121309] NET: Registered PF_INET protocol family[    1.122217] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)[    1.130935] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)[    1.131055] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)[    1.131093] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)[    1.131569] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)[    1.134047] TCP: Hash tables configured (established 65536 bind 65536)[    1.134599] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)[    1.134941] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)[    1.135070] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)[    1.135411] NET: Registered PF_UNIX/PF_LOCAL protocol family[    1.136016] RPC: Registered named UNIX socket transport module.[    1.136041] RPC: Registered udp transport module.[    1.136055] RPC: Registered tcp transport module.[    1.136068] RPC: Registered tcp-with-tls transport module.[    1.136082] RPC: Registered tcp NFSv4.1 backchannel transport module.[    1.136122] PCI: CLS 0 bytes, default 64[    1.136733] Trying to unpack rootfs image as initramfs...[    1.139469] kvm [1]: IPA Size Limit: 44 bits[    1.140735] kvm [1]: vgic interrupt IRQ9[    1.140800] kvm [1]: Hyp mode initialized successfully[    1.142585] Initialise system trusted keyrings[    1.142950] workingset: timestamp_bits=42 max_order=21 bucket_order=0[    1.143038] zbud: loaded[    1.143856] NFS: Registering the id_resolver key type[    1.143907] Key type id_resolver registered[    1.143922] Key type id_legacy registered[    1.143958] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    1.143978] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...[    1.144696] Key type asymmetric registered[    1.144726] Asymmetric key parser 'x509' registered[    1.144795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)[    1.145050] io scheduler mq-deadline registered[    1.145074] io scheduler kyber registered[    1.145125] io scheduler bfq registered[    1.146060] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 23)[    1.149287] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: yes[    1.151802] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:[    1.151863] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff][    1.151919] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x067fffffff -> 0x0080000000[    1.151968] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000[    1.153216] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00[    1.153262] pci_bus 0000:00: root bus resource [bus 00-ff][    1.153287] pci_bus 0000:00: root bus resource [mem 0x600000000-0x67fffffff] (bus address [0x80000000-0xffffffff])[    1.153356] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400[    1.153460] pci 0000:00:00.0: PME# supported from D0 D3hot[    1.157258] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    1.157490] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator[    1.157670] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator[    1.157741] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator[    1.265452] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)[    1.265571] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330[    1.265624] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit][    1.265793] pci 0000:01:00.0: PME# supported from D0 D3hot[    1.275454] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01[    1.275538] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff][    1.275568] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit][    1.275605] pci 0000:00:00.0: PCI bridge to [bus 01][    1.275626] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff][    1.275956] pcieport 0000:00:00.0: enabling device (0000 -> 0002)[    1.276179] pcieport 0000:00:00.0: PME: Signaling with IRQ 27[    1.276554] pcieport 0000:00:00.0: AER: enabled with IRQ 27[    1.276988] brcm-pcie fd500000.pcie: clkreq control enabled[    1.285507] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled[    1.287946] iproc-rng200 fe104000.rng: hwrng registered[    1.288274] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)[    1.301199] brd: module loaded[    1.308540] loop: module loaded[    1.309260] Loading iSCSI transport class v2.0-870.[    1.313823] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000[    1.704774] Freeing initrd memory: 11544K[    1.875390] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus[    1.876494] usbcore: registered new device driver r8152-cfgselector[    1.876547] usbcore: registered new interface driver r8152[    1.876590] usbcore: registered new interface driver lan78xx[    1.876632] usbcore: registered new interface driver smsc95xx[    1.923884] xhci_hcd 0000:01:00.0: xHCI Host Controller[    1.923927] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1[    1.925803] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0300240000000890[    1.926624] xhci_hcd 0000:01:00.0: xHCI Host Controller[    1.926653] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2[    1.926683] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed[    1.926949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06[    1.926979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    1.927001] usb usb1: Product: xHCI Host Controller[    1.927018] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 xhci-hcd[    1.927036] usb usb1: SerialNumber: 0000:01:00.0[    1.927668] hub 1-0:1.0: USB hub found[    1.927720] hub 1-0:1.0: 1 port detected[    1.928305] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06[    1.928335] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    1.928357] usb usb2: Product: xHCI Host Controller[    1.928373] usb usb2: Manufacturer: Linux 6.6.62+rpt-rpi-v8 xhci-hcd[    1.928391] usb usb2: SerialNumber: 0000:01:00.0[    1.928861] hub 2-0:1.0: USB hub found[    1.928919] hub 2-0:1.0: 4 ports detected[    1.929806] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)[    1.929928] dwc_otg: FIQ enabled[    1.929935] dwc_otg: NAK holdoff enabled[    1.929941] dwc_otg: FIQ split-transaction FSM enabled[    1.929950] Module dwc_common_port init[    1.930631] usbcore: registered new interface driver uas[    1.930697] usbcore: registered new interface driver usb-storage[    1.931148] mousedev: PS/2 mouse device common for all mice[    1.934658] sdhci: Secure Digital Host Controller Interface driver[    1.934690] sdhci: Copyright(c) Pierre Ossman[    1.934924] sdhci-pltfm: SDHCI platform and OF driver helper[    1.941712] ledtrig-cpu: registered to indicate activity on CPUs[    1.941923] hid: raw HID events driver (C) Jiri Kosina[    1.941973] usbcore: registered new interface driver usbhid[    1.941979] usbhid: USB HID core driver[    1.944516] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available[    1.945077] NET: Registered PF_PACKET protocol family[    1.945126] Key type dns_resolver registered[    1.959961] registered taskstats version 1[    1.960105] Loading compiled-in X.509 certificates[    1.964467] Key type .fscrypt registered[    1.964492] Key type fscrypt-provisioning registered[    1.968389] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer[    1.968511] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver[    1.968610] uart-pl011 fe201000.serial: there is not valid maps for state default[    1.968736] uart-pl011 fe201000.serial: cts_event_workaround enabled[    1.968915] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2[    1.968997] printk: console [ttyAMA0] enabled[    3.517856] of_cfs_init[    3.520398] of_cfs_init: OK[    3.523330] clk: Disabling unused clocks[    3.559495] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA[    3.574370] Freeing unused kernel memory: 4864K[    3.579044] Run /init as init process[    3.582718]   with arguments:[    3.582721]     /init[    3.582724]   with environment:[    3.582726]     HOME=/[    3.582729]     TERM=linux[    3.651354] usb 1-1: new high-speed USB device number 2 using xhci_hcd[    3.804987] brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode[    3.812905] brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode[    3.819661] bcmgenet fd580000.ethernet end0: renamed from eth0[    3.826265] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21[    3.834507] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0[    3.841694] usb 1-1: Product: USB2.0 Hub[    3.847264] hub 1-1:1.0: USB hub found[    3.854154] hub 1-1:1.0: 4 ports detected[    3.955935] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd[    3.987724] usb 2-1: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=20.01[    3.995949] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3[    4.003110] usb 2-1: Product: RTL9210[    4.006791] usb 2-1: Manufacturer: Realtek[    4.010906] usb 2-1: SerialNumber: 012345678904[    4.018920] usb 2-1: Enable of device-initiated U1 failed.[    4.025089] usb 2-1: Enable of device-initiated U2 failed.[    4.151340] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd[    4.257940] usb 1-1.2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63[    4.266338] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0[    4.273676] usb 1-1.2: Product: USB2.1 Hub[    4.277790] usb 1-1.2: Manufacturer: GenesysLogic[    4.566950] usb 2-1: Enable of device-initiated U1 failed.[    4.573249] usb 2-1: Enable of device-initiated U2 failed.[    4.580250] hub 1-1.2:1.0: USB hub found[    4.584614] hub 1-1.2:1.0: 4 ports detected[    4.599498] scsi host0: uas[    4.605983] scsi 0:0:0:0: Direct-Access     Realtek  RTL9210 NVME     1.00 PQ: 0 ANSI: 6[    4.658517] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)[    4.667846] sd 0:0:0:0: [sda] Write Protect is off[    4.672661] sd 0:0:0:0: [sda] Mode Sense: 37 00 00 08[    4.675698] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA[    4.732683] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes[    4.739073] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes[    4.763610]  sda: sda1 sda2[    4.766906] sd 0:0:0:0: [sda] Attached SCSI disk[    4.899345] usb 1-1.2.1: new high-speed USB device number 4 using xhci_hcd[    5.028598] usb 1-1.2.1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.04[    5.037167] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6[    5.044682] usb 1-1.2.1: Product: USB 10/100/1G/2.5G LAN[    5.050015] usb 1-1.2.1: Manufacturer: Realtek[    5.054476] usb 1-1.2.1: SerialNumber: 4013000001[    5.167659] r8152-cfgselector 1-1.2.1: reset high-speed USB device number 4 using xhci_hcd[    5.317305] r8152 1-1.2.1:1.0: ram code speedup mode fail[    5.322724] r8152 1-1.2.1:1.0: load rtl8156b-2 v2 04/27/23 successfully[    5.368212] r8152 1-1.2.1:1.0 eth0: v1.12.13[    5.381247] usbcore: registered new interface driver cdc_ether[    5.386335] r8152 1-1.2.1:1.0 enx00e04c680033: renamed from eth0[    5.393422] usbcore: registered new interface driver cdc_ncm[    6.797611] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.[    7.001292] systemd[1]: System time before build time, advancing clock.[    7.077559] IPv6: Loaded, but administratively disabled, reboot required to enable[    7.108678] systemd[1]: systemd 252.31-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)[    7.141427] systemd[1]: Detected architecture arm64.[    7.150620] systemd[1]: Hostname set to <lamppi4>.[    7.248622] uart-pl011 fe201000.serial: no DMA platform data[    7.469510] systemd[1]: Queued start job for default target multi-user.target.[    7.497415] systemd[1]: Created slice system-ethtool.slice - Slice /system/ethtool.[    7.506421] systemd[1]: Created slice system-getty.slice - Slice /system/getty.[    7.514968] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.[    7.523706] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.[    7.533143] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.[    7.542328] systemd[1]: Created slice user.slice - User and Session Slice.[    7.549566] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.[    7.560837] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.[    7.571715] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.[    7.584387] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-946a5a8c\x2d01.device - /dev/disk/by-partuuid/946a5a8c-01...[    7.595778] systemd[1]: Expecting device dev-ttyAMA0.device - /dev/ttyAMA0...[    7.603010] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.[    7.610787] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.[    7.619804] systemd[1]: Reached target paths.target - Path Units.[    7.626014] systemd[1]: Reached target slices.target - Slice Units.[    7.632379] systemd[1]: Reached target swap.target - Swaps.[    7.638069] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.[    7.646784] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.[    7.655700] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.[    7.664977] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.[    7.673616] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).[    7.682813] systemd[1]: Listening on systemd-journald.socket - Journal Socket.[    7.691146] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.[    7.699585] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.[    7.707895] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).[    7.743678] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...[    7.755817] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...[    7.765947] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...[    7.774367] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).[    7.792514] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...[    7.803870] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...[    7.814804] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...[    7.826555] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...[    7.837697] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...[    7.848652] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...[    7.858266] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com[    7.858892] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...[    7.878052] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...[    7.888328] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...[    7.896508] 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).[    7.916122] fuse: init (API version 7.39)[    7.916933] systemd[1]: Starting systemd-journald.service - Journal Service...[    7.930991] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...[    7.941797] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...[    7.954051] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...[    7.968761] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.[    7.977175] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.[    7.985387] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.[    7.995411] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.[    8.004665] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.[    8.008566] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w. Quota mode: none.[    8.024061] systemd[1]: Started systemd-journald.service - Journal Service.[    8.098146] systemd-journald[267]: Received client request to flush runtime journal.[    8.109321] systemd-journald[267]: File /var/log/journal/4c34030c5e404f5fa50c7f3b6c3dea74/system.journal corrupted or uncleanly shut down, renaming and replacing.[    8.611051] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000[    8.611566] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem[    8.635081] mc: Linux media interface: v0.10[    8.637403] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.[    8.658472] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.[    8.671193] videodev: Linux video capture interface: v2.00[    8.673887] bcm2835_vc_sm_cma_probe: Videocore shared memory driver[    8.673905] [vc_sm_connected_init]: start[    8.674300] bcm2835_audio bcm2835_audio: card created with 8 channels[    8.682172] sd 0:0:0:0: Attached scsi generic sg0 type 0[    8.739459] [vc_sm_connected_init]: installed successfully[    8.752306] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.[    8.755980] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.[    8.762272] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.[    8.763035] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.[    8.770643] rpivid feb10000.codec: Device registered as /dev/video19[    8.786618] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.[    8.815793] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13[    8.816050] bcm2835-codec bcm2835-codec: Device registered as /dev/video10[    8.816073] bcm2835-codec bcm2835-codec: Loaded V4L2 decode[    8.827606] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14[    8.847672] bcm2835-codec bcm2835-codec: Device registered as /dev/video11[    8.847700] bcm2835-codec bcm2835-codec: Loaded V4L2 encode[    8.855349] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15[    8.857580] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16[    8.857604] bcm2835-isp bcm2835-isp: Register output node 0 with media controller[    8.857611] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller[    8.857616] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller[    8.857621] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller[    8.859444] bcm2835-codec bcm2835-codec: Device registered as /dev/video12[    8.859484] bcm2835-codec bcm2835-codec: Loaded V4L2 isp[    8.861752] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20[    8.863590] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21[    8.927192] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22[    8.927398] bcm2835-codec bcm2835-codec: Device registered as /dev/video18[    8.927420] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx[    8.927512] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23[    8.927525] bcm2835-isp bcm2835-isp: Register output node 0 with media controller[    8.927532] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller[    8.927541] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller[    8.927548] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller[    8.927812] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp[    8.929378] bcm2835-codec bcm2835-codec: Device registered as /dev/video31[    8.929404] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image[    8.976965] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0[    9.133693] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])[    9.134637] Registered IR keymap rc-cec[    9.134740] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0[    9.134827] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0[    9.140426] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/fef00700.hdmi/sound/card1/input1[    9.140761] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])[    9.162332] Registered IR keymap rc-cec[    9.162465] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1[    9.162578] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input2[    9.166818] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/fef05700.hdmi/sound/card2/input3[    9.168946] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])[    9.170872] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])[    9.171122] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])[    9.172028] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])[    9.173726] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])[    9.174016] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])[    9.187684] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])[    9.191682] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1[    9.191984] vc4-drm gpu: [drm] Cannot find any crtc or sizes[    9.196903] vc4-drm gpu: [drm] Cannot find any crtc or sizes[    9.197043] vc4-drm gpu: [drm] Cannot find any crtc or sizes[    9.629484] Adding 204796k swap on /var/swap.  Priority:-2 extents:11 across:1951391744k SS[   10.035825] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)[   10.036496] bcmgenet fd580000.ethernet end0: Link is Down[   10.311411] r8152 1-1.2.1:1.0 enx00e04c680033: carrier on[   16.456920] r8152 1-1.2.1:1.0 enx00e04c680033: carrier off[   20.298787] r8152 1-1.2.1:1.0 enx00e04c680033: carrier on[   42.623901] systemd[769]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set

Code:

$ lsmodModule                  Size  Used byrfkill                 32768  1binfmt_misc            16384  1vc4                   380928  4snd_soc_hdmi_codec     20480  2v3d                    90112  0drm_display_helper     16384  1 vc4gpu_sched              49152  1 v3dcec                    53248  1 vc4drm_dma_helper         24576  2 vc4bcm2835_v4l2           40960  0drm_shmem_helper       24576  1 v3ddrm_kms_helper        212992  2 drm_dma_helper,vc4bcm2835_isp            28672  0bcm2835_codec          45056  0bcm2835_mmal_vchiq     36864  3 bcm2835_codec,bcm2835_v4l2,bcm2835_isprpivid_hevc            45056  0v4l2_mem2mem           45056  2 bcm2835_codec,rpivid_hevcvideobuf2_dma_contig    16384  3 bcm2835_codec,rpivid_hevc,bcm2835_ispvideobuf2_vmalloc      12288  1 bcm2835_v4l2snd_soc_core          286720  2 vc4,snd_soc_hdmi_codecvideobuf2_memops       12288  2 videobuf2_vmalloc,videobuf2_dma_contigraspberrypi_hwmon      12288  0snd_compress           16384  1 snd_soc_corevideobuf2_v4l2         32768  5 bcm2835_codec,bcm2835_v4l2,rpivid_hevc,v4l2_mem2mem,bcm2835_ispsnd_pcm_dmaengine      16384  1 snd_soc_corevideodev              303104  6 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,rpivid_hevc,v4l2_mem2mem,bcm2835_ispsnd_bcm2835            24576  0snd_pcm               139264  5 snd_bcm2835,snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd_pcm_dmaenginevideobuf2_common       69632  9 bcm2835_codec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,bcm2835_v4l2,rpivid_hevc,v4l2_mem2mem,videobuf2_memops,bcm2835_ispvc_sm_cma              28672  2 bcm2835_mmal_vchiq,bcm2835_ispsg                     32768  0mc                     61440  7 videodev,bcm2835_codec,videobuf2_v4l2,videobuf2_common,rpivid_hevc,v4l2_mem2mem,bcm2835_ispraspberrypi_gpiomem    12288  0snd_timer              36864  1 snd_pcmsnd                   110592  6 snd_bcm2835,snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcmnvmem_rmem             12288  0uio_pdrv_genirq        12288  0uio                    20480  1 uio_pdrv_genirqdrm                   643072  8 gpu_sched,drm_kms_helper,drm_dma_helper,v3d,vc4,drm_shmem_helper,drm_display_helperfuse                  139264  1drm_panel_orientation_quirks    28672  1 drmbacklight              24576  2 drm_kms_helper,drmdm_mod                143360  0ip_tables              32768  0x_tables               49152  1 ip_tablesipv6                  569344  0cdc_ncm                32768  0cdc_ether              16384  1 cdc_ncmi2c_brcmstb            12288  0

Statistics: Posted by NickJP — Wed Dec 11, 2024 8:28 am



Viewing all articles
Browse latest Browse all 5045

Trending Articles