[MOVED] Rock64 aarch64 linux 4.20.0-2-ARCH no usb

This is for ARMv8 based devices

[MOVED] Rock64 aarch64 linux 4.20.0-2-ARCH no usb

Postby berturion » Sat Dec 29, 2018 5:25 pm

Hello,
Since Kernel version 4.20, I am not able to plug any USB device on my Rock64 board. If I restore a snapshot having the previous kernel version (4.19) everything works fine.
To be sure that the problem comes from the kernel, I prepared a completely fresh install of Archlinuxarm. On the latest provided image (http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz), the kernel version is 4.19 . I setup pacman to ignore linux-aarch64 package in /etc/pacman.conf and did a full update. I then rebooted. Everything worked fine (usb drives are here, and my USB DVB-T adapter also).
Then, I upgraded the kernel only to 4.20 and rebooted. And I can't see disks in /dev directory. My USB DVB-T adapter is not here either. I unplugged them and replugged, by following $this->bbcode_second_pass_code('', 'journalctl -f'), but nothing happens. I also noticed that my 2.5" usb drive is not even powered. It is like USB ports just don't work at all.

Is it a known issue ? Is someone else experiences that problem ?
Last edited by berturion on Wed Jan 02, 2019 9:37 am, edited 1 time in total.
berturion
 
Posts: 27
Joined: Mon Jun 18, 2018 10:54 am

Re: Rock64 aarch64 linux 4.20.0-2-ARCH no usb

Postby berturion » Sat Dec 29, 2018 6:02 pm

It seems that kernel 4.20 brings lots of things to the rock64 board, according to this changelog: https://www.cnx-software.com/html/Linux ... ngelog.txt.
I can see USB driver changes and HDMI support. But for me, USB ports are totally broken.
berturion
 
Posts: 27
Joined: Mon Jun 18, 2018 10:54 am

Re: Rock64 aarch64 linux 4.20.0-2-ARCH no usb

Postby berturion » Mon Dec 31, 2018 8:03 am

Here is dmesg 4.19
$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.12-1-ARCH (builduser@leming) (gcc version 8.2.0 (GCC)) #1 SMP Sat Dec 22 11:41:58 MST 2018
[ 0.000000] Machine model: Pine64 Rock64
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff130000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 64 MiB at 0x00000000f8800000
[ 0.000000] On node 0 totalpages: 1043968
[ 0.000000] DMA32 zone: 16312 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 1043968 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x9c/0x45c with crng_init=0
[ 0.000000] percpu: Embedded 24 pages/cpu @(____ptrval____) s60568 r8192 d29544 u98304
[ 0.000000] pcpu-alloc: s60568 r8192 d29544 u98304 alloc=24*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: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
[ 0.000000] Kernel command line: console=ttyS2,1500000 root=PARTUUID=b64a51f7-01 rw rootwait earlycon=uart8250,mmio32,0xff130000
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 4005348K/4175872K available (13692K kernel code, 2470K rwdata, 8444K rodata, 1600K init, 768K bss, 104988K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 48029 entries in 188 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.002021] Console: colour dummy device 80x25
[ 0.002484] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.003464] pid_max: default: 32768 minimum: 301
[ 0.004095] Security Framework initialized
[ 0.004489] Yama: becoming mindful.
[ 0.004966] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.005621] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.008012] ASID allocator initialised with 32768 entries
[ 0.008682] rcu: Hierarchical SRCU implementation.
[ 0.013913] EFI services will not be available.
[ 0.014841] smp: Bringing up secondary CPUs ...
[ 0.015867] Detected VIPT I-cache on CPU1
[ 0.015932] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.016651] Detected VIPT I-cache on CPU2
[ 0.016706] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.017380] Detected VIPT I-cache on CPU3
[ 0.017432] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.017547] smp: Brought up 1 node, 4 CPUs
[ 0.020950] SMP: Total of 4 processors activated.
[ 0.021400] CPU features: detected: 32-bit EL0 Support
[ 0.024427] CPU: All CPU(s) started at EL2
[ 0.024836] alternatives: patching kernel code
[ 0.027891] devtmpfs: initialized
[ 0.039727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.040669] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.044355] pinctrl core: initialized pinctrl subsystem
[ 0.046033] DMI not present or invalid.
[ 0.046911] NET: Registered protocol family 16
[ 0.047881] audit: initializing netlink subsys (disabled)
[ 0.048578] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.049791] cpuidle: using governor ladder
[ 0.050204] cpuidle: using governor menu
[ 0.050974] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.051677] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.054364] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.055572] Serial: AMBA PL011 UART driver
[ 0.087158] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.088229] cryptd: max_cpu_qlen set to 1000
[ 0.089625] ACPI: Interpreter disabled.
[ 0.092293] vgaarb: loaded
[ 0.093587] SCSI subsystem initialized
[ 0.094220] libata version 3.00 loaded.
[ 0.094553] usbcore: registered new interface driver usbfs
[ 0.095127] usbcore: registered new interface driver hub
[ 0.095733] usbcore: registered new device driver usb
[ 0.096744] pps_core: LinuxPPS API ver. 1 registered
[ 0.097211] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.098121] PTP clock support registered
[ 0.098756] EDAC MC: Ver: 3.0.0
[ 0.100160] Advanced Linux Sound Architecture Driver Initialized.
[ 0.101323] NetLabel: Initializing
[ 0.101651] NetLabel: domain hash size = 128
[ 0.102063] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.102677] NetLabel: unlabeled traffic allowed by default
[ 0.103661] clocksource: Switched to clocksource arch_sys_counter
[ 0.244340] VFS: Disk quotas dquot_6.6.0
[ 0.244787] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.245822] pnp: PnP ACPI: disabled
[ 0.255513] NET: Registered protocol family 2
[ 0.256709] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 0.257533] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.258609] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.259958] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.260746] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.261456] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.262431] NET: Registered protocol family 1
[ 0.263554] RPC: Registered named UNIX socket transport module.
[ 0.264153] RPC: Registered udp transport module.
[ 0.264599] RPC: Registered tcp transport module.
[ 0.265045] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.265659] PCI: CLS 0 bytes, default 64
[ 0.265864] Unpacking initramfs...
[ 0.698928] Freeing initrd memory: 5472K
[ 0.700323] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.701339] kvm [1]: 8-bit VMID
[ 0.703126] kvm [1]: vgic interrupt IRQ1
[ 0.703633] kvm [1]: Hyp mode initialized successfully
[ 0.838492] Initialise system trusted keyrings
[ 0.839116] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.847382] zbud: loaded
[ 0.850588] NFS: Registering the id_resolver key type
[ 0.851092] Key type id_resolver registered
[ 0.851489] Key type id_legacy registered
[ 0.851880] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.852720] SGI XFS with ACLs, security attributes, no debug enabled
[ 0.856674] pstore: using deflate compression
[ 3.042883] NET: Registered protocol family 38
[ 3.043321] Key type asymmetric registered
[ 3.043763] Asymmetric key parser 'x509' registered
[ 3.044282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 3.045157] io scheduler noop registered
[ 3.045533] io scheduler deadline registered
[ 3.046159] io scheduler cfq registered (default)
[ 3.046608] io scheduler mq-deadline registered
[ 3.047038] io scheduler kyber registered
[ 3.047583] io scheduler bfq registered
[ 3.055904] ipmi message handler version 39.2
[ 3.062743] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[ 3.063391] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 3.068420] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.071450] console [ttyS2] disabled
[ 3.071851] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A
[ 3.072737] console [ttyS2] enabled
[ 3.073377] bootconsole [uart8250] disabled
[ 3.075599] msm_serial: driver initialized
[ 3.082194] libphy: Fixed MDIO Bus: probed
[ 3.084502] dwc3 ff600000.dwc3: Failed to get clk 'ref': -2
[ 3.086570] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[ 3.087365] dwc2 ff580000.usb: Linked as a consumer to regulator.0
[ 3.087921] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[ 3.101419] dwc2 ff580000.usb: DWC OTG Controller
[ 3.101868] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[ 3.102525] dwc2 ff580000.usb: irq 26, io mem 0xff580000
[ 3.103267] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.104042] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.104680] usb usb1: Product: DWC OTG Controller
[ 3.105101] usb usb1: Manufacturer: Linux 4.19.12-1-ARCH dwc2_hsotg
[ 3.105655] usb usb1: SerialNumber: ff580000.usb
[ 3.106702] hub 1-0:1.0: USB hub found
[ 3.107075] hub 1-0:1.0: 1 port detected
[ 3.108855] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.109446] ehci-pci: EHCI PCI platform driver
[ 3.109893] ehci-platform: EHCI generic platform driver
[ 3.112732] ehci-platform ff5c0000.usb: EHCI Host Controller
[ 3.113421] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[ 3.114763] ehci-platform ff5c0000.usb: irq 27, io mem 0xff5c0000
[ 3.153682] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[ 3.154492] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.155223] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.155862] usb usb2: Product: EHCI Host Controller
[ 3.156296] usb usb2: Manufacturer: Linux 4.19.12-1-ARCH ehci_hcd
[ 3.156836] usb usb2: SerialNumber: ff5c0000.usb
[ 3.157864] hub 2-0:1.0: USB hub found
[ 3.158237] hub 2-0:1.0: 1 port detected
[ 3.159087] ehci-orion: EHCI orion driver
[ 3.159630] tegra-ehci: Tegra EHCI driver
[ 3.160103] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.160670] ohci-pci: OHCI PCI platform driver
[ 3.161136] ohci-platform: OHCI generic platform driver
[ 3.161876] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[ 3.162700] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[ 3.163771] ohci-platform ff5d0000.usb: irq 28, io mem 0xff5d0000
[ 3.237886] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 3.238616] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.239254] usb usb3: Product: Generic Platform OHCI controller
[ 3.239779] usb usb3: Manufacturer: Linux 4.19.12-1-ARCH ohci_hcd
[ 3.240319] usb usb3: SerialNumber: ff5d0000.usb
[ 3.241316] hub 3-0:1.0: USB hub found
[ 3.241688] hub 3-0:1.0: 1 port detected
[ 3.242509] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.243798] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.244508] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[ 3.246063] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 3.246964] xhci-hcd xhci-hcd.0.auto: irq 162, io mem 0xff600000
[ 3.247941] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.248674] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.249311] usb usb4: Product: xHCI Host Controller
[ 3.249746] usb usb4: Manufacturer: Linux 4.19.12-1-ARCH xhci-hcd
[ 3.250286] usb usb4: SerialNumber: xhci-hcd.0.auto
[ 3.251347] hub 4-0:1.0: USB hub found
[ 3.251720] hub 4-0:1.0: 1 port detected
[ 3.252456] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.253134] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.253850] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.254521] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.255377] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 3.256108] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.256745] usb usb5: Product: xHCI Host Controller
[ 3.257181] usb usb5: Manufacturer: Linux 4.19.12-1-ARCH xhci-hcd
[ 3.257721] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 3.258700] hub 5-0:1.0: USB hub found
[ 3.259072] hub 5-0:1.0: 1 port detected
[ 3.260291] usbcore: registered new interface driver uas
[ 3.260961] usbcore: registered new interface driver usb-storage
[ 3.261532] usbcore: registered new interface driver ums-alauda
[ 3.262092] usbcore: registered new interface driver ums-cypress
[ 3.262662] usbcore: registered new interface driver ums-datafab
[ 3.263231] usbcore: registered new interface driver ums_eneub6250
[ 3.263980] usbcore: registered new interface driver ums-freecom
[ 3.264562] usbcore: registered new interface driver ums-isd200
[ 3.265124] usbcore: registered new interface driver ums-jumpshot
[ 3.265700] usbcore: registered new interface driver ums-karma
[ 3.266253] usbcore: registered new interface driver ums-onetouch
[ 3.266845] usbcore: registered new interface driver ums-realtek
[ 3.267416] usbcore: registered new interface driver ums-sddr09
[ 3.267984] usbcore: registered new interface driver ums-sddr55
[ 3.268551] usbcore: registered new interface driver ums-usbat
[ 3.269162] usbcore: registered new interface driver usbserial_generic
[ 3.269766] usbserial: USB Serial support registered for generic
[ 3.271975] mousedev: PS/2 mouse device common for all mice
[ 3.276063] rk808 1-0018: chip id: 0x8050
[ 3.284425] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.285005] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.285610] DCDC_REG1: supplied by vcc_sys
[ 3.288449] vcc_host_5v: supplied by vcc_sys
[ 3.288880] vcc_host1_5v: supplied by vcc_sys
[ 3.289386] DCDC_REG2: supplied by vcc_sys
[ 3.291264] DCDC_REG3: supplied by vcc_sys
[ 3.291865] DCDC_REG4: supplied by vcc_sys
[ 3.293443] LDO_REG1: supplied by vcc_io
[ 3.297250] LDO_REG2: supplied by vcc_io
[ 3.300996] LDO_REG3: supplied by vcc_sys
[ 3.306780] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.8
[ 3.308096] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.10
[ 3.309464] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.9
[ 3.312154] device-mapper: uevent: version 1.0.3
[ 3.312962] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 3.314765] cpu cpu0: Linked as a consumer to regulator.6
[ 3.315303] cpu cpu0: Dropping the link to regulator.6
[ 3.315975] cpu cpu0: Linked as a consumer to regulator.6
[ 3.318200] sdhci: Secure Digital Host Controller Interface driver
[ 3.318746] sdhci: Copyright(c) Pierre Ossman
[ 3.319478] Synopsys Designware Multimedia Card Interface Driver
[ 3.320646] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.321472] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 3.322072] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 3.322606] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 23,32 bit host data width,256 deep fifo
[ 3.323478] vcc_sd: supplied by vcc_io
[ 3.324035] dwmmc_rockchip ff500000.dwmmc: Linked as a consumer to regulator.1
[ 3.337403] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.351284] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.352131] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
[ 3.352733] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
[ 3.353267] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 24,32 bit host data width,256 deep fifo
[ 3.354215] dwmmc_rockchip ff520000.dwmmc: Linked as a consumer to regulator.8
[ 3.355367] dwmmc_rockchip ff520000.dwmmc: Linked as a consumer to regulator.10
[ 3.356054] mmc_host mmc1: card is non-removable.
[ 3.369111] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.383029] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.384218] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.385099] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.385679] usbcore: registered new interface driver usbhid
[ 3.386182] usbhid: USB HID core driver
[ 3.389160] drop_monitor: Initializing network drop monitor service
[ 3.389899] Initializing XFRM netlink socket
[ 3.390727] NET: Registered protocol family 10
[ 3.397489] Segment Routing with IPv6
[ 3.397872] mip6: Mobile IPv6
[ 3.398138] NET: Registered protocol family 17
[ 3.398663] Key type dns_resolver registered
[ 3.399543] registered taskstats version 1
[ 3.399906] Loading compiled-in X.509 certificates
[ 3.400396] zswap: loaded using pool lzo/zbud
[ 3.400890] Key type big_key registered
[ 3.406640] Key type encrypted registered
[ 3.411929] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 3.416310] hctosys: unable to open rtc device (rtc0)
[ 3.418054] ALSA device list:
[ 3.418071] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 3.418325] No soundcards found.
[ 3.419219] mmc0: new high speed SDHC card at address aaaa
[ 3.420869] mmcblk0: mmc0:aaaa SP32G 29.7 GiB
[ 3.422838] mmcblk0: p1
[ 3.425535] Freeing unused kernel memory: 1600K
[ 3.437739] random: fast init done
[ 3.453703] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[ 3.493695] Run /init as init process
[ 3.503774] mmc_host mmc1: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[ 3.523712] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 3.543721] usb 1-1: new high-speed USB device number 2 using dwc2
[ 3.724993] usb 2-1: New USB device found, idVendor=1415, idProduct=0003, bcdDevice= 1.00
[ 3.725721] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.726349] usb 2-1: Product: SCEH-0036
[ 3.726691] usb 2-1: Manufacturer: SONY
[ 3.727033] usb 2-1: SerialNumber: ALR001EMZ0
[ 4.086786] usb 1-1: New USB device found, idVendor=1bcf, idProduct=0c31, bcdDevice= 1.0f
[ 4.087507] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 4.088130] usb 1-1: Product: USB to Serial-ATA bridge
[ 4.088582] usb 1-1: Manufacturer: Sunplus Innovation Technology.
[ 4.089114] usb 1-1: SerialNumber: FF750FF022F2FFF9DC515566
[ 4.091435] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 4.092933] scsi host0: usb-storage 1-1:1.0
[ 4.463731] usb 5-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 4.494675] usb 5-1: New USB device found, idVendor=152d, idProduct=1337, bcdDevice= 5.08
[ 4.495390] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.496013] usb 5-1: Product: jmicron
[ 4.496336] usb 5-1: Manufacturer: jmicron
[ 4.496696] usb 5-1: SerialNumber: 7F833EEF5DC0
[ 4.509559] scsi host1: uas
[ 4.510885] scsi 1:0:0:0: Direct-Access ST2000DM 001-1ER164 0508 PQ: 0 ANSI: 6
[ 4.513144] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 4.515470] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 4.516158] sd 1:0:0:0: [sda] 4096-byte physical blocks
[ 4.516880] sd 1:0:0:0: [sda] Write Protect is off
[ 4.517312] sd 1:0:0:0: [sda] Mode Sense: 53 00 00 08
[ 4.517768] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.123237] scsi 0:0:0:0: Direct-Access ST750LM0 22 HN-M750MBB PQ: 0 ANSI: 4
[ 5.124830] sd 0:0:0:0: Attached scsi generic sg1 type 0
[ 5.125605] sd 0:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[ 5.132605] sd 0:0:0:0: [sdb] Write Protect is off
[ 5.133038] sd 0:0:0:0: [sdb] Mode Sense: 38 00 00 00
[ 5.139340] sd 0:0:0:0: [sdb] No Caching mode page found
[ 5.139814] sd 0:0:0:0: [sdb] Assuming drive cache: write through
[ 5.520233] sdb: sdb1
[ 5.534438] sd 0:0:0:0: [sdb] Attached SCSI disk
[ 9.093565] sda: sda1 sda2
[ 9.123575] sd 1:0:0:0: [sda] Attached SCSI disk
[ 9.358331] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 9.959501] systemd[1]: System time before build time, advancing clock.
[ 9.997107] systemd[1]: systemd 239 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)
[ 9.999306] systemd[1]: Detected architecture arm64.
[ 10.036375] systemd[1]: Set hostname to <toon>.
[ 10.748956] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.749584] systemd[1]: Reached target Remote File Systems.
[ 10.773852] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.774889] systemd[1]: Listening on Journal Socket.
[ 10.804008] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.804899] systemd[1]: Listening on Network Service Netlink Socket.
[ 10.806499] systemd[1]: Listening on udev Kernel Socket.
[ 10.834012] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.867933] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 10.896655] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 11.569349] audit: type=1130 audit(1545269910.600:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.654080] audit: type=1130 audit(1545269910.690:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.683970] audit: type=1130 audit(1545269910.720:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.773883] audit: type=1130 audit(1545269910.810:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.804006] audit: type=1130 audit(1545269910.840:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.884020] audit: type=1130 audit(1545269910.920:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.889596] systemd-journald[319]: Received request to flush runtime journal from PID 1
[ 11.936744] systemd-journald[319]: File /var/log/journal/36348ac3240b4c6aad2ec979b6d23c02/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 11.943987] audit: type=1130 audit(1545269910.980:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.063947] audit: type=1130 audit(1545269911.100:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.354065] audit: type=1130 audit(1545269911.390:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.564153] audit: type=1130 audit(1545269911.600:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.882156] dw_wdt: probe of ff1a0000.watchdog failed with error -2
[ 12.906641] rk808-rtc rk808-rtc: registered as rtc0
[ 12.947896] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[ 12.947947] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock
[ 12.949167] rk_gmac-dwmac ff540000.ethernet: Linked as a consumer to regulator.8
[ 12.949833] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
[ 12.950501] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
[ 12.951060] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
[ 12.951566] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
[ 12.952169] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
[ 12.952785] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
[ 12.958366] rk_gmac-dwmac ff540000.ethernet: init for RGMII
[ 12.959346] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 12.959990] rk_gmac-dwmac ff540000.ethernet: DWMAC1000
[ 12.960454] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported
[ 12.961111] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported
[ 12.961767] rk_gmac-dwmac ff540000.ethernet: COE Type 2
[ 12.962229] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported
[ 12.962907] rk_gmac-dwmac ff540000.ethernet: Normal descriptors
[ 12.963442] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled
[ 12.964064] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 13.086000] dvb-usb: found a 'Sony PlayTV' in cold state, will try to load a firmware
[ 13.092177] libphy: stmmac: probed
[ 13.092504] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 13.093604] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[ 13.097362] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
[ 13.227827] random: crng init done
[ 13.228139] random: 7 urandom warning(s) missed due to ratelimiting
[ 13.245710] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 13.253708] rk_gmac-dwmac ff540000.ethernet eth0: No Safety Features support found
[ 13.254400] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW
[ 13.255330] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.309693] dib0700: firmware started successfully.
[ 13.574390] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 13.684236] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 13.823872] dvb-usb: found a 'Sony PlayTV' in warm state.
[ 13.824531] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 13.826630] dvbdev: DVB: registering new adapter (Sony PlayTV)
[ 14.168607] usb 2-1: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
[ 14.430978] dib0070: DiB0070: successfully identified
[ 14.431435] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 14.433101] dvbdev: DVB: registering new adapter (Sony PlayTV)
[ 14.609981] usb 2-1: DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)...
[ 14.786712] 8021q: 802.1Q VLAN Support v1.8
[ 14.890994] dib0070: DiB0070: successfully identified
[ 14.922977] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.963758] Registered IR keymap rc-dib0700-rc5
[ 14.964593] rc rc0: Sony PlayTV as /devices/platform/ff5c0000.usb/usb2/2-1/rc/rc0
[ 14.965406] input: Sony PlayTV as /devices/platform/ff5c0000.usb/usb2/2-1/rc/rc0/input0
[ 14.966396] rc rc0: lirc_dev: driver dib0700 registered at minor = 0, scancode receiver, no transmitter
[ 14.967222] dvb-usb: schedule remote query interval to 50 msecs.
[ 14.967753] dvb-usb: Sony PlayTV successfully initialized and connected.
[ 14.968637] usbcore: registered new interface driver dvb_usb_dib0700
[ 15.054497] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 15.055188] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 15.055941] cfg80211: failed to load regulatory.db
[ 17.435217] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 17.435986] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.305617] kauditd_printk_skb: 26 callbacks suppressed
[ 18.305623] audit: type=1130 audit(1545269917.340:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=php-fpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.154102] audit: type=1130 audit(1545269919.190:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 21.879327] audit: type=1130 audit(1545269920.910:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=prosody comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.331847] audit: type=1130 audit(1545269922.360:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 30.651814] audit: type=1130 audit(1545269929.680:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 30.655454] audit: type=1130 audit(1545269929.690:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=inadyn comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.082293] audit: type=1130 audit(1546242973.513:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.254071] audit: type=1131 audit(1546242973.683:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.492944] audit: type=1130 audit(1546242973.923:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nginx comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.578664] audit: type=1130 audit(1546242974.013:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.607936] audit: type=1130 audit(1546242974.043:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.609787] audit: type=1131 audit(1546242974.043:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.654128] audit: type=1130 audit(1546242975.093:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 36.651717] audit: type=1130 audit(1546242979.083:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 36.653328] audit: type=1131 audit(1546242979.083:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.468936] audit: type=1130 audit(1546242987.903:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tvheadend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.553123] usb 2-1: DVB: adapter 1 frontend 0 frequency 0 out of range (45000000..860000000)
[ 45.611885] usb 2-1: DVB: adapter 0 frontend 0 frequency 0 out of range (45000000..860000000)
[ 53.385990] audit: type=1131 audit(1546242995.823:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 127.540055] audit: type=1006 audit(1546243069.972:55): pid=807 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 127.606997] audit: type=1130 audit(1546243070.042:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 127.637738] audit: type=1006 audit(1546243070.072:57): pid=810 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[ 127.802190] audit: type=1130 audit(1546243070.232:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
')
berturion
 
Posts: 27
Joined: Mon Jun 18, 2018 10:54 am

Re: Rock64 aarch64 linux 4.20.0-2-ARCH no usb

Postby berturion » Mon Dec 31, 2018 8:06 am

Here is dmesg 4.20
$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.20.0-2-ARCH (builduser@leming) (gcc version 8.2.0 (GCC)) #1 SMP Fri Dec 28 19:33:32 MST 2018
[ 0.000000] Machine model: Pine64 Rock64
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff130000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 64 MiB at 0x00000000f8800000
[ 0.000000] On node 0 totalpages: 1043968
[ 0.000000] DMA32 zone: 16312 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 1043968 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x9c/0x45c with crng_init=0
[ 0.000000] percpu: Embedded 24 pages/cpu @(____ptrval____) s60184 r8192 d29928 u98304
[ 0.000000] pcpu-alloc: s60184 r8192 d29928 u98304 alloc=24*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: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
[ 0.000000] Kernel command line: console=ttyS2,1500000 root=PARTUUID=05e30572-01 rw rootwait earlycon=uart8250,mmio32,0xff130000
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 4005036K/4175872K available (13820K kernel code, 2402K rwdata, 8728K rodata, 1600K init, 769K bss, 105300K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 48455 entries in 190 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.002113] Console: colour dummy device 80x25
[ 0.002577] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.003560] pid_max: default: 32768 minimum: 301
[ 0.004252] LSM: Security Framework initializing
[ 0.004697] Yama: becoming mindful.
[ 0.005131] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.005788] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.008291] ASID allocator initialised with 32768 entries
[ 0.008920] rcu: Hierarchical SRCU implementation.
[ 0.014238] EFI services will not be available.
[ 0.015185] smp: Bringing up secondary CPUs ...
[ 0.016197] Detected VIPT I-cache on CPU1
[ 0.016263] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.016990] Detected VIPT I-cache on CPU2
[ 0.017047] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.017727] Detected VIPT I-cache on CPU3
[ 0.017782] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.017901] smp: Brought up 1 node, 4 CPUs
[ 0.021322] SMP: Total of 4 processors activated.
[ 0.021774] CPU features: detected: 32-bit EL0 Support
[ 0.022264] CPU features: detected: CRC32 instructions
[ 0.025311] CPU: All CPU(s) started at EL2
[ 0.025723] alternatives: patching kernel code
[ 0.028804] devtmpfs: initialized
[ 0.041456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.042404] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.046078] pinctrl core: initialized pinctrl subsystem
[ 0.047820] DMI not present or invalid.
[ 0.048764] NET: Registered protocol family 16
[ 0.049739] audit: initializing netlink subsys (disabled)
[ 0.050444] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[ 0.051632] cpuidle: using governor ladder
[ 0.052048] cpuidle: using governor menu
[ 0.052809] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.053514] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.056094] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.057422] Serial: AMBA PL011 UART driver
[ 0.092236] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.093268] cryptd: max_cpu_qlen set to 1000
[ 0.094781] ACPI: Interpreter disabled.
[ 0.095544] sdmmc-regulator GPIO handle specifies active low - ignored
[ 0.098929] vgaarb: loaded
[ 0.100153] SCSI subsystem initialized
[ 0.100763] libata version 3.00 loaded.
[ 0.101061] usbcore: registered new interface driver usbfs
[ 0.101643] usbcore: registered new interface driver hub
[ 0.102246] usbcore: registered new device driver usb
[ 0.103326] pps_core: LinuxPPS API ver. 1 registered
[ 0.103800] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.104686] PTP clock support registered
[ 0.105313] EDAC MC: Ver: 3.0.0
[ 0.106884] Advanced Linux Sound Architecture Driver Initialized.
[ 0.108103] NetLabel: Initializing
[ 0.108433] NetLabel: domain hash size = 128
[ 0.108880] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.109495] NetLabel: unlabeled traffic allowed by default
[ 0.110478] clocksource: Switched to clocksource arch_sys_counter
[ 0.262711] VFS: Disk quotas dquot_6.6.0
[ 0.263168] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.264224] pnp: PnP ACPI: disabled
[ 0.274036] NET: Registered protocol family 2
[ 0.275257] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 0.276084] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.277171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.278527] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.279307] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.280022] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.281106] NET: Registered protocol family 1
[ 0.282187] RPC: Registered named UNIX socket transport module.
[ 0.282756] RPC: Registered udp transport module.
[ 0.283204] RPC: Registered tcp transport module.
[ 0.283651] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.284268] PCI: CLS 0 bytes, default 64
[ 0.284469] Unpacking initramfs...
[ 0.716182] Freeing initrd memory: 5472K
[ 0.717605] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.718677] kvm [1]: 8-bit VMID
[ 0.718981] kvm [1]: IPA Size Limit: 40bits
[ 0.720976] kvm [1]: vgic interrupt IRQ1
[ 0.721489] kvm [1]: Hyp mode initialized successfully
[ 1.166281] Initialise system trusted keyrings
[ 1.166920] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.176013] zbud: loaded
[ 1.179266] NFS: Registering the id_resolver key type
[ 1.179775] Key type id_resolver registered
[ 1.180175] Key type id_legacy registered
[ 1.180612] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.181462] SGI XFS with ACLs, security attributes, no debug enabled
[ 3.589296] NET: Registered protocol family 38
[ 3.589738] Key type asymmetric registered
[ 3.590131] Asymmetric key parser 'x509' registered
[ 3.590704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 3.591605] io scheduler noop registered
[ 3.591983] io scheduler deadline registered
[ 3.592630] io scheduler cfq registered (default)
[ 3.593080] io scheduler mq-deadline registered
[ 3.593513] io scheduler kyber registered
[ 3.594180] io scheduler bfq registered
[ 3.603024] gpio-syscon ff100000.syscon:grf-gpio: can't read the data register offset!
[ 3.606057] IPMI message handler: version 39.2
[ 3.613475] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[ 3.614125] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 3.619754] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.622957] printk: console [ttyS2] disabled
[ 3.623426] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 13, base_baud = 1500000) is a 16550A
[ 3.624317] printk: console [ttyS2] enabled
[ 3.625082] printk: bootconsole [uart8250] disabled
[ 3.627249] msm_serial: driver initialized
[ 3.636745] m25p80 spi0.0: gd25q128 (16384 Kbytes)
[ 3.647436] libphy: Fixed MDIO Bus: probed
[ 3.649825] dwc3 ff600000.dwc3: Failed to get clk 'ref': -2
[ 3.652270] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[ 3.653067] dwc2 ff580000.usb: Linked as a consumer to regulator.0
[ 3.653623] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[ 3.667104] dwc2 ff580000.usb: DWC OTG Controller
[ 3.667552] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[ 3.668207] dwc2 ff580000.usb: irq 32, io mem 0xff580000
[ 3.668931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[ 3.669661] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.670298] usb usb1: Product: DWC OTG Controller
[ 3.670769] usb usb1: Manufacturer: Linux 4.20.0-2-ARCH dwc2_hsotg
[ 3.671315] usb usb1: SerialNumber: ff580000.usb
[ 3.672341] hub 1-0:1.0: USB hub found
[ 3.672712] hub 1-0:1.0: 1 port detected
[ 3.674651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.675242] ehci-pci: EHCI PCI platform driver
[ 3.675699] ehci-platform: EHCI generic platform driver
[ 3.678591] ehci-platform ff5c0000.usb: EHCI Host Controller
[ 3.679298] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[ 3.680415] ehci-platform ff5c0000.usb: irq 33, io mem 0xff5c0000
[ 3.710500] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[ 3.711302] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[ 3.712033] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.712670] usb usb2: Product: EHCI Host Controller
[ 3.713104] usb usb2: Manufacturer: Linux 4.20.0-2-ARCH ehci_hcd
[ 3.713637] usb usb2: SerialNumber: ff5c0000.usb
[ 3.714647] hub 2-0:1.0: USB hub found
[ 3.715019] hub 2-0:1.0: 1 port detected
[ 3.715868] ehci-orion: EHCI orion driver
[ 3.716444] tegra-ehci: Tegra EHCI driver
[ 3.716939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.717503] ohci-pci: OHCI PCI platform driver
[ 3.717977] ohci-platform: OHCI generic platform driver
[ 3.718752] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[ 3.719583] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[ 3.720656] ohci-platform ff5d0000.usb: irq 34, io mem 0xff5d0000
[ 3.794793] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.20
[ 3.795524] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.796161] usb usb3: Product: Generic Platform OHCI controller
[ 3.796685] usb usb3: Manufacturer: Linux 4.20.0-2-ARCH ohci_hcd
[ 3.797216] usb usb3: SerialNumber: ff5d0000.usb
[ 3.798263] hub 3-0:1.0: USB hub found
[ 3.798637] hub 3-0:1.0: 1 port detected
[ 3.799484] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.800822] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.801542] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[ 3.803081] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 3.803983] xhci-hcd xhci-hcd.0.auto: irq 168, io mem 0xff600000
[ 3.804961] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[ 3.805692] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.806329] usb usb4: Product: xHCI Host Controller
[ 3.806764] usb usb4: Manufacturer: Linux 4.20.0-2-ARCH xhci-hcd
[ 3.807296] usb usb4: SerialNumber: xhci-hcd.0.auto
[ 3.808362] hub 4-0:1.0: USB hub found
[ 3.808736] hub 4-0:1.0: 1 port detected
[ 3.809493] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.810169] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.810892] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.811558] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.812429] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[ 3.813160] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.813796] usb usb5: Product: xHCI Host Controller
[ 3.814230] usb usb5: Manufacturer: Linux 4.20.0-2-ARCH xhci-hcd
[ 3.814762] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 3.815765] hub 5-0:1.0: USB hub found
[ 3.816137] hub 5-0:1.0: 1 port detected
[ 3.817419] usbcore: registered new interface driver uas
[ 3.818079] usbcore: registered new interface driver usb-storage
[ 3.818658] usbcore: registered new interface driver ums-alauda
[ 3.819220] usbcore: registered new interface driver ums-cypress
[ 3.819790] usbcore: registered new interface driver ums-datafab
[ 3.820358] usbcore: registered new interface driver ums_eneub6250
[ 3.822056] usbcore: registered new interface driver ums-freecom
[ 3.822631] usbcore: registered new interface driver ums-isd200
[ 3.823194] usbcore: registered new interface driver ums-jumpshot
[ 3.823784] usbcore: registered new interface driver ums-karma
[ 3.824339] usbcore: registered new interface driver ums-onetouch
[ 3.824935] usbcore: registered new interface driver ums-realtek
[ 3.825504] usbcore: registered new interface driver ums-sddr09
[ 3.826066] usbcore: registered new interface driver ums-sddr55
[ 3.826629] usbcore: registered new interface driver ums-usbat
[ 3.827255] usbcore: registered new interface driver usbserial_generic
[ 3.827860] usbserial: USB Serial support registered for generic
[ 3.830301] mousedev: PS/2 mouse device common for all mice
[ 3.834695] rk808 1-0018: chip id: 0x8050
[ 3.842961] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.843543] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.844153] DCDC_REG1: supplied by vcc_sys
[ 3.847001] vcc_host_5v: supplied by vcc_sys
[ 3.847463] vcc_host1_5v: supplied by vcc_sys
[ 3.847954] DCDC_REG2: supplied by vcc_sys
[ 3.849842] DCDC_REG3: supplied by vcc_sys
[ 3.850447] DCDC_REG4: supplied by vcc_sys
[ 3.852081] LDO_REG1: supplied by vcc_io
[ 3.855844] LDO_REG2: supplied by vcc_io
[ 3.859612] LDO_REG3: supplied by vcc_sys
[ 3.865536] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.8
[ 3.866846] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.10
[ 3.868217] rockchip-iodomain ff100000.syscon:io-domains: Linked as a consumer to regulator.9
[ 3.871244] device-mapper: uevent: version 1.0.3
[ 3.872052] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 3.873981] cpu cpu0: Linked as a consumer to regulator.6
[ 3.874522] cpu cpu0: Dropping the link to regulator.6
[ 3.875167] cpu cpu0: Linked as a consumer to regulator.6
[ 3.877444] sdhci: Secure Digital Host Controller Interface driver
[ 3.877990] sdhci: Copyright(c) Pierre Ossman
[ 3.878761] Synopsys Designware Multimedia Card Interface Driver
[ 3.879987] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.880834] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 3.881434] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 3.881967] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
[ 3.882862] vcc_sd: supplied by vcc_io
[ 3.883289] dwmmc_rockchip ff500000.dwmmc: Linked as a consumer to regulator.1
[ 3.896656] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.910736] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.911588] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
[ 3.912189] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
[ 3.912743] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[ 3.913681] dwmmc_rockchip ff520000.dwmmc: Linked as a consumer to regulator.8
[ 3.914820] dwmmc_rockchip ff520000.dwmmc: Linked as a consumer to regulator.10
[ 3.915507] mmc_host mmc1: card is non-removable.
[ 3.928572] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.942524] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.943765] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.944653] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.945244] usbcore: registered new interface driver usbhid
[ 3.945748] usbhid: USB HID core driver
[ 3.949013] drop_monitor: Initializing network drop monitor service
[ 3.949736] Initializing XFRM netlink socket
[ 3.950608] NET: Registered protocol family 10
[ 3.960086] Segment Routing with IPv6
[ 3.960506] mip6: Mobile IPv6
[ 3.960772] NET: Registered protocol family 17
[ 3.961338] Key type dns_resolver registered
[ 3.961358] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 3.962188] registered taskstats version 1
[ 3.962625] mmc0: new high speed SDHC card at address 0001
[ 3.962920] Loading compiled-in X.509 certificates
[ 3.963973] zswap: loaded using pool lzo/zbud
[ 3.964121] mmcblk0: mmc0:0001 33333 3.69 GiB
[ 3.964532] Key type big_key registered
[ 3.966119] mmcblk0: p1
[ 3.970581] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 3.975092] Key type encrypted registered
[ 3.985461] hctosys: unable to open rtc device (rtc0)
[ 3.987226] ALSA device list:
[ 3.987497] No soundcards found.
[ 3.991678] Freeing unused kernel memory: 1600K
[ 4.015925] random: fast init done
[ 4.015942] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[ 4.060526] Run /init as init process
[ 4.067416] mmc_host mmc1: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[ 5.020768] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.660013] systemd[1]: System time before build time, advancing clock.
[ 5.714802] systemd[1]: systemd 239 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)
[ 5.716991] systemd[1]: Detected architecture arm64.
[ 5.751619] systemd[1]: Set hostname to <alarm>.
[ 6.448913] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.449818] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.480693] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.481490] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.510772] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.511615] systemd[1]: Listening on Journal Audit Socket.
[ 6.540855] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.572823] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.600805] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.630683] systemd[1]: Reached target Paths.
[ 7.491008] audit: type=1130 audit(1545269910.830:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.520746] audit: type=1130 audit(1545269910.860:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.583169] audit: type=1130 audit(1545269910.920:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.610702] audit: type=1130 audit(1545269910.950:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.700815] audit: type=1130 audit(1545269911.040:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.800838] audit: type=1130 audit(1545269911.140:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.830993] audit: type=1130 audit(1545269911.170:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.860705] audit: type=1130 audit(1545269911.200:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.891246] systemd-journald[440]: Received request to flush runtime journal from PID 1
[ 7.972373] systemd-journald[440]: File /var/log/journal/5f3ff294adad452f81185969b05ee72c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 9.398330] random: crng init done
[ 9.398641] random: 7 urandom warning(s) missed due to ratelimiting
[ 9.530817] audit: type=1130 audit(1545269912.870:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.560865] audit: type=1130 audit(1545269912.900:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.828027] dw_wdt: probe of ff1a0000.watchdog failed with error -2
[ 9.900033] rk808-rtc rk808-rtc: registered as rtc0
[ 9.987477] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[ 9.987504] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock
[ 9.988707] rk_gmac-dwmac ff540000.ethernet: Linked as a consumer to regulator.8
[ 9.989354] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
[ 9.989971] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
[ 9.990630] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
[ 9.991137] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
[ 9.991875] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
[ 9.992492] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
[ 9.998036] rk_gmac-dwmac ff540000.ethernet: init for RGMII
[ 9.999704] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 10.000355] rk_gmac-dwmac ff540000.ethernet: DWMAC1000
[ 10.000916] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported
[ 10.001583] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported
[ 10.002240] rk_gmac-dwmac ff540000.ethernet: COE Type 2
[ 10.002699] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported
[ 10.003299] rk_gmac-dwmac ff540000.ethernet: Normal descriptors
[ 10.003822] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled
[ 10.004341] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 10.096337] iommu: Adding device ff370000.vop to group 0
[ 10.096859] rockchip-vop ff370000.vop: Linked as a consumer to ff373f00.iommu
[ 10.099340] rockchip-drm display-subsystem: Linked as a consumer to ff370000.vop
[ 10.102915] rockchip-drm display-subsystem: bound ff370000.vop (ops vop_component_ops [rockchipdrm])
[ 10.103725] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 10.104305] [drm] No driver support for vblank timestamp query.
[ 10.105000] rockchip-drm display-subsystem: master bind failed: -22
[ 10.105585] rockchip-drm: probe of display-subsystem failed with error -22
[ 10.126726] libphy: stmmac: probed
[ 10.127045] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 10.128136] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[ 10.184700] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 10.198717] rk_gmac-dwmac ff540000.ethernet eth0: No Safety Features support found
[ 10.199395] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW
[ 10.200266] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 14.392015] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 14.392779] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.704590] kauditd_printk_skb: 14 callbacks suppressed
[ 19.704595] audit: type=1130 audit(1546104429.209:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.091458] audit: type=1006 audit(1546104433.599:27): pid=496 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 24.155978] audit: type=1130 audit(1546104433.659:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.183986] audit: type=1006 audit(1546104433.689:29): pid=499 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 24.335315] systemd-journald[440]: File /var/log/journal/5f3ff294adad452f81185969b05ee72c/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 24.352375] audit: type=1130 audit(1546104433.859:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.141734] audit: type=1130 audit(1546241389.056:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.202880] audit: type=1131 audit(1546241389.116:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.723233] audit: type=1130 audit(1546241389.636:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.724873] audit: type=1131 audit(1546241389.636:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
')
berturion
 
Posts: 27
Joined: Mon Jun 18, 2018 10:54 am

[MOVED] Rock64 aarch64 linux 4.20.0-2-ARCH no usb

Postby berturion » Wed Jan 02, 2019 9:37 am

berturion
 
Posts: 27
Joined: Mon Jun 18, 2018 10:54 am


Return to ARMv8 Devices

Who is online

Users browsing this forum: No registered users and 7 guests