WalterHWhite

USB-weirdness

Jun 18th, 2025
33
0
19 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.54 KB | None | 0 0
  1. root@theta:~# lsusb
  2. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  3. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. root@theta:~# ls -l /dev/sd*
  5. ls: cannot access '/dev/sd*': No such file or directory
  6. root@theta:~# dmesg
  7. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  8. [ 0.000000] Linux version 6.1.0-37-arm64 ([email protected]) (gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Debian 6.1.140-1 (2025-05-22)
  9. [ 0.000000] random: crng init done
  10. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
  11. [ 0.000000] efi: UEFI not found.
  12. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB
  13. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  14. [ 0.000000] NUMA: No NUMA configuration found
  15. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
  16. [ 0.000000] NUMA: NODE_DATA [mem 0x1ff00f380-0x1ff011fff]
  17. [ 0.000000] Zone ranges:
  18. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  19. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
  20. [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
  21. [ 0.000000] Movable zone start for each node
  22. [ 0.000000] Early memory node ranges
  23. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  24. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  25. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
  26. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
  27. [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
  28. [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
  29. [ 0.000000] percpu: Embedded 31 pages/cpu s86632 r8192 d32152 u126976
  30. [ 0.000000] pcpu-alloc: s86632 r8192 d32152 u126976 alloc=31*4096
  31. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  32. [ 0.000000] Detected PIPT I-cache on CPU0
  33. [ 0.000000] CPU features: detected: Spectre-v2
  34. [ 0.000000] CPU features: detected: Spectre-v3a
  35. [ 0.000000] CPU features: detected: Spectre-v4
  36. [ 0.000000] CPU features: detected: Spectre-BHB
  37. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  38. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  39. [ 0.000000] CPU features: detected: ARM erratum 1742098
  40. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  41. [ 0.000000] alternatives: applying boot alternatives
  42. [ 0.000000] Fallback order for Node 0: 0
  43. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
  44. [ 0.000000] Policy zone: Normal
  45. [ 0.000000] Kernel command line: dma.dmachans=0x37f5 bcm2709.boardrev=0xd03114 bcm2709.serial=0x277f9bee bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=DC:A6:32:BF:65:B5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=tty0 console=ttyS1,115200 root=LABEL=RASPIROOT rw fsck.repair=yes net.ifnames=0 rootwait
  46. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  47. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  48. [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
  49. [ 0.000000] software IO TLB: area num 4.
  50. [ 0.000000] software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB)
  51. [ 0.000000] Memory: 3988288K/8245248K available (13184K kernel code, 2808K rwdata, 9480K rodata, 6464K init, 626K bss, 289288K reserved, 65536K cma-reserved)
  52. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  53. [ 0.000000] ftrace: allocating 44043 entries in 173 pages
  54. [ 0.000000] ftrace: allocated 173 pages with 5 groups
  55. [ 0.000000] trace event string verifier disabled
  56. [ 0.000000] rcu: Hierarchical RCU implementation.
  57. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  58. [ 0.000000] Rude variant of Tasks RCU enabled.
  59. [ 0.000000] Tracing variant of Tasks RCU enabled.
  60. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  61. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  62. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  63. [ 0.000000] Root IRQ handler: gic_handle_irq
  64. [ 0.000000] GIC: Using split EOI/Deactivate mode
  65. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  66. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  67. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  68. [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  69. [ 0.000320] Console: colour dummy device 80x25
  70. [ 0.000795] printk: console [tty0] enabled
  71. [ 0.000910] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  72. [ 0.000939] pid_max: default: 32768 minimum: 301
  73. [ 0.001078] LSM: Security Framework initializing
  74. [ 0.001142] landlock: Up and running.
  75. [ 0.001154] Yama: disabled by default; enable with sysctl kernel.yama.*
  76. [ 0.001299] AppArmor: AppArmor initialized
  77. [ 0.001322] TOMOYO Linux initialized
  78. [ 0.001366] LSM support for eBPF active
  79. [ 0.001533] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  80. [ 0.001620] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  81. [ 0.003814] cblist_init_generic: Setting adjustable number of callback queues.
  82. [ 0.003844] cblist_init_generic: Setting shift to 2 and lim to 1.
  83. [ 0.003999] cblist_init_generic: Setting adjustable number of callback queues.
  84. [ 0.004018] cblist_init_generic: Setting shift to 2 and lim to 1.
  85. [ 0.004285] rcu: Hierarchical SRCU implementation.
  86. [ 0.004301] rcu: Max phase no-delay instances is 1000.
  87. [ 0.006773] EFI services will not be available.
  88. [ 0.007305] smp: Bringing up secondary CPUs ...
  89. [ 0.008060] Detected PIPT I-cache on CPU1
  90. [ 0.008199] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  91. [ 0.008947] Detected PIPT I-cache on CPU2
  92. [ 0.009055] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  93. [ 0.009752] Detected PIPT I-cache on CPU3
  94. [ 0.009865] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  95. [ 0.009974] smp: Brought up 1 node, 4 CPUs
  96. [ 0.010040] SMP: Total of 4 processors activated.
  97. [ 0.010054] CPU features: detected: 32-bit EL0 Support
  98. [ 0.010066] CPU features: detected: 32-bit EL1 Support
  99. [ 0.010080] CPU features: detected: CRC32 instructions
  100. [ 0.010182] CPU: All CPU(s) started at EL2
  101. [ 0.010204] alternatives: applying system-wide alternatives
  102. [ 0.117157] node 0 deferred pages initialised in 108ms
  103. [ 0.119118] devtmpfs: initialized
  104. [ 0.130337] Registered cp15_barrier emulation handler
  105. [ 0.130382] Registered setend emulation handler
  106. [ 0.130636] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  107. [ 0.130702] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  108. [ 0.132530] pinctrl core: initialized pinctrl subsystem
  109. [ 0.134354] DMI not present or invalid.
  110. [ 0.134943] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  111. [ 0.137091] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  112. [ 0.137822] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  113. [ 0.139240] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  114. [ 0.139306] audit: initializing netlink subsys (disabled)
  115. [ 0.139536] audit: type=2000 audit(0.136:1): state=initialized audit_enabled=0 res=1
  116. [ 0.140774] thermal_sys: Registered thermal governor 'fair_share'
  117. [ 0.140783] thermal_sys: Registered thermal governor 'bang_bang'
  118. [ 0.140801] thermal_sys: Registered thermal governor 'step_wise'
  119. [ 0.140813] thermal_sys: Registered thermal governor 'user_space'
  120. [ 0.140825] thermal_sys: Registered thermal governor 'power_allocator'
  121. [ 0.140887] cpuidle: using governor ladder
  122. [ 0.140931] cpuidle: using governor menu
  123. [ 0.141218] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  124. [ 0.141354] ASID allocator initialised with 32768 entries
  125. [ 0.141866] Serial: AMBA PL011 UART driver
  126. [ 0.146441] /soc/interrupt-controller@40041000: Fixed dependency cycle(s) with /soc/interrupt-controller@40041000
  127. [ 0.160271] KASLR enabled
  128. [ 0.167599] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  129. [ 0.167627] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
  130. [ 0.167644] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  131. [ 0.167657] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
  132. [ 0.167672] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  133. [ 0.167685] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
  134. [ 0.167700] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  135. [ 0.167713] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  136. [ 0.170893] ACPI: Interpreter disabled.
  137. [ 0.171591] iommu: Default domain type: Translated
  138. [ 0.171611] iommu: DMA domain TLB invalidation policy: strict mode
  139. [ 0.171894] pps_core: LinuxPPS API ver. 1 registered
  140. [ 0.171911] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  141. [ 0.171941] PTP clock support registered
  142. [ 0.171994] EDAC MC: Ver: 3.0.0
  143. [ 0.174148] NetLabel: Initializing
  144. [ 0.174169] NetLabel: domain hash size = 128
  145. [ 0.174181] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  146. [ 0.174257] NetLabel: unlabeled traffic allowed by default
  147. [ 0.174496] vgaarb: loaded
  148. [ 0.175327] clocksource: Switched to clocksource arch_sys_counter
  149. [ 0.175945] VFS: Disk quotas dquot_6.6.0
  150. [ 0.176021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  151. [ 0.176954] AppArmor: AppArmor Filesystem Enabled
  152. [ 0.177042] pnp: PnP ACPI: disabled
  153. [ 0.186645] NET: Registered PF_INET protocol family
  154. [ 0.187297] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  155. [ 0.195941] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  156. [ 0.196198] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  157. [ 0.196565] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  158. [ 0.198070] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
  159. [ 0.201053] TCP: Hash tables configured (established 65536 bind 65536)
  160. [ 0.201606] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  161. [ 0.202034] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  162. [ 0.202217] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  163. [ 0.202533] NET: Registered PF_UNIX/PF_LOCAL protocol family
  164. [ 0.202594] NET: Registered PF_XDP protocol family
  165. [ 0.202618] PCI: CLS 0 bytes, default 64
  166. [ 0.203021] Trying to unpack rootfs image as initramfs...
  167. [ 0.217847] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  168. [ 0.218219] kvm [1]: IPA Size Limit: 44 bits
  169. [ 0.222549] kvm [1]: vgic interrupt IRQ9
  170. [ 0.222802] kvm [1]: Hyp mode initialized successfully
  171. [ 0.257399] Initialise system trusted keyrings
  172. [ 0.257486] Key type blacklist registered
  173. [ 0.257852] workingset: timestamp_bits=42 max_order=21 bucket_order=0
  174. [ 0.264905] zbud: loaded
  175. [ 0.266191] integrity: Platform Keyring initialized
  176. [ 0.266251] integrity: Machine keyring initialized
  177. [ 0.266267] Key type asymmetric registered
  178. [ 0.266281] Asymmetric key parser 'x509' registered
  179. [ 1.913258] Freeing initrd memory: 29932K
  180. [ 1.940940] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  181. [ 1.941091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  182. [ 1.941286] io scheduler mq-deadline registered
  183. [ 1.946238] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 18)
  184. [ 1.955281] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  185. [ 1.956432] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  186. [ 1.956465] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  187. [ 1.956513] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
  188. [ 1.956559] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
  189. [ 1.957424] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  190. [ 1.957450] pci_bus 0000:00: root bus resource [bus 00-ff]
  191. [ 1.957473] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  192. [ 1.957529] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  193. [ 1.957621] pci 0000:00:00.0: PME# supported from D0 D3hot
  194. [ 1.960138] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
  195. [ 1.960309] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
  196. [ 1.960376] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
  197. [ 2.025407] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  198. [ 2.025518] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  199. [ 2.025614] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  200. [ 2.025894] pci 0000:01:00.0: PME# supported from D0 D3hot
  201. [ 2.035439] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
  202. [ 2.035472] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  203. [ 2.035506] pci 0000:00:00.0: PCI bridge to [bus 01]
  204. [ 2.035524] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  205. [ 2.035713] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  206. [ 2.035863] pcieport 0000:00:00.0: PME: Signaling with IRQ 23
  207. [ 2.036205] pcieport 0000:00:00.0: AER: enabled with IRQ 23
  208. [ 2.050264] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  209. [ 2.052388] printk: console [ttyS1] disabled
  210. [ 2.052488] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 31, base_baud = 62499999) is a 16550
  211. [ 3.291065] printk: console [ttyS1] enabled
  212. [ 3.296577] Serial: AMBA driver
  213. [ 3.299823] SuperH (H)SCI(F) driver initialized
  214. [ 3.305050] msm_serial: driver initialized
  215. [ 3.312001] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  216. [ 3.320385] mousedev: PS/2 mouse device common for all mice
  217. [ 3.327266] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  218. [ 3.334548] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  219. [ 3.343247] ledtrig-cpu: registered to indicate activity on CPUs
  220. [ 3.350662] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  221. [ 3.420409] NET: Registered PF_INET6 protocol family
  222. [ 3.450429] Segment Routing with IPv6
  223. [ 3.454230] In-situ OAM (IOAM) with IPv6
  224. [ 3.458314] mip6: Mobile IPv6
  225. [ 3.461356] NET: Registered PF_PACKET protocol family
  226. [ 3.466634] mpls_gso: MPLS GSO support
  227. [ 3.471597] registered taskstats version 1
  228. [ 3.475825] Loading compiled-in X.509 certificates
  229. [ 3.572000] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
  230. [ 3.580942] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
  231. [ 3.593459] zswap: loaded using pool lzo/zbud
  232. [ 3.598612] Key type .fscrypt registered
  233. [ 3.602624] Key type fscrypt-provisioning registered
  234. [ 3.630874] Key type encrypted registered
  235. [ 3.634997] AppArmor: AppArmor sha1 policy hashing enabled
  236. [ 3.640617] ima: No TPM chip found, activating TPM-bypass!
  237. [ 3.646203] ima: Allocated hash algorithm: sha256
  238. [ 3.651033] ima: No architecture policies found
  239. [ 3.655693] evm: Initialising EVM extended attributes:
  240. [ 3.660920] evm: security.selinux
  241. [ 3.664294] evm: security.SMACK64 (disabled)
  242. [ 3.668636] evm: security.SMACK64EXEC (disabled)
  243. [ 3.673331] evm: security.SMACK64TRANSMUTE (disabled)
  244. [ 3.678465] evm: security.SMACK64MMAP (disabled)
  245. [ 3.683159] evm: security.apparmor
  246. [ 3.686618] evm: security.ima
  247. [ 3.689635] evm: security.capability
  248. [ 3.693272] evm: HMAC attrs: 0x1
  249. [ 4.203031] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 33, base_baud = 0) is a PL011 rev3
  250. [ 4.212310] serial serial0: tty port ttyAMA0 registered
  251. [ 4.218743] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-08-26T14:03:16
  252. [ 4.228639] uart-pl011 fe201000.serial: Failed to create device link (0x180) with soc:firmware:gpio
  253. [ 4.246477] clk: Disabling unused clocks
  254. [ 4.261243] Freeing unused kernel memory: 6464K
  255. [ 4.374160] Checked W+X mappings: passed, no W+X pages found
  256. [ 4.379967] Run /init as init process
  257. [ 4.383704] with arguments:
  258. [ 4.383712] /init
  259. [ 4.383720] with environment:
  260. [ 4.383727] HOME=/
  261. [ 4.383733] TERM=linux
  262. [ 5.017655] usb_phy_generic phy: supply vcc not found, using dummy regulator
  263. [ 5.043770] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
  264. [ 5.073620] sdhci: Secure Digital Host Controller Interface driver
  265. [ 5.079988] sdhci: Copyright(c) Pierre Ossman
  266. [ 5.112662] sdhci-pltfm: SDHCI platform and OF driver helper
  267. [ 5.126118] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq
  268. [ 5.132997] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  269. [ 5.149429] usbcore: registered new interface driver usbfs
  270. [ 5.155179] usbcore: registered new interface driver hub
  271. [ 5.160721] usbcore: registered new device driver usb
  272. [ 5.215488] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO
  273. [ 5.243384] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
  274. [ 5.317054] mmc0: new high speed SDIO card at address 0001
  275. [ 5.331465] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  276. [ 5.338065] xhci_hcd 0000:01:00.0: xHCI Host Controller
  277. [ 5.343475] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  278. [ 5.353061] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000200000000890
  279. [ 5.362551] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
  280. [ 5.363300] xhci_hcd 0000:01:00.0: xHCI Host Controller
  281. [ 5.370017] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
  282. [ 5.375130] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  283. [ 5.389951] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  284. [ 5.396589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
  285. [ 5.405054] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  286. [ 5.412439] usb usb1: Product: xHCI Host Controller
  287. [ 5.417436] usb usb1: Manufacturer: Linux 6.1.0-37-arm64 xhci-hcd
  288. [ 5.423665] usb usb1: SerialNumber: 0000:01:00.0
  289. [ 5.429027] hub 1-0:1.0: USB hub found
  290. [ 5.433006] hub 1-0:1.0: 1 port detected
  291. [ 5.437862] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
  292. [ 5.446317] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  293. [ 5.453673] usb usb2: Product: xHCI Host Controller
  294. [ 5.458690] usb usb2: Manufacturer: Linux 6.1.0-37-arm64 xhci-hcd
  295. [ 5.464907] usb usb2: SerialNumber: 0000:01:00.0
  296. [ 5.470454] hub 2-0:1.0: USB hub found
  297. [ 5.474410] hub 2-0:1.0: 4 ports detected
  298. [ 5.484798] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
  299. [ 5.532098] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
  300. [ 5.540448] mmcblk1: mmc1:aaaa SN128 119 GiB
  301. [ 5.548513] mmcblk1: p1 p2 p3
  302. [ 5.699370] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  303. [ 5.853948] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  304. [ 5.862366] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  305. [ 5.869633] usb 1-1: Product: USB2.0 Hub
  306. [ 5.880994] hub 1-1:1.0: USB hub found
  307. [ 5.885093] hub 1-1:1.0: 4 ports detected
  308. [ 5.970755] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
  309. [ 6.049050] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
  310. [ 6.165190] usb 2-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
  311. [ 6.173556] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  312. [ 6.180827] usb 2-1: Product: USB3.0 Hub
  313. [ 6.184827] usb 2-1: Manufacturer: VIA Labs, Inc.
  314. [ 6.192638] hub 2-1:1.0: USB hub found
  315. [ 6.196708] hub 2-1:1.0: 4 ports detected
  316. [ 6.232452] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
  317. [ 6.247368] usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
  318. [ 6.356679] usb 1-1.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
  319. [ 6.365248] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  320. [ 6.372696] usb 1-1.1: Product: USB2.0 Hub
  321. [ 6.376871] usb 1-1.1: Manufacturer: VIA Labs, Inc.
  322. [ 6.384005] hub 1-1.1:1.0: USB hub found
  323. [ 6.388441] hub 1-1.1:1.0: 4 ports detected
  324. [ 6.599955] usb 2-1.2: new SuperSpeed USB device number 3 using xhci_hcd
  325. [ 6.628899] usb 2-1.2: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.38
  326. [ 6.637433] usb 2-1.2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
  327. [ 6.644884] usb 2-1.2: Product: GL3224
  328. [ 6.648711] usb 2-1.2: Manufacturer: Ugreen
  329. [ 6.652977] usb 2-1.2: SerialNumber: 000000000032
  330. [ 6.681140] systemd[1]: System time before build time, advancing clock.
  331. [ 6.761324] systemd[1]: Inserted module 'autofs4'
  332. [ 6.844245] systemd[1]: systemd 252.38-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)
  333. [ 6.877504] systemd[1]: Detected architecture arm64.
  334. [ 6.902987] systemd[1]: Hostname set to <theta>.
  335. [ 7.699666] systemd[1]: Queued start job for default target graphical.target.
  336. [ 7.735377] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
  337. [ 7.762390] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
  338. [ 7.790222] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
  339. [ 7.818303] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
  340. [ 7.845752] systemd[1]: Created slice user.slice - User and Session Slice.
  341. [ 7.871904] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
  342. [ 7.899787] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
  343. [ 7.928410] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
  344. [ 7.959548] systemd[1]: Expecting device dev-disk-by\x2dlabel-RASPIFIRM.device - /dev/disk/by-label/RASPIFIRM...
  345. [ 7.987470] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1...
  346. [ 8.011547] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
  347. [ 8.035562] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
  348. [ 8.063669] systemd[1]: Reached target paths.target - Path Units.
  349. [ 8.087556] systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.
  350. [ 8.115499] systemd[1]: Reached target remote-fs.target - Remote File Systems.
  351. [ 8.131652] usb 2-1.4: new SuperSpeed USB device number 4 using xhci_hcd
  352. [ 8.139488] systemd[1]: Reached target remote-veritysetup.target - Remote Verity Protected Volumes.
  353. [ 8.157028] usb 2-1.4: New USB device found, idVendor=152d, idProduct=0583, bcdDevice=91.28
  354. [ 8.165720] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
  355. [ 8.173162] usb 2-1.4: Product: JMS56x Series
  356. [ 8.173297] systemd[1]: Reached target slices.target - Slice Units.
  357. [ 8.177591] usb 2-1.4: Manufacturer: JMicron
  358. [ 8.177600] usb 2-1.4: SerialNumber: DD56419883897
  359. [ 8.211590] systemd[1]: Reached target swap.target - Swaps.
  360. [ 8.231528] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
  361. [ 8.260383] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
  362. [ 8.287821] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
  363. [ 8.316739] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
  364. [ 8.344244] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
  365. [ 8.372296] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
  366. [ 8.400395] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket.
  367. [ 8.428422] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
  368. [ 8.456098] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
  369. [ 8.507810] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
  370. [ 8.537594] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
  371. [ 8.569529] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
  372. [ 8.631797] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
  373. [ 8.662167] systemd[1]: Starting ifupdown-wait-online.service - Wait for network to be configured by ifupdown...
  374. [ 8.698356] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
  375. [ 8.729453] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
  376. [ 8.761446] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
  377. [ 8.793648] systemd[1]: Starting [email protected] - Load Kernel Module drm...
  378. [ 8.825800] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
  379. [ 8.837729] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
  380. [ 8.850724] device-mapper: uevent: version 1.0.3
  381. [ 8.856216] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: [email protected]
  382. [ 8.885979] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
  383. [ 8.929630] fuse: init (API version 7.38)
  384. [ 8.956156] systemd[1]: Starting [email protected] - Load Kernel Module loop...
  385. [ 8.986897] loop: module loaded
  386. [ 8.990076] systemd[1]: Starting nftables.service - nftables...
  387. [ 9.011946] 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).
  388. [ 9.039021] systemd[1]: Starting systemd-journald.service - Journal Service...
  389. [ 9.104272] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
  390. [ 9.138576] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
  391. [ 9.175722] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
  392. [ 9.210626] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
  393. [ 9.227200] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
  394. [ 9.250656] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
  395. [ 9.280900] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
  396. [ 9.308382] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
  397. [ 9.340092] systemd[1]: Started systemd-journald.service - Journal Service.
  398. [ 9.757693] systemd-journald[235]: Received client request to flush runtime journal.
  399. [ 9.773814] systemd-journald[235]: File /var/log/journal/69760e2151244efeb3baed1600aafb1b/system.journal corrupted or uncleanly shut down, renaming and replacing.
  400. [ 10.803918] spl: loading out-of-tree module taints kernel.
  401. [ 10.811175] spl: module verification failed: signature and/or required key missing - tainting kernel
  402. [ 10.909126] icp: module license 'CDDL' taints kernel.
  403. [ 10.914328] Disabling lock debugging due to kernel taint
  404. [ 11.089567] vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  405. [ 11.090981] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  406. [ 11.108292] cfg80211: Loaded X.509 cert '[email protected]: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
  407. [ 11.124379] cfg80211: Loaded X.509 cert '[email protected]: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
  408. [ 11.135470] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  409. [ 11.143292] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
  410. [ 11.191051] platform regulatory.0: firmware: direct-loading firmware regulatory.db
  411. [ 11.201024] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
  412. [ 11.273158] iproc-rng200 fe104000.rng: hwrng registered
  413. [ 11.307635] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  414. [ 11.517183] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
  415. [ 11.543602] [drm] Initialized v3d 1.0.0 20180419 for fec00000.gpu on minor 0
  416. [ 11.688306] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  417. [ 11.697784] usbcore: registered new interface driver brcmfmac
  418. [ 11.700532] mc: Linux media interface: v0.10
  419. [ 11.713052] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin (-2)
  420. [ 11.723653] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
  421. [ 11.737314] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin (-2)
  422. [ 11.739019] SCSI subsystem initialized
  423. [ 11.747760] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
  424. [ 11.783496] videodev: Linux video capture interface: v2.00
  425. [ 11.808917] usb-storage 2-1.2:1.0: USB Mass Storage device detected
  426. [ 11.816656] scsi host0: usb-storage 2-1.2:1.0
  427. [ 11.816739] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.bin
  428. [ 11.821715] usbcore: registered new interface driver usb-storage
  429. [ 11.837578] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
  430. [ 11.848608] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.clm_blob (-2)
  431. [ 11.860611] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.clm_blob (-2)
  432. [ 11.876692] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.clm_blob
  433. [ 11.888545] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  434. [ 11.913915] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  435. [ 11.937377] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  436. [ 11.952081] bcm2835_audio bcm2835_audio: card created with 8 channels
  437. [ 11.952531] ZFS: Loaded module v2.1.11-1+deb12u1, ZFS pool version 5000, ZFS filesystem version 5
  438. [ 11.991591] scsi host1: uas
  439. [ 11.994641] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  440. [ 11.999419] usbcore: registered new interface driver uas
  441. [ 12.001980] scsi 1:0:0:0: Direct-Access TOSHIBA HDWG180 9128 PQ: 0 ANSI: 6
  442. [ 12.007870] Registered IR keymap rc-cec
  443. [ 12.019087] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  444. [ 12.019725] scsi 1:0:0:1: Direct-Access HGST HUS 728T8TALE6L4 9128 PQ: 0 ANSI: 6
  445. [ 12.027668] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
  446. [ 12.048442] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  447. [ 12.059915] Registered IR keymap rc-cec
  448. [ 12.064073] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
  449. [ 12.071717] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input1
  450. [ 12.085675] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  451. [ 12.090295] scsi 1:0:0:0: Attached scsi generic sg0 type 0
  452. [ 12.092642] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  453. [ 12.098113] scsi 1:0:0:1: Attached scsi generic sg1 type 0
  454. [ 12.104858] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  455. [ 12.117386] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  456. [ 12.124719] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  457. [ 12.131915] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  458. [ 12.137066] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
  459. [ 12.155794] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
  460. [ 12.162830] vc4-drm gpu: [drm] Cannot find any crtc or sizes
  461. [ 12.170447] vc4-drm gpu: [drm] Cannot find any crtc or sizes
  462. [ 12.176747] vc4-drm gpu: [drm] Cannot find any crtc or sizes
  463. [ 12.306221] Bluetooth: Core ver 2.22
  464. [ 12.310046] NET: Registered PF_BLUETOOTH protocol family
  465. [ 12.315503] Bluetooth: HCI device and connection manager initialized
  466. [ 12.317587] sd 1:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
  467. [ 12.322053] Bluetooth: HCI socket layer initialized
  468. [ 12.331038] sd 1:0:0:1: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
  469. [ 12.331160] sd 1:0:0:0: [sda] Write Protect is off
  470. [ 12.331167] sd 1:0:0:0: [sda] Mode Sense: 67 00 10 08
  471. [ 12.331622] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  472. [ 12.331633] sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
  473. [ 12.331638] sd 1:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
  474. [ 12.334939] Bluetooth: L2CAP socket layer initialized
  475. [ 12.334996] Bluetooth: SCO socket layer initialized
  476. [ 12.363838] sd 1:0:0:1: [sdb] Write Protect is off
  477. [ 12.372648] sda: sda1 sda9
  478. [ 12.374467] sd 1:0:0:0: [sda] Attached SCSI disk
  479. [ 12.379539] sd 1:0:0:1: [sdb] Mode Sense: 67 00 10 08
  480. [ 12.397775] sd 1:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
  481. [ 12.406616] sd 1:0:0:1: [sdb] Preferred minimum I/O size 4096 bytes
  482. [ 12.413609] sd 1:0:0:1: [sdb] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
  483. [ 12.514490] sdb: sdb1 sdb9
  484. [ 12.518081] sd 1:0:0:1: [sdb] Attached SCSI disk
  485. [ 12.577885] Bluetooth: HCI UART driver ver 2.3
  486. [ 12.582445] Bluetooth: HCI UART protocol H4 registered
  487. [ 12.587855] Bluetooth: HCI UART protocol LL registered
  488. [ 12.593154] Bluetooth: HCI UART protocol ATH3K registered
  489. [ 12.598994] Bluetooth: HCI UART protocol Three-wire (H5) registered
  490. [ 12.605669] Bluetooth: HCI UART protocol Intel registered
  491. [ 12.612132] Bluetooth: HCI UART protocol Broadcom registered
  492. [ 12.613582] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  493. [ 12.618046] Bluetooth: HCI UART protocol QCA registered
  494. [ 12.625663] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  495. [ 12.630833] Bluetooth: HCI UART protocol AG6XX registered
  496. [ 12.630992] Bluetooth: HCI UART protocol Marvell registered
  497. [ 12.767491] uart-pl011 fe201000.serial: no DMA platform data
  498. [ 12.833741] scsi 0:0:0:0: Direct-Access Ugreen SDMSGL3224 1538 PQ: 0 ANSI: 6
  499. [ 12.845176] scsi 0:0:0:1: Direct-Access Ugreen TFM2GL3224 1538 PQ: 0 ANSI: 6
  500. [ 12.854440] sd 0:0:0:0: Attached scsi generic sg2 type 0
  501. [ 12.855897] sd 0:0:0:0: [sdc] Media removed, stopped polling
  502. [ 12.861009] sd 0:0:0:1: Attached scsi generic sg3 type 0
  503. [ 12.869602] sd 0:0:0:0: [sdc] Attached SCSI removable disk
  504. [ 13.011909] Bluetooth: hci0: BCM: chip id 107
  505. [ 13.016669] Bluetooth: hci0: BCM: features 0x2f
  506. [ 13.022788] Bluetooth: hci0: BCM4345C0
  507. [ 13.026704] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
  508. [ 13.032793] bluetooth hci0: firmware: failed to load brcm/BCM4345C0.raspberrypi,4-model-b.hcd (-2)
  509. [ 13.042014] bluetooth hci0: firmware: failed to load brcm/BCM4345C0.raspberrypi,4-model-b.hcd (-2)
  510. [ 13.053444] bluetooth hci0: firmware: direct-loading firmware brcm/BCM4345C0.hcd
  511. [ 13.061011] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
  512. [ 13.063635] sd 0:0:0:1: [sdd] Media removed, stopped polling
  513. [ 13.073770] sd 0:0:0:1: [sdd] Attached SCSI removable disk
  514. [ 13.904220] Bluetooth: hci0: BCM: features 0x2f
  515. [ 13.910650] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0187
  516. [ 13.916966] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0370
  517. [ 19.061433] audit: type=1400 audit(1748538254.375:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=602 comm="apparmor_parser"
  518. [ 19.076721] audit: type=1400 audit(1748538254.375:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=603 comm="apparmor_parser"
  519. [ 19.092449] audit: type=1400 audit(1748538254.375:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=603 comm="apparmor_parser"
  520. [ 19.108739] audit: type=1400 audit(1748538254.391:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=604 comm="apparmor_parser"
  521. [ 19.127024] audit: type=1400 audit(1748538254.391:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=604 comm="apparmor_parser"
  522. [ 19.144667] audit: type=1400 audit(1748538254.391:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=604 comm="apparmor_parser"
  523. [ 19.162502] audit: type=1400 audit(1748538254.391:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=604 comm="apparmor_parser"
  524. [ 20.086357] xhci_hcd 0000:01:00.0: WARNING: Host System Error
  525. [ 20.223995] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  526. [ 20.296443] bcmgenet fd580000.ethernet eth0: Link is Down
  527. [ 24.383612] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  528. [ 24.390547] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  529. [ 25.311351] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command
  530. [ 25.319240] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
  531. [ 25.327047] xhci_hcd 0000:01:00.0: HC died; cleaning up
  532. [ 25.333856] usb 1-1: USB disconnect, device number 2
  533. [ 25.339015] usb 1-1.1: USB disconnect, device number 3
  534. [ 25.344545] usb 2-1: USB disconnect, device number 2
  535. [ 25.349677] usb 2-1.2: USB disconnect, device number 3
  536. [ 25.504819] usb 2-1.4: USB disconnect, device number 4
  537. [ 25.555448] sd 1:0:0:0: [sda] Synchronizing SCSI cache
  538. [ 25.803501] sd 1:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
  539. [ 25.867445] sd 1:0:0:1: [sdb] Synchronizing SCSI cache
  540. [ 26.123469] sd 1:0:0:1: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
  541. [ 26.147799] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x82, streams are being disabled already
  542. [ 133.902330] audit: type=1400 audit(1750252717.747:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=842 comm="apparmor_parser"
  543. [ 134.137825] Initializing XFRM netlink socket
  544. [ 134.834622] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  545. root@theta:~#
  546.  
Advertisement
Add Comment
Please, Sign In to add comment