slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64)
#11
In post #2,, the xfce image
Are you saying that this image is now updated/fixed?
  Reply
#12
yes, I updated it 2 times fixing touchpad problems.
donation   slarm64

  Reply
#13
1120 works OK except for reboot (after 1st boot), needs a hard pwr-off
I guess the led shows kernel load, takes ~13s
No sign of any kind of sleep
thanks
  Reply
#14
Awesome slaction on the PBP!  I must have an older slarm image (got it off of lq), cause I noticed the xorg error, and installed libwacom, after which runlevel 4 was no longer froze up.  When your image boots, r8188eu loads and wlan0 is found.  dmesg | grep hci  revealed that the firmware patch for bcm4345 was found!

Your image wouldn't decrypt luks container, and cryptsetup wasn't included.  I installed cryptsetup.  I got the config from /proc/config.gz, and used it to recompile your kernel, changing only DM_CRYPT from module to built-in, as Pat instructs near end of his README_CRYPT. 

The resultant Image was able to decrypt luks container, except that the prompt for the key happens before the screen activates, so the key has to be blindly typed.  I had to edit your awesome rebuild-initrd.sh and add the -C /dev/mmcblk2p2, to tell it about the Crypted Container, and then run your awesome srcript which packaged the new initrd into a uInitrd.  Thanks!!!

In fact, I repartitioned /dev/mmcblk2 (internal drive) with GPT, and gave it 512M linux partition starting at 32768, and a second partition of type linux lvm occupying the remaining space.  The first partition is unencrypted and mounted at /boot, and the lvm partition has the luks wrapper, that once the key is entered, becomes the volumes for root file system and swap. 

I did this because I could not find example of uEnv.txt with initrd specified, but I could find example of extlinux.conf with initrd specified.  So on that /boot partition, I make extlinux directory and inside that the extlinux.conf file, that looks like
Quote:label kernel-5.9.9
  kernel /Image
  initrd /uInitrd
  fdt /rk3399-pinebook-pro.dtb
  append earlycon=uart8250,mmio,0xff1a0000 console=ttyS2,1500000n8 root=LABEL=rootfilesystemzlabel rootwait rootfstype=ext4 rw init=/sbin/init resume=/dev/blackholez/swap panic=10 coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 zswap.enabled=1 video=HDMI-A-1:1920x1080@60 video=eDP-1:1920x1080@60 loglevel=3 vga=current  

I got that append from arwen's debian config somewhere around here... When I made my root file system, I used the -O 64bit flat to mkfs.ext4 as well as the flag to give the file system a label, -L rootfilesystemzlabel.  Everywhere root file sytem is needed, like in fstab and on kernel comman line, I specify it with the LABEL=rootfilesystemzlabel.  IMHO, easier than by UUID and more specific than by /dev/path..

Once slarm64 boots using this new kernel with luks+lvm, I can log in, but it doesn't automatically insert r8188eu, and I have to modprobe it before wlan0 is found.  The bluetooth firmware patch is not found.  I don't have sound (but maybe that's because right now the headphone port is set to uArt serial, with the switch on the inside).

I have to disable the touchpad to type, because I'm not a perfect typist and sometime my palms rest on the device, near the trackpad, causing it to respond with unfavorable cursor jumping.  It's like that with most linux devices with trackpads below the keyboards, so I'm used to it.  I usually just leave it disabled and use a usb mouse.  

So I am making progress with driveable pinebook pro with full disk encryption.  I want to connect to my VPN, and don't want the keys and certificates to the VPN  be readable should pinebook get lost or stolen.   I need that luks to be daily driver. 

I worry that luks puts too many reads and writes for the type of "microsd" card media, and may cause it to fail sooner.

A COUPLE OF QUESTIONS:

Does anyone know of any kernel modules that could be included in the ramdisk or modifications to the append line that would get the screen activated before the prompt to enter the luks key, so that the prompt is visible?

How do you get the bluetooth firmware patch?  I tried the source with the 5.9.9 slarm image as well as the kernel source from the manjaro tree, but the bluetooth, and internal wlan0 are not discovered.  (an external usb wifi module is discovered though). 

Did I miss a kernel option for Pinebook Pro?
 
Suspend to Ram does not work.

But overall the pinebook pro is snappier than I thought, and even compiles kernel in under 3 hours!   I want to get passed configurations and on to using it. 

Cheers Pinebook Slackers.
  Reply
#15
could you please provide the dmesg output.
donation   slarm64

  Reply
#16
(12-03-2020, 09:18 AM)mara Wrote: could you please provide the dmesg output.5
Quote:Hi.  I rebuilt 5.9.9 again, becaue I was trying 10.0.0-rc5 from tsys when you replied... but got the same results from that source too (doesn't find internal wlan0 or bluetooth).  So I think it's weird.  Because when I boot from the microsd with the slarm image, it finds internal lan and bluetooth. The microsd has the image found at linuxquestions.

I used the 5.9.9 source that was on that image, and the config from /proc/config.gz, when booted from that image.
The only change I made to the source was changing DM_CRYPT from M to Y, I enabled SMACK in security, and I appended -sib1 to help identify my experimental build.  

When I grep hci, it complains about missing firmware patch.  Here's dmesg

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.9.9-sib1 (root@pinebook-pro) (gcc (GCC) 9.3.0, GNU ld version 2.33.1-slack15) #1 SMP Thu Dec 3 22:28:32 PST 2020
[    0.000000] Machine model: Pine64 Pinebook Pro
[    0.000000] earlycon: uart8250 at MMIO 0x00000000ff1a0000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x00000000f0000000
[    0.000000] Zone ranges:
[    0.000000]  DMA      [mem 0x0000000000200000-0x000000003fffffff]
[    0.000000]  DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
[    0.000000]  Normal  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]  node  0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0 totalpages: 1015296
[    0.000000]  DMA zone: 4088 pages used for memmap
[    0.000000]  DMA zone: 0 pages reserved
[    0.000000]  DMA zone: 261632 pages, LIFO batch:63
[    0.000000]  DMA32 zone: 11776 pages used for memmap
[    0.000000]  DMA32 zone: 753664 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.2
[    0.000000] percpu: Embedded 34 pages/cpu s101656 r8192 d29416 u139264
[    0.000000] pcpu-alloc: s101656 r8192 d29416 u139264 alloc=34*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Kernel command line: earlycon=uart8250,mmio,0xff1a0000 console=ttyS2,1500000n8 root=LABEL=blackholezroot rootwait rootfstype=ext4 rw init=/sbin/init panic=10 coherent_pool=1M ethaddr= eth1addr= serial=cfecc1fa7d8b2007 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 zswap.enabled=1 video=HDMI-A-1:1920x1080@60 video=eDP-1:1920x1080@60 loglevel=3 vga=current
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
[    0.000000] Memory: 3804236K/4061184K available (14528K kernel code, 828K rwdata, 5788K rodata, 2944K init, 8487K bss, 191412K reserved, 65536K cma-reserved)
[    0.000000] random: get_random_u64 called from cache_random_seq_create+0x80/0x150 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] Trampoline variant of Tasks RCU enabled.
[    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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @f6c80000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000f6c50000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f6c60000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    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.001364] Console: colour dummy device 80x25
[    0.001419] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.001431] pid_max: default: 32768 minimum: 301
[    0.001628] LSM: Security Framework initializing
[    0.001728] Yama: becoming mindful.
[    0.001783] Smack:  Initializing.
[    0.001786] Smack:  IPv6 port labeling enabled.
[    0.001876] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001902] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.004335] rcu: Hierarchical SRCU implementation.
[    0.004650] Platform MSI: interrupt-controller@fee20000 domain created
[    0.005157] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.006087] EFI services will not be available.
[    0.006665] smp: Bringing up secondary CPUs ...
[    0.007282] Detected VIPT I-cache on CPU1
[    0.007323] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.007339] GICv3: CPU1: using allocated LPI pending table @0x00000000f6c70000
[    0.007393] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.008129] Detected VIPT I-cache on CPU2
[    0.008159] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.008173] GICv3: CPU2: using allocated LPI pending table @0x00000000f6d00000
[    0.008203] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.008874] Detected VIPT I-cache on CPU3
[    0.008903] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.008916] GICv3: CPU3: using allocated LPI pending table @0x00000000f6d10000
[    0.008946] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.009668] CPU features: detected: Branch predictor hardening
[    0.009679] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.009686] Detected PIPT I-cache on CPU4
[    0.009718] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.009731] GICv3: CPU4: using allocated LPI pending table @0x00000000f6d20000
[    0.009765] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.010475] Detected PIPT I-cache on CPU5
[    0.010502] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.010514] GICv3: CPU5: using allocated LPI pending table @0x00000000f6d30000
[    0.010541] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.010647] smp: Brought up 1 node, 6 CPUs
[    0.010653] SMP: Total of 6 processors activated.
[    0.010660] CPU features: detected: 32-bit EL0 Support
[    0.010667] CPU features: detected: CRC32 instructions
[    0.010674] CPU features: detected: 32-bit EL1 Support
[    0.045801] CPU: All CPU(s) started at EL2
[    0.045877] alternatives: patching kernel code
[    0.049387] devtmpfs: initialized
[    0.063526] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.063544] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.065162] pinctrl core: initialized pinctrl subsystem
[    0.065692] DMI not present or invalid.
[    0.066190] NET: Registered protocol family 16
[    0.068864] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.069152] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.069553] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.069677] audit: initializing netlink subsys (disabled)
[    0.069895] audit: type=2000 audit(0.070:1): state=initialized audit_enabled=0 res=1
[    0.070922] thermal_sys: Registered thermal governor 'fair_share'
[    0.070925] thermal_sys: Registered thermal governor 'bang_bang'
[    0.070930] thermal_sys: Registered thermal governor 'step_wise'
[    0.070934] thermal_sys: Registered thermal governor 'user_space'
[    0.071359] cpuidle: using governor ladder
[    0.071394] cpuidle: using governor menu
[    0.071954] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.072116] ASID allocator initialised with 65536 entries
[    0.072262] Serial: AMBA PL011 UART driver
[    0.126416] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.126424] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.126430] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.126436] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.139418] cryptd: max_cpu_qlen set to 1000
[    0.166584] ACPI: Interpreter disabled.
[    0.167671] vcc_12v: supplied by vcc_sysin
[    0.168053] vcc3v3_sys: supplied by vcc_sysin
[    0.168524] vcc5v0_usb: supplied by vcc_sysin
[    0.168911] vcc_0v9: supplied by vcc3v3_sys
[    0.169237] vcca1v8_s3: supplied by vcc3v3_sys
[    0.169645] vcc3v0_sd: supplied by vcc3v3_sys
[    0.170113] vcc3v3_panel: supplied by vcc3v3_sys
[    0.290392] vcc3v3_ssd: supplied by vcc3v3_sys
[    0.290804] vcc5v0_otg: supplied by vcc5v0_usb
[    0.291237] vbus_5vout: supplied by vcc5v0_usb
[    0.292266] iommu: Default domain type: Translated
[    0.294903] vgaarb: loaded
[    0.295670] SCSI subsystem initialized
[    0.295867] libata version 3.00 loaded.
[    0.296069] usbcore: registered new interface driver usbfs
[    0.296106] usbcore: registered new interface driver hub
[    0.296183] usbcore: registered new device driver usb
[    0.296737] mc: Linux media interface: v0.10
[    0.296761] videodev: Linux video capture interface: v2.00
[    0.296794] pps_core: LinuxPPS API ver. 1 registered
[    0.296798] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.296810] PTP clock support registered
[    0.297054] EDAC MC: Ver: 3.0.0
[    0.298043] Advanced Linux Sound Architecture Driver Initialized.
[    0.298504] NetLabel: Initializing
[    0.298509] NetLabel:  domain hash size = 128
[    0.298513] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.298564] NetLabel:  unlabeled traffic allowed by default
[    0.299222] clocksource: Switched to clocksource arch_sys_counter
[    0.299440] VFS: Disk quotas dquot_6.6.0
[    0.299499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.299969] pnp: PnP ACPI: disabled
[    0.307600] NET: Registered protocol family 2
[    0.308250] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.308331] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.308675] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.309374] TCP: Hash tables configured (established 32768 bind 32768)
[    0.309517] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.309651] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.309984] NET: Registered protocol family 1
[    0.310523] RPC: Registered named UNIX socket transport module.
[    0.310528] RPC: Registered udp transport module.
[    0.310532] RPC: Registered tcp transport module.
[    0.310535] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.310547] PCI: CLS 0 bytes, default 64
[    0.310741] Trying to unpack rootfs image as initramfs...
[    1.100173] Freeing initrd memory: 11848K
[    1.101486] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.101821] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.102440] kvm [1]: IPA Size Limit: 40bits
[    1.103977] kvm [1]: vgic-v2@fff20000
[    1.104007] kvm [1]: GIC system register CPU interface enabled
[    1.104199] kvm [1]: vgic interrupt IRQ10
[    1.104433] kvm [1]: Hyp mode initialized successfully
[    1.316341] Initialise system trusted keyrings
[    1.316561] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.322785] zbud: loaded
[    1.325157] NFS: Registering the id_resolver key type
[    1.325186] Key type id_resolver registered
[    1.325190] Key type id_legacy registered
[    1.325293] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.325329] ntfs: driver 2.1.32 [Flags: R/W].
[    1.325744] fuse: init (API version 7.31)
[    1.326210] SGI XFS with ACLs, security attributes, quota, no debug enabled
[    1.402036] NET: Registered protocol family 38
[    1.402051] Key type asymmetric registered
[    1.402056] Asymmetric key parser 'x509' registered
[    1.402111] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.402283] io scheduler mq-deadline registered
[    1.402288] io scheduler kyber registered
[    1.402399] io scheduler bfq registered
[    1.412019] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    1.412041] OF: /pcie@f8000000: Missing device_type
[    1.412065] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    1.412085] rockchip-pcie f8000000.pcie:      IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    1.412755] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    1.414133] IPMI message handler: version 39.2
[    1.416534] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.416544] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.417760] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.417769] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.419596] pwm-regulator: supplied by regulator-dummy
[    1.420626] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.422548] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.422696] serial serial0: tty port ttyS0 registered
[    1.423491] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 39, base_baud = 1500000) is a 16550A
[    1.423647] printk: console [ttyS2] enabled
[    1.423652] printk: bootconsole [uart8250] disabled
[    1.426338] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.430748] spi-nor spi0.0: gd25q128 (16384 Kbytes)
[    1.445919] libphy: Fixed MDIO Bus: probed
[    1.461575] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.461582] ehci-pci: EHCI PCI platform driver
[    1.461625] ehci-platform: EHCI generic platform driver
[    1.463966] ehci-platform fe380000.usb: EHCI Host Controller
[    1.464148] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[    1.464259] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
[    1.489243] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    1.489393] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.489402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.489410] usb usb1: Product: EHCI Host Controller
[    1.489416] usb usb1: Manufacturer: Linux 5.9.9-sib1 ehci_hcd
[    1.489422] usb usb1: SerialNumber: fe380000.usb
[    1.490018] hub 1-0:1.0: USB hub found
[    1.490051] hub 1-0:1.0: 1 port detected
[    1.492702] ehci-platform fe3c0000.usb: EHCI Host Controller
[    1.492882] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[    1.492980] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
[    1.519237] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    1.519372] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.519381] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.519388] usb usb2: Product: EHCI Host Controller
[    1.519395] usb usb2: Manufacturer: Linux 5.9.9-sib1 ehci_hcd
[    1.519401] usb usb2: SerialNumber: fe3c0000.usb
[    1.519860] hub 2-0:1.0: USB hub found
[    1.519890] hub 2-0:1.0: 1 port detected
[    1.520534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.520553] ohci-pci: OHCI PCI platform driver
[    1.520612] ohci-platform: OHCI generic platform driver
[    1.520882] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    1.521050] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[    1.521148] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
[    1.593429] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    1.593437] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.593444] usb usb3: Product: Generic Platform OHCI controller
[    1.593450] usb usb3: Manufacturer: Linux 5.9.9-sib1 ohci_hcd
[    1.593456] usb usb3: SerialNumber: fe3a0000.usb
[    1.593921] hub 3-0:1.0: USB hub found
[    1.593953] hub 3-0:1.0: 1 port detected
[    1.594521] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    1.594709] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    1.594802] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
[    1.663401] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    1.663409] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.663416] usb usb4: Product: Generic Platform OHCI controller
[    1.663423] usb usb4: Manufacturer: Linux 5.9.9-sib1 ohci_hcd
[    1.663428] usb usb4: SerialNumber: fe3e0000.usb
[    1.663885] hub 4-0:1.0: USB hub found
[    1.663915] hub 4-0:1.0: 1 port detected
[    1.664510] uhci_hcd: USB Universal Host Controller Interface driver
[    1.665294] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    1.665471] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[    1.665613] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    1.665658] xhci-hcd xhci-hcd.0.auto: irq 228, io mem 0xfe900000
[    1.665962] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.665970] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.665976] usb usb5: Product: xHCI Host Controller
[    1.665982] usb usb5: Manufacturer: Linux 5.9.9-sib1 xhci-hcd
[    1.665988] usb usb5: SerialNumber: xhci-hcd.0.auto
[    1.666450] hub 5-0:1.0: USB hub found
[    1.666481] hub 5-0:1.0: 1 port detected
[    1.666789] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    1.666956] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[    1.666976] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    1.667037] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.667136] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    1.667144] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.667150] usb usb6: Product: xHCI Host Controller
[    1.667156] usb usb6: Manufacturer: Linux 5.9.9-sib1 xhci-hcd
[    1.667162] usb usb6: SerialNumber: xhci-hcd.0.auto
[    1.667607] hub 6-0:1.0: USB hub found
[    1.667639] hub 6-0:1.0: 1 port detected
[    1.668262] usbcore: registered new interface driver uas
[    1.668376] usbcore: registered new interface driver usb-storage
[    1.668412] usbcore: registered new interface driver ums-alauda
[    1.668447] usbcore: registered new interface driver ums-cypress
[    1.668488] usbcore: registered new interface driver ums-datafab
[    1.668523] usbcore: registered new interface driver ums_eneub6250
[    1.668557] usbcore: registered new interface driver ums-freecom
[    1.668596] usbcore: registered new interface driver ums-isd200
[    1.668631] usbcore: registered new interface driver ums-jumpshot
[    1.668665] usbcore: registered new interface driver ums-karma
[    1.668700] usbcore: registered new interface driver ums-onetouch
[    1.668744] usbcore: registered new interface driver ums-realtek
[    1.668784] usbcore: registered new interface driver ums-sddr09
[    1.668820] usbcore: registered new interface driver ums-sddr55
[    1.668855] usbcore: registered new interface driver ums-usbat
[    1.668932] usbcore: registered new interface driver usbserial_generic
[    1.668951] usbserial: USB Serial support registered for generic
[    1.671144] mousedev: PS/2 mouse device common for all mice
[    1.679114] rk808 0-001b: chip id: 0x0
[    1.683191] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.683216] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.683279] DCDC_REG1: supplied by vcc_sysin
[    1.684103] DCDC_REG2: supplied by vcc_sysin
[    1.684588] DCDC_REG3: supplied by vcc_sysin
[    1.684809] DCDC_REG4: supplied by vcc_sysin
[    1.685323] LDO_REG1: supplied by vcc_sysin
[    1.685682] LDO_REG2: supplied by vcc_sysin
[    1.686058] LDO_REG3: supplied by vcc_sysin
[    1.687384] LDO_REG4: supplied by vcc_sysin
[    1.688416] LDO_REG5: supplied by vcc_sysin
[    1.689339] LDO_REG6: supplied by vcc_sysin
[    1.690383] LDO_REG7: supplied by vcc_sysin
[    1.691277] LDO_REG8: supplied by vcc_sysin
[    1.692309] SWITCH_REG1: supplied by vcc3v3_sys
[    1.692562] SWITCH_REG2: supplied by vcc3v3_sys
[    1.695915] rk808-rtc rk808-rtc: registered as rtc0
[    1.696440] rk808-rtc rk808-rtc: setting system clock to 2020-12-04T08:19:25 UTC (1607069965)
[    1.699175] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.699247] fan53555-reg: supplied by vcc_1v8
[    1.700645] vcc0v9_s3: supplied by vcc_1v8
[    1.703274] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.703304] fan53555-reg: supplied by vcc_1v8
[    1.703849] random: fast init done
[    1.707350] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22
[    1.724430] device-mapper: uevent: version 1.0.3
[    1.724731] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.726523] cpu cpu0: EM: created perf domain
[    1.728474] cpu cpu4: EM: created perf domain
[    1.731386] sdhci: Secure Digital Host Controller Interface driver
[    1.731388] sdhci: Copyright© Pierre Ossman
[    1.731665] Synopsys Designware Multimedia Card Interface Driver
[    1.732161] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    1.732172] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    1.732183] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    1.732206] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
[    1.732336] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[    1.732340] mmc_host mmc0: card is non-removable.
[    1.859779] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.873014] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    1.873035] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    1.873046] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    1.873084] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
[    1.873350] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    1.887327] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.899389] usb 2-1: new high-speed USB device number 2 using ehci-platform
[    1.900840] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.902407] mmc2: CQHCI version 5.10
[    1.911280] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.913080] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.914878] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.918018] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.922335] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
[    1.929139] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    1.932998] ledtrig-cpu: registered to indicate activity on CPUs
[    1.933717] SMCCC: SOC_ID: ARCH_FEATURES(ARCH_SOC_ID) returned error: fffffffffffffffd
[    1.933824] hid: raw HID events driver © Jiri Kosina
[    1.934026] usbcore: registered new interface driver usbhid
[    1.934031] usbhid: USB HID core driver
[    1.934377] rkvdec ff660000.video-codec: Adding to iommu group 1
[    1.943844] Initializing XFRM netlink socket
[    1.944265] NET: Registered protocol family 10
[    1.967085] Segment Routing with IPv6
[    1.967180] mip6: Mobile IPv6
[    1.967190] NET: Registered protocol family 17
[    1.967463] Key type dns_resolver registered
[    1.968462] registered taskstats version 1
[    1.968472] Loading compiled-in X.509 certificates
[    1.968596] zswap: loaded using pool lzo/zbud
[    1.968930] Key type ._fscrypt registered
[    1.968934] Key type .fscrypt registered
[    1.968937] Key type fscrypt-provisioning registered
[    1.981863] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    1.982290] Key type encrypted registered
[    2.009468] mmc2: Command Queue Engine enabled
[    2.009498] mmc2: new HS200 MMC card at address 0001
[    2.010400] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    2.010435] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    2.010447] rockchip-pcie f8000000.pcie:      IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    2.011030] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    2.011054] mmcblk2: mmc2:0001 DA4064 58.2 GiB
[    2.011361] mmcblk2boot0: mmc2:0001 DA4064 partition 1 4.00 MiB
[    2.011838] mmcblk2boot1: mmc2:0001 DA4064 partition 2 4.00 MiB
[    2.012616] mmcblk2rpmb: mmc2:0001 DA4064 partition 3 16.0 MiB, chardev (238:0)
[    2.019249]  mmcblk2: p1 p2
[    2.102662] usb 2-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    2.102679] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.102690] usb 2-1: Product: USB2.0 Hub
[    2.104258] hub 2-1:1.0: USB hub found
[    2.104664] hub 2-1:1.0: 4 ports detected
[    2.189341] usb 3-1: new low-speed USB device number 2 using ohci-platform
[    2.419448] usb 2-1.2: new high-speed USB device number 3 using ehci-platform
[    2.465446] usb 3-1: New USB device found, idVendor=258a, idProduct=001e, bcdDevice= 1.00
[    2.465465] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.465476] usb 3-1: Product: USB KEYBOARD
[    2.465488] usb 3-1: Manufacturer: HAILUCK CO.,LTD
[    2.475249] input: HAILUCK CO.,LTD USB KEYBOARD as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.0/0003:258A:001E.0001/input/input0
[    2.540361] hid-generic 0003:258A:001E.0001: input,hidraw0: USB HID v1.10 Keyboard [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input0
[    2.566524] input: HAILUCK CO.,LTD USB KEYBOARD Mouse as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input1
[    2.567280] input: HAILUCK CO.,LTD USB KEYBOARD Touchpad as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input2
[    2.567976] input: HAILUCK CO.,LTD USB KEYBOARD System Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input3
[    2.589610] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    2.591306] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    2.598670] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.599322] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 7
[    2.599549] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    2.599644] xhci-hcd xhci-hcd.2.auto: irq 227, io mem 0xfe800000
[    2.600296] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    2.600311] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.600323] usb usb7: Product: xHCI Host Controller
[    2.600335] usb usb7: Manufacturer: Linux 5.9.9-sib1 xhci-hcd
[    2.600347] usb usb7: SerialNumber: xhci-hcd.2.auto
[    2.601384] hub 7-0:1.0: USB hub found
[    2.601453] hub 7-0:1.0: 1 port detected
[    2.602033] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.602429] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 8
[    2.602458] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[    2.602572] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.602773] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    2.602787] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.602799] usb usb8: Product: xHCI Host Controller
[    2.602810] usb usb8: Manufacturer: Linux 5.9.9-sib1 xhci-hcd
[    2.602821] usb usb8: SerialNumber: xhci-hcd.2.auto
[    2.603884] hub 8-0:1.0: USB hub found
[    2.603941] hub 8-0:1.0: 1 port detected
[    2.606224] of_cfs_init
[    2.606335] of_cfs_init: OK
[    2.606988] ALSA device list:
[    2.606994]  No soundcards found.
[    2.607228] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[    2.608373] Freeing unused kernel memory: 2944K
[    2.619946] usb 2-1.2: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
[    2.619963] usb 2-1.2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.619974] usb 2-1.2: Product: USB Camera
[    2.619984] usb 2-1.2: Manufacturer: Sonix Technology Co., Ltd.
[    2.630358] input: HAILUCK CO.,LTD USB KEYBOARD Consumer Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input4
[    2.630855] input: HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input5
[    2.631646] hid-generic 0003:258A:001E.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input1
[    2.659850] Run /init as init process
[    2.659860]  with arguments:
[    2.659864]    /init
[    2.659868]  with environment:
[    2.659872]    HOME=/
[    2.659876]    TERM=linux
[    2.659881]    ethaddr=
[    2.659885]    eth1addr=
[    2.659890]    serial=cfecc1fa7d8b2007
[    2.659894]    cgroup_enable=memory
[    2.659898]    cgroup_memory=1
[    2.659903]    vga=current
[    2.738872] random: udevd: uninitialized urandom read (16 bytes read)
[    2.739107] random: udevd: uninitialized urandom read (16 bytes read)
[    2.739146] random: udevd: uninitialized urandom read (16 bytes read)
[    2.771915] udevd[307]: starting eudev-3.2.9
[    2.842950] raid6: Forced to use recovery algorithm neon
[    2.842956] raid6: Forced gen() algo neonx8
[    2.850443] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 49
[    2.852870] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    2.862006] xor: measuring software checksum speed
[    2.959261]    8regs    :  2798.400 MB/sec
[    3.059297]    32regs    :  3211.600 MB/sec
[    3.159297]    arm64_neon:  2777.600 MB/sec
[    3.159299] xor: using function: 32regs (3211.600 MB/sec)
[    3.239609] Btrfs loaded, crc32c=crc32c-generic
[  17.689576] random: crng init done
[  17.689590] random: 7 urandom warning(s) missed due to ratelimiting
[  20.053573] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[  20.428751] loop: module loaded
[  21.102197] udevd[769]: starting eudev-3.2.9
[  21.266979] es8316 1-0011: Failed to get IRQ 0: -22
[  21.286200] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[  21.295903] rockchip-vop ff900000.vop: Adding to iommu group 3
[  21.297693] rockchip-dp ff970000.edp: no DP phy configured
[  21.303119] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[  21.303338] [drm] unsupported AFBC format[3231564e]
[  21.305056] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[  21.305391] rockchip-drm display-subsystem: bound ff970000.edp (ops rockchip_dp_component_ops [rockchipdrm])
[  21.305598] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops [rockchipdrm])
[  21.305653] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  21.312510] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[  21.312684] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.bin failed with error -2
[  21.312907] usbcore: registered new interface driver brcmfmac
[  21.317757] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
[  21.331603] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[  21.332848] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[  21.332948] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
[  21.343058] rockchip-rga ff680000.rga: HW Version: 0x03.02
[  21.343383] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video3
[  21.359916] Bluetooth: Core ver 2.22
[  21.359947] NET: Registered protocol family 31
[  21.359949] Bluetooth: HCI device and connection manager initialized
[  21.359957] Bluetooth: HCI socket layer initialized
[  21.359962] Bluetooth: L2CAP socket layer initialized
[  21.359968] Bluetooth: SCO socket layer initialized
[  21.363513] panfrost ff9a0000.gpu: clock rate = 500000000
[  21.364831] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[  21.364835] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
[  21.364839] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[  21.364841] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[  21.374557] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 1
[  21.375937] power_supply cw2015-battery: cw2015-battery: Found supply : tcpm-source-psy-4-0022
[  21.375945] power_supply cw2015-battery: cw2015-battery: Found supply : dc-charger
[  21.391577] Bluetooth: HCI UART driver ver 2.3
[  21.391585] Bluetooth: HCI UART protocol H4 registered
[  21.391590] Bluetooth: HCI UART protocol BCSP registered
[  21.391652] Bluetooth: HCI UART protocol LL registered
[  21.391654] Bluetooth: HCI UART protocol ATH3K registered
[  21.391683] Bluetooth: HCI UART protocol Three-wire (H5) registered
[  21.392068] Bluetooth: HCI UART protocol Intel registered
[  21.392229] Bluetooth: HCI UART protocol Broadcom registered
[  21.392232] Driver 'hci_uart_qca' needs updating - please use bus_type methods
[  21.392264] Bluetooth: HCI UART protocol QCA registered
[  21.392374] Bluetooth: HCI UART protocol Marvell registered
[  21.392751] input: gpio-key-lid as /devices/platform/gpio-key-lid/input/input6
[  21.406657] uvcvideo: Found UVC 1.00 device USB Camera (0c45:6321)
[  21.441354] input: USB Camera: USB Camera as /devices/platform/fe3c0000.usb/usb2/2-1/2-1.2/2-1.2:1.0/input/input8
[  21.476667] asoc-simple-card es8316-sound: ASoC: no DMI vendor name!
[  21.480352] input: gpio-key-power as /devices/platform/gpio-key-power/input/input9
[  21.480763] input: rockchip,es8316-codec Headphones as /devices/platform/es8316-sound/sound/card0/input7
[  21.509605] dw-apb-uart ff180000.serial: failed to request DMA
[  21.630559] usbcore: registered new interface driver uvcvideo
[  21.630564] USB Video Class driver (1.1.1)
[  21.684198] Console: switching to colour frame buffer device 240x67
[  21.749971] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[  21.750977] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[  21.751013] Bluetooth: hci0: BCM: chip id 130
[  21.751601] Bluetooth: hci0: BCM: features 0x0f
[  21.754003] Bluetooth: hci0: BCM4345C5
[  21.754017] Bluetooth: hci0: BCM4345C5 (003.006.006) build 0000
[  21.754112] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[  21.754115] Bluetooth: hci0: BCM: 'brcm/BCM4345C5.hcd'
[  21.754117] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[  22.028434] input: HAILUCK CO.,LTD USB KEYBOARD Mouse as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input10
[  22.029724] input: HAILUCK CO.,LTD USB KEYBOARD Touchpad as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input11
[  22.030999] input: HAILUCK CO.,LTD USB KEYBOARD System Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input12
[  22.100733] input: HAILUCK CO.,LTD USB KEYBOARD Consumer Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input13
[  22.101522] input: HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input14
[  22.103051] hid-multitouch 0003:258A:001E.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input1
[  22.319550] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[  22.329615] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  24.386119] EXT4-fs (dm-1): re-mounted. Opts: (null)
[  24.409490] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  24.815696] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
[  24.823760] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[  24.828304] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[  24.835426] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
[  26.831862] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  26.831868] Bluetooth: BNEP filters: protocol multicast
[  26.831885] Bluetooth: BNEP socket layer initialized
[  28.489269] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  28.809440] Bluetooth: hci0: command 0xfc18 tx timeout
[  33.129571] vcc3v3_ssd: disabling
[  33.129589] vbus_5vout: disabling
[  33.129597] vcc0v9_s3: disabling
[  36.969521] Bluetooth: hci0: BCM: failed to write update baudrate (-110)
[  36.969528] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  36.969539] Bluetooth: hci0: Failed to set baudrate
[  39.049563] Bluetooth: hci0: command 0x0c03 tx timeout
[  47.209590] Bluetooth: hci0: BCM: Reset failed (-110)
[  47.560802] bpfilter: Loaded bpfilter_umh pid 1177
[  47.561568] Started bpfilter
[  48.599381] rd 0-5: Disabling EAS, schedutil is mandatory
[  48.949526] Adding 2097148k swap on /dev/mapper/blackholez-swap.  Priority:-2 extents:1 across:2097148k SSFS
[  53.609720] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  86.249684] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work [rockchipdrm]] *ERROR* Timed out trying to load firmware
[  111.194632] lib80211: common routines for IEEE802.11 drivers
[  111.194646] lib80211_crypt: registered algorithm 'NULL'
[  111.210025] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[  111.215133] usbcore: registered new interface driver r8188eu
[  134.699978] usb 2-1.1: new high-speed USB device number 4 using ehci-platform
[  134.852680] usb 2-1.1: New USB device found, idVendor=2357, idProduct=010c, bcdDevice= 0.00
[  134.852701] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  134.852713] usb 2-1.1: Product: 802.11n NIC
[  134.852725] usb 2-1.1: Manufacturer: Realtek
[  134.852736] usb 2-1.1: SerialNumber: 00E04C0001
[  134.854708] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[  136.001809] MAC Address = d4:6e:0e:0b:97:ec
[  136.014195] R8188EU: indicate disassoc
[  137.570220] R8188EU: assoc success
[  137.584227] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  137.630817] 8021q: 802.1Q VLAN Support v1.8
[  142.767654] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=15579 DF PROTO=UDP SPT=1414 DPT=1414 LEN=49
[  142.864352] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=15632 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  153.002729] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=19891 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  163.252855] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=22612 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  171.659479] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39030 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  171.904487] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39031 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  172.152484] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39032 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  172.648997] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39033 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  173.632247] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39034 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  175.056361] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41009 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  175.287738] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41010 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  175.519599] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41011 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  175.617839] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39035 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  175.983871] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41012 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  176.911873] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41013 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  178.773373] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41014 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  179.584559] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39036 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  182.514738] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=83 TOS=0x00 PREC=0x00 TTL=234 ID=41015 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH URGP=0
[  183.498489] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=29395 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  185.057102] Invalid packet: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=114 TOS=0x00 PREC=0x00 TTL=234 ID=41016 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH FIN URGP=0
[  187.840748] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39037 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  189.935978] Invalid packet: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=145 TOS=0x00 PREC=0x00 TTL=234 ID=41017 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH FIN URGP=0
[  203.499240] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=584 TOS=0x00 PREC=0x00 TTL=57 ID=39978 DF PROTO=UDP SPT=1414 DPT=1414 LEN=564
[  203.712738] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39038 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  204.783691] Invalid packet: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=145 TOS=0x00 PREC=0x00 TTL=234 ID=41018 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH FIN URGP=0
[  213.868332] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.868344] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.872075] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.872089] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.873577] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.873588] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.875470] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.875481] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.877404] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.877415] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.887861] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.887872] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.905525] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.905539] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.907285] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.907296] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.908668] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.908680] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.910276] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.910287] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.912653] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.912664] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.922621] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.922628] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.926832] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.926850] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.933024] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.933032] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.933129] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.933132] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.938876] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.938884] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.944084] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.944091] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  213.944182] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  213.944184] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  219.165222] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  219.165241] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  219.173678] rockchip-i2s ff890000.i2s: Fail to set mclk -22
[  219.173696] rockchip-i2s ff890000.i2s: ASoC: error at snd_soc_dai_set_sysclk on ff890000.i2s: -22
[  222.980475] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=46741 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  234.739028] Invalid packet: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=52.26.177.54 DST=192.168.1.8 LEN=145 TOS=0x00 PREC=0x00 TTL=234 ID=41019 DF PROTO=TCP SPT=443 DPT=37762 WINDOW=118 RES=0x00 ACK PSH FIN URGP=0
[  235.457176] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39039 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  243.413442] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=55282 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  263.258572] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=64191 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  283.402707] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=7802 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  301.506323] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39040 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
[  303.509432] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=588 TOS=0x00 PREC=0x00 TTL=57 ID=20560 DF PROTO=UDP SPT=1414 DPT=1414 LEN=568
[  324.683436] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=69 TOS=0x00 PREC=0x00 TTL=57 ID=31501 DF PROTO=UDP SPT=51011 DPT=51011 LEN=49
[  343.511857] INPUT packet died: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=45.79.66.164 DST=192.168.1.8 LEN=584 TOS=0x00 PREC=0x00 TTL=57 ID=43253 DF PROTO=UDP SPT=1414 DPT=1414 LEN=564
[  424.389363] New not syn: IN=wlan0 OUT= MAC=d4:6e:0e:0b:97:ec:3c:90:66:f1:5b:a3:08:00 SRC=23.239.3.170 DST=192.168.1.8 LEN=91 TOS=0x00 PREC=0x00 TTL=58 ID=39041 DF PROTO=TCP SPT=993 DPT=38742 WINDOW=505 RES=0x00 ACK PSH URGP=0
  Reply
#17
I understand correctly, when booting slarm64 from sdcard there are both bluetooth and wifi, but when booting from eMMC they are not?
and eMMC has kernel modules and firmware with sdcard
donation   slarm64

  Reply
#18
maraI understand correctly, when booting slarm64 from sdcard there are both bluetooth and wifi, but when booting from eMMC they are not?
and eMMC has kernel modules and firmware with sdcard


Indeed yes:  you have summarized my situation more concisely than i was able!  

And suspend/resume is not working; but I haven't seen it working anywhere else yet either.

I thought perhaps folks were patching the linux source directory before menusetup, with some kind of patch for the bluetooth since about BCM4345C5, dmesg said:  firmware Patch file not found.

When compiling the kernel, in addition to the Image, and modules, I also gave it the dtbs target, so that it created the dtb file in arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dtb, which is where I got that.

I am afraid that luks will make eMMC wear out faster, so I ordered an nvme ssd upgrade; so this is just practice until that arrives Smile 

And after this pinebook:  I'm gonna slackify a pinephone!  Get ready for Phlackware!  Be all you can be:  join the slarmy!
  Reply
#19
and if you try to make an eMMC backup (dd), and then using the setup script on sdcard, transfer the system to eMMC and look at the result.
donation   slarm64

  Reply
#20
(12-04-2020, 10:55 AM)globaltree Wrote: And after this pinebook:  I'm gonna slackify a pinephone!  Get ready for Phlackware!  Be all you can be:  join the slarmy!

I've done this on my PinePhone. Please see the Slarm64 on Pinephone thread for more information and we can share tips. I've been tweaking various code and got programs like DOSBox, Neverball and SDDM running with the touch screen.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 8 444 03-22-2024, 03:57 PM
Last Post: u974615
  Pinebook Pro upgrading from the factory image yamsoup 12 1,114 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 1,914 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 1,979 12-11-2023, 03:47 AM
Last Post: calinb
  Gentoo on Pinebook Pro RELEASE jannik2099 54 86,629 12-08-2023, 11:25 PM
Last Post: tllim
  Boot Order in Pinebook Pro food 8 993 11-23-2023, 07:37 AM
Last Post: KC9UDX
  PineBook Pro seems to go to deep sleep, but doesn't wake up pogo 11 4,925 08-31-2023, 04:20 PM
Last Post: TRS-80
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 1,325 08-08-2023, 04:58 AM
Last Post: moobythegoldensock
  Install deepin OS on pinebook pro wangyukunshan 4 1,423 08-07-2023, 01:12 PM
Last Post: myself600
  Kali Linux for Pinebook Pro - stuck on the login screen owaspfap 0 607 07-13-2023, 05:21 PM
Last Post: owaspfap

Forum Jump:


Users browsing this thread: 2 Guest(s)