Advertisement
NeoMatrixJR

Pi3B Dmesg - nb wifi

Aug 23rd, 2023
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.44 KB | None | 0 0
  1. pi@raspberrypi:~ $ sudo 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 0x37400000, 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-0x000000003b3fffff]
  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-0x000000003b3fffff]
  18. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
  19. [ 0.000000] On node 0 totalpages: 242688
  20. [ 0.000000] DMA zone: 2133 pages used for memmap
  21. [ 0.000000] DMA zone: 0 pages reserved
  22. [ 0.000000] DMA zone: 242688 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: 240555
  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=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
  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: 878804K/970752K available (10240K kernel code, 1312K rwdata, 2952K rodata, 1024K init, 862K bss, 26412K 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.000300] Console: colour dummy device 80x30
  46. [ 0.000372] printk: console [tty1] enabled
  47. [ 0.000424] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  48. [ 0.000453] pid_max: default: 32768 minimum: 301
  49. [ 0.000660] LSM: Security Framework initializing
  50. [ 0.000904] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  51. [ 0.000928] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  52. [ 0.002370] cgroup: Disabling memory control group subsystem
  53. [ 0.002637] CPU: Testing write buffer coherency: ok
  54. [ 0.003136] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  55. [ 0.004371] Setting up static identity map for 0x100000 - 0x10003c
  56. [ 0.004556] rcu: Hierarchical SRCU implementation.
  57. [ 0.005476] smp: Bringing up secondary CPUs ...
  58. [ 0.006634] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  59. [ 0.007905] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  60. [ 0.009104] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  61. [ 0.009262] smp: Brought up 1 node, 4 CPUs
  62. [ 0.009284] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  63. [ 0.009296] CPU: All CPU(s) started in HYP mode.
  64. [ 0.009306] CPU: Virtualization extensions available.
  65. [ 0.010411] devtmpfs: initialized
  66. [ 0.028215] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  67. [ 0.028471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  68. [ 0.028501] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  69. [ 0.031567] pinctrl core: initialized pinctrl subsystem
  70. [ 0.032755] NET: Registered protocol family 16
  71. [ 0.037087] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  72. [ 0.042799] audit: initializing netlink subsys (disabled)
  73. [ 0.043120] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  74. [ 0.043728] thermal_sys: Registered thermal governor 'step_wise'
  75. [ 0.044834] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  76. [ 0.044849] hw-breakpoint: maximum watchpoint size is 8 bytes.
  77. [ 0.045142] Serial: AMBA PL011 UART driver
  78. [ 0.063502] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  79. [ 0.080122] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-05-09T12:17:54, variant start
  80. [ 0.090133] raspberrypi-firmware soc:firmware: Firmware hash is 30aa0d70ab280427ba04ebc718c81d4350b9d394
  81. [ 0.134734] Kprobes globally optimized
  82. [ 0.139674] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  83. [ 0.141954] SCSI subsystem initialized
  84. [ 0.142216] usbcore: registered new interface driver usbfs
  85. [ 0.142281] usbcore: registered new interface driver hub
  86. [ 0.142354] usbcore: registered new device driver usb
  87. [ 0.144499] clocksource: Switched to clocksource arch_sys_counter
  88. [ 1.862192] VFS: Disk quotas dquot_6.6.0
  89. [ 1.862308] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  90. [ 1.862510] FS-Cache: Loaded
  91. [ 1.862796] CacheFiles: Loaded
  92. [ 1.873989] NET: Registered protocol family 2
  93. [ 1.874266] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  94. [ 1.876677] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  95. [ 1.876742] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  96. [ 1.876861] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  97. [ 1.877052] TCP: Hash tables configured (established 8192 bind 8192)
  98. [ 1.877237] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  99. [ 1.877294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  100. [ 1.877578] NET: Registered protocol family 1
  101. [ 1.878372] RPC: Registered named UNIX socket transport module.
  102. [ 1.878386] RPC: Registered udp transport module.
  103. [ 1.878397] RPC: Registered tcp transport module.
  104. [ 1.878409] RPC: Registered tcp NFSv4.1 backchannel transport module.
  105. [ 1.880240] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  106. [ 1.883974] Initialise system trusted keyrings
  107. [ 1.884256] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  108. [ 1.893795] zbud: loaded
  109. [ 1.895905] FS-Cache: Netfs 'nfs' registered for caching
  110. [ 1.896782] NFS: Registering the id_resolver key type
  111. [ 1.896844] Key type id_resolver registered
  112. [ 1.896857] Key type id_legacy registered
  113. [ 1.897016] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  114. [ 1.897031] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  115. [ 1.898236] Key type asymmetric registered
  116. [ 1.898250] Asymmetric key parser 'x509' registered
  117. [ 1.898305] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  118. [ 1.898320] io scheduler mq-deadline registered
  119. [ 1.898333] io scheduler kyber registered
  120. [ 1.903446] bcm2708_fb soc:fb: FB found 1 display(s)
  121. [ 1.911372] Console: switching to colour frame buffer device 90x30
  122. [ 1.917489] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480
  123. [ 1.923225] bcm2835-rng 3f104000.rng: hwrng registered
  124. [ 1.923672] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  125. [ 1.924621] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  126. [ 1.936913] brd: module loaded
  127. [ 1.949133] loop: module loaded
  128. [ 1.950878] Loading iSCSI transport class v2.0-870.
  129. [ 1.952731] usbcore: registered new interface driver lan78xx
  130. [ 1.952799] usbcore: registered new interface driver smsc95xx
  131. [ 1.952826] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  132. [ 2.681103] Core Release: 2.80a
  133. [ 2.681120] Setting default values for core params
  134. [ 2.681152] Finished setting default values for core params
  135. [ 2.881544] Using Buffer DMA mode
  136. [ 2.881558] Periodic Transfer Interrupt Enhancement - disabled
  137. [ 2.881570] Multiprocessor Interrupt Enhancement - disabled
  138. [ 2.881584] OTG VER PARAM: 0, OTG VER FLAG: 0
  139. [ 2.881611] Dedicated Tx FIFOs mode
  140.  
  141. [ 2.882177] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504000 dma = 0xf7504000 len=9024
  142. [ 2.882210] 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.882224] dwc_otg: Microframe scheduler enabled
  148.  
  149. [ 2.882292] WARN::hcd_init_fiq:457: FIQ on core 1
  150.  
  151. [ 2.882308] WARN::hcd_init_fiq:458: FIQ ASM at 807cb8b8 length 36
  152.  
  153. [ 2.882325] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
  154. [ 2.882348] dwc_otg 3f980000.usb: DWC OTG Controller
  155. [ 2.882388] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  156. [ 2.882436] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
  157. [ 2.882491] Init: Port Power? op_state=1
  158. [ 2.882504] Init: Power Port (0)
  159. [ 2.882877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  160. [ 2.882895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  161. [ 2.882910] usb usb1: Product: DWC OTG Controller
  162. [ 2.882925] usb usb1: Manufacturer: Linux 5.10.103-v7+ dwc_otg_hcd
  163. [ 2.882939] usb usb1: SerialNumber: 3f980000.usb
  164. [ 2.883700] hub 1-0:1.0: USB hub found
  165. [ 2.883768] hub 1-0:1.0: 1 port detected
  166. [ 2.885084] dwc_otg: FIQ enabled
  167. [ 2.885097] dwc_otg: NAK holdoff enabled
  168. [ 2.885109] dwc_otg: FIQ split-transaction FSM enabled
  169. [ 2.885127] Module dwc_common_port init
  170. [ 2.885436] usbcore: registered new interface driver usb-storage
  171. [ 2.885803] mousedev: PS/2 mouse device common for all mice
  172. [ 2.886994] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  173. [ 2.889448] sdhci: Secure Digital Host Controller Interface driver
  174. [ 2.889461] sdhci: Copyright(c) Pierre Ossman
  175. [ 2.890072] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
  176. [ 2.890758] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  177. [ 2.891005] sdhci-pltfm: SDHCI platform and OF driver helper
  178. [ 2.892853] ledtrig-cpu: registered to indicate activity on CPUs
  179. [ 2.893272] hid: raw HID events driver (C) Jiri Kosina
  180. [ 2.893431] usbcore: registered new interface driver usbhid
  181. [ 2.893443] usbhid: USB HID core driver
  182. [ 2.898910] Initializing XFRM netlink socket
  183. [ 2.898957] NET: Registered protocol family 17
  184. [ 2.899118] Key type dns_resolver registered
  185. [ 2.899882] Registering SWP/SWPB emulation handler
  186. [ 2.900065] registered taskstats version 1
  187. [ 2.900097] Loading compiled-in X.509 certificates
  188. [ 2.900971] Key type ._fscrypt registered
  189. [ 2.900985] Key type .fscrypt registered
  190. [ 2.900999] Key type fscrypt-provisioning registered
  191. [ 2.912495] uart-pl011 3f201000.serial: cts_event_workaround enabled
  192. [ 2.912607] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
  193. [ 2.915006] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  194. [ 2.916688] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  195. [ 2.916705] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  196. [ 2.943641] sdhost: log_buf @ (ptrval) (f7507000)
  197. [ 2.993652] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  198. [ 2.996612] of_cfs_init
  199. [ 2.996859] of_cfs_init: OK
  200. [ 2.998185] Waiting for root device /dev/mmcblk0p7...
  201. [ 3.014665] Indeed it is in host mode hprt0 = 00021501
  202. [ 3.111179] mmc0: host does not support reading read-only switch, assuming write-enable
  203. [ 3.114566] mmc0: new high speed SDXC card at address 0001
  204. [ 3.115539] mmcblk0: mmc0:0001 GC2QT 59.6 GiB
  205. [ 3.120456] mmcblk0: p1 p2 < p5 p6 p7 >
  206. [ 3.151935] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
  207. [ 3.152039] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
  208. [ 3.163366] devtmpfs: mounted
  209. [ 3.172985] Freeing unused kernel memory: 1024K
  210. [ 3.215434] Run /sbin/init as init process
  211. [ 3.215446] with arguments:
  212. [ 3.215457] /sbin/init
  213. [ 3.215468] splash
  214. [ 3.215479] with environment:
  215. [ 3.215490] HOME=/
  216. [ 3.215501] TERM=linux
  217. [ 3.224544] usb 1-1: new high-speed USB device number 2 using dwc_otg
  218. [ 3.225387] Indeed it is in host mode hprt0 = 00001101
  219. [ 3.474963] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
  220. [ 3.474990] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  221. [ 3.475815] hub 1-1:1.0: USB hub found
  222. [ 3.475937] hub 1-1:1.0: 5 ports detected
  223. [ 3.794603] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  224. [ 3.865089] systemd[1]: System time before build time, advancing clock.
  225. [ 3.934978] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
  226. [ 3.935006] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  227. [ 3.937866] smsc95xx v2.0.0
  228. [ 4.028220] NET: Registered protocol family 10
  229. [ 4.029728] Segment Routing with IPv6
  230. [ 4.055703] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:e9:3d:11
  231. [ 4.111501] 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)
  232. [ 4.112476] systemd[1]: Detected architecture arm.
  233. [ 4.154712] usb 1-1.5: new low-speed USB device number 4 using dwc_otg
  234. [ 4.160203] systemd[1]: Set hostname to <raspberrypi>.
  235. [ 4.297358] usb 1-1.5: New USB device found, idVendor=0603, idProduct=0002, bcdDevice= 2.21
  236. [ 4.297386] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  237. [ 4.297402] usb 1-1.5: Product: USB Composite Device
  238. [ 4.297417] usb 1-1.5: Manufacturer: SINO WEALTH
  239. [ 4.306622] input: SINO WEALTH USB Composite Device as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:0603:0002.0001/input/input0
  240. [ 4.375496] hid-generic 0003:0603:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB Composite Device] on usb-3f980000.usb-1.5/input0
  241. [ 4.392746] input: SINO WEALTH USB Composite Device Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:0603:0002.0002/input/input1
  242. [ 4.393441] input: SINO WEALTH USB Composite Device System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:0603:0002.0002/input/input2
  243. [ 4.465176] input: SINO WEALTH USB Composite Device Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:0603:0002.0002/input/input3
  244. [ 4.465787] hid-generic 0003:0603:0002.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [SINO WEALTH USB Composite Device] on usb-3f980000.usb-1.5/input1
  245. [ 5.064705] random: systemd: uninitialized urandom read (16 bytes read)
  246. [ 5.079768] random: systemd: uninitialized urandom read (16 bytes read)
  247. [ 5.082485] systemd[1]: Created slice User and Session Slice.
  248. [ 5.082871] random: systemd: uninitialized urandom read (16 bytes read)
  249. [ 5.083517] systemd[1]: Listening on udev Kernel Socket.
  250. [ 5.083980] systemd[1]: Listening on initctl Compatibility Named Pipe.
  251. [ 5.086688] systemd[1]: Created slice system-getty.slice.
  252. [ 5.087731] systemd[1]: Listening on Journal Socket.
  253. [ 5.094820] systemd[1]: Starting Restore / save the current clock...
  254. [ 5.101202] systemd[1]: Mounting RPC Pipe File System...
  255. [ 5.262818] i2c /dev entries driver
  256. [ 5.735186] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
  257. [ 5.886529] systemd-journald[120]: Received request to flush runtime journal from PID 1
  258. [ 6.601540] mc: Linux media interface: v0.10
  259. [ 6.631028] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  260. [ 6.634170] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  261. [ 6.634201] [vc_sm_connected_init]: start
  262. [ 6.646823] [vc_sm_connected_init]: installed successfully
  263. [ 6.672328] videodev: Linux video capture interface: v2.00
  264. [ 6.709828] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  265. [ 6.757250] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  266. [ 6.757260] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  267. [ 6.758326] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  268. [ 6.758638] bcm2835_audio bcm2835_audio: card created with 8 channels
  269. [ 6.769476] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  270. [ 6.772562] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  271. [ 6.779008] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  272. [ 6.792258] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  273. [ 6.792320] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  274. [ 6.798228] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  275. [ 6.798283] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  276. [ 6.802911] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  277. [ 6.802981] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  278. [ 6.807872] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  279. [ 6.807928] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  280. [ 6.885600] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  281. [ 6.886315] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  282. [ 6.886889] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  283. [ 6.887426] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  284. [ 6.887461] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  285. [ 6.887487] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  286. [ 6.887510] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  287. [ 6.887531] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  288. [ 6.887859] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  289. [ 10.261884] random: crng init done
  290. [ 10.261910] random: 7 urandom warning(s) missed due to ratelimiting
  291. [ 10.659730] uart-pl011 3f201000.serial: no DMA platform data
  292. [ 10.725984] 8021q: 802.1Q VLAN Support v1.8
  293. [ 10.979424] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  294. [ 11.085647] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  295. [ 11.168813] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  296. [ 11.191760] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  297. [ 11.558255] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
  298. [ 11.558820] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  299. [ 11.575996] smsc95xx 1-1.1:1.0 eth0: Link is Down
  300. [ 15.896203] Bluetooth: Core ver 2.22
  301. [ 15.896327] NET: Registered protocol family 31
  302. [ 15.896339] Bluetooth: HCI device and connection manager initialized
  303. [ 15.896367] Bluetooth: HCI socket layer initialized
  304. [ 15.896386] Bluetooth: L2CAP socket layer initialized
  305. [ 15.896417] Bluetooth: SCO socket layer initialized
  306. [ 15.909285] Bluetooth: HCI UART driver ver 2.3
  307. [ 15.909313] Bluetooth: HCI UART protocol H4 registered
  308. [ 15.909446] Bluetooth: HCI UART protocol Three-wire (H5) registered
  309. [ 15.909713] Bluetooth: HCI UART protocol Broadcom registered
  310. [ 16.636024] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  311. [ 16.636038] Bluetooth: BNEP filters: protocol multicast
  312. [ 16.636056] Bluetooth: BNEP socket layer initialized
  313. [ 16.795783] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
  314. [ 16.795837] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  315. [ 17.002016] fuse: init (API version 7.32)
  316. [ 18.665245] Bluetooth: RFCOMM TTY layer initialized
  317. [ 18.665278] Bluetooth: RFCOMM socket layer initialized
  318. [ 18.665306] Bluetooth: RFCOMM ver 1.11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement