Advertisement
Guest User

Untitled

a guest
Aug 27th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.00 KB | None | 0 0
  1. pi@retropie:~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 5.4.51-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:45:19 BST 2020
  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] Memory policy: Data cache writealloc
  9. [ 0.000000] Reserved memory: created CMA memory pool at 0x2ac00000, size 64 MiB
  10. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  11. [ 0.000000] On node 0 totalpages: 196608
  12. [ 0.000000] Normal zone: 1728 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 196608 pages, LIFO batch:63
  15. [ 0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
  16. [ 0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 194880
  19. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=97a6378b-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  22. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  23. [ 0.000000] Memory: 698816K/786432K available (8192K kernel code, 689K rwdata, 2552K rodata, 1024K init, 825K bss, 22080K reserved, 65536K cma-reserved)
  24. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  25. [ 0.000000] ftrace: allocating 28275 entries in 56 pages
  26. [ 0.000000] rcu: Hierarchical RCU implementation.
  27. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  28. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  29. [ 0.000000] random: get_random_bytes called from start_kernel+0x328/0x500 with crng_init=0
  30. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  31. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  32. [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  33. [ 0.000018] Switching to timer-based delay loop, resolution 52ns
  34. [ 0.000283] Console: colour dummy device 80x30
  35. [ 0.000309] printk: console [tty1] enabled
  36. [ 0.000359] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  37. [ 0.000378] pid_max: default: 32768 minimum: 301
  38. [ 0.000758] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  39. [ 0.000778] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  40. [ 0.002137] Disabling memory control group subsystem
  41. [ 0.002239] CPU: Testing write buffer coherency: ok
  42. [ 0.002801] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  43. [ 0.003735] Setting up static identity map for 0x100000 - 0x10003c
  44. [ 0.003930] rcu: Hierarchical SRCU implementation.
  45. [ 0.004603] smp: Bringing up secondary CPUs ...
  46. [ 0.005719] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  47. [ 0.006981] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  48. [ 0.008134] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  49. [ 0.008285] smp: Brought up 1 node, 4 CPUs
  50. [ 0.008300] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  51. [ 0.008310] CPU: All CPU(s) started in HYP mode.
  52. [ 0.008318] CPU: Virtualization extensions available.
  53. [ 0.009254] devtmpfs: initialized
  54. [ 0.025804] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  55. [ 0.026060] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  56. [ 0.026087] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  57. [ 0.029142] pinctrl core: initialized pinctrl subsystem
  58. [ 0.030400] NET: Registered protocol family 16
  59. [ 0.034699] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  60. [ 0.041086] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  61. [ 0.041098] hw-breakpoint: maximum watchpoint size is 8 bytes.
  62. [ 0.041330] Serial: AMBA PL011 UART driver
  63. [ 0.043288] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  64. [ 0.060093] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-08-19 17:40, variant start
  65. [ 0.070106] raspberrypi-firmware soc:firmware: Firmware hash is e90cba19a98a0d1f2ef086b9cafcbca00778f094
  66. [ 0.121656] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  67. [ 0.123875] SCSI subsystem initialized
  68. [ 0.124132] usbcore: registered new interface driver usbfs
  69. [ 0.124194] usbcore: registered new interface driver hub
  70. [ 0.124319] usbcore: registered new device driver usb
  71. [ 0.126366] clocksource: Switched to clocksource arch_sys_counter
  72. [ 1.287606] VFS: Disk quotas dquot_6.6.0
  73. [ 1.287722] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  74. [ 1.287918] FS-Cache: Loaded
  75. [ 1.288181] CacheFiles: Loaded
  76. [ 1.299302] thermal_sys: Registered thermal governor 'step_wise'
  77. [ 1.299701] NET: Registered protocol family 2
  78. [ 1.300730] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  79. [ 1.300774] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  80. [ 1.300890] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  81. [ 1.301079] TCP: Hash tables configured (established 8192 bind 8192)
  82. [ 1.301242] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  83. [ 1.301294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  84. [ 1.301587] NET: Registered protocol family 1
  85. [ 1.302289] RPC: Registered named UNIX socket transport module.
  86. [ 1.302300] RPC: Registered udp transport module.
  87. [ 1.302309] RPC: Registered tcp transport module.
  88. [ 1.302319] RPC: Registered tcp NFSv4.1 backchannel transport module.
  89. [ 1.304134] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  90. [ 1.307480] Initialise system trusted keyrings
  91. [ 1.307763] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  92. [ 1.319564] FS-Cache: Netfs 'nfs' registered for caching
  93. [ 1.320364] NFS: Registering the id_resolver key type
  94. [ 1.320420] Key type id_resolver registered
  95. [ 1.320430] Key type id_legacy registered
  96. [ 1.320451] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  97. [ 1.321770] Key type asymmetric registered
  98. [ 1.321782] Asymmetric key parser 'x509' registered
  99. [ 1.321833] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  100. [ 1.321844] io scheduler mq-deadline registered
  101. [ 1.321855] io scheduler kyber registered
  102. [ 1.326635] bcm2708_fb soc:fb: FB found 1 display(s)
  103. [ 1.365804] Console: switching to colour frame buffer device 240x67
  104. [ 1.401018] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1920x1080
  105. [ 1.406337] bcm2835-rng 3f104000.rng: hwrng registered
  106. [ 1.406895] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  107. [ 1.407581] vc-sm: Videocore shared memory driver
  108. [ 1.408066] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  109. [ 1.421270] brd: module loaded
  110. [ 1.434202] loop: module loaded
  111. [ 1.435625] Loading iSCSI transport class v2.0-870.
  112. [ 1.436594] libphy: Fixed MDIO Bus: probed
  113. [ 1.436725] usbcore: registered new interface driver lan78xx
  114. [ 1.436790] usbcore: registered new interface driver smsc95xx
  115. [ 1.436814] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  116. [ 2.165112] Core Release: 2.80a
  117. [ 2.165126] Setting default values for core params
  118. [ 2.165165] Finished setting default values for core params
  119. [ 2.365565] Using Buffer DMA mode
  120. [ 2.365577] Periodic Transfer Interrupt Enhancement - disabled
  121. [ 2.365586] Multiprocessor Interrupt Enhancement - disabled
  122. [ 2.365597] OTG VER PARAM: 0, OTG VER FLAG: 0
  123. [ 2.365627] Dedicated Tx FIFOs mode
  124. [ 2.366192] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = aad04000 dma = 0xead04000 len=9024
  125. [ 2.366225] FIQ FSM acceleration enabled for :
  126. Non-periodic Split Transactions
  127. Periodic Split Transactions
  128. High-Speed Isochronous Endpoints
  129. Interrupt/Control Split Transaction hack enabled
  130. [ 2.366237] dwc_otg: Microframe scheduler enabled
  131. [ 2.366298] WARN::hcd_init_fiq:457: FIQ on core 1
  132. [ 2.366308] WARN::hcd_init_fiq:458: FIQ ASM at 806d89f4 length 36
  133. [ 2.366319] WARN::hcd_init_fiq:497: MPHI regs_base at b0810000
  134. [ 2.366341] dwc_otg 3f980000.usb: DWC OTG Controller
  135. [ 2.366409] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  136. [ 2.366456] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
  137. [ 2.366510] Init: Port Power? op_state=1
  138. [ 2.366519] Init: Power Port (0)
  139. [ 2.366894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
  140. [ 2.366911] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  141. [ 2.366925] usb usb1: Product: DWC OTG Controller
  142. [ 2.366939] usb usb1: Manufacturer: Linux 5.4.51-v7+ dwc_otg_hcd
  143. [ 2.366953] usb usb1: SerialNumber: 3f980000.usb
  144. [ 2.367654] hub 1-0:1.0: USB hub found
  145. [ 2.367720] hub 1-0:1.0: 1 port detected
  146. [ 2.368528] dwc_otg: FIQ enabled
  147. [ 2.368538] dwc_otg: NAK holdoff enabled
  148. [ 2.368547] dwc_otg: FIQ split-transaction FSM enabled
  149. [ 2.368562] Module dwc_common_port init
  150. [ 2.368930] usbcore: registered new interface driver usb-storage
  151. [ 2.369137] mousedev: PS/2 mouse device common for all mice
  152. [ 2.370515] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  153. [ 2.371984] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 600000 KHz
  154. [ 2.374242] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 650000 KHz
  155. [ 2.374897] sdhci: Secure Digital Host Controller Interface driver
  156. [ 2.374906] sdhci: Copyright(c) Pierre Ossman
  157. [ 2.375441] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
  158. [ 2.376035] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  159. [ 2.376234] sdhci-pltfm: SDHCI platform and OF driver helper
  160. [ 2.378114] ledtrig-cpu: registered to indicate activity on CPUs
  161. [ 2.378483] hidraw: raw HID events driver (C) Jiri Kosina
  162. [ 2.378650] usbcore: registered new interface driver usbhid
  163. [ 2.378658] usbhid: USB HID core driver
  164. [ 2.379645] vchiq: vchiq_init_state: slot_zero = (ptrval)
  165. [ 2.381442] [vc_sm_connected_init]: start
  166. [ 2.390982] [vc_sm_connected_init]: end - returning 0
  167. [ 2.392841] Initializing XFRM netlink socket
  168. [ 2.392876] NET: Registered protocol family 17
  169. [ 2.393024] Key type dns_resolver registered
  170. [ 2.393748] Registering SWP/SWPB emulation handler
  171. [ 2.394064] registered taskstats version 1
  172. [ 2.394085] Loading compiled-in X.509 certificates
  173. [ 2.394605] Key type ._fscrypt registered
  174. [ 2.394615] Key type .fscrypt registered
  175. [ 2.404731] uart-pl011 3f201000.serial: cts_event_workaround enabled
  176. [ 2.404823] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
  177. [ 2.406775] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  178. [ 2.408179] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  179. [ 2.408192] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  180. [ 2.434679] sdhost: log_buf @ (ptrval) (ead07000)
  181. [ 2.471618] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  182. [ 2.473244] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  183. [ 2.474867] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  184. [ 2.477836] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  185. [ 2.484093] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  186. [ 2.486612] of_cfs_init
  187. [ 2.486872] of_cfs_init: OK
  188. [ 2.487827] Waiting for root device PARTUUID=97a6378b-02...
  189. [ 2.543286] random: fast init done
  190. [ 2.573225] mmc0: host does not support reading read-only switch, assuming write-enable
  191. [ 2.577287] mmc0: new high speed SDXC card at address aaaa
  192. [ 2.578353] mmcblk0: mmc0:aaaa SL64G 59.5 GiB
  193. [ 2.582041] mmcblk0: p1 p2
  194. [ 2.586578] Indeed it is in host mode hprt0 = 00021501
  195. [ 2.625999] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  196. [ 2.626095] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  197. [ 2.627155] devtmpfs: mounted
  198. [ 2.648703] Freeing unused kernel memory: 1024K
  199. [ 2.659805] mmc1: new high speed SDIO card at address 0001
  200. [ 2.686752] Run /sbin/init as init process
  201. [ 2.796448] usb 1-1: new high-speed USB device number 2 using dwc_otg
  202. [ 2.796617] Indeed it is in host mode hprt0 = 00001101
  203. [ 3.036833] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
  204. [ 3.036852] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  205. [ 3.037592] hub 1-1:1.0: USB hub found
  206. [ 3.037696] hub 1-1:1.0: 5 ports detected
  207. [ 3.356426] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  208. [ 3.407895] systemd[1]: System time before build time, advancing clock.
  209. [ 3.486778] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
  210. [ 3.486795] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  211. [ 3.489564] smsc95xx v1.0.6
  212. [ 3.570103] NET: Registered protocol family 10
  213. [ 3.571393] Segment Routing with IPv6
  214. [ 3.581043] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:2b:03:ac
  215. [ 3.630949] 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)
  216. [ 3.631897] systemd[1]: Detected architecture arm.
  217. [ 3.676575] usb 1-1.4: new full-speed USB device number 4 using dwc_otg
  218. [ 3.704939] systemd[1]: Set hostname to <retropie>.
  219. [ 3.824688] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.01
  220. [ 3.824718] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  221. [ 3.824732] usb 1-1.4: Product: USB Receiver
  222. [ 3.824749] usb 1-1.4: Manufacturer: Logitech
  223. [ 3.836674] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0001/input/input0
  224. [ 3.907383] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3f980000.usb-1.4/input0
  225. [ 3.920460] input: Logitech USB Receiver Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0002/input/input1
  226. [ 3.921067] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0002/input/input2
  227. [ 3.986703] input: Logitech USB Receiver System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0002/input/input3
  228. [ 3.987218] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3f980000.usb-1.4/input1
  229. [ 3.998032] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.4/input2
  230. [ 4.549568] 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.
  231. [ 4.579857] 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.
  232. [ 4.692023] random: systemd: uninitialized urandom read (16 bytes read)
  233. [ 4.711612] random: systemd: uninitialized urandom read (16 bytes read)
  234. [ 4.715044] systemd[1]: Created slice system-getty.slice.
  235. [ 4.716001] random: systemd: uninitialized urandom read (16 bytes read)
  236. [ 4.716327] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  237. [ 4.718643] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  238. [ 4.753005] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  239. [ 4.753819] systemd[1]: Listening on udev Kernel Socket.
  240. [ 5.671179] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  241. [ 5.769606] systemd-journald[110]: Received request to flush runtime journal from PID 1
  242. [ 6.445493] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  243. [ 6.448394] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  244. [ 6.448431] [vc_sm_connected_init]: start
  245. [ 6.453096] [vc_sm_connected_init]: installed successfully
  246. [ 6.506229] mc: Linux media interface: v0.10
  247. [ 6.581979] videodev: Linux video capture interface: v2.00
  248. [ 6.596185] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  249. [ 6.613762] bcm2835_audio bcm2835_audio: card created with 4 channels
  250. [ 6.614603] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  251. [ 6.615732] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  252. [ 6.616749] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  253. [ 6.647236] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  254. [ 6.668810] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  255. [ 6.682720] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  256. [ 6.682771] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  257. [ 6.684250] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  258. [ 6.689872] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  259. [ 6.689926] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  260. [ 6.698064] bcm2835_audio bcm2835_audio: card created with 4 channels
  261. [ 6.701123] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  262. [ 6.701276] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  263. [ 6.701408] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  264. [ 6.705029] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  265. [ 6.705809] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  266. [ 6.706321] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  267. [ 6.706453] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  268. [ 6.706475] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  269. [ 6.706493] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  270. [ 6.706509] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  271. [ 6.707065] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  272. [ 7.070691] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  273. [ 7.233757] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  274. [ 7.347847] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
  275. [ 7.360577] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  276. [ 7.360969] usbcore: registered new interface driver brcmfmac
  277. [ 7.412496] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt failed with error -2
  278. [ 7.633062] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  279. [ 7.633216] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
  280. [ 7.634082] 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
  281. [ 7.689964] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.4/input2
  282. [ 7.834127] input: Logitech Unifying Device. Wireless PID:404d Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input5
  283. [ 7.835127] input: Logitech Unifying Device. Wireless PID:404d Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input6
  284. [ 7.835720] input: Logitech Unifying Device. Wireless PID:404d Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input7
  285. [ 7.835989] input: Logitech Unifying Device. Wireless PID:404d System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input8
  286. [ 7.836309] hid-generic 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:404d] on usb-3f980000.usb-1.4/input2:1
  287. [ 8.783067] input: Logitech K400 Plus as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input12
  288. [ 8.784542] logitech-hidpp-device 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-3f980000.usb-1.4/input2:1
  289. [ 9.098168] random: crng init done
  290. [ 9.098207] random: 7 urandom warning(s) missed due to ratelimiting
  291. [ 9.221875] uart-pl011 3f201000.serial: no DMA platform data
  292. [ 9.566560] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  293. [ 9.627801] 8021q: 802.1Q VLAN Support v1.8
  294. [ 10.047189] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  295. [ 10.549123] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  296. [ 11.428351] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  297. [ 13.798162] Bluetooth: Core ver 2.22
  298. [ 13.798275] NET: Registered protocol family 31
  299. [ 13.798283] Bluetooth: HCI device and connection manager initialized
  300. [ 13.798311] Bluetooth: HCI socket layer initialized
  301. [ 13.798325] Bluetooth: L2CAP socket layer initialized
  302. [ 13.798352] Bluetooth: SCO socket layer initialized
  303. [ 13.811370] Bluetooth: HCI UART driver ver 2.3
  304. [ 13.811391] Bluetooth: HCI UART protocol H4 registered
  305. [ 13.811471] Bluetooth: HCI UART protocol Three-wire (H5) registered
  306. [ 13.811726] Bluetooth: HCI UART protocol Broadcom registered
  307. [ 14.085887] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  308. [ 14.085898] Bluetooth: BNEP filters: protocol multicast
  309. [ 14.085925] Bluetooth: BNEP socket layer initialized
  310. [ 147.914180] logitech-hidpp-device 0003:046D:404D.0004: HID++ 4.1 device connected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement