Advertisement
Guest User

pi 4 dmesg no usb

a guest
Oct 18th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.22 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  2. [ 0.000000] Linux version 5.3.0-1007-raspi2 (buildd@bos02-arm64-075) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu1)) #8-Ubuntu SMP Thu Oct 10 12:42:47 UTC 2019 (Ubuntu 5.3.0-1007.8-raspi2 5.3.1)
  3. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.1
  4. [ 0.000000] efi: Getting EFI parameters from FDT:
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] cma: Reserved 256 MiB at 0x000000002b400000
  7. [ 0.000000] On node 0 totalpages: 1012736
  8. [ 0.000000] DMA32 zone: 3792 pages used for memmap
  9. [ 0.000000] DMA32 zone: 0 pages reserved
  10. [ 0.000000] DMA32 zone: 242688 pages, LIFO batch:63
  11. [ 0.000000] Normal zone: 12032 pages used for memmap
  12. [ 0.000000] Normal zone: 770048 pages, LIFO batch:63
  13. [ 0.000000] percpu: Embedded 32 pages/cpu s92312 r8192 d30568 u131072
  14. [ 0.000000] pcpu-alloc: s92312 r8192 d30568 u131072 alloc=32*4096
  15. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  16. [ 0.000000] Detected PIPT I-cache on CPU0
  17. [ 0.000000] CPU features: detected: EL2 vector hardening
  18. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  19. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  20. [ 0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
  21. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912
  22. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 cma=64M cma=256M video=HDMI-A-1:1920x1080@60 smsc95xx.macaddr=DC:A6:32:3D:22:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait
  23. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  24. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  25. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  26. [ 0.000000] software IO TLB: mapped [mem 0x27400000-0x2b400000] (64MB)
  27. [ 0.000000] Memory: 3589932K/4050944K available (11772K kernel code, 1234K rwdata, 4000K rodata, 4096K init, 1072K bss, 198868K reserved, 262144K cma-reserved)
  28. [ 0.000000] random: get_random_u64 called from kmem_cache_open+0x38/0x3d8 with crng_init=0
  29. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  30. [ 0.000000] ftrace: allocating 37124 entries in 146 pages
  31. [ 0.000000] rcu: Hierarchical RCU implementation.
  32. [ 0.000000] Tasks RCU enabled.
  33. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  34. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  35. [ 0.000000] GIC: Using split EOI/Deactivate mode
  36. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  37. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  38. [ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  39. [ 0.000215] Console: colour dummy device 80x25
  40. [ 0.000538] printk: console [tty1] enabled
  41. [ 0.000595] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  42. [ 0.000625] pid_max: default: 32768 minimum: 301
  43. [ 0.000843] LSM: Security Framework initializing
  44. [ 0.000897] Yama: becoming mindful.
  45. [ 0.000989] AppArmor: AppArmor initialized
  46. [ 0.001206] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  47. [ 0.001270] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  48. [ 0.001943] *** VALIDATE proc ***
  49. [ 0.002455] Disabling memory control group subsystem
  50. [ 0.002536] *** VALIDATE cgroup1 ***
  51. [ 0.002555] *** VALIDATE cgroup2 ***
  52. [ 0.003793] ASID allocator initialised with 32768 entries
  53. [ 0.004021] rcu: Hierarchical SRCU implementation.
  54. [ 0.005944] EFI services will not be available.
  55. [ 0.006764] smp: Bringing up secondary CPUs ...
  56. [ 0.007644] Detected PIPT I-cache on CPU1
  57. [ 0.007697] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  58. [ 0.008787] Detected PIPT I-cache on CPU2
  59. [ 0.008823] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  60. [ 0.009821] Detected PIPT I-cache on CPU3
  61. [ 0.009857] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  62. [ 0.010012] smp: Brought up 1 node, 4 CPUs
  63. [ 0.010085] SMP: Total of 4 processors activated.
  64. [ 0.010103] CPU features: detected: 32-bit EL0 Support
  65. [ 0.010122] CPU features: detected: CRC32 instructions
  66. [ 0.013938] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  67. [ 0.013962] CPU: All CPU(s) started at EL2
  68. [ 0.014014] alternatives: patching kernel code
  69. [ 0.016748] devtmpfs: initialized
  70. [ 0.024395] Enabled cp15_barrier support
  71. [ 0.024438] Enabled setend support
  72. [ 0.024922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  73. [ 0.024961] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  74. [ 0.032002] pinctrl core: initialized pinctrl subsystem
  75. [ 0.032645] DMI not present or invalid.
  76. [ 0.033290] NET: Registered protocol family 16
  77. [ 0.033921] audit: initializing netlink subsys (disabled)
  78. [ 0.034186] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
  79. [ 0.034655] cpuidle: using governor ladder
  80. [ 0.034704] cpuidle: using governor menu
  81. [ 0.035080] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  82. [ 0.036971] DMA: preallocated 1024 KiB pool for atomic allocations
  83. [ 0.037166] Serial: AMBA PL011 UART driver
  84. [ 0.040923] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  85. [ 0.092424] bcm2835-dma: probe of fe007000.dma failed with error -5
  86. [ 0.094514] SCSI subsystem initialized
  87. [ 0.094754] libata version 3.00 loaded.
  88. [ 0.094931] usbcore: registered new interface driver usbfs
  89. [ 0.094984] usbcore: registered new interface driver hub
  90. [ 0.095091] usbcore: registered new device driver usb
  91. [ 0.095447] pps_core: LinuxPPS API ver. 1 registered
  92. [ 0.095465] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  93. [ 0.095497] PTP clock support registered
  94. [ 0.095783] EDAC MC: Ver: 3.0.0
  95. [ 0.102073] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:03, variant start
  96. [ 0.106250] raspberrypi-firmware soc:firmware: Firmware hash is 9f8431fb7839c7f00f52b81f5822ddab2b31d0db
  97. [ 0.111252] NetLabel: Initializing
  98. [ 0.111273] NetLabel: domain hash size = 128
  99. [ 0.111289] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  100. [ 0.111364] NetLabel: unlabeled traffic allowed by default
  101. [ 0.112151] clocksource: Switched to clocksource arch_sys_counter
  102. [ 0.196027] VFS: Disk quotas dquot_6.6.0
  103. [ 0.196185] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  104. [ 0.196834] AppArmor: AppArmor Filesystem Enabled
  105. [ 0.197674] simple-framebuffer 3e887000.framebuffer: framebuffer at 0x3e887000, 0x373800 bytes, mapped to 0x(____ptrval____)
  106. [ 0.197706] simple-framebuffer 3e887000.framebuffer: format=r5g6b5, mode=1824x984x16, linelength=3648
  107. [ 0.204362] Console: switching to colour frame buffer device 228x61
  108. [ 0.210279] simple-framebuffer 3e887000.framebuffer: fb0: simplefb registered!
  109. [ 0.219281] thermal_sys: Registered thermal governor 'fair_share'
  110. [ 0.219287] thermal_sys: Registered thermal governor 'bang_bang'
  111. [ 0.219350] thermal_sys: Registered thermal governor 'step_wise'
  112. [ 0.219398] thermal_sys: Registered thermal governor 'user_space'
  113. [ 0.219446] thermal_sys: Registered thermal governor 'power_allocator'
  114. [ 0.219994] NET: Registered protocol family 2
  115. [ 0.220991] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  116. [ 0.221095] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  117. [ 0.221340] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  118. [ 0.221789] TCP: Hash tables configured (established 32768 bind 32768)
  119. [ 0.222048] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  120. [ 0.222146] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  121. [ 0.222466] NET: Registered protocol family 1
  122. [ 0.222531] NET: Registered protocol family 44
  123. [ 0.222580] PCI: CLS 0 bytes, default 64
  124. [ 0.222857] Trying to unpack rootfs image as initramfs...
  125. [ 0.849321] Freeing initrd memory: 28300K
  126. [ 0.850436] hw perfevents: no interrupt-affinity property for /arm-pmu, guessing.
  127. [ 0.850962] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  128. [ 0.853229] Initialise system trusted keyrings
  129. [ 0.853311] Key type blacklist registered
  130. [ 0.853593] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  131. [ 0.859626] zbud: loaded
  132. [ 0.861796] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  133. [ 0.862783] fuse: init (API version 7.31)
  134. [ 0.896223] Key type asymmetric registered
  135. [ 0.896283] Asymmetric key parser 'x509' registered
  136. [ 0.896380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  137. [ 0.896664] io scheduler mq-deadline registered
  138. [ 0.901251] brcm-pcie fd500000.pcie: could not get clock
  139. [ 0.902996] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  140. [ 0.904744] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000
  141. [ 0.956183] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
  142. [ 0.958152] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  143. [ 0.959839] pci_bus 0000:00: root bus resource [bus 00-01]
  144. [ 0.961546] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  145. [ 0.963292] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  146. [ 0.965206] pci 0000:00:00.0: PME# supported from D0 D3hot
  147. [ 0.969754] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  148. [ 0.971635] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  149. [ 0.973393] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  150. [ 0.975241] pci 0000:01:00.0: PME# supported from D0 D3cold
  151. [ 0.977132] pci 0000:01:00.0: failed to get arch_dma_ops
  152. [ 0.981375] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
  153. [ 0.983087] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
  154. [ 0.984818] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  155. [ 0.986541] pci 0000:00:00.0: PCI bridge to [bus 01]
  156. [ 0.988248] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  157. [ 0.990172] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  158. [ 0.992044] pcieport 0000:00:00.0: PME: Signaling with IRQ 42
  159. [ 0.994086] pcieport 0000:00:00.0: AER: enabled with IRQ 42
  160. [ 0.995981] pci 0000:01:00.0: enabling device (0000 -> 0002)
  161. [ 1.057836] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  162. [ 1.061698] iproc-rng200 fe104000.rng: hwrng registered
  163. [ 1.063753] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  164. [ 1.066176] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  165. [ 1.068163] cacheinfo: Unable to detect cache hierarchy for CPU 0
  166. [ 1.398114] loop: module loaded
  167. [ 1.402063] spi-bcm2835 fe204000.spi: could not get clk: -517
  168. [ 1.404503] libphy: Fixed MDIO Bus: probed
  169. [ 1.406245] tun: Universal TUN/TAP device driver, 1.6
  170. [ 1.408106] PPP generic driver version 2.4.2
  171. [ 1.410030] usbcore: registered new interface driver lan78xx
  172. [ 1.411756] usbcore: registered new interface driver smsc95xx
  173. [ 1.413450] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  174. [ 1.415112] ehci-pci: EHCI PCI platform driver
  175. [ 1.416806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  176. [ 1.418456] ohci-pci: OHCI PCI platform driver
  177. [ 1.420121] uhci_hcd: USB Universal Host Controller Interface driver
  178. [ 1.422090] xhci_hcd 0000:01:00.0: xHCI Host Controller
  179. [ 1.423794] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  180. [ 1.426005] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
  181. [ 1.427851] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 43
  182. [ 1.430100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
  183. [ 1.431807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 1.433521] usb usb1: Product: xHCI Host Controller
  185. [ 1.435198] usb usb1: Manufacturer: Linux 5.3.0-1007-raspi2 xhci-hcd
  186. [ 1.436901] usb usb1: SerialNumber: 0000:01:00.0
  187. [ 1.439092] hub 1-0:1.0: USB hub found
  188. [ 1.440823] hub 1-0:1.0: 1 port detected
  189. [ 1.442916] xhci_hcd 0000:01:00.0: xHCI Host Controller
  190. [ 1.444620] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  191. [ 1.446302] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  192. [ 1.448287] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
  193. [ 1.449960] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  194. [ 1.451626] usb usb2: Product: xHCI Host Controller
  195. [ 1.453307] usb usb2: Manufacturer: Linux 5.3.0-1007-raspi2 xhci-hcd
  196. [ 1.454977] usb usb2: SerialNumber: 0000:01:00.0
  197. [ 1.457161] hub 2-0:1.0: USB hub found
  198. [ 1.458866] hub 2-0:1.0: 4 ports detected
  199. [ 1.461360] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  200. [ 1.463280] dwc_otg fe980000.usb: base=(____ptrval____)
  201. [ 1.667168] Core Release: 2.80a
  202. [ 1.668810] Setting default values for core params
  203. [ 1.670436] Finished setting default values for core params
  204. [ 1.776181] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  205. [ 1.874491] Using Buffer DMA mode
  206. [ 1.876112] Periodic Transfer Interrupt Enhancement - disabled
  207. [ 1.877764] Multiprocessor Interrupt Enhancement - disabled
  208. [ 1.879396] OTG VER PARAM: 0, OTG VER FLAG: 0
  209. [ 1.881066] Dedicated Tx FIFOs mode
  210. [ 1.883616] WARN::dwc_otg_hcd_init:1043: FIQ DMA bounce buffers: virt = ffff0000105e1000 dma = 0x00000000eb500000 len=9024
  211. [ 1.885358] FIQ FSM acceleration enabled for :
  212. Non-periodic Split Transactions
  213. Periodic Split Transactions
  214. High-Speed Isochronous Endpoints
  215. Interrupt/Control Split Transaction hack enabled
  216. [ 1.893636] dwc_otg: Microframe scheduler enabled
  217. [ 1.893670] WARN::hcd_init_fiq:496: MPHI regs_base at ffff0000102c5200
  218. [ 1.895407] dwc_otg fe980000.usb: DWC OTG Controller
  219. [ 1.897101] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3
  220. [ 1.898800] dwc_otg fe980000.usb: irq 24, io mem 0x00000000
  221. [ 1.900499] Init: Port Power? op_state=1
  222. [ 1.902118] Init: Power Port (0)
  223. [ 1.903974] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
  224. [ 1.904449] usb 1-1: device descriptor read/64, error 18
  225. [ 1.905637] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  226. [ 1.908919] usb usb3: Product: DWC OTG Controller
  227. [ 1.910565] usb usb3: Manufacturer: Linux 5.3.0-1007-raspi2 dwc_otg_hcd
  228. [ 1.912237] usb usb3: SerialNumber: fe980000.usb
  229. [ 1.914464] hub 3-0:1.0: USB hub found
  230. [ 1.916189] hub 3-0:1.0: 1 port detected
  231. [ 1.918466] dwc_otg: FIQ enabled
  232. [ 1.918473] dwc_otg: NAK holdoff enabled
  233. [ 1.918480] dwc_otg: FIQ split-transaction FSM enabled
  234. [ 1.918490] Module dwc_common_port init
  235. [ 1.918999] mousedev: PS/2 mouse device common for all mice
  236. [ 1.921120] i2c /dev entries driver
  237. [ 1.925357] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  238. [ 1.927208] device-mapper: uevent: version 1.0.3
  239. [ 1.929174] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
  240. [ 1.930959] bcm2835-cpufreq: min=600000 max=1500000
  241. [ 1.933987] sdhci: Secure Digital Host Controller Interface driver
  242. [ 1.934812] sdhci: Copyright(c) Pierre Ossman
  243. [ 1.935805] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  244. [ 1.936781] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  245. [ 1.937595] sdhci-pltfm: SDHCI platform and OF driver helper
  246. [ 1.940090] ledtrig-cpu: registered to indicate activity on CPUs
  247. [ 1.940992] hidraw: raw HID events driver (C) Jiri Kosina
  248. [ 1.942249] vchiq: vchiq_init_state: slot_zero = (____ptrval____)
  249. [ 1.945291] NET: Registered protocol family 10
  250. [ 1.968265] Segment Routing with IPv6
  251. [ 1.969174] NET: Registered protocol family 17
  252. [ 1.970134] Key type dns_resolver registered
  253. [ 1.971447] registered taskstats version 1
  254. [ 1.972329] Loading compiled-in X.509 certificates
  255. [ 1.978160] Loaded X.509 cert 'Build time autogenerated kernel key: 64a40e2febd24ed2dd088758b1f9758cb3a12c6a'
  256. [ 1.979101] zswap: loaded using pool lzo/zbud
  257. [ 1.998414] cryptd: max_cpu_qlen set to 1000
  258. [ 2.100101] Key type big_key registered
  259. [ 2.126312] Key type encrypted registered
  260. [ 2.127182] AppArmor: AppArmor sha1 policy hashing enabled
  261. [ 2.128041] ima: No TPM chip found, activating TPM-bypass!
  262. [ 2.128976] ima: Allocated hash algorithm: sha1
  263. [ 2.129813] No architecture policies found
  264. [ 2.130664] evm: Initialising EVM extended attributes:
  265. [ 2.131488] evm: security.selinux
  266. [ 2.132299] evm: security.SMACK64
  267. [ 2.133071] evm: security.SMACK64EXEC
  268. [ 2.133852] evm: security.SMACK64TRANSMUTE
  269. [ 2.134626] evm: security.SMACK64MMAP
  270. [ 2.135404] evm: security.apparmor
  271. [ 2.136168] evm: security.ima
  272. [ 2.136894] evm: security.capability
  273. [ 2.137619] evm: HMAC attrs: 0x1
  274. [ 2.141412] uart-pl011 fe201000.serial: cts_event_workaround enabled
  275. [ 2.142237] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 18, base_baud = 0) is a PL011 rev2
  276. [ 2.143420] usb 1-1: device descriptor read/64, error 18
  277. [ 2.145111] printk: console [ttyS0] disabled
  278. [ 2.145890] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 21, base_baud = 62500000) is a 16550
  279. [ 2.408537] usb 1-1: new high-speed USB device number 3 using xhci_hcd
  280. [ 2.577549] usb 1-1: device descriptor read/64, error 18
  281. [ 2.842268] usb 1-1: device descriptor read/64, error 18
  282. [ 2.951580] usb usb1-port1: attempt power cycle
  283. [ 3.626893] usb 1-1: new high-speed USB device number 4 using xhci_hcd
  284. [ 3.795590] usb 1-1: device descriptor read/64, error 18
  285. [ 3.953808] printk: console [ttyS0] enabled
  286. [ 3.959151] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  287. [ 3.967446] spi-bcm2835 fe204000.spi: no tx-dma configuration found - not using dma mode
  288. [ 3.977585] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
  289. [ 3.986361] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  290. [ 3.993232] mmc-bcm2835 fe300000.mmcnr: mmc-bcm2835: Unable to initialise DMA channel. Falling back to PIO
  291. [ 4.032026] hctosys: unable to open rtc device (rtc0)
  292. [ 4.038202] of_cfs_init
  293. [ 4.042554] of_cfs_init: OK
  294. [ 4.051419] Freeing unused kernel memory: 4096K
  295. [ 4.060423] usb 1-1: device descriptor read/64, error 18
  296. [ 4.066701] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  297. [ 4.070928] Checked W+X mappings: passed, no W+X pages found
  298. [ 4.079639] Run /init as init process
  299. [ 4.085050] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  300. [ 4.093038] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  301. [ 4.101946] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  302. [ 4.109786] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  303. [ 4.160465] random: fast init done
  304. [ 4.181388] mmc1: new high speed SDIO card at address 0001
  305. [ 4.188035] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  306. [ 4.196118] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  307. [ 4.203720] random: udevadm: uninitialized urandom read (16 bytes read)
  308. [ 4.308172] usb 1-1: new high-speed USB device number 5 using xhci_hcd
  309. [ 4.448410] usb 1-1: device descriptor read/64, error 18
  310. [ 4.563521] bcmgenet fd580000.genet: failed to get enet clock
  311. [ 4.570379] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
  312. [ 4.587269] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
  313. [ 4.591524] bcmgenet fd580000.genet: failed to get enet-wol clock
  314. [ 4.606634] bcmgenet fd580000.genet: failed to get enet-eee clock
  315. [ 4.615886] mmc0: Failed to set 32-bit DMA mask.
  316. [ 4.621576] mmc0: No suitable DMA available - falling back to PIO
  317. [ 4.668362] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using PIO
  318. [ 4.688477] usb 1-1: device descriptor read/64, error 18
  319. [ 4.782240] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
  320. [ 4.792713] checking generic (3e887000 373800) vs hw (0 ffffffffffffffff)
  321. [ 4.792722] fb0: switching to vc4drmfb from simple
  322. [ 4.798903] mmc0: new ultra high speed DDR50 SDXC card at address aaaa
  323. [ 4.806562] Console: switching to colour dummy device 80x25
  324. [ 4.806639] usb usb1-port1: unable to enumerate USB device
  325. [ 4.824761] mmcblk0: mmc0:aaaa SR64G 59.5 GiB
  326. [ 4.836337] mmcblk0: p1 p2
  327. [ 4.839521] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  328. [ 4.846288] [drm] No driver support for vblank timestamp query.
  329. [ 4.852306] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
  330. [ 4.896979] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
  331. [ 4.944132] [drm:vc4_crtc_mode_set_nofb [vc4]] *ERROR* couldn't fill AVI infoframe
  332. [ 4.950183] Console: switching to colour frame buffer device 240x67
  333. [ 5.033127] vc4-drm soc:gpu: fb0: vc4drmfb frame buffer device
  334. [ 5.306666] unimac-mdio unimac-mdio.-19: DMA mask not set
  335. [ 5.328156] libphy: bcmgenet MII bus: probed
  336. [ 5.366142] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  337. [ 5.732136] raid6: neonx8 gen() 3184 MB/s
  338. [ 5.784137] raid6: neonx8 xor() 2938 MB/s
  339. [ 5.836149] raid6: neonx4 gen() 2559 MB/s
  340. [ 5.888135] raid6: neonx4 xor() 2234 MB/s
  341. [ 5.940159] raid6: neonx2 gen() 2225 MB/s
  342. [ 5.992145] raid6: neonx2 xor() 2254 MB/s
  343. [ 6.044139] raid6: neonx1 gen() 1733 MB/s
  344. [ 6.096144] raid6: neonx1 xor() 1695 MB/s
  345. [ 6.148134] raid6: int64x8 gen() 1722 MB/s
  346. [ 6.200152] raid6: int64x8 xor() 1240 MB/s
  347. [ 6.252133] raid6: int64x4 gen() 1496 MB/s
  348. [ 6.304144] raid6: int64x4 xor() 1039 MB/s
  349. [ 6.356182] raid6: int64x2 gen() 1146 MB/s
  350. [ 6.408162] raid6: int64x2 xor() 991 MB/s
  351. [ 6.460161] raid6: int64x1 gen() 814 MB/s
  352. [ 6.512162] raid6: int64x1 xor() 656 MB/s
  353. [ 6.516510] raid6: using algorithm neonx8 gen() 3184 MB/s
  354. [ 6.522008] raid6: .... xor() 2938 MB/s, rmw enabled
  355. [ 6.527063] raid6: using neon recovery algorithm
  356. [ 6.535341] xor: measuring software checksum speed
  357. [ 6.580133] 8regs : 5946.000 MB/sec
  358. [ 6.624131] 32regs : 6781.000 MB/sec
  359. [ 6.668131] arm64_neon: 6053.000 MB/sec
  360. [ 6.672391] xor: using function: 32regs (6781.000 MB/sec)
  361. [ 6.679719] async_tx: api initialized (async)
  362. [ 6.824648] Btrfs loaded, crc32c=crc32c-generic
  363. [ 6.967381] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  364. [ 7.600834] systemd[1]: System time before build time, advancing clock.
  365. [ 7.653416] systemd[1]: Inserted module 'autofs4'
  366. [ 7.721916] systemd[1]: systemd 242 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  367. [ 7.746690] systemd[1]: Detected architecture arm64.
  368. [ 7.810552] systemd[1]: Set hostname to <ubuntu>.
  369. [ 7.823003] systemd[1]: Initializing machine ID from random generator.
  370. [ 7.831045] systemd[1]: Installed transient /etc/machine-id file.
  371. [ 7.839331] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
  372. [ 8.481915] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
  373. [ 8.629218] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  374. [ 8.639535] systemd[1]: Listening on LVM2 poll daemon socket.
  375. [ 8.648638] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  376. [ 8.715555] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  377. [ 9.206053] systemd-journald[710]: Received request to flush runtime journal from PID 1
  378. [ 9.591287] argon-mem feb00000.hevc-decoder: argon-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
  379. [ 9.591562] argon-mem feb10000.argon-local-intc: argon-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
  380. [ 9.591734] argon-mem feb20000.h264-decoder: argon-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
  381. [ 9.591886] argon-mem feb30000.vp9-decoder: argon-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
  382. [ 9.824904] mc: Linux media interface: v0.10
  383. [ 9.937646] videodev: Linux video capture interface: v2.00
  384. [ 9.969889] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  385. [ 9.983931] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  386. [ 10.003742] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  387. [ 10.003755] cfg80211: failed to load regulatory.db
  388. [ 10.111373] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  389. [ 10.136617] brcmfmac: F1 signature read @0x18000000=0x15264345
  390. [ 10.147119] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  391. [ 10.161039] usbcore: registered new interface driver brcmfmac
  392. [ 10.212112] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  393. [ 10.265474] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  394. [ 10.494711] Bluetooth: Core ver 2.22
  395. [ 10.494755] NET: Registered protocol family 31
  396. [ 10.494758] Bluetooth: HCI device and connection manager initialized
  397. [ 10.494769] Bluetooth: HCI socket layer initialized
  398. [ 10.494775] Bluetooth: L2CAP socket layer initialized
  399. [ 10.494787] Bluetooth: SCO socket layer initialized
  400. [ 10.572808] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  401. [ 10.594197] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
  402. [ 14.729173] alua: device handler registered
  403. [ 14.733059] emc: device handler registered
  404. [ 14.737271] rdac: device handler registered
  405. [ 15.071633] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
  406. [ 15.074870] bcmgenet fd580000.genet eth0: Link is Down
  407. [ 15.364373] random: crng init done
  408. [ 15.364382] random: 7 urandom warning(s) missed due to ratelimiting
  409. [ 15.783759] audit: type=1400 audit(1555000124.175:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1139 comm="apparmor_parser"
  410. [ 15.822169] audit: type=1400 audit(1555000124.215:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1139 comm="apparmor_parser"
  411. [ 16.004450] audit: type=1400 audit(1555000124.399:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1137 comm="apparmor_parser"
  412. [ 16.009162] audit: type=1400 audit(1555000124.403:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1136 comm="apparmor_parser"
  413. [ 16.011507] audit: type=1400 audit(1555000124.403:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1136 comm="apparmor_parser"
  414. [ 16.018915] audit: type=1400 audit(1555000124.411:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1136 comm="apparmor_parser"
  415. [ 16.025729] audit: type=1400 audit(1555000124.419:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1136 comm="apparmor_parser"
  416. [ 16.066727] audit: type=1400 audit(1555000124.459:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1138 comm="apparmor_parser"
  417. [ 16.068532] audit: type=1400 audit(1555000124.463:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1138 comm="apparmor_parser"
  418. [ 16.070288] audit: type=1400 audit(1555000124.463:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1138 comm="apparmor_parser"
  419. [ 18.070196] EXT4-fs (mmcblk0p2): resizing filesystem from 691728 to 15526139 blocks
  420. [ 18.469978] EXT4-fs (mmcblk0p2): resized filesystem to 15526139
  421. [ 58.247209] kauditd_printk_skb: 3 callbacks suppressed
  422. [ 58.247215] audit: type=1400 audit(1555000166.639:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/7920/usr/lib/snapd/snap-confine" pid=1814 comm="apparmor_parser"
  423. [ 58.247858] audit: type=1400 audit(1555000166.639:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/7920/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1814 comm="apparmor_parser"
  424. [ 58.327929] audit: type=1400 audit(1555000166.719:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.core" pid=1816 comm="apparmor_parser"
  425. [ 58.515334] audit: type=1400 audit(1555000166.907:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=1817 comm="apparmor_parser"
  426. [ 62.692582] audit: type=1400 audit(1555000171.087:19): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/7920/usr/lib/snapd/snap-confine" pid=1866 comm="apparmor_parser"
  427. [ 62.716279] audit: type=1400 audit(1555000171.111:20): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/7920/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1866 comm="apparmor_parser"
  428. [ 62.776073] audit: type=1400 audit(1555000171.167:21): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.core" pid=1868 comm="apparmor_parser"
  429. [ 62.791594] audit: type=1400 audit(1555000171.183:22): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.core.hook.configure" pid=1870 comm="apparmor_parser"
  430. [ 92.620128] audit: type=1400 audit(1555000201.011:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.lxd" pid=2029 comm="apparmor_parser"
  431. [ 92.953616] audit: type=1400 audit(1555000201.347:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.buginfo" pid=2032 comm="apparmor_parser"
  432. [ 92.953741] audit: type=1400 audit(1555000201.347:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.activate" pid=2030 comm="apparmor_parser"
  433. [ 92.997572] audit: type=1400 audit(1555000201.391:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.check-kernel" pid=2033 comm="apparmor_parser"
  434. [ 93.027975] audit: type=1400 audit(1555000201.419:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.benchmark" pid=2031 comm="apparmor_parser"
  435. [ 93.319379] audit: type=1400 audit(1555000201.711:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.daemon" pid=2034 comm="apparmor_parser"
  436. [ 93.326802] audit: type=1400 audit(1555000201.719:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.hook.configure" pid=2035 comm="apparmor_parser"
  437. [ 93.367127] audit: type=1400 audit(1555000201.759:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.hook.install" pid=2036 comm="apparmor_parser"
  438. [ 93.433442] audit: type=1400 audit(1555000201.827:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.lxc" pid=2037 comm="apparmor_parser"
  439. [ 93.603801] audit: type=1400 audit(1555000201.995:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.migrate" pid=2039 comm="apparmor_parser"
  440. [ 208.612379] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  441. [ 208.612418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement