Jump to content

forever_ noob

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by forever_ noob

  1. Videos work ok with MPV player on H6(it works otb with recent kernel), there's no hdmi audio so some usb soundcard could cover that part.

    Opi3 has bunch of ram so your Armbian and DE should run smooth.

    There's no gpu accel in browsers but cpu can handle YT videos if there's ram.

    I don't know if that audio out port works, i have opi lite 2 that hasn't have it.

    You could gain at least extra 1GB of zram if your ram gets filled with 2GB version, so around 3GB of fast RAM memory what should be fine.(I wouldn't recommend 1GB ram version for DE, in theory it could work but some of the ram is used by the GPU and it gets filled fast with multimedia in browsers)

     

    There's up to date info if you haven't come across it https://linux-sunxi.org/Xunlong_Orange_Pi_3 and this https://linux-sunxi.org/Linux_mainlining_effort

  2. @jernej@Igor

    I've bumped opi lite 2 to Kernel 5.13

     

    I've removed extraargs=drm_kms_helper.edid_firmware=HDMI-A-1:edid/1920x1080.bin video=HDMI-A-1:1920x1080@60 from the

    /boot/armbianEnv.txt

     

    Screen resolution works on boot, it's 1900x1080, lightdm asks for password and after that i get blank screen.

    Second boot i see u-boot stuff but it doesn't ask for password and screen is blank when it should start DE.

     

    Audio doesn't work, HDMI audio gets detected:

    root@orangepilite2:~# aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: sun9ihdmi [sun9i-hdmi], device 0: SUN9I-HDMI PCM i2s-hifi-0 [SUN9I-HDMI PCM i2s-hifi-0]
      Subdevices: 0/1
      Subdevice #0: subdevice #0

     

    ...but there's no sound and some apps using audio are crashing.

    Jack also starts and all that, all looks fine but no sound.

  3. I don't have luck with 1920x1080 on opi lite 2 as well on kernel 5.10.x Hirsute and Buster.

    The best it offers is 1024x768.

    I tried xfce and kde plasma, and i guess it's the same resolution in CLI mode.

     

    Have anyone had any luck?

    @jernej , you seem like a man who could know more about this.

     

    Edit:

    Comment from @Fenn in this thread below helped me to bump up resolution to 1920x1080 on opi lite 2 by adding next line in the /boot/armbianEnv.txt

    extraargs=drm_kms_helper.edid_firmware=HDMI-A-1:edid/1920x1080.bin video=HDMI-A-1:1920x1080@60

     

  4. armbianmonitor -u http://ix.io/2QRq

     

    root@orangepilite2:~# modinfo batman-adv
    filename:       /lib/modules/5.9.8-sunxi64/updates/net/batman-adv/batman-adv.ko
    alias:          net-pf-16-proto-16-family-batadv
    alias:          rtnl-link-batadv
    version:        2021.0-6-gaaea6445
    description:    B.A.T.M.A.N. advanced
    author:         Marek Lindner <mareklindner@neomailbox.ch>, Simon Wunderlich <sw@simonwunderlich.de>
    license:        GPL
    srcversion:     DA82A36C3D3A87C56A9C2A4
    depends:        bridge,cfg80211
    name:           batman_adv
    vermagic:       5.9.8-sunxi64 SMP mod_unload aarch64

     

  5. Linux orangepilite2 5.9.8-sunxi64 #ifb SMP Fri Nov 20 20:38:13 EST 2020 aarch64 aarch64 aarch64 GNU/Linux

     

    After trying to load batman-adv module i get the error Segmentation fault.

    This is the dmesg output of the error that occurs:

     

    [  952.114742] Unable to handle kernel paging request at virtual address ffff800026beb000                                     
    [  952.122734] Mem abort info:                                 
    [  952.125603]   ESR = 0x96000006   
    [  952.128674]   EC = 0x25: DABT (current EL), IL = 32 bits
    [  952.134042]   SET = 0, FnV = 0   
    [  952.137123]   EA = 0, S1PTW = 0                                                                                            
    [  952.140328] Data abort info:                                
    [  952.143261]   ISV = 0, ISS = 0x00000006 
    [  952.147150]   CM = 0, WnR = 0                               
    [  952.150165] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000041308000
    [  952.156920] [ffff800026beb000] pgd=0000000077fff003, p4d=0000000077fff003, pud=0000000077ffe003, pmd=0000000000000000
    [  952.167593] Internal error: Oops: 96000006 [#1] SMP        
    [  952.172482] Modules linked in: batman_adv(OE+) fuse algif_hash algif_skcipher af_alg bnep bridge r8152 88x2bu(OE) snd_soc_hdmi_codec dw_hdmi_i2s_audio dw_hdmi_cec hci_uart btqca btrtl btsdio btbcm brcmfmac btintel bluetooth brcmutil cfg80211 ecdh_generic rfkill ecc sunxi_cedrus(C) videobuf2_dma_contig v4l2_mem2mem videobuf2_memops videobuf2_v4l2 videobuf2_common videodev panfrost gpu_sched sun8i_ce mc crypto_engine display_connector cpufreq_dt uas i2c_mv64xxx              
    [  952.213199] CPU: 2 PID: 3177 Comm: modprobe Tainted: G         C OE     5.9.8-sunxi64 #ifb
    [  952.221463] Hardware name: OrangePi Lite2 (DT)                                                                             
    [  952.225911] pstate: 40000005 (nZcv daif -PAN -UAO BTYPE=--)                                                                
    [  952.231530] pc : batadv_hard_if_event+0x220/0x7a8 [batman_adv]       
    [  952.237393] lr : batadv_hard_if_event+0x20c/0x7a8 [batman_adv]                                                             
    [  952.243225] sp : ffff80001150ba50                                                                                          
    [  952.246540] x29: ffff80001150ba50 x28: ffff80001150bdc0                                                                    
    [  952.251854] x27: 0000000000000100 x26: ffff8000100e38c8                                                                    
    [  952.257167] x25: 0000000000000003 x24: 0000000000000000 
    [  952.262479] x23: ffff800011495048 x22: 0000000000000001 
    [  952.267792] x21: 0000000000000000 x20: ffff0000348f5000 
    [  952.273105] x19: 0000000000000005 x18: 0000000000000000 
    [  952.278418] x17: 0000000000000000 x16: 0000000000000000                                                                    
    [  952.283730] x15: 0000005138b2fcae x14: 000000000000015b                                                                    
    [  952.289044] x13: 0000000000000130 x12: 0000000000000000                                                                    
    [  952.294355] x11: 0000000000000000 x10: 0000000000000001 
    [  952.299667] x9 : 000000000000015e x8 : ffff000037d962c0                                                                    
    [  952.304979] x7 : ffff000034c65d80 x6 : 0000000000000000                                                                    
    [  952.310291] x5 : ffff800010ff62c0 x4 : ffff80000939c888                                                                    
    [  952.315604] x3 : ffff0000348f5000 x2 : 0000000000000000                                                                    
    [  952.320917] x1 : ffff800026beb000 x0 : ffff800026beb000                                                                    
    [  952.326230] Call trace:                                     
    [  952.328723]  batadv_hard_if_event+0x220/0x7a8 [batman_adv]
    [  952.334219]  call_netdevice_register_net_notifiers+0x58/0x108                                                              
    [  952.339963]  register_netdevice_notifier+0x94/0x130                                                                        
    [  952.344846]  batadv_init+0xf4/0x130 [batman_adv]     
    [  952.349459]  do_one_initcall+0x54/0x1b8              
    [  952.353290]  do_init_module+0x54/0x200           
    [  952.357032]  load_module+0x1f88/0x2550               
    [  952.360775]  __do_sys_finit_module+0xb4/0x120          
    [  952.365125]  __arm64_sys_finit_module+0x20/0x30                                                                            
    [  952.369650]  el0_svc_common.constprop.0+0x6c/0x168          
    [  952.374433]  do_el0_svc+0x24/0x90
    [  952.377743]  el0_sync_handler+0x90/0x198                
    [  952.381659]  el0_sync+0x158/0x180
    [  952.384974] Code: 54fff6c1 d538d081 f9425e80 8b010000 (885f7c03)                                                           
    [  952.391061] ---[ end trace 468e2b20acac28b8 ]---  

     

  6. Thanks guys!

     

    @sfx2000, are you suggesting me to go with hostapd v2.10-devel and it would work?

    @Werner, here's the armbianmonitor -u http://ix.io/2x61

     

    root@orangepilite2:~# hostapd /etc/hostapd/hostapd.conf
    Configuration file: /etc/hostapd/hostapd.conf
    Line 9: unknown configuration item 'noscan '
    1 errors found in configuration file '/etc/hostapd/hostapd.conf'
    Failed to set up interface with /etc/hostapd/hostapd.conf
    Failed to initialize interface
     

     

     

     

  7. @Werner, there are many files that seem to be associated with many SBC's. By guess I went to see how big are files associated with opi lite 2 and this is what I got:

     

    Linux 5.7.15

    root@orangepilite2:/boot/dtb/allwinner# ls -lah|grep lite
    -rw-r--r-- 1 root root  36K kol  17 10:32 sun50i-h6-orangepi-lite2.dtb

     

    Linux 5.8.6

    root@orangepilite2:/media/586/boot/dtb/allwinner# ls -lah | grep lite
    -rw-r--r-- 1 root root  37K ruj   4 08:52 sun50i-h6-orangepi-lite2.dtb

     

    Is there maybe a need to compare those two files after modifying them with dtc tool?

     

  8. 1 hour ago, Werner said:

    Awesome!

    I see the log ends after 16 seconds. Did the board freeze then?

     

    Please also try to use a different power supply as well as cable. Just to make sure it is not PSU issue related.

    It froze, yes, after the login screen and one more line which was vdd-gpu: disabling.

    The PSU is in attachement, I could do some soldering iron hack and connect it to the computer ATX PSU, but I don't see a need. But if you really insist...

    Everything works with another SD card which has Linux orangepilite2 5.7.15-sunxi64 #20.08 SMP Mon Aug 17 10:32:57 CEST 2020 aarch64 GNU/Linux on it. 

     

    s-l1600.jpg

  9. @guidol, I have disconnected everything ftom USB ports and the problem is still present.

    Power supply is 3000mA at 5V.

     

    @Werner, you're right, there is a file armbianEnv.txt in /boot folder. I have an micro SD card reader and I did add a line verbosity=7 into the file /boot/armbianEnv.txt.

     

    Here is a serial console boot sequence with more details:

    U-Boot SPL 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200)
    DRAM: 1024 MiB
    Trying to boot from MMC1
    NOTICE:  BL31: v2.3(debug):ec29ce6-dirty
    NOTICE:  BL31: Built : 07:34:00, Jun  3 2020
    NOTICE:  BL31: Detected Allwinner H6 SoC (1728)
    NOTICE:  BL31: Found U-Boot DTB at 0xc07fd98, model: OrangePi Lite2
    INFO:    ARM GICv2 driver initialized
    INFO:    PMIC: Probing AXP805 on I2C
    INFO:    PMIC: aldo1 voltage: 3.300V
    INFO:    PMIC: aldo3 voltage: 3.300V
    INFO:    PMIC: bldo1 voltage: 1.800V
    INFO:    PMIC: bldo2 voltage: 1.800V
    INFO:    PMIC: bldo3 voltage: 1.800V
    INFO:    PMIC: cldo1 voltage: 3.300V
    INFO:    PMIC: dcdcd voltage: 0.960V
    INFO:    PMIC: dcdce voltage: 1.200V
    INFO:    BL31: Platform setup done
    INFO:    BL31: Initializing runtime services
    INFO:    BL31: cortex_a53: CPU workaround for 855873 was applied
    NOTICE:  PSCI: System suspend is unavailable
    INFO:    BL31: Preparing for EL3 exit to normal world
    INFO:    Entry point address = 0x4a000000
    INFO:    SPSR = 0x3c9
    
    
    U-Boot 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) Allwinner Technology
    
    CPU:   Allwinner H6 (SUN50I)
    Model: OrangePi Lite2
    DRAM:  1 GiB
    MMC:   mmc@4020000: 0
    Loading Environment from FAT... Unable to use mmc 0:1... In:    serial@5000000
    Out:   serial@5000000
    Err:   serial@5000000
    Net:   No ethernet found.
    starting USB...
    Bus usb@5101000: USB EHCI 1.00
    Bus usb@5101400: USB OHCI 1.0
    Bus usb@5311000: USB EHCI 1.00
    Bus usb@5311400: USB OHCI 1.0
    scanning bus usb@5101000 for devices... 1 USB Device(s) found
    scanning bus usb@5101400 for devices... 1 USB Device(s) found
    scanning bus usb@5311000 for devices... 1 USB Device(s) found
    scanning bus usb@5311400 for devices... 1 USB Device(s) found
           scanning usb for storage devices... 0 Storage Device(s) found
    Autoboot in 1 seconds, press <Space> to stop
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found U-Boot script /boot/boot.scr
    3033 bytes read in 5 ms (591.8 KiB/s)
    ## Executing script at 4fc00000
    U-boot loaded from SD
    Boot script loaded from mmc
    165 bytes read in 4 ms (40 KiB/s)
    36948 bytes read in 12 ms (2.9 MiB/s)
    4191 bytes read in 9 ms (454.1 KiB/s)
    Applying kernel provided DT fixup script (sun50i-h6-fixup.scr)
    ## Executing script at 44000000
    10719786 bytes read in 1077 ms (9.5 MiB/s)
    21168136 bytes read in 2122 ms (9.5 MiB/s)
    ## Loading init Ramdisk from Legacy Image at 4fe00000 ...
       Image Name:   uInitrd
       Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
       Data Size:    10719722 Bytes = 10.2 MiB
       Load Address: 00000000
       Entry Point:  00000000
       Verifying Checksum ... OK
    ## Flattened Device Tree blob at 4fa00000
       Booting using the fdt blob at 0x4fa00000
    EHCI failed to shut down host controller.
       Loading Ramdisk to 495c6000, end 49fff1ea ... OK
       Loading Device Tree to 0000000049554000, end 00000000495c5fff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.8.6-sunxi64 (root@desktop) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #20.08.2 SMP Fri Sep 4 08:52:31 CEST 2020
    [    0.000000] Machine model: OrangePi Lite2
    [    0.000000] cma: Reserved 128 MiB at 0x0000000078000000
    [    0.000000] NUMA: No NUMA configuration found
    [    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff]
    [    0.000000] NUMA: NODE_DATA [mem 0x77dd2100-0x77dd3fff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000040000000-0x000000007fffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
    [    0.000000] 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 22 pages/cpu s50072 r8192 d31848 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] Speculative Store Bypass Disable mitigation not required
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
    [    0.000000] Policy zone: DMA
    [    0.000000] Kernel command line: root=UUID=04407c89-1e9e-419d-895a-2b95ab0b7fd1 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart=d2c43062-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   cgroup_enable=memory swapaccount=1
    [    0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
    [    0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes
    [    0.000000] printk: log_buf_len min size: 16384 bytes
    [    0.000000] printk: log_buf_len: 32768 bytes
    [    0.000000] printk: early log buf free: 13832(84%)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 865384K/1048576K available (13182K kernel code, 896K rwdata, 4080K rodata, 2432K init, 331K bss, 52120K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 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] random: get_random_bytes called from start_kernel+0x34c/0x50c with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    [    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [    0.000315] Console: colour dummy device 80x25
    [    0.000697] printk: console [tty1] enabled
    [    0.000782] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    [    0.000804] pid_max: default: 32768 minimum: 301
    [    0.000899] LSM: Security Framework initializing
    [    0.000930] Yama: becoming mindful.
    [    0.001012] AppArmor: AppArmor initialized
    [    0.001067] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.001088] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.002602] rcu: Hierarchical SRCU implementation.
    [    0.004568] smp: Bringing up secondary CPUs ...
    [    0.005208] Detected VIPT I-cache on CPU1
    [    0.005269] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.005774] Detected VIPT I-cache on CPU2
    [    0.005808] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.006276] Detected VIPT I-cache on CPU3
    [    0.006307] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.006368] smp: Brought up 1 node, 4 CPUs
    [    0.006426] SMP: Total of 4 processors activated.
    [    0.006438] CPU features: detected: 32-bit EL0 Support
    [    0.006449] CPU features: detected: CRC32 instructions
    [    0.023570] CPU: All CPU(s) started at EL2
    [    0.023605] alternatives: patching kernel code
    [    0.024970] devtmpfs: initialized
    [    0.031333] Registered cp15_barrier emulation handler
    [    0.031366] Registered setend emulation handler
    [    0.031553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.031581] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.035769] xor: measuring software checksum speed
    [    0.072147]    8regs     :  1803.000 MB/sec
    [    0.112187]    32regs    :  2069.000 MB/sec
    [    0.152238]    arm64_neon:  1799.000 MB/sec
    [    0.152250] xor: using function: 32regs (2069.000 MB/sec)
    [    0.152310] pinctrl core: initialized pinctrl subsystem
    [    0.152763] thermal_sys: Registered thermal governor 'fair_share'
    [    0.152766] thermal_sys: Registered thermal governor 'bang_bang'
    [    0.152780] thermal_sys: Registered thermal governor 'step_wise'
    [    0.152791] thermal_sys: Registered thermal governor 'user_space'
    [    0.153906] NET: Registered protocol family 16
    [    0.155516] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.155562] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.155682] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.155777] audit: initializing netlink subsys (disabled)
    [    0.155919] audit: type=2000 audit(0.152:1): state=initialized audit_enabled=0 res=1
    [    0.156391] cpuidle: using governor menu
    [    0.156649] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.156738] ASID allocator initialised with 65536 entries
    [    0.156894] Serial: AMBA PL011 UART driver
    [    0.172753] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.172783] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.172797] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.172811] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.174485] cryptd: max_cpu_qlen set to 1000
    [    0.244378] raid6: neonx8   gen()  1638 MB/s
    [    0.312438] raid6: neonx8   xor()  1226 MB/s
    [    0.380505] raid6: neonx4   gen()  1676 MB/s
    [    0.448568] raid6: neonx4   xor()  1214 MB/s
    [    0.516628] raid6: neonx2   gen()  1591 MB/s
    [    0.584692] raid6: neonx2   xor()  1131 MB/s
    [    0.652748] raid6: neonx1   gen()  1390 MB/s
    [    0.720816] raid6: neonx1   xor()   952 MB/s
    [    0.788878] raid6: int64x8  gen()  1133 MB/s
    [    0.856950] raid6: int64x8  xor()   596 MB/s
    [    0.925018] raid6: int64x4  gen()  1232 MB/s
    [    0.993088] raid6: int64x4  xor()   637 MB/s
    [    1.061149] raid6: int64x2  gen()  1075 MB/s
    [    1.129227] raid6: int64x2  xor()   555 MB/s
    [    1.197309] raid6: int64x1  gen()   800 MB/s
    [    1.265374] raid6: int64x1  xor()   425 MB/s
    [    1.265385] raid6: using algorithm neonx4 gen() 1676 MB/s
    [    1.265396] raid6: .... xor() 1214 MB/s, rmw enabled
    [    1.265406] raid6: using neon recovery algorithm
    [    1.266339] iommu: Default domain type: Translated
    [    1.266657] SCSI subsystem initialized
    [    1.266836] usbcore: registered new interface driver usbfs
    [    1.266881] usbcore: registered new interface driver hub
    [    1.266935] usbcore: registered new device driver usb
    [    1.267239] pps_core: LinuxPPS API ver. 1 registered
    [    1.267252] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.267282] PTP clock support registered
    [    1.267979] Advanced Linux Sound Architecture Driver Initialized.
    [    1.268504] NetLabel: Initializing
    [    1.268516] NetLabel:  domain hash size = 128
    [    1.268526] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    1.268589] NetLabel:  unlabeled traffic allowed by default
    [    1.268966] clocksource: Switched to clocksource arch_sys_counter
    [    1.269189] VFS: Disk quotas dquot_6.6.0
    [    1.269255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.269810] AppArmor: AppArmor Filesystem Enabled
    [    1.275695] NET: Registered protocol family 2
    [    1.276244] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
    [    1.276286] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    1.276372] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    1.276519] TCP: Hash tables configured (established 8192 bind 8192)
    [    1.276632] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    1.276673] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    1.276853] NET: Registered protocol family 1
    [    1.277394] RPC: Registered named UNIX socket transport module.
    [    1.277409] RPC: Registered udp transport module.
    [    1.277419] RPC: Registered tcp transport module.
    [    1.277429] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.277644] Trying to unpack rootfs image as initramfs...
    [    1.846426] Freeing initrd memory: 10468K
    [    1.847328] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    1.852680] Initialise system trusted keyrings
    [    1.852741] Key type blacklist registered
    [    1.852874] workingset: timestamp_bits=44 max_order=18 bucket_order=0
    [    1.858191] zbud: loaded
    [    1.859602] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.860369] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [    1.862424] integrity: Platform Keyring initialized
    [    1.909211] async_tx: api initialized (async)
    [    1.909229] Key type asymmetric registered
    [    1.909241] Asymmetric key parser 'x509' registered
    [    1.909286] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    1.909415] io scheduler mq-deadline registered
    [    1.909427] io scheduler kyber registered
    [    1.909555] io scheduler bfq registered
    [    1.914491] sun50i-h6-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver
    [    1.924776] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
    [    1.929551] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [    1.934127] loop: module loaded
    [    1.935468] libphy: Fixed MDIO Bus: probed
    [    1.936424] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.936450] ehci-platform: EHCI generic platform driver
    [    1.936617] ehci-platform 5101000.usb: EHCI Host Controller
    [    1.936647] ehci-platform 5101000.usb: new USB bus registered, assigned bus number 1
    [    1.936762] ehci-platform 5101000.usb: irq 27, io mem 0x05101000
    [    1.948969] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00
    [    1.949180] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    1.949200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.949217] usb usb1: Product: EHCI Host Controller
    [    1.949229] usb usb1: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd
    [    1.949242] usb usb1: SerialNumber: 5101000.usb
    [    1.949673] hub 1-0:1.0: USB hub found
    [    1.949711] hub 1-0:1.0: 1 port detected
    [    1.950262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.950286] ohci-platform: OHCI generic platform driver
    [    1.950453] ohci-platform 5101400.usb: Generic Platform OHCI controller
    [    1.950482] ohci-platform 5101400.usb: new USB bus registered, assigned bus number 2
    [    1.950585] ohci-platform 5101400.usb: irq 28, io mem 0x05101400
    [    2.013129] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
    [    2.013149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.013165] usb usb2: Product: Generic Platform OHCI controller
    [    2.013179] usb usb2: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd
    [    2.013192] usb usb2: SerialNumber: 5101400.usb
    [    2.013582] hub 2-0:1.0: USB hub found
    [    2.013620] hub 2-0:1.0: 1 port detected
    [    2.014482] usbcore: registered new interface driver usb-storage
    [    2.014946] mousedev: PS/2 mouse device common for all mice
    [    2.015707] sun6i-rtc 7000000.rtc: registered as rtc0
    [    2.015749] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
    [    2.015766] sun6i-rtc 7000000.rtc: RTC enabled
    [    2.015867] i2c /dev entries driver
    [    2.016235] sun8i-thermal 5070400.thermal-sensor: Failed to get calibration nvmem cell (-517)
    [    2.016258] sun8i-thermal 5070400.thermal-sensor: Failed to probe thermal sensor (-517)
    [    2.016666] sunxi-wdt 7020400.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
    [    2.017756] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pm not found, using dummy regulator
    [    2.018051] sdhci: Secure Digital Host Controller Interface driver
    [    2.018064] sdhci: Copyright(c) Pierre Ossman
    [    2.018092] Synopsys Designware Multimedia Card Interface Driver
    [    2.018672] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.018788] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator
    [    2.019319] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.019751] hid: raw HID events driver (C) Jiri Kosina
    [    2.019846] usbcore: registered new interface driver usbhid
    [    2.019858] usbhid: USB HID core driver
    [    2.022279] NET: Registered protocol family 10
    [    2.056338] Segment Routing with IPv6
    [    2.056456] NET: Registered protocol family 17
    [    2.056604] 8021q: 802.1Q VLAN Support v1.8
    [    2.056760] 9pnet: Installing 9P2000 support
    [    2.056832] Key type dns_resolver registered
    [    2.057357] registered taskstats version 1
    [    2.057377] Loading compiled-in X.509 certificates
    [    2.061072] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f'
    [    2.061206] zswap: loaded using pool lzo/zbud
    [    2.061476] Key type ._fscrypt registered
    [    2.061488] Key type .fscrypt registered
    [    2.061499] Key type fscrypt-provisioning registered
    [    2.062517] Btrfs loaded, crc32c=crc32c-generic
    [    2.078680] Key type encrypted registered
    [    2.078720] AppArmor: AppArmor sha1 policy hashing enabled
    [    2.078764] ima: No TPM chip found, activating TPM-bypass!
    [    2.078801] ima: Allocated hash algorithm: sha1
    [    2.078833] ima: No architecture policies found
    [    2.078881] evm: Initialising EVM extended attributes:
    [    2.078893] evm: security.selinux
    [    2.078901] evm: security.SMACK64
    [    2.078909] evm: security.SMACK64EXEC
    [    2.078918] evm: security.SMACK64TRANSMUTE
    [    2.078926] evm: security.SMACK64MMAP
    [    2.078935] evm: security.apparmor
    [    2.078943] evm: security.ima
    [    2.078951] evm: security.capability
    [    2.078960] evm: HMAC attrs: 0x1
    [    2.091204] sun8i-mixer 1100000.mixer: Adding to iommu group 0
    [    2.096322] sun50i-h6-pinctrl 300b000.pinctrl: initialized sunXi PIO driver
    [    2.096631] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator
    [    2.097095] printk: console [ttyS0] disabled
    [    2.097181] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 24, base_baud = 1500000) is a 16550A
    [    3.484886] printk: console [ttyS0] enabled
    [    3.489800] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    3.496962] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    3.503933] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    3.511598] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    3.522472] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    3.530829] sun4i-drm display-engine: Adding to iommu group 0
    [    3.555518] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800010db0330)
    [    3.563241] sun4i-drm display-engine: bound 6510000.tcon-top (ops 0xffff800010db44d8)
    [    3.571325] sun4i-drm display-engine: bound 6515000.lcd-controller (ops 0xffff800010dabc60)
    [    3.579737] sun8i-dw-hdmi 6000000.hdmi: supply hvcc not found, using dummy regulator
    [    3.587781] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY)
    [    3.597912] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver
    [    3.605694] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800010daf6f8)
    [    3.613191] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.620099] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
    [    3.627901] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
    [    3.635272] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
    [    3.741376] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    3.746894] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
    [    3.754706] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f064 hci version 0x100 quirks 0x0000000002010010
    [    3.764150] xhci-hcd xhci-hcd.3.auto: irq 29, io mem 0x05200000
    [    3.770406] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    3.778683] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.785913] usb usb3: Product: xHCI Host Controller
    [    3.790801] usb usb3: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd
    [    3.796807] usb usb3: SerialNumber: xhci-hcd.3.auto
    [    3.802112] hub 3-0:1.0: USB hub found
    [    3.805901] hub 3-0:1.0: 1 port detected
    [    3.810109] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    3.815618] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
    [    3.823281] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [    3.829868] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    3.838071] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
    [    3.846346] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.853576] usb usb4: Product: xHCI Host Controller
    [    3.858464] usb usb4: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd
    [    3.864476] usb usb4: SerialNumber: xhci-hcd.3.auto
    [    3.869724] hub 4-0:1.0: USB hub found
    [    3.873510] hub 4-0:1.0: 1 port detected
    [    3.879796] sun8i-thermal 5070400.thermal-sensor: Thermal sensor ready!
    [    3.886573] sun50i_cpufreq_nvmem: Using CPU speed bin speed0
    [    3.892905] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    3.902095] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    3.909244] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    3.916216] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    3.923621] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    3.934494] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    3.941995] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version
    [    3.949059] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    3.956204] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    3.963085] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    3.971366] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    3.978511] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    3.985481] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    3.993146] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    4.004024] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    4.013225] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    4.022382] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    4.029529] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    4.036499] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    4.043905] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    4.054775] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    4.062175] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    4.069327] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    4.076225] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    4.084485] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    4.091632] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    4.098601] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    4.106267] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    4.117138] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    4.126233] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    4.135365] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    4.142511] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    4.149479] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    4.156885] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    4.167755] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    4.175378] of_cfs_init
    [    4.177959] of_cfs_init: OK
    [    4.180923] ALSA device list:
    [    4.183910]   No soundcards found.
    [    4.188757] Freeing unused kernel memory: 2432K
    [    4.197048] Run /init as init process
    [    4.546167] axp20x-i2c 1-0036: AXP20x variant AXP806 found
    [    4.558839] input: axp20x-pek as /devices/platform/soc/7081400.i2c/i2c-1/1-0036/axp221-pek/input/input0
    [    4.573622] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    4.580833] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    4.582511] dcdca: supplied by vcc-5v
    [    4.587736] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    4.588331] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    4.592591] dcdcc: supplied by vcc-5v
    [    4.599376] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    4.599383] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    4.607184] dcdcd: supplied by vcc-5v
    [    4.610194] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    4.617768] dcdce: supplied by vcc-5v
    [    4.624816] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    4.629090] aldo1: supplied by vcc-5v
    [    4.641167] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    4.643737] aldo2: supplied by vcc-5v
    [    4.651427] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    4.654817] vcc33-audio-tv-ephy-mac: Bringing 700000uV into 3300000-3300000uV
    [    4.662896] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    4.667081] aldo3: supplied by vcc-5v
    [    4.673705] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    4.681439] bldo1: supplied by vcc-5v
    [    4.687798] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    4.692508] bldo2: supplied by vcc-5v
    [    4.698862] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    4.703128] bldo3: supplied by vcc-5v
    [    4.728569] bldo4: supplied by vcc-5v
    [    4.732869] cldo1: supplied by vcc-5v
    [    4.737157] cldo2: supplied by vcc-5v
    [    4.741271] vcc-wifi-1: Bringing 700000uV into 3300000-3300000uV
    [    4.748080] cldo3: supplied by vcc-5v
    [    4.752203] vcc-wifi-2: Bringing 700000uV into 3300000-3300000uV
    [    4.759037] sw: supplied by regulator-dummy
    [    4.763856] axp20x-i2c 1-0036: AXP20X driver loaded
    [    4.771018] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 25, base_baud = 1500000) is a 16550A
    [    4.779999] serial serial0: tty port ttyS1 registered
    [    4.785700] ehci-platform 5311000.usb: EHCI Host Controller
    [    4.791335] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 5
    [    4.799214] ehci-platform 5311000.usb: irq 30, io mem 0x05311000
    [    4.821031] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00
    [    4.827493] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    4.835828] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.843100] usb usb5: Product: EHCI Host Controller
    [    4.848032] usb usb5: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd
    [    4.854075] usb usb5: SerialNumber: 5311000.usb
    [    4.859306] hub 5-0:1.0: USB hub found
    [    4.863218] hub 5-0:1.0: 1 port detected
    [    4.868270] ohci-platform 5311400.usb: Generic Platform OHCI controller
    [    4.875002] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 6
    [    4.882919] ohci-platform 5311400.usb: irq 31, io mem 0x05311400
    [    4.949300] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
    [    4.957646] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.964878] usb usb6: Product: Generic Platform OHCI controller
    [    4.970809] usb usb6: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd
    [    4.976821] usb usb6: SerialNumber: 5311400.usb
    [    4.982578] hub 6-0:1.0: USB hub found
    [    4.986407] hub 6-0:1.0: 1 port detected
    [    4.991373] usb_phy_generic usb_phy_generic.4.auto: supply vcc not found, using dummy regulator
    [    5.001075] musb-hdrc musb-hdrc.5.auto: MUSB HDRC host driver
    [    5.006885] musb-hdrc musb-hdrc.5.auto: new USB bus registered, assigned bus number 7
    [    5.014810] phy id_det change to host
    [    5.018700] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    5.026985] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.034217] usb usb7: Product: MUSB HDRC host driver
    [    5.039189] usb usb7: Manufacturer: Linux 5.8.6-sunxi64 musb-hcd
    [    5.045201] usb usb7: SerialNumber: musb-hdrc.5.auto
    [    5.050708] hub 7-0:1.0: USB hub found
    [    5.054526] hub 7-0:1.0: 1 port detected
    [    5.059801] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    5.069103] sunxi-mmc 4020000.mmc: Got CD GPIO
    [    5.099086] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
    [    5.109408] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
    [    5.148918] mmc0: host does not support reading read-only switch, assuming write-enable
    [    5.158962] mmc0: new high speed SDHC card at address 1234
    [    5.165309] mmcblk0: mmc0:1234 SA32G 29.3 GiB
    [    5.172202]  mmcblk0: p1
    [    5.190325] random: fast init done
    [    5.345554] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
    [    5.370645] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
    [    5.377677] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    5.384693] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    5.392912] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
    [    5.401745] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
    [    5.459723] mmc1: new high speed SDIO card at address 0001
    [    7.444419] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
    [    8.362550] systemd[1]: System time before build time, advancing clock.
    [    8.401823] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
    [    8.423678] systemd[1]: Detected architecture arm64.
    [    8.467651] systemd[1]: Set hostname to <orangepilite2>.
    [    9.064272] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
    [    9.094481] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
    [    9.125898] systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
    [    9.258283] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.273768] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.280942] systemd[1]: Listening on fsck to fsckd communication Socket.
    [    9.288307] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.298128] systemd[1]: Created slice system-getty.slice.
    [    9.304569] systemd[1]: Listening on Journal Audit Socket.
    [    9.310600] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    9.442050] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
    [   10.020710] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz
    [   10.028616] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz
    [   10.122544] sun8i-ce 1904000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
    [   10.141423] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [   10.149521] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [   10.149669] panfrost 1800000.gpu: clock rate = 432000000
    [   10.157817] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [   10.162498] panfrost 1800000.gpu: bus_clock rate = 100000000
    [   10.170203] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [   10.176893] panfrost 1800000.gpu: mali-t720 id 0x720 major 0x1 minor 0x1 status 0x0
    [   10.183356] sun8i-ce 1904000.crypto: Register cbc(aes)
    [   10.190937] panfrost 1800000.gpu: features: 00000000,10309e40, issues: 00000000,21054400
    [   10.196236] sun8i-ce 1904000.crypto: Register ecb(aes)
    [   10.204154] panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7
    [   10.204158] panfrost 1800000.gpu: shader_present=0x3 l2_present=0x1
    [   10.205319] [drm] Initialized panfrost 1.1.0 20180908 for 1800000.gpu on minor 1
    [   10.221460] sun8i-ce 1904000.crypto: Register cbc(des3_ede)
    [   10.244649] mc: Linux media interface: v0.10
    [   10.246944] sun8i-ce 1904000.crypto: Register ecb(des3_ede)
    [   10.255411] sun8i-ce 1904000.crypto: CryptoEngine Die ID 0
    [   10.316679] videodev: Linux video capture interface: v2.00
    [   10.531942] Bluetooth: Core ver 2.22
    [   10.535690] NET: Registered protocol family 31
    [   10.540213] Bluetooth: HCI device and connection manager initialized
    [   10.546625] Bluetooth: HCI socket layer initialized
    [   10.551555] Bluetooth: L2CAP socket layer initialized
    [   10.556664] Bluetooth: SCO socket layer initialized
    [   10.568246] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   10.576950] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.622621] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [   10.631294] cfg80211: failed to load regulatory.db
    [   10.633483] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
    [   10.647289] cedrus 1c0e000.video-codec: Adding to iommu group 0
    [   10.654047] cedrus 1c0e000.video-codec: Device registered as /dev/video0
    [   10.683971] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    [   10.747376] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.xunlong,orangepi-lite2.txt failed with error -2
    [   10.762200] Bluetooth: HCI UART driver ver 2.3
    [   10.766687] Bluetooth: HCI UART protocol H4 registered
    [   10.771875] Bluetooth: HCI UART protocol BCSP registered
    [   10.777303] Bluetooth: HCI UART protocol LL registered
    [   10.782465] Bluetooth: HCI UART protocol ATH3K registered
    [   10.786521] random: crng init done
    [   10.787918] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [   10.791262] random: 7 urandom warning(s) missed due to ratelimiting
    [   10.803933] Bluetooth: HCI UART protocol Intel registered
    [   10.809477] Bluetooth: HCI UART protocol Broadcom registered
    [   10.809626] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
    [   10.815199] Bluetooth: HCI UART protocol QCA registered
    [   10.822630] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
    [   10.827794] Bluetooth: HCI UART protocol AG6XX registered
    [   10.827831] Bluetooth: HCI UART protocol Marvell registered
    [   11.189798] Bluetooth: hci1: BCM: chip id 107
    [   11.194699] Bluetooth: hci1: BCM: features 0x2f
    [   11.201468] Bluetooth: hci1: BCM4345C0
    [   11.205271] Bluetooth: hci1: BCM4345C0 (003.001.025) build 0000
    [   11.211285] Bluetooth: hci1: BCM: firmware Patch file not found, tried:
    [   11.217915] Bluetooth: hci1: BCM: 'brcm/BCM4345C0.hcd'
    [   11.223069] Bluetooth: hci1: BCM: 'brcm/BCM.hcd'
    [   12.842388] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    [   12.861978] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
    [   13.145816] systemd-journald[525]: Received request to flush runtime journal from PID 1
    [   16.063793] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.

     

     

  10. 41 minutes ago, guidol said:

    maybe it does help running htop after the login and checking which processes may block the system in the first place...

    Htop had looked clean overhere. It was nice chilling system without anything suspicious. The intereresting thing was that it didn't freeze while htop was running.

     

    Now it's getting worse, sometimes it hangs at starting kernel as well.

     

    dmesg -w output:

    root@orangepilite2:~# dmesg -w
    [    2.121531] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY)
    [    2.121999] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver
    [    2.122295] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800010daf6f8)
    [    2.122304] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.122608] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
    [    2.122664] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
    [    2.123229] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
    [    2.229105] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.229126] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
    [    2.229269] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f064 hci version 0x100 quirks 0x0000000002010010
    [    2.229321] xhci-hcd xhci-hcd.3.auto: irq 29, io mem 0x05200000
    [    2.229637] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    2.229644] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.229649] usb usb3: Product: xHCI Host Controller
    [    2.229655] usb usb3: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd
    [    2.229660] usb usb3: SerialNumber: xhci-hcd.3.auto
    [    2.230078] hub 3-0:1.0: USB hub found
    [    2.230109] hub 3-0:1.0: 1 port detected
    [    2.230389] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    2.230404] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
    [    2.230418] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [    2.230504] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    2.230606] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
    [    2.230612] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.230618] usb usb4: Product: xHCI Host Controller
    [    2.230623] usb usb4: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd
    [    2.230629] usb usb4: SerialNumber: xhci-hcd.3.auto
    [    2.230972] hub 4-0:1.0: USB hub found
    [    2.231000] hub 4-0:1.0: 1 port detected
    [    2.233380] sun8i-thermal 5070400.thermal-sensor: Thermal sensor ready!
    [    2.233518] sun50i_cpufreq_nvmem: Using CPU speed bin speed0
    [    2.234141] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    2.234814] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.234821] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    2.234828] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    2.234835] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    2.234840] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    2.235100] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version
    [    2.235546] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    2.235552] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    2.235559] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    2.235907] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.235914] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    2.235920] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    2.235928] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    2.235933] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    2.237463] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    2.238065] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.238071] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    2.238078] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    2.238085] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    2.238090] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    2.238277] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    2.238283] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    2.238289] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    2.238618] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.238624] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    2.238631] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    2.238638] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    2.238643] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    2.240041] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    2.240620] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.240626] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    2.240632] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    2.240639] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    2.240644] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    2.241084] of_cfs_init
    [    2.241190] of_cfs_init: OK
    [    2.241365] ALSA device list:
    [    2.241368]   No soundcards found.
    [    2.242734] Freeing unused kernel memory: 2432K
    [    2.252809] Run /init as init process
    [    2.252814]   with arguments:
    [    2.252817]     /init
    [    2.252820]   with environment:
    [    2.252823]     HOME=/
    [    2.252826]     TERM=linux
    [    2.252829]     ubootpart=d2c43062-01
    [    2.252832]     cgroup_enable=memory
    [    2.568932] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
    [    2.582480] axp20x-i2c 1-0036: AXP20x variant AXP806 found
    [    2.586513] input: axp20x-pek as /devices/platform/soc/7081400.i2c/i2c-1/1-0036/axp221-pek/input/input0
    [    2.591630] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator
    [    2.591641] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70
    [    2.591647] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517
    [    2.592239] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.592249] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198
    [    2.592256] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
    [    2.592263] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6  on device 300b000.pinctrl
    [    2.592269] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
    [    2.593856] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612, bcdDevice=92.26
    [    2.593869] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.593875] usb 4-1: Product: USB3.1 Hub
    [    2.593880] usb 4-1: Manufacturer: GenesysLogic
    [    2.594704] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    2.595621] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator
    [    2.595633] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192
    [    2.595639] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517
    [    2.595647] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0  on device 300b000.pinctrl
    [    2.595653] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
    [    2.596287] dcdca: supplied by vcc-5v
    [    2.597533] dcdcc: supplied by vcc-5v
    [    2.598343] dcdcd: supplied by vcc-5v
    [    2.599188] dcdce: supplied by vcc-5v
    [    2.599977] aldo1: supplied by vcc-5v
    [    2.601012] aldo2: supplied by vcc-5v
    [    2.601522] vcc33-audio-tv-ephy-mac: Bringing 700000uV into 3300000-3300000uV
    [    2.602100] aldo3: supplied by vcc-5v
    [    2.603077] bldo1: supplied by vcc-5v
    [    2.605301] bldo2: supplied by vcc-5v
    [    2.606266] bldo3: supplied by vcc-5v
    [    2.607357] bldo4: supplied by vcc-5v
    [    2.608519] cldo1: supplied by vcc-5v
    [    2.609666] cldo2: supplied by vcc-5v
    [    2.610170] vcc-wifi-1: Bringing 700000uV into 3300000-3300000uV
    [    2.611425] cldo3: supplied by vcc-5v
    [    2.611908] vcc-wifi-2: Bringing 700000uV into 3300000-3300000uV
    [    2.613395] sw: supplied by regulator-dummy
    [    2.615128] axp20x-i2c 1-0036: AXP20X driver loaded
    [    2.615178] hub 4-1:1.0: USB hub found
    [    2.615516] hub 4-1:1.0: 4 ports detected
    [    2.617706] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 25, base_baud = 1500000) is a 16550A
    [    2.617923] serial serial0: tty port ttyS1 registered
    [    2.618518] ehci-platform 5311000.usb: EHCI Host Controller
    [    2.618547] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 5
    [    2.618685] ehci-platform 5311000.usb: irq 30, io mem 0x05311000
    [    2.716741] usb 3-1: new high-speed USB device number 2 using xhci-hcd
    [    2.732722] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00
    [    2.732961] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    2.732968] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.732974] usb usb5: Product: EHCI Host Controller
    [    2.732980] usb usb5: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd
    [    2.732985] usb usb5: SerialNumber: 5311000.usb
    [    2.733506] hub 5-0:1.0: USB hub found
    [    2.733542] hub 5-0:1.0: 1 port detected
    [    2.734387] ohci-platform 5311400.usb: Generic Platform OHCI controller
    [    2.734412] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 6
    [    2.734538] ohci-platform 5311400.usb: irq 31, io mem 0x05311400
    [    2.796909] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
    [    2.796921] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.796927] usb usb6: Product: Generic Platform OHCI controller
    [    2.796933] usb usb6: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd
    [    2.796938] usb usb6: SerialNumber: 5311400.usb
    [    2.797461] hub 6-0:1.0: USB hub found
    [    2.797498] hub 6-0:1.0: 1 port detected
    [    2.798463] usb_phy_generic usb_phy_generic.4.auto: supply vcc not found, using dummy regulator
    [    2.799310] musb-hdrc musb-hdrc.5.auto: MUSB HDRC host driver
    [    2.799336] musb-hdrc musb-hdrc.5.auto: new USB bus registered, assigned bus number 7
    [    2.799423] phy id_det change to host
    [    2.799621] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
    [    2.799628] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.799634] usb usb7: Product: MUSB HDRC host driver
    [    2.799640] usb usb7: Manufacturer: Linux 5.8.6-sunxi64 musb-hcd
    [    2.799645] usb usb7: SerialNumber: musb-hdrc.5.auto
    [    2.800105] hub 7-0:1.0: USB hub found
    [    2.800137] hub 7-0:1.0: 1 port detected
    [    2.801523] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
    [    2.802261] sunxi-mmc 4020000.mmc: Got CD GPIO
    [    2.824965] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
    [    2.826309] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
    [    2.840555] random: fast init done
    [    2.859905] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.861835] mmc0: new high speed SDHC card at address 1234
    [    2.862662] mmcblk0: mmc0:1234 SA32G 29.3 GiB
    [    2.864847]  mmcblk0: p1
    [    2.884168] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.26
    [    2.884179] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.884185] usb 3-1: Product: USB2.0 Hub
    [    2.884191] usb 3-1: Manufacturer: GenesysLogic
    [    2.934897] hub 3-1:1.0: USB hub found
    [    2.935234] hub 3-1:1.0: 4 ports detected
    [    2.966519] usb 4-1.3: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
    [    2.985723] usb 4-1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
    [    2.985735] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
    [    2.985741] usb 4-1.3: Product: USB 10/100/1000 LAN
    [    2.985747] usb 4-1.3: Manufacturer: Realtek
    [    2.985752] usb 4-1.3: SerialNumber: 000001
    [    3.057290] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
    [    3.068720] usb 5-1: new high-speed USB device number 2 using ehci-platform
    [    3.073358] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
    [    3.074877] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    3.076395] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    3.079125] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
    [    3.082504] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
    [    3.136299] mmc1: new high speed SDIO card at address 0001
    [    3.231356] usb 5-1: New USB device found, idVendor=18a5, idProduct=0237, bcdDevice= 5.10
    [    3.231368] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    3.231374] usb 5-1: Product: Portable USB 3.0 Drive
    [    3.231380] usb 5-1: Manufacturer: Verbatim
    [    3.231385] usb 5-1: SerialNumber: 1702050200116299
    [    3.232094] usb-storage 5-1:1.0: USB Mass Storage device detected
    [    3.232532] scsi host0: usb-storage 5-1:1.0
    [    3.240073] usbcore: registered new interface driver uas
    [    3.300801] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd
    [    3.401199] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=b812, bcdDevice= 2.10
    [    3.401211] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    3.401217] usb 3-1.1: Product: 802.11ac NIC
    [    3.401223] usb 3-1.1: Manufacturer: Realtek
    [    3.401228] usb 3-1.1: SerialNumber: 123456
    [    3.724526] random: crng init done
    [    3.732727] usb 3-1.2: new full-speed USB device number 4 using xhci-hcd
    [    3.892749] usb 3-1.2: new high-speed USB device number 5 using xhci-hcd
    [    3.994332] usb 3-1.2: New USB device found, idVendor=04cf, idProduct=9920, bcdDevice=a3.16
    [    3.994339] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    3.994345] usb 3-1.2: Product: CS8819A3-116
    [    3.994351] usb 3-1.2: Manufacturer: Myson Century, Inc.
    [    3.994356] usb 3-1.2: SerialNumber: 100
    [    3.996251] usb-storage 3-1.2:1.0: USB Mass Storage device detected
    [    3.996638] scsi host1: usb-storage 3-1.2:1.0
    [    4.080732] usb 3-1.4: new low-speed USB device number 6 using xhci-hcd
    [    4.160731] usb 3-1.4: device descriptor read/64, error -32
    [    4.262141] scsi 0:0:0:0: Direct-Access     ST1000LM 035-1RK172       SBM3 PQ: 0 ANSI: 6
    [    4.262627] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    4.263395] sd 0:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
    [    4.264311] sd 0:0:0:0: [sda] Write Protect is off
    [    4.264325] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
    [    4.265269] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    4.356777] usb 3-1.4: device descriptor read/64, error -32
    [    4.795094] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
    [    5.029542] scsi 1:0:0:0: Direct-Access     Myson    CS8819A3-116  0  1.01 PQ: 0 ANSI: 0 CCS
    [    5.030007] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [    5.030873] scsi 1:0:0:1: Direct-Access     Myson    CS8819A3-116  1  1.01 PQ: 0 ANSI: 0 CCS
    [    5.031187] sd 1:0:0:1: Attached scsi generic sg2 type 0
    [    5.032058] scsi 1:0:0:2: Direct-Access     Myson    CS8819A3-116  2  1.01 PQ: 0 ANSI: 0 CCS
    [    5.032307] scsi 1:0:0:2: Attached scsi generic sg3 type 0
    [    5.033503] scsi 1:0:0:3: Direct-Access     Myson    CS8819A3-116  3  1.01 PQ: 0 ANSI: 0 CCS
    [    5.033819] sd 1:0:0:3: Attached scsi generic sg4 type 0
    [    5.053809] sd 1:0:0:1: [sdc] Attached SCSI removable disk
    [    5.055199] sd 1:0:0:3: [sde] Attached SCSI removable disk
    [    5.056112] sd 1:0:0:0: [sdb] Attached SCSI removable disk
    [    5.061715] sd 1:0:0:2: [sdd] Attached SCSI removable disk
    [    5.722030] systemd[1]: System time before build time, advancing clock.
    [    5.754494] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
    [    5.755064] systemd[1]: Detected architecture arm64.
    [    5.795398] systemd[1]: Set hostname to <orangepilite2>.
    [    6.264909]  sda: sda1
    [    6.267745] sd 0:0:0:0: [sda] Attached SCSI disk
    [    6.393142] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
    [    6.403862] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
    [    6.415827] systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
    [    6.537989] systemd[1]: Reached target Swap.
    [    6.540843] systemd[1]: Created slice User and Session Slice.
    [    6.541431] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    6.541843] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    6.652572] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
    [    7.267470] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz
    [    7.270486] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz
    [    7.380046] sun8i-ce 1904000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
    [    7.382146] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [    7.382334] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [    7.382389] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [    7.382442] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
    [    7.382503] sun8i-ce 1904000.crypto: Register cbc(aes)
    [    7.382666] sun8i-ce 1904000.crypto: Register ecb(aes)
    [    7.382747] sun8i-ce 1904000.crypto: Register cbc(des3_ede)
    [    7.382811] sun8i-ce 1904000.crypto: Register ecb(des3_ede)
    [    7.382897] sun8i-ce 1904000.crypto: CryptoEngine Die ID 0
    [    7.411181] mc: Linux media interface: v0.10
    [    7.451072] panfrost 1800000.gpu: clock rate = 432000000
    [    7.451091] panfrost 1800000.gpu: bus_clock rate = 100000000
    [    7.452337] panfrost 1800000.gpu: mali-t720 id 0x720 major 0x1 minor 0x1 status 0x0
    [    7.452347] panfrost 1800000.gpu: features: 00000000,10309e40, issues: 00000000,21054400
    [    7.452352] panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7
    [    7.452355] panfrost 1800000.gpu: shader_present=0x3 l2_present=0x1
    [    7.454160] [drm] Initialized panfrost 1.1.0 20180908 for 1800000.gpu on minor 1
    [    7.481927] videodev: Linux video capture interface: v2.00
    [    7.702339] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.703223] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    7.748851] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    7.748863] cfg80211: failed to load regulatory.db
    [    7.763975] Bluetooth: Core ver 2.22
    [    7.764103] NET: Registered protocol family 31
    [    7.764105] Bluetooth: HCI device and connection manager initialized
    [    7.764125] Bluetooth: HCI socket layer initialized
    [    7.764130] Bluetooth: L2CAP socket layer initialized
    [    7.764142] Bluetooth: SCO socket layer initialized
    [    8.038643] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
    [    8.039894] cedrus 1c0e000.video-codec: Adding to iommu group 0
    [    8.047464] cedrus 1c0e000.video-codec: Device registered as /dev/video0
    [    8.092829] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    [    8.180763] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.xunlong,orangepi-lite2.txt failed with error -2
    [    8.199179] Bluetooth: HCI UART driver ver 2.3
    [    8.199188] Bluetooth: HCI UART protocol H4 registered
    [    8.199189] Bluetooth: HCI UART protocol BCSP registered
    [    8.199237] Bluetooth: HCI UART protocol LL registered
    [    8.199239] Bluetooth: HCI UART protocol ATH3K registered
    [    8.199260] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [    8.199387] Bluetooth: HCI UART protocol Intel registered
    [    8.199474] Bluetooth: HCI UART protocol Broadcom registered
    [    8.199496] Bluetooth: HCI UART protocol QCA registered
    [    8.199498] Bluetooth: HCI UART protocol AG6XX registered
    [    8.199526] Bluetooth: HCI UART protocol Marvell registered
    [    8.199709] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
    [    8.199771] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
    [    8.214681] usb 4-1.3: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd
    [    8.315303] r8152 4-1.3:1.0 eth0: v2.13.0 (2020/04/20)
    [    8.315317] r8152 4-1.3:1.0 eth0: This product is covered by one or more of the following patents:
                            US6,570,884, US6,115,776, and US6,327,625.
    
    [    8.315461] usbcore: registered new interface driver r8152
    [    8.484254] usbcore: registered new interface driver rtl88x2bu
    [    8.553492] Bluetooth: hci1: BCM: chip id 107
    [    8.553825] Bluetooth: hci1: BCM: features 0x2f
    [    8.555999] Bluetooth: hci1: BCM4345C0
    [    8.556013] Bluetooth: hci1: BCM4345C0 (003.001.025) build 0000
    [    8.556094] Bluetooth: hci1: BCM: firmware Patch file not found, tried:
    [    8.556096] Bluetooth: hci1: BCM: 'brcm/BCM4345C0.hcd'
    [    8.556098] Bluetooth: hci1: BCM: 'brcm/BCM.hcd'
    [    8.570981] rtl88x2bu 3-1.1:1.0 wlx1cbfce9e439e: renamed from wlan0
    [    8.599638] r8152 4-1.3:1.0 enx00e04c6800b0: renamed from eth0
    [   10.281760] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    [   10.292021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
    [   10.596614] systemd-journald[583]: Received request to flush runtime journal from PID 1
    [   12.624200] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [   12.639657] br0: port 1(enx00e04c6800b0) entered blocking state
    [   12.639670] br0: port 1(enx00e04c6800b0) entered disabled state
    [   12.639936] device enx00e04c6800b0 entered promiscuous mode
    [   12.680811] br0: port 1(enx00e04c6800b0) entered blocking state
    [   12.680827] br0: port 1(enx00e04c6800b0) entered forwarding state
    [   12.682231] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
    [   12.711776] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04c6800b0: link becomes ready
    [   12.712035] r8152 4-1.3:1.0 enx00e04c6800b0: Promiscuous mode enabled
    [   12.712217] r8152 4-1.3:1.0 enx00e04c6800b0: carrier on
    [   12.712981] r8152 4-1.3:1.0 enx00e04c6800b0: Promiscuous mode enabled
    [   13.920197] br0: port 2(wlx1cbfce9e439e) entered blocking state
    [   13.920215] br0: port 2(wlx1cbfce9e439e) entered disabled state
    [   13.920533] device wlx1cbfce9e439e entered promiscuous mode
    [   14.227646] fuse: init (API version 7.31)
    [   15.730433] IPv6: ADDRCONF(NETDEV_CHANGE): wlx1cbfce9e439e: link becomes ready
    [   15.730752] br0: port 2(wlx1cbfce9e439e) entered blocking state
    [   15.730762] br0: port 2(wlx1cbfce9e439e) entered forwarding state
    [   33.764806] ddc-io: disabling
    [   33.764822] vdd-gpu: disabling

     

     

     

     

  11. Same here.

    Everything works fine for about 30 seconds and after that the whole orange pi lite 2 freezes.

     

    Linux orangepilite2 5.8.6-sunxi64 #20.08.2 SMP Fri Sep 4 08:52:31 CEST 2020 aarch64 GNU/Linux

     

    Serial console boot sequence:

    U-Boot SPL 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200)
    DRAM: 1024 MiB
    Trying to boot from MMC1
    NOTICE:  BL31: v2.3(debug):ec29ce6-dirty
    NOTICE:  BL31: Built : 07:34:00, Jun  3 2020
    NOTICE:  BL31: Detected Allwinner H6 SoC (1728)
    NOTICE:  BL31: Found U-Boot DTB at 0xc07fd98, model: OrangePi Lite2
    INFO:    ARM GICv2 driver initialized
    INFO:    PMIC: Probing AXP805 on I2C
    INFO:    PMIC: aldo1 voltage: 3.300V
    INFO:    PMIC: aldo3 voltage: 3.300V
    INFO:    PMIC: bldo1 voltage: 1.800V
    INFO:    PMIC: bldo2 voltage: 1.800V
    INFO:    PMIC: bldo3 voltage: 1.800V
    INFO:    PMIC: cldo1 voltage: 3.300V
    INFO:    PMIC: dcdcd voltage: 0.960V
    INFO:    PMIC: dcdce voltage: 1.200V
    INFO:    BL31: Platform setup done
    INFO:    BL31: Initializing runtime services
    INFO:    BL31: cortex_a53: CPU workaround for 855873 was applied
    NOTICE:  PSCI: System suspend is unavailable
    INFO:    BL31: Preparing for EL3 exit to normal world
    INFO:    Entry point address = 0x4a000000
    INFO:    SPSR = 0x3c9
    
    
    U-Boot 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) Allwinner Technology
    
    CPU:   Allwinner H6 (SUN50I)
    Model: OrangePi Lite2
    DRAM:  1 GiB
    MMC:   mmc@4020000: 0
    Loading Environment from FAT... Unable to use mmc 0:1... In:    serial@5000000
    Out:   serial@5000000
    Err:   serial@5000000
    Net:   No ethernet found.
    starting USB...
    Bus usb@5101000: USB EHCI 1.00
    Bus usb@5101400: USB OHCI 1.0
    Bus usb@5311000: USB EHCI 1.00
    Bus usb@5311400: USB OHCI 1.0
    scanning bus usb@5101000 for devices... 1 USB Device(s) found
    scanning bus usb@5101400 for devices... 1 USB Device(s) found
    scanning bus usb@5311000 for devices... 2 USB Device(s) found
    scanning bus usb@5311400 for devices... 1 USB Device(s) found
           scanning usb for storage devices... 1 Storage Device(s) found
    Autoboot in 1 seconds, press <Space> to stop
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found U-Boot script /boot/boot.scr
    3033 bytes read in 5 ms (591.8 KiB/s)
    ## Executing script at 4fc00000
    U-boot loaded from SD
    Boot script loaded from mmc
    165 bytes read in 4 ms (40 KiB/s)
    36948 bytes read in 12 ms (2.9 MiB/s)
    4191 bytes read in 9 ms (454.1 KiB/s)
    Applying kernel provided DT fixup script (sun50i-h6-fixup.scr)
    ## Executing script at 44000000
    10719786 bytes read in 1077 ms (9.5 MiB/s)
    21168136 bytes read in 2122 ms (9.5 MiB/s)
    ## Loading init Ramdisk from Legacy Image at 4fe00000 ...
       Image Name:   uInitrd
       Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
       Data Size:    10719722 Bytes = 10.2 MiB
       Load Address: 00000000
       Entry Point:  00000000
       Verifying Checksum ... OK
    ## Flattened Device Tree blob at 4fa00000
       Booting using the fdt blob at 0x4fa00000
    EHCI failed to shut down host controller.
       Loading Ramdisk to 495c6000, end 49fff1ea ... OK
       Loading Device Tree to 0000000049554000, end 00000000495c5fff ... OK
    
    Starting kernel ...
    
    
    Armbian 20.02.1 Buster ttyS0
    
    orangepilite2 login: root
    Password:
    Last login: Thu Sep 10 09:19:42 CEST 2020 from 192.168.8.249 on pts/3
      ___  ____  _   _     _ _         ____
     / _ \|  _ \(_) | |   (_) |_ ___  |___ \
    | | | | |_) | | | |   | | __/ _ \   __) |
    | |_| |  __/| | | |___| | ||  __/  / __/
     \___/|_|   |_| |_____|_|\__\___| |_____|
    
    Welcome to Debian GNU/Linux 10 (buster) with Linux 5.8.6-sunxi64
    
    System load:   1.68 0.40 0.13   Up time:       0 min
    Memory usage:  16 % of 985MB    IP:            192.168.8.109 192.168.8.110
    CPU temp:      35°C
    Usage of /:    19% of 29G
    
    root@orangepilite2:~# armbian-config
    

    The system froze after the arbian-config command.

     

    @Werner, I don't have those files in /boot folder... from your "Also increase boot verbosity: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-verbose-boot " link, even If i have I couldn't execute sudo armbianmonitor -u because there is not enough time before the freeze.

  12. There is a patched version that enables noscan=1 , but the one I'm using seems like it hasn't been patched.

    When there is no AP's around HT40 kicks in ok without noscan=1.

    With noscan=1 and AP's are around hostapd won't even start in HT20 mode.

    Any help?

    root@orangepilite2:~# modinfo 88x2bu|grep version:
    version:        v5.8.7.1_35809.20191129_COEX20191120-7777
    srcversion:     43C721C4A870A632EBDE0B5
    parm:           rtw_chip_version:int
    
    root@orangepilite2:~# uname -a && hostapd -v
    Linux orangepilite2 5.4.43-sunxi64 #20.05.2 SMP Tue Jun 2 17:20:17 CEST 2020 aarch64 GNU/Linux
    hostapd v2.9
    User space daemon for IEEE 802.11 AP management,
    IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
    Copyright (c) 2002-2019, Jouni Malinen <j@w1.fi> and contributors

     

     

     

     

     

  13. Linux orangepilite2 5.4.43-sunxi64 #20.05.2 SMP Tue Jun 2 17:20:17 CEST 2020 aarch64 GNU/Linux 

     

    I have managed by accident to get full USB3 speed on orange pi lite 2.

     

    I have bought a USB3 hub: "Bus 004 Device 002: ID 05e3:0612 Genesys Logic, Inc. Hub" , I have no idea which chip it has, it is in an aluminum case and looks like the one on the attached picture but black.

     

    By attaching atleast two usb devices in the hub USB3 somehow gets into full speed mode, one of them has to be USB2 device. I have managed to get with all devices I have ATM about 2000Gbs including iperf in both directions with rtl8153, hdparm -t on two usb2 memory sticks and one usb3 hard disk that got around 130MBs read. All devices were pumping speed test at once.

     

    If there is a USB3 speed test I could do without attaching any usb3 devices I would like to try it to see how fast can it go.

     

     

     


     

    vplu3h4a_front_web.jpg

  14. Hi Igor. I did make Hotspot in armian-config and hostapd.conf it generated is below. I was able to connect to it without problems.

    #
    # armbian hostapd configuration example
    #
    # nl80211 mode
    #
    
    ssid=ARMBIAN
    interface=wlan0
    hw_mode=g
    channel=40
    #bridge=br0
    driver=nl80211
    
    logger_syslog=0
    logger_syslog_level=0
    wmm_enabled=1
    wpa=2
    preamble=1
    
    wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27
    wpa_passphrase=12345678
    wpa_key_mgmt=WPA-PSK
    wpa_pairwise=TKIP
    rsn_pairwise=CCMP
    auth_algs=1
    macaddr_acl=0
    
    ## IEEE 802.11n
    ieee80211n=1
    ht_capab=[DSSS_CK-40][HT20+]
    country_code=US
    ieee80211d=1
    ## IEEE 802.11n
    
    ## IEEE 802.11a
    hw_mode=a
    ## IEEE 802.11a
    
    ### IEEE 802.11ac
    #ieee80211ac=1
    #vht_capab=
    #vht_oper_chwidth=1
    #vht_oper_centr_freq_seg0_idx=42
    ### IEEE 802.11ac
    
    # controlling enabled
    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=0

    But right now I'm not using this hostapd.conf but rather my own manual stuff via rc.local and custom hostapd.conf file that are below and I want to leave it that way if possible but with HT40 speed of 150Mbs, now is 75Mbs. I also have this Acces point connected to my 4G modem via ethernet wich than shares internet to wifi clients. It works ok, but I want more speed.

    enx00e04c6800b0 is an Ethernet adapter plugged into USB 3.0.

     

    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.
    
    brctl addbr br0
    brctl addif br0 enx00e04c6800b0
    ifconfig br0 192.168.8.109
    ifconfig enx00e04c6800b0 192.168.8.110
    route add default gw 192.168.8.1 br0
    #systemctl restart NetworkManager
    #nmcli radio wifi off
    #rfkill unblock wlan
    ifconfig wlan0 192.168.8.108 netmask 255.255.255.0 up
    #iwconfig wlan0 txpower 20
    #ifconfig enx00e04c6800b0 192.168.8.110 netmask 255.255.255.0 up
    hostapd /etc/hostapd/hostapd.conf & > /dev/null 2>&1
    exit 0

     

    ssid=Armbian
    wpa_passphrase=12345678
    #ssid=Silly Salmon
    #wpa_passphrase=mypassword
    hw_mode=g
    #N MODE ON
    ieee80211n=1
    #ht_capab=[SHORT-GI-40][HT40+][HT40-][DSSS_CCK-40]
    #
    interface=wlan0
    bridge=br0
    driver=nl80211
    country_code=GB
    channel=6
    wpa=2
    wpa_key_mgmt=WPA-PSK
    wpa_pairwise=TKIP
    rsn_pairwise=CCMP
    auth_algs=1
    macaddr_acl=0
    #'sudo hostapd_cli all_sta' doesn't work?
    #ctrl_interface=/var/run/hostapd
    #ctrl_interface_group=0
    #

    Any suggestions or changes are welcome.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines