Advertisement
sremick

Untitled

Oct 8th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.32 KB | None | 0 0
  1. pi@retropie:~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 5.10.103-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1529 SMP Tue Mar 8 12:21:37 GMT 2022
  4. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
  8. [ 0.000000] random: fast init done
  9. [ 0.000000] Memory policy: Data cache writealloc
  10. [ 0.000000] Reserved memory: created CMA memory pool at 0x38000000, size 64 MiB
  11. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  12. [ 0.000000] Zone ranges:
  13. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003bffffff]
  14. [ 0.000000] Normal empty
  15. [ 0.000000] Movable zone start for each node
  16. [ 0.000000] Early memory node ranges
  17. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003bffffff]
  18. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003bffffff]
  19. [ 0.000000] On node 0 totalpages: 245760
  20. [ 0.000000] DMA zone: 2160 pages used for memmap
  21. [ 0.000000] DMA zone: 0 pages reserved
  22. [ 0.000000] DMA zone: 245760 pages, LIFO batch:63
  23. [ 0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
  24. [ 0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
  25. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  26. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 243600
  27. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=7667fbd7-02 rootfstype=ext4 fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0
  28. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  29. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  30. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  31. [ 0.000000] Memory: 890984K/983040K available (10240K kernel code, 1312K rwdata, 2952K rodata, 1024K init, 862K bss, 26520K reserved, 65536K cma-reserved)
  32. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  33. [ 0.000000] ftrace: allocating 32081 entries in 95 pages
  34. [ 0.000000] ftrace: allocated 94 pages with 5 groups
  35. [ 0.000000] rcu: Hierarchical RCU implementation.
  36. [ 0.000000] Rude variant of Tasks RCU enabled.
  37. [ 0.000000] Tracing variant of Tasks RCU enabled.
  38. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  39. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  40. [ 0.000000] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
  41. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  42. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  43. [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  44. [ 0.000020] Switching to timer-based delay loop, resolution 52ns
  45. [ 0.000301] Console: colour dummy device 80x30
  46. [ 0.000373] printk: console [tty1] enabled
  47. [ 0.000426] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  48. [ 0.000454] pid_max: default: 32768 minimum: 301
  49. [ 0.000661] LSM: Security Framework initializing
  50. [ 0.000905] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  51. [ 0.000927] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  52. [ 0.002372] cgroup: Disabling memory control group subsystem
  53. [ 0.002637] CPU: Testing write buffer coherency: ok
  54. [ 0.003130] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  55. [ 0.004364] Setting up static identity map for 0x100000 - 0x10003c
  56. [ 0.004548] rcu: Hierarchical SRCU implementation.
  57. [ 0.005470] smp: Bringing up secondary CPUs ...
  58. [ 0.006617] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  59. [ 0.007890] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  60. [ 0.009090] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  61. [ 0.009248] smp: Brought up 1 node, 4 CPUs
  62. [ 0.009270] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  63. [ 0.009282] CPU: All CPU(s) started in HYP mode.
  64. [ 0.009293] CPU: Virtualization extensions available.
  65. [ 0.010399] devtmpfs: initialized
  66. [ 0.028099] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  67. [ 0.028342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  68. [ 0.028372] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  69. [ 0.031450] pinctrl core: initialized pinctrl subsystem
  70. [ 0.032647] NET: Registered protocol family 16
  71. [ 0.036944] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  72. [ 0.042654] audit: initializing netlink subsys (disabled)
  73. [ 0.042977] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  74. [ 0.043585] thermal_sys: Registered thermal governor 'step_wise'
  75. [ 0.044656] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  76. [ 0.044671] hw-breakpoint: maximum watchpoint size is 8 bytes.
  77. [ 0.044961] Serial: AMBA PL011 UART driver
  78. [ 0.063329] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  79. [ 0.080118] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-12-01T15:07:06, variant start
  80. [ 0.090128] raspberrypi-firmware soc:firmware: Firmware hash is 71bd3109023a0c8575585ba87cbb374d2eeb038f
  81. [ 0.134793] Kprobes globally optimized
  82. [ 0.139750] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  83. [ 0.142026] SCSI subsystem initialized
  84. [ 0.142286] usbcore: registered new interface driver usbfs
  85. [ 0.142351] usbcore: registered new interface driver hub
  86. [ 0.142424] usbcore: registered new device driver usb
  87. [ 0.144534] clocksource: Switched to clocksource arch_sys_counter
  88. [ 1.861724] VFS: Disk quotas dquot_6.6.0
  89. [ 1.861838] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  90. [ 1.862041] FS-Cache: Loaded
  91. [ 1.862330] CacheFiles: Loaded
  92. [ 1.873757] NET: Registered protocol family 2
  93. [ 1.874032] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  94. [ 1.876035] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  95. [ 1.876099] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  96. [ 1.876218] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  97. [ 1.876410] TCP: Hash tables configured (established 8192 bind 8192)
  98. [ 1.876595] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  99. [ 1.876651] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  100. [ 1.876938] NET: Registered protocol family 1
  101. [ 1.877723] RPC: Registered named UNIX socket transport module.
  102. [ 1.877736] RPC: Registered udp transport module.
  103. [ 1.877747] RPC: Registered tcp transport module.
  104. [ 1.877759] RPC: Registered tcp NFSv4.1 backchannel transport module.
  105. [ 1.879547] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  106. [ 1.883279] Initialise system trusted keyrings
  107. [ 1.883560] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  108. [ 1.893073] zbud: loaded
  109. [ 1.895193] FS-Cache: Netfs 'nfs' registered for caching
  110. [ 1.896061] NFS: Registering the id_resolver key type
  111. [ 1.896121] Key type id_resolver registered
  112. [ 1.896134] Key type id_legacy registered
  113. [ 1.896292] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  114. [ 1.896307] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  115. [ 1.897493] Key type asymmetric registered
  116. [ 1.897508] Asymmetric key parser 'x509' registered
  117. [ 1.897564] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  118. [ 1.897579] io scheduler mq-deadline registered
  119. [ 1.897592] io scheduler kyber registered
  120. [ 1.902713] bcm2708_fb soc:fb: FB found 1 display(s)
  121. [ 1.937715] Console: switching to colour frame buffer device 228x61
  122. [ 1.967454] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1824x984
  123. [ 1.973272] bcm2835-rng 3f104000.rng: hwrng registered
  124. [ 1.973718] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  125. [ 1.974591] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  126. [ 1.986894] brd: module loaded
  127. [ 1.999343] loop: module loaded
  128. [ 2.001046] Loading iSCSI transport class v2.0-870.
  129. [ 2.003030] usbcore: registered new interface driver lan78xx
  130. [ 2.003101] usbcore: registered new interface driver smsc95xx
  131. [ 2.003129] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  132. [ 2.731351] Core Release: 2.80a
  133. [ 2.731368] Setting default values for core params
  134. [ 2.731403] Finished setting default values for core params
  135. [ 2.931756] Using Buffer DMA mode
  136. [ 2.931770] Periodic Transfer Interrupt Enhancement - disabled
  137. [ 2.931782] Multiprocessor Interrupt Enhancement - disabled
  138. [ 2.931797] OTG VER PARAM: 0, OTG VER FLAG: 0
  139. [ 2.931813] Dedicated Tx FIFOs mode
  140.  
  141. [ 2.932547] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b8104000 dma = 0xf8104000 len=9024
  142. [ 2.932584] FIQ FSM acceleration enabled for :
  143. Non-periodic Split Transactions
  144. Periodic Split Transactions
  145. High-Speed Isochronous Endpoints
  146. Interrupt/Control Split Transaction hack enabled
  147. [ 2.932598] dwc_otg: Microframe scheduler enabled
  148.  
  149. [ 2.932676] WARN::hcd_init_fiq:457: FIQ on core 1
  150.  
  151. [ 2.932694] WARN::hcd_init_fiq:458: FIQ ASM at 807cb8b8 length 36
  152.  
  153. [ 2.932711] WARN::hcd_init_fiq:497: MPHI regs_base at bc810000
  154. [ 2.932735] dwc_otg 3f980000.usb: DWC OTG Controller
  155. [ 2.932776] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  156. [ 2.932825] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
  157. [ 2.932882] Init: Port Power? op_state=1
  158. [ 2.932894] Init: Power Port (0)
  159. [ 2.933253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  160. [ 2.933271] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  161. [ 2.933286] usb usb1: Product: DWC OTG Controller
  162. [ 2.933301] usb usb1: Manufacturer: Linux 5.10.103-v7+ dwc_otg_hcd
  163. [ 2.933315] usb usb1: SerialNumber: 3f980000.usb
  164. [ 2.934130] hub 1-0:1.0: USB hub found
  165. [ 2.934196] hub 1-0:1.0: 1 port detected
  166. [ 2.935533] dwc_otg: FIQ enabled
  167. [ 2.935546] dwc_otg: NAK holdoff enabled
  168. [ 2.935558] dwc_otg: FIQ split-transaction FSM enabled
  169. [ 2.935577] Module dwc_common_port init
  170. [ 2.935925] usbcore: registered new interface driver usb-storage
  171. [ 2.936165] mousedev: PS/2 mouse device common for all mice
  172. [ 2.937385] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  173. [ 2.939823] sdhci: Secure Digital Host Controller Interface driver
  174. [ 2.939835] sdhci: Copyright(c) Pierre Ossman
  175. [ 2.940432] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
  176. [ 2.941077] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  177. [ 2.941318] sdhci-pltfm: SDHCI platform and OF driver helper
  178. [ 2.943136] ledtrig-cpu: registered to indicate activity on CPUs
  179. [ 2.943564] hid: raw HID events driver (C) Jiri Kosina
  180. [ 2.943725] usbcore: registered new interface driver usbhid
  181. [ 2.943737] usbhid: USB HID core driver
  182. [ 2.949490] Initializing XFRM netlink socket
  183. [ 2.949543] NET: Registered protocol family 17
  184. [ 2.949712] Key type dns_resolver registered
  185. [ 2.950452] Registering SWP/SWPB emulation handler
  186. [ 2.950608] registered taskstats version 1
  187. [ 2.950659] Loading compiled-in X.509 certificates
  188. [ 2.951558] Key type ._fscrypt registered
  189. [ 2.951573] Key type .fscrypt registered
  190. [ 2.951587] Key type fscrypt-provisioning registered
  191. [ 2.963237] uart-pl011 3f201000.serial: cts_event_workaround enabled
  192. [ 2.963360] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
  193. [ 2.965898] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  194. [ 2.967641] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  195. [ 2.967659] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  196. [ 2.995829] sdhost: log_buf @ (ptrval) (f8107000)
  197. [ 3.032784] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  198. [ 3.034441] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  199. [ 3.036117] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  200. [ 3.039110] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  201. [ 3.045445] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  202. [ 3.048523] of_cfs_init
  203. [ 3.048837] of_cfs_init: OK
  204. [ 3.066529] Indeed it is in host mode hprt0 = 00021501
  205. [ 3.066917] Waiting for root device PARTUUID=7667fbd7-02...
  206. [ 3.191784] mmc0: host does not support reading read-only switch, assuming write-enable
  207. [ 3.196160] mmc0: new high speed SDHC card at address aaaa
  208. [ 3.197264] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
  209. [ 3.200038] mmcblk0: p1 p2
  210. [ 3.224325] mmc1: new high speed SDIO card at address 0001
  211. [ 3.230395] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  212. [ 3.230506] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  213. [ 3.231371] devtmpfs: mounted
  214. [ 3.238940] Freeing unused kernel memory: 1024K
  215. [ 3.274618] usb 1-1: new high-speed USB device number 2 using dwc_otg
  216. [ 3.275090] Run /sbin/init as init process
  217. [ 3.275102] with arguments:
  218. [ 3.275115] /sbin/init
  219. [ 3.275126] with environment:
  220. [ 3.275137] HOME=/
  221. [ 3.275147] TERM=linux
  222. [ 3.275248] Indeed it is in host mode hprt0 = 00001101
  223. [ 3.524970] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
  224. [ 3.524998] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  225. [ 3.525922] hub 1-1:1.0: USB hub found
  226. [ 3.526041] hub 1-1:1.0: 5 ports detected
  227. [ 3.844597] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  228. [ 3.893338] systemd[1]: System time before build time, advancing clock.
  229. [ 3.984989] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
  230. [ 3.985016] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  231. [ 3.987950] smsc95xx v2.0.0
  232. [ 4.038667] NET: Registered protocol family 10
  233. [ 4.040052] Segment Routing with IPv6
  234. [ 4.096773] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:fb:bf:17
  235. [ 4.123269] systemd[1]: systemd 241 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)
  236. [ 4.124465] systemd[1]: Detected architecture arm.
  237. [ 4.190075] systemd[1]: Set hostname to <retropie>.
  238. [ 4.194617] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
  239. [ 4.326399] usb 1-1.3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
  240. [ 4.326439] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  241. [ 4.326469] usb 1-1.3: Product: USB2.0 Hub
  242. [ 4.327766] hub 1-1.3:1.0: USB hub found
  243. [ 4.328152] hub 1-1.3:1.0: 4 ports detected
  244. [ 4.654608] usb 1-1.3.2: new low-speed USB device number 5 using dwc_otg
  245. [ 4.799392] usb 1-1.3.2: New USB device found, idVendor=413c, idProduct=2111, bcdDevice= 1.07
  246. [ 4.799424] usb 1-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  247. [ 4.799440] usb 1-1.3.2: Product: Dell USB Wired Entry Keyboard
  248. [ 4.799455] usb 1-1.3.2: Manufacturer: DELL
  249. [ 4.811513] input: DELL Dell USB Wired Entry Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:413C:2111.0001/input/input0
  250. [ 4.875609] hid-generic 0003:413C:2111.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL Dell USB Wired Entry Keyboard] on usb-3f980000.usb-1.3.2/input0
  251. [ 4.897250] input: DELL Dell USB Wired Entry Keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:413C:2111.0002/input/input1
  252. [ 4.912469] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
  253. [ 4.942054] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
  254. [ 4.965122] input: DELL Dell USB Wired Entry Keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:413C:2111.0002/input/input2
  255. [ 4.965533] hid-generic 0003:413C:2111.0002: input,hidraw1: USB HID v1.10 Device [DELL Dell USB Wired Entry Keyboard] on usb-3f980000.usb-1.3.2/input1
  256. [ 5.043149] random: systemd: uninitialized urandom read (16 bytes read)
  257. [ 5.063177] random: systemd: uninitialized urandom read (16 bytes read)
  258. [ 5.064633] usb 1-1.3.3: new low-speed USB device number 6 using dwc_otg
  259. [ 5.065969] systemd[1]: Created slice User and Session Slice.
  260. [ 5.066837] random: systemd: uninitialized urandom read (16 bytes read)
  261. [ 5.067262] systemd[1]: Listening on initctl Compatibility Named Pipe.
  262. [ 5.070361] systemd[1]: Created slice system-getty.slice.
  263. [ 5.071001] systemd[1]: Reached target Swap.
  264. [ 5.072753] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  265. [ 5.203279] usb 1-1.3.3: New USB device found, idVendor=0461, idProduct=4d51, bcdDevice= 7.17
  266. [ 5.203308] usb 1-1.3.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  267. [ 5.203323] usb 1-1.3.3: Product: DELL Laser Mouse
  268. [ 5.211762] input: DELL Laser Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/0003:0461:4D51.0003/input/input3
  269. [ 5.212567] hid-generic 0003:0461:4D51.0003: input,hidraw2: USB HID v1.11 Mouse [DELL Laser Mouse] on usb-3f980000.usb-1.3.3/input0
  270. [ 5.857209] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  271. [ 6.001951] systemd-journald[112]: Received request to flush runtime journal from PID 1
  272. [ 7.331107] mc: Linux media interface: v0.10
  273. [ 7.337295] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  274. [ 7.341879] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  275. [ 7.341911] [vc_sm_connected_init]: start
  276. [ 7.356266] [vc_sm_connected_init]: installed successfully
  277. [ 7.401185] videodev: Linux video capture interface: v2.00
  278. [ 7.450097] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  279. [ 7.470192] bcm2835_audio bcm2835_audio: card created with 4 channels
  280. [ 7.475116] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  281. [ 7.475122] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  282. [ 7.476660] bcm2835_audio bcm2835_audio: card created with 4 channels
  283. [ 7.478454] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  284. [ 7.486627] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  285. [ 7.498877] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  286. [ 7.499516] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  287. [ 7.500057] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  288. [ 7.500600] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  289. [ 7.500636] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  290. [ 7.500663] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  291. [ 7.500684] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  292. [ 7.500705] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  293. [ 7.500925] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  294. [ 7.544378] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  295. [ 7.635245] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  296. [ 7.664749] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  297. [ 7.771283] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  298. [ 7.771352] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  299. [ 7.799102] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  300. [ 7.807352] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  301. [ 7.807408] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  302. [ 7.834056] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  303. [ 7.834118] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  304. [ 7.845199] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  305. [ 7.845270] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  306. [ 7.917132] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
  307. [ 7.950991] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  308. [ 7.951366] usbcore: registered new interface driver brcmfmac
  309. [ 8.200995] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  310. [ 8.201154] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  311. [ 8.201241] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
  312. [ 8.202249] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
  313. [ 9.792996] uart-pl011 3f201000.serial: no DMA platform data
  314. [ 10.030842] 8021q: 802.1Q VLAN Support v1.8
  315. [ 10.071833] random: crng init done
  316. [ 10.071854] random: 7 urandom warning(s) missed due to ratelimiting
  317. [ 10.517331] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  318. [ 10.534682] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  319. [ 11.057401] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
  320. [ 11.057901] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  321. [ 11.066293] smsc95xx 1-1.1:1.0 eth0: Link is Down
  322. [ 11.958485] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  323. [ 14.288458] Bluetooth: Core ver 2.22
  324. [ 14.288603] NET: Registered protocol family 31
  325. [ 14.288617] Bluetooth: HCI device and connection manager initialized
  326. [ 14.288651] Bluetooth: HCI socket layer initialized
  327. [ 14.288672] Bluetooth: L2CAP socket layer initialized
  328. [ 14.288708] Bluetooth: SCO socket layer initialized
  329. [ 14.307910] Bluetooth: HCI UART driver ver 2.3
  330. [ 14.307930] Bluetooth: HCI UART protocol H4 registered
  331. [ 14.308014] Bluetooth: HCI UART protocol Three-wire (H5) registered
  332. [ 14.308215] Bluetooth: HCI UART protocol Broadcom registered
  333. [ 14.597551] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  334. [ 14.597568] Bluetooth: BNEP filters: protocol multicast
  335. [ 14.597592] Bluetooth: BNEP socket layer initialized
  336. pi@retropie:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement