Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~ $ sudo dmesg
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 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
- [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
- [ 0.000000] CPU: div instructions available: patching division code
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
- [ 0.000000] random: fast init done
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] Reserved memory: created CMA memory pool at 0x37400000, size 64 MiB
- [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
- [ 0.000000] Zone ranges:
- [ 0.000000] DMA [mem 0x0000000000000000-0x000000003b3fffff]
- [ 0.000000] Normal empty
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
- [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
- [ 0.000000] On node 0 totalpages: 242688
- [ 0.000000] DMA zone: 2133 pages used for memmap
- [ 0.000000] DMA zone: 0 pages reserved
- [ 0.000000] DMA zone: 242688 pages, LIFO batch:63
- [ 0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
- [ 0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
- [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
- [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
- [ 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
- [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
- [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
- [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
- [ 0.000000] Memory: 878804K/970752K available (10240K kernel code, 1312K rwdata, 2952K rodata, 1024K init, 862K bss, 26412K reserved, 65536K cma-reserved)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- [ 0.000000] ftrace: allocating 32081 entries in 95 pages
- [ 0.000000] ftrace: allocated 94 pages with 5 groups
- [ 0.000000] rcu: Hierarchical RCU implementation.
- [ 0.000000] Rude variant of Tasks RCU enabled.
- [ 0.000000] Tracing variant of Tasks RCU enabled.
- [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
- [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
- [ 0.000000] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
- [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
- [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
- [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
- [ 0.000020] Switching to timer-based delay loop, resolution 52ns
- [ 0.000300] Console: colour dummy device 80x30
- [ 0.000372] printk: console [tty1] enabled
- [ 0.000424] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
- [ 0.000453] pid_max: default: 32768 minimum: 301
- [ 0.000660] LSM: Security Framework initializing
- [ 0.000904] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.000928] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.002370] cgroup: Disabling memory control group subsystem
- [ 0.002637] CPU: Testing write buffer coherency: ok
- [ 0.003136] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.004371] Setting up static identity map for 0x100000 - 0x10003c
- [ 0.004556] rcu: Hierarchical SRCU implementation.
- [ 0.005476] smp: Bringing up secondary CPUs ...
- [ 0.006634] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.007905] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
- [ 0.009104] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
- [ 0.009262] smp: Brought up 1 node, 4 CPUs
- [ 0.009284] SMP: Total of 4 processors activated (153.60 BogoMIPS).
- [ 0.009296] CPU: All CPU(s) started in HYP mode.
- [ 0.009306] CPU: Virtualization extensions available.
- [ 0.010411] devtmpfs: initialized
- [ 0.028215] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
- [ 0.028471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.028501] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
- [ 0.031567] pinctrl core: initialized pinctrl subsystem
- [ 0.032755] NET: Registered protocol family 16
- [ 0.037087] DMA: preallocated 1024 KiB pool for atomic coherent allocations
- [ 0.042799] audit: initializing netlink subsys (disabled)
- [ 0.043120] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
- [ 0.043728] thermal_sys: Registered thermal governor 'step_wise'
- [ 0.044834] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 0.044849] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 0.045142] Serial: AMBA PL011 UART driver
- [ 0.063502] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
- [ 0.080122] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-05-09T12:17:54, variant start
- [ 0.090133] raspberrypi-firmware soc:firmware: Firmware hash is 30aa0d70ab280427ba04ebc718c81d4350b9d394
- [ 0.134734] Kprobes globally optimized
- [ 0.139674] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
- [ 0.141954] SCSI subsystem initialized
- [ 0.142216] usbcore: registered new interface driver usbfs
- [ 0.142281] usbcore: registered new interface driver hub
- [ 0.142354] usbcore: registered new device driver usb
- [ 0.144499] clocksource: Switched to clocksource arch_sys_counter
- [ 1.862192] VFS: Disk quotas dquot_6.6.0
- [ 1.862308] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
- [ 1.862510] FS-Cache: Loaded
- [ 1.862796] CacheFiles: Loaded
- [ 1.873989] NET: Registered protocol family 2
- [ 1.874266] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
- [ 1.876677] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
- [ 1.876742] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
- [ 1.876861] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
- [ 1.877052] TCP: Hash tables configured (established 8192 bind 8192)
- [ 1.877237] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
- [ 1.877294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
- [ 1.877578] NET: Registered protocol family 1
- [ 1.878372] RPC: Registered named UNIX socket transport module.
- [ 1.878386] RPC: Registered udp transport module.
- [ 1.878397] RPC: Registered tcp transport module.
- [ 1.878409] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 1.880240] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
- [ 1.883974] Initialise system trusted keyrings
- [ 1.884256] workingset: timestamp_bits=14 max_order=18 bucket_order=4
- [ 1.893795] zbud: loaded
- [ 1.895905] FS-Cache: Netfs 'nfs' registered for caching
- [ 1.896782] NFS: Registering the id_resolver key type
- [ 1.896844] Key type id_resolver registered
- [ 1.896857] Key type id_legacy registered
- [ 1.897016] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
- [ 1.897031] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
- [ 1.898236] Key type asymmetric registered
- [ 1.898250] Asymmetric key parser 'x509' registered
- [ 1.898305] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
- [ 1.898320] io scheduler mq-deadline registered
- [ 1.898333] io scheduler kyber registered
- [ 1.903446] bcm2708_fb soc:fb: FB found 1 display(s)
- [ 1.911372] Console: switching to colour frame buffer device 90x30
- [ 1.917489] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480
- [ 1.923225] bcm2835-rng 3f104000.rng: hwrng registered
- [ 1.923672] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
- [ 1.924621] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
- [ 1.936913] brd: module loaded
- [ 1.949133] loop: module loaded
- [ 1.950878] Loading iSCSI transport class v2.0-870.
- [ 1.952731] usbcore: registered new interface driver lan78xx
- [ 1.952799] usbcore: registered new interface driver smsc95xx
- [ 1.952826] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
- [ 2.681103] Core Release: 2.80a
- [ 2.681120] Setting default values for core params
- [ 2.681152] Finished setting default values for core params
- [ 2.881544] Using Buffer DMA mode
- [ 2.881558] Periodic Transfer Interrupt Enhancement - disabled
- [ 2.881570] Multiprocessor Interrupt Enhancement - disabled
- [ 2.881584] OTG VER PARAM: 0, OTG VER FLAG: 0
- [ 2.881611] Dedicated Tx FIFOs mode
- [ 2.882177] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504000 dma = 0xf7504000 len=9024
- [ 2.882210] FIQ FSM acceleration enabled for :
- Non-periodic Split Transactions
- Periodic Split Transactions
- High-Speed Isochronous Endpoints
- Interrupt/Control Split Transaction hack enabled
- [ 2.882224] dwc_otg: Microframe scheduler enabled
- [ 2.882292] WARN::hcd_init_fiq:457: FIQ on core 1
- [ 2.882308] WARN::hcd_init_fiq:458: FIQ ASM at 807cb8b8 length 36
- [ 2.882325] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
- [ 2.882348] dwc_otg 3f980000.usb: DWC OTG Controller
- [ 2.882388] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
- [ 2.882436] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
- [ 2.882491] Init: Port Power? op_state=1
- [ 2.882504] Init: Power Port (0)
- [ 2.882877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
- [ 2.882895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 2.882910] usb usb1: Product: DWC OTG Controller
- [ 2.882925] usb usb1: Manufacturer: Linux 5.10.103-v7+ dwc_otg_hcd
- [ 2.882939] usb usb1: SerialNumber: 3f980000.usb
- [ 2.883700] hub 1-0:1.0: USB hub found
- [ 2.883768] hub 1-0:1.0: 1 port detected
- [ 2.885084] dwc_otg: FIQ enabled
- [ 2.885097] dwc_otg: NAK holdoff enabled
- [ 2.885109] dwc_otg: FIQ split-transaction FSM enabled
- [ 2.885127] Module dwc_common_port init
- [ 2.885436] usbcore: registered new interface driver usb-storage
- [ 2.885803] mousedev: PS/2 mouse device common for all mice
- [ 2.886994] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
- [ 2.889448] sdhci: Secure Digital Host Controller Interface driver
- [ 2.889461] sdhci: Copyright(c) Pierre Ossman
- [ 2.890072] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
- [ 2.890758] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
- [ 2.891005] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 2.892853] ledtrig-cpu: registered to indicate activity on CPUs
- [ 2.893272] hid: raw HID events driver (C) Jiri Kosina
- [ 2.893431] usbcore: registered new interface driver usbhid
- [ 2.893443] usbhid: USB HID core driver
- [ 2.898910] Initializing XFRM netlink socket
- [ 2.898957] NET: Registered protocol family 17
- [ 2.899118] Key type dns_resolver registered
- [ 2.899882] Registering SWP/SWPB emulation handler
- [ 2.900065] registered taskstats version 1
- [ 2.900097] Loading compiled-in X.509 certificates
- [ 2.900971] Key type ._fscrypt registered
- [ 2.900985] Key type .fscrypt registered
- [ 2.900999] Key type fscrypt-provisioning registered
- [ 2.912495] uart-pl011 3f201000.serial: cts_event_workaround enabled
- [ 2.912607] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
- [ 2.915006] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
- [ 2.916688] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
- [ 2.916705] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
- [ 2.943641] sdhost: log_buf @ (ptrval) (f7507000)
- [ 2.993652] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
- [ 2.996612] of_cfs_init
- [ 2.996859] of_cfs_init: OK
- [ 2.998185] Waiting for root device /dev/mmcblk0p7...
- [ 3.014665] Indeed it is in host mode hprt0 = 00021501
- [ 3.111179] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 3.114566] mmc0: new high speed SDXC card at address 0001
- [ 3.115539] mmcblk0: mmc0:0001 GC2QT 59.6 GiB
- [ 3.120456] mmcblk0: p1 p2 < p5 p6 p7 >
- [ 3.151935] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
- [ 3.152039] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
- [ 3.163366] devtmpfs: mounted
- [ 3.172985] Freeing unused kernel memory: 1024K
- [ 3.215434] Run /sbin/init as init process
- [ 3.215446] with arguments:
- [ 3.215457] /sbin/init
- [ 3.215468] splash
- [ 3.215479] with environment:
- [ 3.215490] HOME=/
- [ 3.215501] TERM=linux
- [ 3.224544] usb 1-1: new high-speed USB device number 2 using dwc_otg
- [ 3.225387] Indeed it is in host mode hprt0 = 00001101
- [ 3.474963] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
- [ 3.474990] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 3.475815] hub 1-1:1.0: USB hub found
- [ 3.475937] hub 1-1:1.0: 5 ports detected
- [ 3.794603] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
- [ 3.865089] systemd[1]: System time before build time, advancing clock.
- [ 3.934978] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
- [ 3.935006] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 3.937866] smsc95xx v2.0.0
- [ 4.028220] NET: Registered protocol family 10
- [ 4.029728] Segment Routing with IPv6
- [ 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
- [ 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)
- [ 4.112476] systemd[1]: Detected architecture arm.
- [ 4.154712] usb 1-1.5: new low-speed USB device number 4 using dwc_otg
- [ 4.160203] systemd[1]: Set hostname to <raspberrypi>.
- [ 4.297358] usb 1-1.5: New USB device found, idVendor=0603, idProduct=0002, bcdDevice= 2.21
- [ 4.297386] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- [ 4.297402] usb 1-1.5: Product: USB Composite Device
- [ 4.297417] usb 1-1.5: Manufacturer: SINO WEALTH
- [ 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
- [ 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
- [ 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
- [ 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
- [ 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
- [ 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
- [ 5.064705] random: systemd: uninitialized urandom read (16 bytes read)
- [ 5.079768] random: systemd: uninitialized urandom read (16 bytes read)
- [ 5.082485] systemd[1]: Created slice User and Session Slice.
- [ 5.082871] random: systemd: uninitialized urandom read (16 bytes read)
- [ 5.083517] systemd[1]: Listening on udev Kernel Socket.
- [ 5.083980] systemd[1]: Listening on initctl Compatibility Named Pipe.
- [ 5.086688] systemd[1]: Created slice system-getty.slice.
- [ 5.087731] systemd[1]: Listening on Journal Socket.
- [ 5.094820] systemd[1]: Starting Restore / save the current clock...
- [ 5.101202] systemd[1]: Mounting RPC Pipe File System...
- [ 5.262818] i2c /dev entries driver
- [ 5.735186] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
- [ 5.886529] systemd-journald[120]: Received request to flush runtime journal from PID 1
- [ 6.601540] mc: Linux media interface: v0.10
- [ 6.631028] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.634170] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
- [ 6.634201] [vc_sm_connected_init]: start
- [ 6.646823] [vc_sm_connected_init]: installed successfully
- [ 6.672328] videodev: Linux video capture interface: v2.00
- [ 6.709828] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.757250] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.757260] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.758326] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.758638] bcm2835_audio bcm2835_audio: card created with 8 channels
- [ 6.769476] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.772562] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.779008] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
- [ 6.792258] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
- [ 6.792320] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
- [ 6.798228] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
- [ 6.798283] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
- [ 6.802911] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
- [ 6.802981] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
- [ 6.807872] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
- [ 6.807928] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
- [ 6.885600] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
- [ 6.886315] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
- [ 6.886889] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
- [ 6.887426] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
- [ 6.887461] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
- [ 6.887487] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
- [ 6.887510] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
- [ 6.887531] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
- [ 6.887859] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
- [ 10.261884] random: crng init done
- [ 10.261910] random: 7 urandom warning(s) missed due to ratelimiting
- [ 10.659730] uart-pl011 3f201000.serial: no DMA platform data
- [ 10.725984] 8021q: 802.1Q VLAN Support v1.8
- [ 10.979424] cfg80211: Loading compiled-in X.509 certificates for regulatory database
- [ 11.085647] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
- [ 11.168813] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
- [ 11.191760] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
- [ 11.558255] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
- [ 11.558820] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 11.575996] smsc95xx 1-1.1:1.0 eth0: Link is Down
- [ 15.896203] Bluetooth: Core ver 2.22
- [ 15.896327] NET: Registered protocol family 31
- [ 15.896339] Bluetooth: HCI device and connection manager initialized
- [ 15.896367] Bluetooth: HCI socket layer initialized
- [ 15.896386] Bluetooth: L2CAP socket layer initialized
- [ 15.896417] Bluetooth: SCO socket layer initialized
- [ 15.909285] Bluetooth: HCI UART driver ver 2.3
- [ 15.909313] Bluetooth: HCI UART protocol H4 registered
- [ 15.909446] Bluetooth: HCI UART protocol Three-wire (H5) registered
- [ 15.909713] Bluetooth: HCI UART protocol Broadcom registered
- [ 16.636024] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
- [ 16.636038] Bluetooth: BNEP filters: protocol multicast
- [ 16.636056] Bluetooth: BNEP socket layer initialized
- [ 16.795783] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
- [ 16.795837] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
- [ 17.002016] fuse: init (API version 7.32)
- [ 18.665245] Bluetooth: RFCOMM TTY layer initialized
- [ 18.665278] Bluetooth: RFCOMM socket layer initialized
- [ 18.665306] Bluetooth: RFCOMM ver 1.11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement