Advertisement
Guest User

Untitled

a guest
Mar 16th, 2020
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.06 KB | None | 0 0
  1.  
  2. pi@pi4:~ $ dmesg
  3. [ 0.000000] Booting Linux on physical CPU 0x0
  4. [ 0.000000] Linux version 4.19.97-v7l+ (dom@buildbot) (gcc version 4.9.3 (cro sstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 SMP Thu Jan 30 13:21:14 GMT 20 20
  5. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  6. [ 0.000000] CPU: div instructions available: patching division code
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  8. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
  9. [ 0.000000] Memory policy: Data cache writealloc
  10. [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000
  11. [ 0.000000] On node 0 totalpages: 504832
  12. [ 0.000000] DMA zone: 1728 pages used for memmap
  13. [ 0.000000] DMA zone: 0 pages reserved
  14. [ 0.000000] DMA zone: 196608 pages, LIFO batch:63
  15. [ 0.000000] HighMem zone: 308224 pages, LIFO batch:63
  16. [ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0
  17. [ 0.000000] percpu: Embedded 17 pages/cpu s36928 r8192 d24512 u69632
  18. [ 0.000000] pcpu-alloc: s36928 r8192 d24512 u69632 alloc=17*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 503104
  21. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma =256M video=HDMI-A-1:1920x1080M@60,margin_left=0,margin_right=0,margin_top=0,mar gin_bottom=0 smsc95xx.macaddr=DC:A6:32:02:9B:85 vc_mem.mem_base=0x3ec00000 vc_me m.mem_size=0x40000000 console=ttyS0,115200 console=tty3 root=PARTUUID=bd7771b9- 02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 console blank=0 plymouth.enable=0 logo.nologo quiet vt.global_cursor_default=0
  22. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [ 0.000000] Memory: 1721804K/2019328K available (8192K kernel code, 687K rwda ta, 2408K rodata, 2048K init, 850K bss, 35380K reserved, 262144K cma-reserved, 1 232896K highmem)
  25. [ 0.000000] Virtual kernel memory layout:
  26. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  27. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  28. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  29. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  30. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  31. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  32. .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
  33. .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
  34. .data : 0x(ptrval) - 0x(ptrval) ( 688 kB)
  35. .bss : 0x(ptrval) - 0x(ptrval) ( 851 kB)
  36. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  37. [ 0.000000] ftrace: allocating 28692 entries in 85 pages
  38. [ 0.000000] rcu: Hierarchical RCU implementation.
  39. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  40. [ 0.000000] GIC: Using split EOI/Deactivate mode
  41. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  42. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  43. [ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 43980 46511102ns
  44. [ 0.000017] Switching to timer-based delay loop, resolution 18ns
  45. [ 0.000220] Console: colour dummy device 80x30
  46. [ 0.000243] console [tty3] enabled
  47. [ 0.000288] Calibrating delay loop (skipped), value calculated using timer fr equency.. 108.00 BogoMIPS (lpj=540000)
  48. [ 0.000303] pid_max: default: 32768 minimum: 301
  49. [ 0.000548] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  50. [ 0.000564] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  51. [ 0.001282] CPU: Testing write buffer coherency: ok
  52. [ 0.001673] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  53. [ 0.002276] Setting up static identity map for 0x200000 - 0x20003c
  54. [ 0.002422] rcu: Hierarchical SRCU implementation.
  55. [ 0.003206] smp: Bringing up secondary CPUs ...
  56. [ 0.003964] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  57. [ 0.004836] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  58. [ 0.005655] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  59. [ 0.005776] smp: Brought up 1 node, 4 CPUs
  60. [ 0.005788] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  61. [ 0.005797] CPU: All CPU(s) started in HYP mode.
  62. [ 0.005804] CPU: Virtualization extensions available.
  63. [ 0.006559] devtmpfs: initialized
  64. [ 0.015919] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  65. [ 0.016111] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns
  66. [ 0.016130] futex hash table entries: 1024 (order: 4, 65536 bytes)
  67. [ 0.022863] pinctrl core: initialized pinctrl subsystem
  68. [ 0.023679] NET: Registered protocol family 16
  69. [ 0.026497] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  70. [ 0.027833] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  71. [ 0.027843] hw-breakpoint: maximum watchpoint size is 8 bytes.
  72. [ 0.028039] Serial: AMBA PL011 UART driver
  73. [ 0.030827] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  74. [ 0.050056] raspberrypi-firmware soc:firmware: Attached to firmware from 2020 -02-12 12:36, variant start
  75. [ 0.060069] raspberrypi-firmware soc:firmware: Firmware hash is c3c8dbdf14768 6fb0c3f32aece709d0653368810
  76. [ 0.099029] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dma chans=0x1
  77. [ 0.102003] vgaarb: loaded
  78. [ 0.102335] SCSI subsystem initialized
  79. [ 0.102508] usbcore: registered new interface driver usbfs
  80. [ 0.102556] usbcore: registered new interface driver hub
  81. [ 0.102623] usbcore: registered new device driver usb
  82. [ 0.103863] clocksource: Switched to clocksource arch_sys_counter
  83. [ 0.174399] VFS: Disk quotas dquot_6.6.0
  84. [ 0.174473] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  85. [ 0.174636] FS-Cache: Loaded
  86. [ 0.174811] CacheFiles: Loaded
  87. [ 0.175396] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e40200 0, 0x7f8000 bytes, mapped to 0x(ptrval)
  88. [ 0.175410] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=19 20x1080x32, linelength=7680
  89. [ 0.185255] Console: switching to colour frame buffer device 240x67
  90. [ 0.194585] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered !
  91. [ 0.202736] NET: Registered protocol family 2
  92. [ 0.203339] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  93. [ 0.203362] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  94. [ 0.203422] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  95. [ 0.203487] TCP: Hash tables configured (established 8192 bind 8192)
  96. [ 0.203606] UDP hash table entries: 512 (order: 2, 16384 bytes)
  97. [ 0.203634] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  98. [ 0.203831] NET: Registered protocol family 1
  99. [ 0.204397] RPC: Registered named UNIX socket transport module.
  100. [ 0.204406] RPC: Registered udp transport module.
  101. [ 0.204414] RPC: Registered tcp transport module.
  102. [ 0.204422] RPC: Registered tcp NFSv4.1 backchannel transport module.
  103. [ 0.204437] PCI: CLS 0 bytes, default 64
  104. [ 0.207262] Initialise system trusted keyrings
  105. [ 0.207433] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  106. [ 0.215504] FS-Cache: Netfs 'nfs' registered for caching
  107. [ 0.215969] NFS: Registering the id_resolver key type
  108. [ 0.215995] Key type id_resolver registered
  109. [ 0.216003] Key type id_legacy registered
  110. [ 0.216022] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  111. [ 0.218058] Key type asymmetric registered
  112. [ 0.218069] Asymmetric key parser 'x509' registered
  113. [ 0.218167] bounce: pool size: 64 pages
  114. [ 0.218207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 50)
  115. [ 0.218360] io scheduler noop registered
  116. [ 0.218369] io scheduler deadline registered (default)
  117. [ 0.218521] io scheduler cfq registered
  118. [ 0.218530] io scheduler mq-deadline registered (default)
  119. [ 0.218539] io scheduler kyber registered
  120. [ 0.221392] brcm-pcie fd500000.pcie: could not get clock
  121. [ 0.221442] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  122. [ 0.221474] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf800 0000
  123. [ 0.273909] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
  124. [ 0.274145] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  125. [ 0.274160] pci_bus 0000:00: root bus resource [bus 00-01]
  126. [ 0.274174] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  127. [ 0.274215] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  128. [ 0.274342] pci 0000:00:00.0: PME# supported from D0 D3hot
  129. [ 0.276727] PCI: bus0: Fast back to back transfers disabled
  130. [ 0.276743] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), rec onfiguring
  131. [ 0.276931] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  132. [ 0.277050] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  133. [ 0.277350] pci 0000:01:00.0: PME# supported from D0 D3cold
  134. [ 0.279752] PCI: bus1: Fast back to back transfers disabled
  135. [ 0.279766] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
  136. [ 0.279809] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  137. [ 0.279826] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64 bit]
  138. [ 0.279893] pci 0000:00:00.0: PCI bridge to [bus 01]
  139. [ 0.279908] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  140. [ 0.280098] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
  141. [ 0.280255] pcieport 0000:00:00.0: Signaling PME with IRQ 54
  142. [ 0.280411] pcieport 0000:00:00.0: AER enabled with IRQ 54
  143. [ 0.280562] pci 0000:01:00.0: enabling device (0140 -> 0142)
  144. [ 0.284483] iproc-rng200 fe104000.rng: hwrng registered
  145. [ 0.284678] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000 000(1024 MiB)
  146. [ 0.285134] vc-sm: Videocore shared memory driver
  147. [ 0.285489] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe2 00000
  148. [ 0.294710] brd: module loaded
  149. [ 0.303661] loop: module loaded
  150. [ 0.304426] Loading iSCSI transport class v2.0-870.
  151. [ 0.305965] libphy: Fixed MDIO Bus: probed
  152. [ 0.306354] bcmgenet fd580000.genet: failed to get enet clock
  153. [ 0.306370] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
  154. [ 0.306385] bcmgenet fd580000.genet: failed to get enet-wol clock
  155. [ 0.306399] bcmgenet fd580000.genet: failed to get enet-eee clock
  156. [ 0.306421] bcmgenet: Skipping UMAC reset
  157. [ 0.306634] unimac-mdio unimac-mdio.-19: DMA mask not set
  158. [ 0.323914] libphy: bcmgenet MII bus: probed
  159. [ 0.364406] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrva l)
  160. [ 0.365250] usbcore: registered new interface driver r8152
  161. [ 0.365308] usbcore: registered new interface driver lan78xx
  162. [ 0.365363] usbcore: registered new interface driver smsc95xx
  163. [ 0.365669] xhci_hcd 0000:01:00.0: xHCI Host Controller
  164. [ 0.365697] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numbe r 1
  165. [ 0.367368] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 qu irks 0x0000001000000890
  166. [ 0.367674] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of ir q 55
  167. [ 0.368440] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 4.19
  168. [ 0.368453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
  169. [ 0.368465] usb usb1: Product: xHCI Host Controller
  170. [ 0.368475] usb usb1: Manufacturer: Linux 4.19.97-v7l+ xhci-hcd
  171. [ 0.368485] usb usb1: SerialNumber: 0000:01:00.0
  172. [ 0.368946] hub 1-0:1.0: USB hub found
  173. [ 0.369020] hub 1-0:1.0: 1 port detected
  174. [ 0.369454] xhci_hcd 0000:01:00.0: xHCI Host Controller
  175. [ 0.369479] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numbe r 2
  176. [ 0.369498] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  177. [ 0.369825] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bc dDevice= 4.19
  178. [ 0.369837] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
  179. [ 0.369848] usb usb2: Product: xHCI Host Controller
  180. [ 0.369858] usb usb2: Manufacturer: Linux 4.19.97-v7l+ xhci-hcd
  181. [ 0.369867] usb usb2: SerialNumber: 0000:01:00.0
  182. [ 0.370300] hub 2-0:1.0: USB hub found
  183. [ 0.370358] hub 2-0:1.0: 4 ports detected
  184. [ 0.371454] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  185. [ 0.371625] dwc_otg: FIQ enabled
  186. [ 0.371633] dwc_otg: NAK holdoff enabled
  187. [ 0.371640] dwc_otg: FIQ split-transaction FSM enabled
  188. [ 0.371652] Module dwc_common_port init
  189. [ 0.371846] usbcore: registered new interface driver uas
  190. [ 0.371930] usbcore: registered new interface driver usb-storage
  191. [ 0.372080] mousedev: PS/2 mouse device common for all mice
  192. [ 0.373119] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  193. [ 0.374139] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 600000 K Hz
  194. [ 0.376921] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 627133 KHz
  195. [ 0.377416] sdhci: Secure Digital Host Controller Interface driver
  196. [ 0.377424] sdhci: Copyright(c) Pierre Ossman
  197. [ 0.377775] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  198. [ 0.378119] sdhci-pltfm: SDHCI platform and OF driver helper
  199. [ 0.380985] ledtrig-cpu: registered to indicate activity on CPUs
  200. [ 0.381118] hidraw: raw HID events driver (C) Jiri Kosina
  201. [ 0.381252] usbcore: registered new interface driver usbhid
  202. [ 0.381260] usbhid: USB HID core driver
  203. [ 0.382080] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
  204. [ 0.384837] [vc_sm_connected_init]: start
  205. [ 0.394179] [vc_sm_connected_init]: end - returning 0
  206. [ 0.395191] Initializing XFRM netlink socket
  207. [ 0.395226] NET: Registered protocol family 17
  208. [ 0.395317] Key type dns_resolver registered
  209. [ 0.395639] Registering SWP/SWPB emulation handler
  210. [ 0.396222] registered taskstats version 1
  211. [ 0.396238] Loading compiled-in X.509 certificates
  212. [ 0.402548] uart-pl011 fe201000.serial: cts_event_workaround enabled
  213. [ 0.402608] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
  214. [ 0.407402] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains drive r
  215. [ 0.407917] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor d river
  216. [ 0.408485] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  217. [ 0.408495] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  218. [ 0.434373] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
  219. [ 0.434445] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
  220. [ 0.451643] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  221. [ 0.453245] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  222. [ 0.454871] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  223. [ 0.457745] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  224. [ 0.459355] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  225. [ 0.466424] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using A DMA
  226. [ 0.468602] of_cfs_init
  227. [ 0.468682] of_cfs_init: OK
  228. [ 0.469718] Waiting for root device PARTUUID=bd7771b9-02...
  229. [ 0.514339] random: fast init done
  230. [ 0.564911] mmc1: new high speed SDIO card at address 0001
  231. [ 0.568629] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
  232. [ 0.569793] mmcblk0: mmc0:59b4 SDU32 30.2 GiB
  233. [ 0.571149] mmcblk0: p1 p2
  234. [ 0.593697] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O pts: (null)
  235. [ 0.593748] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  236. [ 0.594694] devtmpfs: mounted
  237. [ 0.601616] Freeing unused kernel memory: 2048K
  238. [ 0.624091] Run /sbin/init as init process
  239. [ 0.733911] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  240. [ 0.916557] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcd Device= 4.21
  241. [ 0.916571] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  242. [ 0.916582] usb 1-1: Product: USB2.0 Hub
  243. [ 0.918299] hub 1-1:1.0: USB hub found
  244. [ 0.918572] hub 1-1:1.0: 4 ports detected
  245. [ 1.056410] systemd[1]: System time before build time, advancing clock.
  246. [ 1.064293] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  247. [ 1.095589] usb 2-1: New USB device found, idVendor=090c, idProduct=1000, bcd Device=11.00
  248. [ 1.095603] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  249. [ 1.095614] usb 2-1: Product: Flash Drive FIT
  250. [ 1.095624] usb 2-1: Manufacturer: Samsung
  251. [ 1.095635] usb 2-1: SerialNumber: 0373219070024351
  252. [ 1.099178] usb-storage 2-1:1.0: USB Mass Storage device detected
  253. [ 1.099677] scsi host0: usb-storage 2-1:1.0
  254. [ 1.158565] NET: Registered protocol family 10
  255. [ 1.159693] Segment Routing with IPv6
  256. [ 1.192510] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SEL INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybr id)
  257. [ 1.193113] systemd[1]: Detected architecture arm.
  258. [ 1.200322] systemd[1]: Set hostname to <pi4>.
  259. [ 1.243953] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
  260. [ 1.390274] usb 1-1.3: New USB device found, idVendor=045e, idProduct=0291, b cdDevice= 1.07
  261. [ 1.390289] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber =0
  262. [ 1.503929] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
  263. [ 1.642994] usb 1-1.4: New USB device found, idVendor=062a, idProduct=4101, b cdDevice= 2.03
  264. [ 1.643009] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber =0
  265. [ 1.643021] usb 1-1.4: Product: 2.4G Keyboard Mouse
  266. [ 1.643032] usb 1-1.4: Manufacturer: MOSART Semi.
  267. [ 1.654929] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/scb/ fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003 :062A:4101.0001/input/input0
  268. [ 1.723188] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= referenc es path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /ru n/samba/smbd.pid; please update the unit file accordingly.
  269. [ 1.724459] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Key board [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:01:00.0-1.4/input0
  270. [ 1.735334] input: MOSART Semi. 2.4G Keyboard Mouse Mouse as /devices/platfor m/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1. 1/0003:062A:4101.0002/input/input1
  271. [ 1.735654] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devi ces/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1 .4/1-1.4:1.1/0003:062A:4101.0002/input/input2
  272. [ 1.748081] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= referenc es path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /ru n/samba/nmbd.pid; please update the unit file accordingly.
  273. [ 1.804081] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /device s/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4 /1-1.4:1.1/0003:062A:4101.0002/input/input3
  274. [ 1.804214] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/scb/ fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003 :062A:4101.0002/input/input4
  275. [ 1.804536] hid-generic 0003:062A:4101.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:01:00.0-1.4/input1
  276. [ 1.819507] random: systemd: uninitialized urandom read (16 bytes read)
  277. [ 1.829863] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 1.830380] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch.
  279. [ 1.830575] random: systemd: uninitialized urandom read (16 bytes read)
  280. [ 1.835925] systemd[1]: Listening on Syslog Socket.
  281. [ 1.836283] systemd[1]: Listening on initctl Compatibility Named Pipe.
  282. [ 1.856821] systemd[1]: Condition check resulted in Journal Audit Socket bein g skipped.
  283. [ 1.857762] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point.
  284. [ 2.034787] i2c /dev entries driver
  285. [ 2.431134] scsi 0:0:0:0: Direct-Access Samsung Flash Drive FIT 1100 PQ : 0 ANSI: 6
  286. [ 2.432086] sd 0:0:0:0: [sda] 501253132 512-byte logical blocks: (257 GB/239 GiB)
  287. [ 2.432292] sd 0:0:0:0: [sda] Write Protect is off
  288. [ 2.432305] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  289. [ 2.432619] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
  290. [ 2.444594] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  291. [ 2.527230] systemd-journald[103]: Received request to flush runtime journal from PID 1
  292. [ 2.989657] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Reg isters at 0xfeb00000 length 0x0000ffff
  293. [ 2.990069] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised : Registers at 0xfeb10000 length 0x00000fff
  294. [ 2.990460] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Reg isters at 0xfeb20000 length 0x0000ffff
  295. [ 2.990878] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Regis ters at 0xfeb30000 length 0x0000ffff
  296. [ 3.000709] vc_sm_cma: module is from the staging directory, the quality is u nknown, you have been warned.
  297. [ 3.002595] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  298. [ 3.002610] [vc_sm_connected_init]: start
  299. [ 3.007891] [vc_sm_connected_init]: installed successfully
  300. [ 3.045701] media: Linux media interface: v0.10
  301. [ 3.069700] videodev: Linux video capture interface: v2.00
  302. [ 3.101939] bcm2835_mmal_vchiq: module is from the staging directory, the qua lity is unknown, you have been warned.
  303. [ 3.102933] bcm2835_mmal_vchiq: module is from the staging directory, the qua lity is unknown, you have been warned.
  304. [ 3.119972] bcm2835_v4l2: module is from the staging directory, the quality i s unknown, you have been warned.
  305. [ 3.220584] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  306. [ 3.237285] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  307. [ 3.237320] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  308. [ 3.274578] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  309. [ 3.277013] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  310. [ 3.277046] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  311. [ 3.291115] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  312. [ 3.291149] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  313. [ 3.298196] bcm2835_audio soc:audio: card created with 8 channels
  314. [ 3.346770] cfg80211: Loading compiled-in X.509 certificates for regulatory d atabase
  315. [ 3.364458] xpad: loading out-of-tree module taints kernel.
  316. [ 3.366375] usbcore: registered new interface driver xpad
  317. [ 3.367755] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/scb /fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/inp ut/input5
  318. [ 3.450455] sda: sda1
  319. [ 3.452740] sd 0:0:0:0: [sda] Attached SCSI removable disk
  320. [ 3.507731] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  321. [ 3.554825] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  322. [ 3.554962] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc 4])
  323. [ 3.554977] checking generic (3e402000 7f8000) vs hw (0 ffffffffffffffff)
  324. [ 3.554987] fb: switching to vc4drmfb from simple
  325. [ 3.555223] Console: switching to colour dummy device 80x30
  326. [ 3.567773] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
  327. [ 3.567786] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  328. [ 3.567795] [drm] No driver support for vblank timestamp query.
  329. [ 3.567803] [drm] Setting vblank_disable_immediate to false because get_vblan k_timestamp == NULL
  330. [ 3.568767] brcmfmac: F1 signature read @0x18000000=0x15264345
  331. [ 3.576457] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio f or chip BCM4345/6
  332. [ 3.577085] usbcore: registered new interface driver brcmfmac
  333. [ 3.801888] Console: switching to colour frame buffer device 240x67
  334. [ 3.803147] sd 0:0:0:0: Attached scsi generic sg0 type 0
  335. [ 3.827437] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio f or chip BCM4345/6
  336. [ 3.835369] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device
  337. [ 3.841309] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
  338. [ 5.305219] random: crng init done
  339. [ 5.305234] random: 7 urandom warning(s) missed due to ratelimiting
  340. [ 5.397193] uart-pl011 fe201000.serial: no DMA platform data
  341. [ 5.467442] 8021q: 802.1Q VLAN Support v1.8
  342. [ 5.745405] fuse init (API version 7.27)
  343. [ 5.756861] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:1 02396k SSFS
  344. [ 5.924959] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  345. [ 5.924980] brcmfmac: power management disabled
  346. [ 6.258859] bcmgenet: Skipping UMAC reset
  347. [ 6.354411] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
  348. [ 6.354932] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  349. [ 7.434143] bcmgenet fd580000.genet eth0: Link is Down
  350. [ 11.934641] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  351. [ 12.176329] Bluetooth: Core ver 2.22
  352. [ 12.176375] NET: Registered protocol family 31
  353. [ 12.176379] Bluetooth: HCI device and connection manager initialized
  354. [ 12.176390] Bluetooth: HCI socket layer initialized
  355. [ 12.176395] Bluetooth: L2CAP socket layer initialized
  356. [ 12.176412] Bluetooth: SCO socket layer initialized
  357. [ 12.184456] Bluetooth: HCI UART driver ver 2.3
  358. [ 12.184463] Bluetooth: HCI UART protocol H4 registered
  359. [ 12.184495] Bluetooth: HCI UART protocol Three-wire (H5) registered
  360. [ 12.184593] Bluetooth: HCI UART protocol Broadcom registered
  361. [ 12.506525] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  362. [ 12.506531] Bluetooth: BNEP filters: protocol multicast
  363. [ 12.506540] Bluetooth: BNEP socket layer initialized
  364. [55013.388720] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/scb /fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/inp ut/input6
  365. [55350.738287] usb 1-1.3: USB disconnect, device number 3
  366. [55350.738694] xpad 1-1.3:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -19
  367. [55350.739787] xpad 1-1.3:1.4: xpad_irq_in - usb_submit_urb failed with result - 19
  368. [55350.741007] xpad 1-1.3:1.6: xpad_irq_in - usb_submit_urb failed with result - 19
  369. [55350.742794] xpad 1-1.3:1.2: xpad_irq_in - usb_submit_urb failed with result - 19
  370. [55387.607425] usb 1-1.4: USB disconnect, device number 4
  371. [59480.120730] usb 1-1.3: new full-speed USB device number 5 using xhci_hcd
  372. [59480.486700] usb 1-1.3: New USB device found, idVendor=045e, idProduct=0291, b cdDevice= 1.07
  373. [59480.486714] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber =0
  374. [59491.581381] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
  375. [59491.720480] usb 1-1.4: New USB device found, idVendor=062a, idProduct=4101, b cdDevice= 2.03
  376. [59491.720495] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber =0
  377. [59491.720506] usb 1-1.4: Product: 2.4G Keyboard Mouse
  378. [59491.720518] usb 1-1.4: Manufacturer: MOSART Semi.
  379. [59491.738098] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/scb/ fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003 :062A:4101.0003/input/input7
  380. [59491.801825] hid-generic 0003:062A:4101.0003: input,hidraw0: USB HID v1.10 Key board [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:01:00.0-1.4/input0
  381. [59491.811952] input: MOSART Semi. 2.4G Keyboard Mouse Mouse as /devices/platfor m/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1. 1/0003:062A:4101.0004/input/input8
  382. [59491.813996] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devi ces/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1 .4/1-1.4:1.1/0003:062A:4101.0004/input/input9
  383. [59491.881605] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /device s/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4 /1-1.4:1.1/0003:062A:4101.0004/input/input10
  384. [59491.881785] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/scb/ fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003 :062A:4101.0004/input/input11
  385. [59491.882090] hid-generic 0003:062A:4101.0004: input,hiddev96,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:01:00.0-1.4/input1
  386. [59518.277697] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/scb /fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/inp ut/input12
  387. [73775.198967] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/scb /fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/inp ut/input13
  388. [113268.685233] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/sc b/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/in put/input14
  389. [119965.719547] input: Xbox 360 Wireless Receiver (XBOX) as /devices/platform/sc b/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/in put/input15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement