Created
June 10, 2019 13:48
-
-
Save avafinger/1c8c0d4423610c671f7bb9a3761913af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
[ 0.000000] Linux version 5.2.0-rc4 (alex@svn) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05)) #1 SMP PREEMPT Sun Jun 9 20:42:53 -03 2019 | |
[ 0.000000] Machine model: Opi H6 | |
[ 0.000000] cma: Reserved 128 MiB at 0x0000000078000000 | |
[ 0.000000] NUMA: No NUMA configuration found | |
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] NUMA: NODE_DATA [mem 0x77dd9840-0x77ddafff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] On node 0 totalpages: 262144 | |
[ 0.000000] DMA32 zone: 4096 pages used for memmap | |
[ 0.000000] DMA32 zone: 0 pages reserved | |
[ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63 | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
[ 0.000000] psci: SMC Calling Convention v1.1 | |
[ 0.000000] percpu: Embedded 22 pages/cpu s52696 r8192 d29224 u90112 | |
[ 0.000000] pcpu-alloc: s52696 r8192 d29224 u90112 alloc=22*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Detected VIPT I-cache on CPU0 | |
[ 0.000000] CPU features: detected: ARM erratum 845719 | |
[ 0.000000] Speculative Store Bypass Disable mitigation not required | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 | |
[ 0.000000] Policy zone: DMA32 | |
[ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait fsck.repair=yes panic=10 | |
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes | |
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes | |
[ 0.000000] printk: log_buf_len min size: 16384 bytes | |
[ 0.000000] printk: log_buf_len: 32768 bytes | |
[ 0.000000] printk: early log buf free: 14084(85%) | |
[ 0.000000] Memory: 884844K/1048576K available (8446K kernel code, 642K rwdata, 2480K rodata, 512K init, 229K bss, 32660K reserved, 131072K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] rcu: Preemptible hierarchical RCU implementation. | |
[ 0.000000] Tasks RCU enabled. | |
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
[ 0.000000] GIC: Using split EOI/Deactivate mode | |
[ 0.000000] random: get_random_bytes called from start_kernel+0x2b0/0x458 with crng_init=0 | |
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). | |
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns | |
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns | |
[ 0.000220] Console: colour dummy device 80x25 | |
[ 0.000295] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) | |
[ 0.000304] pid_max: default: 32768 minimum: 301 | |
[ 0.000385] LSM: Security Framework initializing | |
[ 0.000891] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) | |
[ 0.001140] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) | |
[ 0.001173] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) | |
[ 0.001188] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) | |
[ 0.001652] *** VALIDATE proc *** | |
[ 0.001842] *** VALIDATE cgroup1 *** | |
[ 0.001849] *** VALIDATE cgroup2 *** | |
[ 0.024034] ASID allocator initialised with 32768 entries | |
[ 0.032026] rcu: Hierarchical SRCU implementation. | |
[ 0.048065] smp: Bringing up secondary CPUs ... | |
[ 0.080511] Detected VIPT I-cache on CPU1 | |
[ 0.080563] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 0.112457] Detected VIPT I-cache on CPU2 | |
[ 0.112490] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 0.144523] Detected VIPT I-cache on CPU3 | |
[ 0.144553] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 0.144647] smp: Brought up 1 node, 4 CPUs | |
[ 0.144652] SMP: Total of 4 processors activated. | |
[ 0.144658] CPU features: detected: 32-bit EL0 Support | |
[ 0.144664] CPU features: detected: CRC32 instructions | |
[ 0.144987] CPU: All CPU(s) started at EL2 | |
[ 0.145006] alternatives: patching kernel code | |
[ 0.146222] devtmpfs: initialized | |
[ 0.151786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.151840] futex hash table entries: 1024 (order: 4, 65536 bytes) | |
[ 0.156021] pinctrl core: initialized pinctrl subsystem | |
[ 0.157248] NET: Registered protocol family 16 | |
[ 0.157676] audit: initializing netlink subsys (disabled) | |
[ 0.157829] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1 | |
[ 0.158724] cpuidle: using governor menu | |
[ 0.158991] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.161922] DMA: preallocated 256 KiB pool for atomic allocations | |
[ 0.162623] Serial: AMBA PL011 UART driver | |
[ 0.181943] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.181952] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.181958] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.181963] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.184006] cryptd: max_cpu_qlen set to 1000 | |
[ 0.190147] SCSI subsystem initialized | |
[ 0.190363] libata version 3.00 loaded. | |
[ 0.190686] usbcore: registered new interface driver usbfs | |
[ 0.190741] usbcore: registered new interface driver hub | |
[ 0.190805] usbcore: registered new device driver usb | |
[ 0.191255] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.191260] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> | |
[ 0.191287] PTP clock support registered | |
[ 0.191475] EDAC MC: Ver: 3.0.0 | |
[ 0.192319] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.193346] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.193560] VFS: Disk quotas dquot_6.6.0 | |
[ 0.193619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.193670] *** VALIDATE hugetlbfs *** | |
[ 0.202113] NET: Registered protocol family 2 | |
[ 0.202558] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) | |
[ 0.202607] TCP established hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.202721] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) | |
[ 0.202854] TCP: Hash tables configured (established 8192 bind 8192) | |
[ 0.202969] UDP hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.203006] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.203156] NET: Registered protocol family 1 | |
[ 0.203562] RPC: Registered named UNIX socket transport module. | |
[ 0.203566] RPC: Registered udp transport module. | |
[ 0.203570] RPC: Registered tcp transport module. | |
[ 0.203573] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.203750] Trying to unpack rootfs image as initramfs... | |
[ 0.251981] Freeing initrd memory: 1076K | |
[ 0.259500] Initialise system trusted keyrings | |
[ 0.259658] workingset: timestamp_bits=44 max_order=18 bucket_order=0 | |
[ 0.267795] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 0.268615] NFS: Registering the id_resolver key type | |
[ 0.268639] Key type id_resolver registered | |
[ 0.268643] Key type id_legacy registered | |
[ 0.268655] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.268843] 9p: Installing v9fs 9p2000 file system support | |
[ 0.270481] NET: Registered protocol family 38 | |
[ 0.270491] Key type asymmetric registered | |
[ 0.270496] Asymmetric key parser 'x509' registered | |
[ 0.270542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) | |
[ 0.270667] io scheduler mq-deadline registered | |
[ 0.270673] io scheduler kyber registered | |
[ 0.271093] sun50i-de2-bus 1000000.display-engine: Error couldn't map SRAM to device | |
[ 0.271975] sun4i-usb-phy 5100400.phy: Couldn't get regulator usb0_vbus... Deferring probe | |
[ 0.276855] sun50i-h6-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver | |
[ 0.292326] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 0.294761] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
[ 0.300023] loop: module loaded | |
[ 0.302604] libphy: Fixed MDIO Bus: probed | |
[ 0.302949] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.303462] PPP generic driver version 2.4.2 | |
[ 0.303789] VFIO - User Level meta-driver version: 0.3 | |
[ 0.304794] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 0.304802] ehci-platform: EHCI generic platform driver | |
[ 0.305054] ehci-platform 5101000.usb: EHCI Host Controller | |
[ 0.305075] ehci-platform 5101000.usb: new USB bus registered, assigned bus number 1 | |
[ 0.306645] ehci-platform 5101000.usb: irq 22, io mem 0x05101000 | |
[ 0.321354] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00 | |
[ 0.321537] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02 | |
[ 0.321545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.321552] usb usb1: Product: EHCI Host Controller | |
[ 0.321558] usb usb1: Manufacturer: Linux 5.2.0-rc4 ehci_hcd | |
[ 0.321565] usb usb1: SerialNumber: 5101000.usb | |
[ 0.322107] hub 1-0:1.0: USB hub found | |
[ 0.322139] hub 1-0:1.0: 1 port detected | |
[ 0.322823] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 0.322850] ohci-platform: OHCI generic platform driver | |
[ 0.323069] ohci-platform 5101400.usb: Generic Platform OHCI controller | |
[ 0.323088] ohci-platform 5101400.usb: new USB bus registered, assigned bus number 2 | |
[ 0.323393] ohci-platform 5101400.usb: irq 23, io mem 0x05101400 | |
[ 0.385644] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.02 | |
[ 0.385653] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.385660] usb usb2: Product: Generic Platform OHCI controller | |
[ 0.385667] usb usb2: Manufacturer: Linux 5.2.0-rc4 ohci_hcd | |
[ 0.385673] usb usb2: SerialNumber: 5101400.usb | |
[ 0.386192] hub 2-0:1.0: USB hub found | |
[ 0.386224] hub 2-0:1.0: 1 port detected | |
[ 0.387287] usbcore: registered new interface driver usb-storage | |
[ 0.389228] mousedev: PS/2 mouse device common for all mice | |
[ 0.390139] sun6i-rtc 7000000.rtc: registered as rtc0 | |
[ 0.390149] sun6i-rtc 7000000.rtc: RTC enabled | |
[ 0.390258] i2c /dev entries driver | |
[ 0.390551] sun50i-h6-r-pinctrl 7022000.pinctrl: 7022000.pinctrl supply vcc-pl not found, using dummy regulator | |
[ 0.391263] axp20x-i2c 2-0036: AXP20x variant AXP806 found | |
[ 0.395122] dcdca: supplied by regulator-dummy | |
[ 0.396269] dcdcc: supplied by regulator-dummy | |
[ 0.396966] dcdcd: supplied by regulator-dummy | |
[ 0.397632] dcdce: supplied by regulator-dummy | |
[ 0.398282] aldo1: supplied by regulator-dummy | |
[ 0.398960] aldo2: supplied by regulator-dummy | |
[ 0.399612] aldo3: supplied by regulator-dummy | |
[ 0.400272] bldo1: supplied by regulator-dummy | |
[ 0.401394] bldo2: supplied by regulator-dummy | |
[ 0.402092] bldo3: supplied by regulator-dummy | |
[ 0.402748] bldo4: supplied by regulator-dummy | |
[ 0.403442] cldo1: supplied by regulator-dummy | |
[ 0.404102] cldo2: supplied by regulator-dummy | |
[ 0.404782] cldo3: supplied by regulator-dummy | |
[ 0.405503] sw: supplied by regulator-dummy | |
[ 0.405707] axp20x-i2c 2-0036: AXP20X driver loaded | |
[ 0.410006] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.410011] sdhci: Copyright(c) Pierre Ossman | |
[ 0.410096] Synopsys Designware Multimedia Card Interface Driver | |
[ 0.410526] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.411348] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.411546] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 0.411748] usbcore: registered new interface driver usbhid | |
[ 0.411750] usbhid: USB HID core driver | |
[ 0.413625] NET: Registered protocol family 17 | |
[ 0.413762] 9pnet: Installing 9P2000 support | |
[ 0.413812] Key type dns_resolver registered | |
[ 0.414271] registered taskstats version 1 | |
[ 0.414274] Loading compiled-in X.509 certificates | |
[ 0.426120] sun50i-h6-pinctrl 300b000.pinctrl: initialized sunXi PIO driver | |
[ 0.426384] sun50i-h6-pinctrl 300b000.pinctrl: 300b000.pinctrl supply vcc-ph not found, using dummy regulator | |
[ 0.429231] printk: console [ttyS0] disabled | |
[ 0.450052] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 17, base_baud = 1500000) is a 16550A | |
[ 0.450097] printk: console [ttyS0] enabled | |
[ 0.450645] sun50i-h6-pinctrl 300b000.pinctrl: 300b000.pinctrl supply vcc-pc not found, using dummy regulator | |
[ 0.557427] ehci-platform 5311000.usb: EHCI Host Controller | |
[ 0.557472] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 3 | |
[ 0.558596] ehci-platform 5311000.usb: irq 24, io mem 0x05311000 | |
[ 0.573418] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00 | |
[ 0.573769] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02 | |
[ 0.573785] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.573797] usb usb3: Product: EHCI Host Controller | |
[ 0.573810] usb usb3: Manufacturer: Linux 5.2.0-rc4 ehci_hcd | |
[ 0.573822] usb usb3: SerialNumber: 5311000.usb | |
[ 0.574704] hub 3-0:1.0: USB hub found | |
[ 0.574772] hub 3-0:1.0: 1 port detected | |
[ 0.576142] ohci-platform 5311400.usb: Generic Platform OHCI controller | |
[ 0.576178] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 4 | |
[ 0.576663] ohci-platform 5311400.usb: irq 25, io mem 0x05311400 | |
[ 0.637672] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.02 | |
[ 0.637688] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.637701] usb usb4: Product: Generic Platform OHCI controller | |
[ 0.637713] usb usb4: Manufacturer: Linux 5.2.0-rc4 ohci_hcd | |
[ 0.637725] usb usb4: SerialNumber: 5311400.usb | |
[ 0.638547] hub 4-0:1.0: USB hub found | |
[ 0.638579] hub 4-0:1.0: 1 port detected | |
[ 0.639419] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator | |
[ 0.639838] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver | |
[ 0.639848] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 5 | |
[ 0.640005] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02 | |
[ 0.640013] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.640019] usb usb5: Product: MUSB HDRC host driver | |
[ 0.640025] usb usb5: Manufacturer: Linux 5.2.0-rc4 musb-hcd | |
[ 0.640031] usb usb5: SerialNumber: musb-hdrc.1.auto | |
[ 0.640450] hub 5-0:1.0: USB hub found | |
[ 0.640479] hub 5-0:1.0: 1 port detected | |
[ 0.642424] thermal thermal_zone0: failed to read out thermal zone (-16) | |
[ 0.642497] thermal thermal_zone1: failed to read out thermal zone (-16) | |
[ 0.643064] sun50i-h6-pinctrl 300b000.pinctrl: 300b000.pinctrl supply vcc-pf not found, using dummy regulator | |
[ 0.643827] sunxi-mmc 4020000.mmc: Got CD GPIO | |
[ 0.669446] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode | |
[ 0.671038] sun50i-h6-pinctrl 300b000.pinctrl: 300b000.pinctrl supply vcc-pd not found, using dummy regulator | |
[ 0.671275] vcc-gmac-3v3: supplied by vcc-ac200 | |
[ 0.672145] sun6i-rtc 7000000.rtc: setting system clock to 2019-06-10T12:55:06 UTC (1560171306) | |
[ 0.672518] vcc-ac200: disabling | |
[ 0.672869] vcc-gmac-3v3: disabling | |
[ 0.672874] ALSA device list: | |
[ 0.672879] No soundcards found. | |
[ 0.673431] Freeing unused kernel memory: 512K | |
[ 0.701479] Run /init as init process | |
[ 0.707705] mmc0: host does not support reading read-only switch, assuming write-enable | |
[ 0.710910] mmc0: new high speed SDHC card at address aaaa | |
[ 0.712323] mmcblk0: mmc0:aaaa SB32G 29.7 GiB | |
[ 0.714741] mmcblk0: p1 p2 | |
[ 0.780973] random: fast init done | |
[ 0.786475] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) | |
[ 0.913395] usb 3-1: new high-speed USB device number 2 using ehci-platform | |
[ 1.071159] usb 3-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01 | |
[ 1.071173] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
[ 1.071183] usb 3-1: Product: USB2.0 Hub | |
[ 1.072109] hub 3-1:1.0: USB hub found | |
[ 1.072521] hub 3-1:1.0: 4 ports detected | |
[ 1.361390] usb 3-1.1: new low-speed USB device number 3 using ehci-platform | |
[ 1.411454] NET: Registered protocol family 10 | |
[ 1.412062] Segment Routing with IPv6 | |
[ 1.467098] systemd[1]: systemd 237 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) | |
[ 1.467574] systemd[1]: Detected architecture arm64. | |
[ 1.482385] usb 3-1.1: New USB device found, idVendor=1bcf, idProduct=0007, bcdDevice= 0.10 | |
[ 1.482392] usb 3-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0 | |
[ 1.482399] usb 3-1.1: Product: USB Optical Mouse | |
[ 1.488946] systemd[1]: Set hostname to <opi-h6>. | |
[ 1.513112] input: USB Optical Mouse as /devices/platform/soc/5311000.usb/usb3/3-1/3-1.1/3-1.1:1.0/0003:1BCF:0007.0001/input/input0 | |
[ 1.513568] input: USB Optical Mouse as /devices/platform/soc/5311000.usb/usb3/3-1/3-1.1/3-1.1:1.0/0003:1BCF:0007.0001/input/input1 | |
[ 1.513985] hid-generic 0003:1BCF:0007.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-5311000.usb-1.1/input0 | |
[ 1.593382] usb 3-1.4: new low-speed USB device number 4 using ehci-platform | |
[ 1.707280] usb 3-1.4: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.10 | |
[ 1.707294] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 1.707303] usb 3-1.4: Product: USB Keyboard | |
[ 1.707311] usb 3-1.4: Manufacturer: SIGMACHIP | |
[ 1.716008] input: SIGMACHIP USB Keyboard as /devices/platform/soc/5311000.usb/usb3/3-1/3-1.4/3-1.4:1.0/0003:1C4F:0002.0002/input/input2 | |
[ 1.773947] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-5311000.usb-1.4/input0 | |
[ 1.775560] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. | |
[ 1.775573] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) | |
[ 1.780179] input: SIGMACHIP USB Keyboard Consumer Control as /devices/platform/soc/5311000.usb/usb3/3-1/3-1.4/3-1.4:1.1/0003:1C4F:0002.0003/input/input3 | |
[ 1.837678] input: SIGMACHIP USB Keyboard System Control as /devices/platform/soc/5311000.usb/usb3/3-1/3-1.4/3-1.4:1.1/0003:1C4F:0002.0003/input/input4 | |
[ 1.837895] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-5311000.usb-1.4/input1 | |
[ 1.920915] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.921778] systemd[1]: Created slice User and Session Slice. | |
[ 1.937621] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.938006] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 1.953503] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.953558] systemd[1]: Reached target Remote File Systems. | |
[ 1.970881] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. | |
[ 1.990908] systemd[1]: Created slice System Slice. | |
[ 2.360293] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro | |
[ 2.683669] systemd-journald[1354]: Received request to flush runtime journal from PID 1 | |
[ 2.895763] media: Linux media interface: v0.10 | |
[ 2.919899] videodev: Linux video capture interface: v2.00 | |
[ 2.952959] dwmac-sun8i 5020000.ethernet: PTP uses main clock | |
[ 2.975452] Registered IR keymap rc-empty | |
[ 2.975539] rc rc0: sunxi-ir as /devices/platform/soc/7040000.ir/rc/rc0 | |
[ 2.975627] input: sunxi-ir as /devices/platform/soc/7040000.ir/rc/rc0/input5 | |
[ 2.975822] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter | |
[ 2.976008] sunxi-ir 7040000.ir: initialized sunXi IR driver | |
[ 2.994393] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 2.996398] cedrus 1c0e000.video-codec: Device registered as /dev/video0 | |
[ 3.043691] asoc-simple-card sound_spdif: dit-hifi <-> 5093000.spdif mapping ok | |
[ 3.056436] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer]) | |
[ 3.056672] sun4i-drm display-engine: bound 6510000.tcon-top (ops sun8i_tcon_top_platform_driver_exit [sun8i_tcon_top]) | |
[ 3.056956] sun4i-drm display-engine: bound 6515000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon]) | |
[ 3.057044] sun8i-dw-hdmi 6000000.hdmi: 6000000.hdmi supply hvcc not found, using dummy regulator | |
[ 3.062531] dwmac-sun8i 5020000.ethernet: Current syscon value is not the default 58000 (expect 0) | |
[ 3.062560] dwmac-sun8i 5020000.ethernet: No HW DMA feature register supported | |
[ 3.062565] dwmac-sun8i 5020000.ethernet: RX Checksum Offload Engine supported | |
[ 3.062568] dwmac-sun8i 5020000.ethernet: COE Type 2 | |
[ 3.062572] dwmac-sun8i 5020000.ethernet: TX Checksum insertion supported | |
[ 3.062575] dwmac-sun8i 5020000.ethernet: Normal descriptors | |
[ 3.062579] dwmac-sun8i 5020000.ethernet: Chain mode enabled | |
[ 3.062591] dwmac-sun8i 5020000.ethernet (unnamed net_device) (uninitialized): device MAC address 8a:77:93:06:fa:c5 | |
[ 3.062792] libphy: stmmac: probed | |
[ 3.072773] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY) | |
[ 3.089925] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver | |
[ 3.090363] sun4i-drm display-engine: bound 6000000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_drm_hdmi]) | |
[ 3.090372] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
[ 3.090374] [drm] No driver support for vblank timestamp query. | |
[ 3.093107] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 | |
[ 3.254982] Console: switching to colour frame buffer device 240x67 | |
[ 3.289455] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device | |
[ 3.344255] asoc-simple-card sound: i2s-hifi <-> 5091000.i2s mapping ok | |
[ 3.368871] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) | |
[ 3.769435] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL) | |
[ 3.775362] dwmac-sun8i 5020000.ethernet eth0: No Safety Features support found | |
[ 3.775375] dwmac-sun8i 5020000.ethernet eth0: No MAC Management Counters available | |
[ 3.775381] dwmac-sun8i 5020000.ethernet eth0: PTP not supported by HW | |
[ 7.873915] dwmac-sun8i 5020000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off | |
[ 7.873962] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 204.305093] random: crng init done | |
[ 204.305108] random: 7 urandom warning(s) missed due to ratelimiting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Module Size Used by | |
snd_soc_hdmi_codec 16384 1 | |
dw_hdmi_i2s_audio 16384 0 | |
dw_hdmi_cec 16384 0 | |
crct10dif_ce 16384 1 | |
sun8i_drm_hdmi 24576 0 | |
snd_soc_simple_card 20480 0 | |
dw_hdmi 28672 2 sun8i_drm_hdmi,dw_hdmi_i2s_audio | |
snd_soc_spdif_tx 16384 1 | |
snd_soc_simple_card_utils 20480 1 snd_soc_simple_card | |
cec 49152 3 sun8i_drm_hdmi,dw_hdmi_cec,dw_hdmi | |
sunxi_cedrus 32768 0 | |
sunxi_cir 16384 0 | |
rc_core 32768 2 sunxi_cir | |
dwmac_sun8i 20480 0 | |
videobuf2_dma_contig 20480 1 sunxi_cedrus | |
videobuf2_memops 16384 1 videobuf2_dma_contig | |
mdio_mux 16384 1 dwmac_sun8i | |
v4l2_mem2mem 20480 1 sunxi_cedrus | |
videobuf2_v4l2 24576 2 sunxi_cedrus,v4l2_mem2mem | |
sun4i_drm 20480 0 | |
videobuf2_common 49152 3 sunxi_cedrus,videobuf2_v4l2,v4l2_mem2mem | |
sun4i_frontend 16384 1 sun4i_drm | |
videodev 192512 4 sunxi_cedrus,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem | |
sun4i_tcon 28672 1 sun4i_drm | |
media 32768 5 sunxi_cedrus,videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem | |
sun8i_tcon_top 16384 4 sun8i_drm_hdmi,sun4i_tcon,sun4i_drm | |
sun8i_mixer 40960 0 | |
ip_tables 32768 0 | |
x_tables 28672 1 ip_tables | |
ipv6 344064 18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment