Orange Pi Plus2 has a hard drive connected to it via the built-in sata, but it is not listed in ls -l /dev/ and fdisk -l.
how to mount it and is it supported at all?
lscpu:
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Hi @aivx welcome to the forums. Could you please look for any errors in the kernel log (by running dmesg
or dmesg | grep -i sata
). Also could you please specify whether you are using a HDD or an SSD? Thanks
I have tested the USB ports with different storage devices and none are working.
fdisk -l shows only mmc
Could you share if the storage media you are trying to connect is an HDD or SSD, thanks. With big hard drives, they usually require additional power since the pi only has 5V/2A to work with…
Both HDD and SSD and just flash drives are not detected.
In destructive Armbian any USB devices are normally detected.
Hi, let’s start with USB drives. Could you please let us know the brand and model of USB flash drive you are using, as well as the version of BalenaOS you are running? Then open an ssh connection to the device, capture your terminal output, and do:
dmesg -w
Then plug the USB flash drive and please send us any output in the log. It should be something like:
[ 53.434539] usb 1-1.3: new high-speed USB device number 3 using xhci_hcd
[ 53.539214] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00
[ 53.547738] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 53.555824] usb 1-1.3: Product: Cruzer Fit
[ 53.560316] usb 1-1.3: Manufacturer: SanDisk'
[ 53.565058] usb 1-1.3: SerialNumber: 4C530000240730110394
[ 53.574461] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 53.581140] scsi host0: usb-storage 1-1.3:1.0
[ 54.592144] scsi 0:0:0:0: Direct-Access SanDisk' Cruzer Fit 1.00 PQ: 0 ANSI: 6
[ 54.602514] sd 0:0:0:0: [sda] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB)
[ 54.611227] sd 0:0:0:0: [sda] Write Protect is off
[ 54.616105] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 54.621872] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 54.678132] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 54.689169] sd 0:0:0:0: [sda] Attached SCSI removable disk
If there is no output please try with a different USB flash drive from a different brand/model.
Just to be clear, to debug this we are looking at seeing the full kernel log output from boot to check whether the required drivers are loaded, and also the kernel messages that should appear when a device is plugged in.
USB flash drive “smartbuy” 16GB
USB flash drive no name 8GB
root@resin:~# dmesg -w
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.17.3 (oe-user@oe-host) (gcc version 7.2.0 (GCC)) #2 SMP Fri Jul 27 10:45:07 UTC 2018
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Plus / Plus 2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0xbf000000
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:31
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] random: get_random_bytes called from start_kernel+0xa0/0x414 with crng_init=0
[ 0.000000] percpu: Embedded 16 pages/cpu @(ptrval) s34124 r8192 d23220 u65536
[ 0.000000] pcpu-alloc: s34124 r8192 d23220 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] Kernel command line: root=PARTUUID=e1c41980-02 rootfstype=ext4 rootwait console=ttyS0,115200
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 2043052K/2097152K available (7168K kernel code, 464K rwdata, 1708K rodata, 8192K init, 258K bss, 37716K reserved, 16384K cma-reserved, 1294324K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (8160 kB)
.init : 0x(ptrval) - 0x(ptrval) (8192 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 465 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 259 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU event tracing is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000018] Switching to timer-based delay loop, resolution 41ns
[ 0.000190] Console: colour dummy device 80x30
[ 0.000227] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000241] pid_max: default: 32768 minimum: 301
[ 0.000401] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000415] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001070] CPU: Testing write buffer coherency: ok
[ 0.001432] /cpus/cpu@0 missing clock-frequency property
[ 0.001454] /cpus/cpu@1 missing clock-frequency property
[ 0.001473] /cpus/cpu@2 missing clock-frequency property
[ 0.001491] /cpus/cpu@3 missing clock-frequency property
[ 0.001502] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001939] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.002084] Hierarchical SRCU implementation.
[ 0.002743] smp: Bringing up secondary CPUs ...
[ 0.013460] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.024233] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.034950] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.035032] smp: Brought up 1 node, 4 CPUs
[ 0.035053] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.035059] CPU: All CPU(s) started in HYP mode.
[ 0.035064] CPU: Virtualization extensions available.
[ 0.036149] devtmpfs: initialized
[ 0.040277] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.040478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.040498] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.041274] pinctrl core: initialized pinctrl subsystem
[ 0.042135] NET: Registered protocol family 16
[ 0.043254] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.044154] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.044164] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.056398] reg-fixed-voltage usb3-vbus: could not find pctldev for node /soc/pinctrl@1c20800/usb3_vbus_pin, deferring probe
[ 0.056796] SCSI subsystem initialized
[ 0.057037] libata version 3.00 loaded.
[ 0.057210] usbcore: registered new interface driver usbfs
[ 0.057252] usbcore: registered new interface driver hub
[ 0.057305] usbcore: registered new device driver usb
[ 0.057483] pps_core: LinuxPPS API ver. 1 registered
[ 0.057489] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.057518] PTP clock support registered
[ 0.057708] Advanced Linux Sound Architecture Driver Initialized.
[ 0.058602] clocksource: Switched to clocksource arch_sys_counter
[ 0.065398] NET: Registered protocol family 2
[ 0.065924] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.065952] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.066032] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.066147] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.066251] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.066311] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.066512] NET: Registered protocol family 1
[ 0.067005] RPC: Registered named UNIX socket transport module.
[ 0.067016] RPC: Registered udp transport module.
[ 0.067022] RPC: Registered tcp transport module.
[ 0.067027] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.118488] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.125123] NFS: Registering the id_resolver key type
[ 0.125169] Key type id_resolver registered
[ 0.125176] Key type id_legacy registered
[ 0.126696] bounce: pool size: 64 pages
[ 0.126769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.126781] io scheduler noop registered
[ 0.126788] io scheduler deadline registered
[ 0.127009] io scheduler cfq registered (default)
[ 0.127019] io scheduler mq-deadline registered
[ 0.127026] io scheduler kyber registered
[ 0.128057] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb1_vbus... Deferring probe
[ 0.131703] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.133145] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.180014] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.182150] console [ttyS0] disabled
[ 0.202305] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 35, base_baud = 1500000) is a U6_16550A
[ 0.862100] console [ttyS0] enabled
[ 0.883389] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0851224)
[ 0.890550] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 0.898376] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc084eaa4)
[ 0.906821] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 0.916667] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 0.924408] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0850d84)
[ 0.931212] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.937816] [drm] No driver support for vblank timestamp query.
[ 0.943785] [drm] Cannot find any crtc or sizes
[ 0.948810] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[ 0.957856] libphy: Fixed MDIO Bus: probed
[ 0.961975] tun: Universal TUN/TAP device driver, 1.6
[ 0.967169] CAN device driver interface
[ 0.971747] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 0.977805] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.984344] ehci-platform: EHCI generic platform driver
[ 0.989894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.996081] ohci-platform: OHCI generic platform driver
[ 1.002125] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[ 1.008924] sun6i-rtc 1f00000.rtc: RTC enabled
[ 1.013533] i2c /dev entries driver
[ 1.018021] Registered IR keymap rc-empty
[ 1.022121] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 1.028865] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input0
[ 1.036344] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 1.042714] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 1.050884] cpu cpu0: failed to get clock: -2
[ 1.055245] cpufreq-dt: probe of cpufreq-dt failed with error -2
[ 1.062440] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 1.092150] sunxi-mmc 1c0f000.mmc: base:0x(ptrval) irq:24
[ 1.098157] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 1.128617] sunxi-mmc 1c10000.mmc: base:0x(ptrval) irq:25
[ 1.152014] mmc1: new high speed SDIO card at address 0001
[ 1.159788] sunxi-mmc 1c11000.mmc: base:0x(ptrval) irq:26
[ 1.165903] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.171752] usbcore: registered new interface driver usbhid
[ 1.177315] usbhid: USB HID core driver
[ 1.182523] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 1.189945] sun4i-codec 1c22c00.codec: Failed to register our card
[ 1.197701] NET: Registered protocol family 10
[ 1.202989] Segment Routing with IPv6
[ 1.206729] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.213203] NET: Registered protocol family 17
[ 1.217685] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.230647] can: controller area network core (rev 20170425 abi 9)
[ 1.236879] NET: Registered protocol family 29
[ 1.241340] can: raw protocol (rev 20170425)
[ 1.245604] can: broadcast manager protocol (rev 20170425 t)
[ 1.251272] can: netlink gateway (rev 20170425) max_hops=1
[ 1.256937] Key type dns_resolver registered
[ 1.261333] Registering SWP/SWPB emulation handler
[ 1.275349] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 1.309018] mmc2: new DDR MMC card at address 0001
[ 1.314714] mmcblk2: mmc2:0001 AGND3R 14.6 GiB
[ 1.320008] mmcblk2boot0: mmc2:0001 AGND3R partition 1 4.00 MiB
[ 1.326606] mmcblk2boot1: mmc2:0001 AGND3R partition 2 4.00 MiB
[ 1.335010] mmcblk2: p1 p2 p3 p4 < p5 p6 >
[ 1.398825] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 50006 (expect 58000)
[ 1.408143] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 1.413822] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 1.421047] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 1.426700] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 1.433923] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 1.438893] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 1.445810] libphy: stmmac: probed
[ 1.449840] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 1.456020] libphy: mdio_mux: probed
[ 1.459639] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 1.465986] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 1.477258] libphy: mdio_mux: probed
[ 1.480885] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 1.492022] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 1.497627] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[ 1.505705] ehci-platform 1c1b000.usb: irq 27, io mem 0x01c1b000
[ 1.538595] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 1.545410] hub 1-0:1.0: USB hub found
[ 1.549217] hub 1-0:1.0: 1 port detected
[ 1.553838] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 1.559455] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2
[ 1.567372] ehci-platform 1c1d000.usb: irq 28, io mem 0x01c1d000
[ 1.598593] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 1.605291] hub 2-0:1.0: USB hub found
[ 1.609105] hub 2-0:1.0: 1 port detected
[ 1.613913] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 1.621342] sun4i-codec 1c22c00.codec: Failed to register our card
[ 1.627697] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
[ 1.635969] vcc3v0: disabling
[ 1.638969] vcc5v0: disabling
[ 1.641936] ALSA device list:
[ 1.644898] No soundcards found.
[ 1.656849] Freeing unused kernel memory: 8192K
[ 1.918668] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 1.978688] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 1.998760] [drm] Cannot find any crtc or sizes
[ 2.140724] hub 1-1:1.0: USB hub found
[ 2.144688] hub 1-1:1.0: 4 ports detected
[ 2.150758] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 2.158174] sun4i-codec 1c22c00.codec: Failed to register our card
[ 2.182937] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 2.190426] sun4i-codec 1c22c00.codec: Failed to register our card
[ 2.367360] random: fast init done
[ 2.468714] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[ 2.633861] hub 1-1.1:1.0: USB hub found
[ 2.639091] hub 1-1.1:1.0: 4 ports detected
[ 2.652935] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 2.660472] sun4i-codec 1c22c00.codec: Failed to register our card
[ 2.758675] usb 1-1.2: new full-speed USB device number 4 using ehci-platform
[ 2.912643] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 2.920144] sun4i-codec 1c22c00.codec: Failed to register our card
[ 3.441839] generic_make_request: Trying to write to read-only block-device mmcblk2boot0 (partno 0)
[ 3.457250] generic_make_request: Trying to write to read-only block-device mmcblk2boot1 (partno 0)
[ 3.575816] generic_make_request: Trying to write to read-only block-device mmcblk2boot0 (partno 0)
[ 3.594986] generic_make_request: Trying to write to read-only block-device mmcblk2boot0 (partno 0)
[ 3.673071] generic_make_request: Trying to write to read-only block-device mmcblk2boot1 (partno 0)
[ 3.689991] generic_make_request: Trying to write to read-only block-device mmcblk2boot1 (partno 0)
[ 3.975907] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.045987] EXT4-fs (mmcblk2p5): mounted filesystem with ordered data mode. Opts: (null)
[ 4.450014] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
[ 4.606107] systemd[1]: System time before build time, advancing clock.
[ 4.627640] systemd[1]: systemd 234 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[ 4.649094] systemd[1]: Detected architecture arm.
[ 4.678853] systemd[1]: No hostname configured.
[ 4.683406] systemd[1]: Set hostname to <localhost>.
[ 4.689727] systemd[1]: Initializing machine ID from random generator.
[ 4.704481] systemd[1]: Hardware watchdog 'sunxi-wdt', version 0
[ 4.710577] systemd[1]: Set hardware watchdog to 10s.
[ 4.943675] systemd[1]: Unnecessary job for /dev/disk/by-label/resin-state was removed.
[ 4.953307] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.989097] systemd[1]: Listening on Journal Socket.
[ 6.847254] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.855971] cfg80211: failed to load regulatory.db
[ 6.895905] 8189es: loading out-of-tree module taints kernel.
[ 6.974411] bFWReady == _FALSE call reset 8051...
[ 7.028462] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 7.036007] sun4i-codec 1c22c00.codec: Failed to register our card
[ 7.619221] EXT4-fs (mmcblk2p3): mounted filesystem with ordered data mode. Opts: (null)
[ 8.533398] EXT4-fs (mmcblk2p6): mounted filesystem with ordered data mode. Opts: (null)
[ 10.387606] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.394864] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 10.402353] sun4i-codec 1c22c00.codec: Failed to register our card
[ 10.409358] Generic PHY 0.2:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.2:00, irq=POLL)
[ 10.421012] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 10.428751] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 10.435750] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.543567] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.928830] ==> rtl8188e_iol_efuse_patch
[ 10.970756] random: crng init done
[ 11.190908] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.413317] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.496466] Bridge firewalling registered
[ 11.804203] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready
[ 15.408776] ==> rtl8188e_iol_efuse_patch
[ 15.680740] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 15.689280] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 29.029858] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready
[ 38.408836] ==> rtl8188e_iol_efuse_patch
[ 71.406887] ==> rtl8188e_iol_efuse_patch
[ 114.397460] ==> rtl8188e_iol_efuse_patch
[ 167.420889] ==> rtl8188e_iol_efuse_patch
[ 230.404203] ==> rtl8188e_iol_efuse_patch
[ 293.416663] ==> rtl8188e_iol_efuse_patch
[ 312.547131] usb 1-1.1.3: new high-speed USB device number 5 using ehci-platform
[ 312.699590] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 312.707041] sun4i-codec 1c22c00.codec: Failed to register our card
[ 356.418894] ==> rtl8188e_iol_efuse_patch
[ 357.355029] usb 1-1.1.3: USB disconnect, device number 5
[ 419.421148] ==> rtl8188e_iol_efuse_patch
[ 426.971232] usb 1-1.1.3: new high-speed USB device number 6 using ehci-platform
[ 427.137801] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 427.145289] sun4i-codec 1c22c00.codec: Failed to register our card
[ 449.003024] usb 1-1.1.3: USB disconnect, device number 6
[ 482.423544] ==> rtl8188e_iol_efuse_patch
[ 486.889277] usb 1-1.2: USB disconnect, device number 4
[ 505.144255] usb 1-1.2: new full-speed USB device number 7 using ehci-platform
[ 505.297557] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 505.305020] sun4i-codec 1c22c00.codec: Failed to register our card
[ 530.233796] usb 1-1.2: USB disconnect, device number 7
[ 539.635686] usb 1-1.2: new high-speed USB device number 8 using ehci-platform
[ 539.802163] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 539.809647] sun4i-codec 1c22c00.codec: Failed to register our card
[ 543.482115] usb 1-1.2: USB disconnect, device number 8
[ 545.416099] ==> rtl8188e_iol_efuse_patch
fdisk -l when USB devices are connected
root@resin:~# fdisk -l
Disk /dev/mmcblk2: 14.6 GiB, 15634268160 bytes, 30535680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xe1c41980
Device Boot Start End Sectors Size Id Type
/dev/mmcblk2p1 * 8192 90111 81920 40M e W95 FAT16 (LBA)
/dev/mmcblk2p2 90112 729087 638976 312M 83 Linux
/dev/mmcblk2p3 729088 1368063 638976 312M 83 Linux
/dev/mmcblk2p4 1368064 30535679 29167616 13.9G f W95 Ext'd (LBA)
/dev/mmcblk2p5 1376256 1417215 40960 20M 83 Linux
/dev/mmcblk2p6 1425408 30535679 29110272 13.9G 83 Linux
Disk /dev/mmcblk2boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk2boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Hi there,
Can you please provide the version of balenaOS you are experiencing this issue on? You can cat /etc/os-release
from the host OS to provide that.
Additionally, please provide lsusb
& dmesg
output on Armbian to help us determine the device drivers. Finally, can you clarify if you are using an external USB hub or not, and if you have tried alternate ports?
external USB hub is not used
tried all ports, all do not work
root@resin:~# cat /etc/os-release
ID=“resin-os”
NAME=“Resin OS”
VERSION=“2.14.0+rev3”
VERSION_ID=“2.14.0”
PRETTY_NAME=“Resin OS 2.14.0+rev3”
RESIN_BOARD_REV=“9e2dda3”
META_RESIN_REV=“2c4ac61”
SLUG=“orangepi-plus2”
MACHINE=“orangepi-plus2”
VARIANT=“Development”
VARIANT_ID=“dev”
Armbian
without connected devices:
root@orangepiplus:~# lsusb
Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@orangepiplus:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.9.14-sunxi (root@beast) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.11.3 SMP Fri Dec 11 20:31:12 CET 2020
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Plus / Plus 2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 128 MiB at 0xb7c00000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] HighMem [mem 0x0000000070000000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] percpu: Embedded 20 pages/cpu s50572 r8192 d23156 u81920
[ 0.000000] pcpu-alloc: s50572 r8192 d23156 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] Kernel command line: root=UUID=c4c4988b-1cfe-43b5-a2e5-4e2101dbde6f rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=1d1cae21-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] Memory: 1921092K/2097152K available (9216K kernel code, 1005K rwdata, 3228K rodata, 1024K init, 329K bss, 44988K reserved, 131072K cma-reserved, 1179636K highmem)
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x1d/0x29c with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 40430 entries in 79 pages
[ 0.000000] ftrace: allocated 79 pages with 5 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 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: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000014] Switching to timer-based delay loop, resolution 41ns
[ 0.000251] Console: colour dummy device 80x30
[ 0.000265] printk: console [tty1] enabled
[ 0.000315] Calibrating delay loop (skipped), value calculated using timer frequency… 48.00 BogoMIPS (lpj=96000)
[ 0.000324] pid_max: default: 32768 minimum: 301
[ 0.000513] LSM: Security Framework initializing
[ 0.000570] Yama: becoming mindful.
[ 0.000718] AppArmor: AppArmor initialized
[ 0.000808] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.000819] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001852] CPU: Testing write buffer coherency: ok
[ 0.002214] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002747] Setting up static identity map for 0x40100000 - 0x40100054
[ 0.002860] rcu: Hierarchical SRCU implementation.
[ 0.003997] smp: Bringing up secondary CPUs …
[ 0.014763] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.025617] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.036392] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.036494] smp: Brought up 1 node, 4 CPUs
[ 0.036502] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.036505] CPU: All CPU(s) started in HYP mode.
[ 0.036508] CPU: Virtualization extensions available.
[ 0.037755] allocated 2097152 bytes of page_ext
[ 0.038328] devtmpfs: initialized
[ 0.045663] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.045988] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.046031] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049281] xor: measuring software checksum speed
[ 0.088385] arm4regs : 1256.000 MB/sec
[ 0.128444] 8regs : 874.000 MB/sec
[ 0.168511] 32regs : 826.000 MB/sec
[ 0.208575] neon : 1271.000 MB/sec
[ 0.208579] xor: using function: neon (1271.000 MB/sec)
[ 0.208640] pinctrl core: initialized pinctrl subsystem
[ 0.209792] NET: Registered protocol family 16
[ 0.211391] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.211839] audit: initializing netlink subsys (disabled)
[ 0.212031] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
[ 0.212511] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.212515] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.212519] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.213055] cpuidle: using governor ladder
[ 0.213170] cpuidle: using governor menu
[ 0.213683] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.213687] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.237701] cryptd: max_cpu_qlen set to 1000
[ 0.308820] raid6: neonx8 gen() 778 MB/s
[ 0.376913] raid6: neonx8 xor() 578 MB/s
[ 0.445004] raid6: neonx4 gen() 832 MB/s
[ 0.513105] raid6: neonx4 xor() 631 MB/s
[ 0.581220] raid6: neonx2 gen() 915 MB/s
[ 0.649316] raid6: neonx2 xor() 653 MB/s
[ 0.717406] raid6: neonx1 gen() 815 MB/s
[ 0.785505] raid6: neonx1 xor() 565 MB/s
[ 0.853645] raid6: int32x8 gen() 303 MB/s
[ 0.921740] raid6: int32x8 xor() 180 MB/s
[ 0.989868] raid6: int32x4 gen() 354 MB/s
[ 1.057933] raid6: int32x4 xor() 205 MB/s
[ 1.126086] raid6: int32x2 gen() 399 MB/s
[ 1.194159] raid6: int32x2 xor() 213 MB/s
[ 1.262259] raid6: int32x1 gen() 401 MB/s
[ 1.330397] raid6: int32x1 xor() 192 MB/s
[ 1.330401] raid6: using algorithm neonx2 gen() 915 MB/s
[ 1.330404] raid6: … xor() 653 MB/s, rmw enabled
[ 1.330407] raid6: using neon recovery algorithm
[ 1.331915] iommu: Default domain type: Translated
[ 1.332273] SCSI subsystem initialized
[ 1.332542] libata version 3.00 loaded.
[ 1.332745] usbcore: registered new interface driver usbfs
[ 1.332795] usbcore: registered new interface driver hub
[ 1.332859] usbcore: registered new device driver usb
[ 1.332949] mc: Linux media interface: v0.10
[ 1.332977] videodev: Linux video capture interface: v2.00
[ 1.333088] pps_core: LinuxPPS API ver. 1 registered
[ 1.333092] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.333109] PTP clock support registered
[ 1.333492] Advanced Linux Sound Architecture Driver Initialized.
[ 1.334158] NetLabel: Initializing
[ 1.334165] NetLabel: domain hash size = 128
[ 1.334168] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.334241] NetLabel: unlabeled traffic allowed by default
[ 1.334898] clocksource: Switched to clocksource arch_sys_counter
[ 1.446752] VFS: Disk quotas dquot_6.6.0
[ 1.446841] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.447450] AppArmor: AppArmor Filesystem Enabled
[ 1.455254] NET: Registered protocol family 2
[ 1.456004] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.456043] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.456136] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.456247] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.456376] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.456427] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.456673] NET: Registered protocol family 1
[ 1.457099] Trying to unpack rootfs image as initramfs…
[ 2.076410] Freeing initrd memory: 9616K
[ 2.077679] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 2.078942] Initialise system trusted keyrings
[ 2.079002] Key type blacklist registered
[ 2.079221] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 2.084540] zbud: loaded
[ 2.085913] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.086870] fuse: init (API version 7.31)
[ 2.089384] integrity: Platform Keyring initialized
[ 2.195656] Key type asymmetric registered
[ 2.195663] Asymmetric key parser ‘x509’ registered
[ 2.195846] bounce: pool size: 64 pages
[ 2.195945] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.196151] io scheduler mq-deadline registered
[ 2.196157] io scheduler kyber registered
[ 2.196335] io scheduler bfq registered
[ 2.202429] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 2.204132] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 2.210695] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 2.212995] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[ 2.213493] printk: console [ttyS0] disabled
[ 2.213575] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 37, base_baud = 1500000) is a 16550A
[ 2.213643] printk: console [ttyS0] enabled
[ 2.229277] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9c850)
[ 2.229600] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a98bb0)
[ 2.229664] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[ 2.230652] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 2.231028] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.231287] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9be4c)
[ 2.231811] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[ 2.231881] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.232813] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.235557] brd: module loaded
[ 2.241842] loop: module loaded
[ 2.243815] libphy: Fixed MDIO Bus: probed
[ 2.244463] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.244646] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.244654] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.244774] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.245861] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.245879] ehci-platform: EHCI generic platform driver
[ 2.246275] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.246289] ohci-platform: OHCI generic platform driver
[ 2.246811] usbcore: registered new interface driver usb-storage
[ 2.247865] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 2.247902] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:08 UTC (8)
[ 2.247907] sun6i-rtc 1f00000.rtc: RTC enabled
[ 2.248215] i2c /dev entries driver
[ 2.248534] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[ 2.250442] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 2.251123] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[ 2.252083] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 2.275504] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 2.275864] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.277291] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator
[ 2.303186] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[ 2.304627] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.304700] hid: raw HID events driver © Jiri Kosina
[ 2.304826] usbcore: registered new interface driver usbhid
[ 2.304830] usbhid: USB HID core driver
[ 2.308691] debugfs: Directory ‘1c22c00.codec’ with parent ‘H3 Audio Codec’ already present!
[ 2.311140] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.312489] Initializing XFRM netlink socket
[ 2.313019] NET: Registered protocol family 10
[ 2.314397] mmc0: new high speed SDHC card at address 0007
[ 2.315921] mmcblk0: mmc0:0007 SD08G 7.42 GiB
[ 2.319136] mmcblk0: p1
[ 2.359962] Segment Routing with IPv6
[ 2.360070] NET: Registered protocol family 17
[ 2.360102] NET: Registered protocol family 15
[ 2.360178] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.360312] 8021q: 802.1Q VLAN Support v1.8
[ 2.360367] Key type dns_resolver registered
[ 2.360819] Registering SWP/SWPB emulation handler
[ 2.361135] registered taskstats version 1
[ 2.361144] Loading compiled-in X.509 certificates
[ 2.367875] Loaded X.509 cert ‘Build time autogenerated kernel key: 517b459126c092ffa6ae1079031c0c3800113bdf’
[ 2.368019] zswap: loaded using pool lzo/zbud
[ 2.368638] Key type ._fscrypt registered
[ 2.368644] Key type .fscrypt registered
[ 2.368647] Key type fscrypt-provisioning registered
[ 2.374004] Btrfs loaded, crc32c=crc32c-generic
[ 2.395887] Key type encrypted registered
[ 2.395904] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.406300] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.406808] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.409297] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.409307] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.409395] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.409556] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
[ 2.431031] mmc1: new DDR MMC card at address 0001
[ 2.432348] mmcblk1: mmc1:0001 AGND3R 14.6 GiB
[ 2.433220] mmcblk1boot0: mmc1:0001 AGND3R partition 1 4.00 MiB
[ 2.434144] mmcblk1boot1: mmc1:0001 AGND3R partition 2 4.00 MiB
[ 2.437932] mmcblk1: p1 p2 p3 p4 < p5 p6 >
[ 2.515177] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 50006 (expect 58000)
[ 2.515207] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 2.515213] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 2.515218] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 2.515224] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 2.515230] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 2.515236] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 2.515782] libphy: stmmac: probed
[ 2.517045] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 2.517489] libphy: mdio_mux: probed
[ 2.517513] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 2.517523] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 2.529465] libphy: mdio_mux: probed
[ 2.529495] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 2.554471] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.554501] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[ 2.555036] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
[ 2.570900] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.571204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.571214] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.571220] usb usb1: Product: EHCI Host Controller
[ 2.571226] usb usb1: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.571232] usb usb1: SerialNumber: 1c1b000.usb
[ 2.571817] hub 1-0:1.0: USB hub found
[ 2.571867] hub 1-0:1.0: 1 port detected
[ 2.572866] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 2.572887] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2
[ 2.573089] ehci-platform 1c1d000.usb: irq 29, io mem 0x01c1d000
[ 2.586910] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 2.587139] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.587147] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.587153] usb usb2: Product: EHCI Host Controller
[ 2.587159] usb usb2: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.587165] usb usb2: SerialNumber: 1c1d000.usb
[ 2.587667] hub 2-0:1.0: USB hub found
[ 2.587704] hub 2-0:1.0: 1 port detected
[ 2.592543] of_cfs_init
[ 2.592651] of_cfs_init: OK
[ 2.592795] ALSA device list:
[ 2.592801] #0: H3 Audio Codec
[ 2.596613] Freeing unused kernel memory: 1024K
[ 2.611137] Run /init as init process
[ 2.611143] with arguments:
[ 2.611147] /init
[ 2.611150] with environment:
[ 2.611154] HOME=/
[ 2.611157] TERM=linux
[ 2.611160] ubootpart=1d1cae21-01
[ 2.611163] ubootsource=mmc
[ 2.611166] sunxi_ve_mem_reserve=0
[ 2.611169] sunxi_g2d_mem_reserve=0
[ 2.611172] sunxi_fb_mem_reserve=16
[ 2.611175] cgroup_enable=memory
[ 2.611548] process ‘/usr/bin/sh’ started with executable stack
[ 2.906968] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.922962] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 3.001042] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[ 3.063966] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 3.063979] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.063986] usb 1-1: Product: USB 2.0 Hub
[ 3.064773] hub 1-1:1.0: USB hub found
[ 3.064982] hub 1-1:1.0: 4 ports detected
[ 3.081427] usb 2-1: New USB device found, idVendor=05e3, idProduct=0718, bcdDevice= 0.09
[ 3.081440] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 3.081446] usb 2-1: Product: USB Storage
[ 3.081453] usb 2-1: SerialNumber: 000000000033
[ 3.082479] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 3.083603] scsi host0: usb-storage 2-1:1.0
[ 3.087349] random: fast init done
[ 3.136092] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 3.158997] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[ 3.180007] mmc2: new high speed SDIO card at address 0001
[ 3.253683] usbcore: registered new interface driver uas
[ 4.115980] scsi 0:0:0:0: Direct-Access USB TO I DE/SATA Device 0009 PQ: 0 ANSI: 0
[ 4.116624] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.118563] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[ 4.118574] sd 0:0:0:0: [sda] 0-byte physical blocks
[ 4.120316] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[ 4.121399] sd 0:0:0:0: [sda] Asking for cache data failed
[ 4.121408] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 4.143420] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.524348] random: crng init done
[ 6.533277] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[ 7.323237] systemd[1]: System time before build time, advancing clock.
[ 7.348224] systemd[1]: Inserted module ‘autofs4’
[ 7.420173] 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)
[ 7.420916] systemd[1]: Detected architecture arm.
[ 7.449418] systemd[1]: Set hostname to .
[ 8.223287] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.224227] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 8.225040] systemd[1]: Listening on udev Kernel Socket.
[ 8.225852] systemd[1]: Listening on Syslog Socket.
[ 8.226624] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.227880] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.228219] systemd[1]: Reached target Swap.
[ 8.414696] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[ 9.285755] zram: Added device: zram0
[ 9.288353] zram: Added device: zram1
[ 9.292143] zram: Added device: zram2
[ 9.540816] zram0: detected capacity change from 0 to 1056157696
[ 9.628967] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.659029] Adding 1031400k swap on /dev/zram0. Priority:5 extents:1 across:1031400k SSFS
[ 9.659566] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 9.734134] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[ 9.739425] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 9.740637] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 9.743718] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 9.755835] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 9.756264] sun8i-ce 1c15000.crypto: Register cbc(aes)
[ 9.756483] sun8i-ce 1c15000.crypto: Register ecb(aes)
[ 9.756638] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[ 9.756908] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[ 9.757066] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[ 9.776927] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 9.776989] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 9.777033] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 9.777070] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 9.777893] lima 1c40000.gpu: bus rate = 200000000
[ 9.777903] lima 1c40000.gpu: mod rate = 297000000
[ 9.778033] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[ 9.778634] lima 1c40000.gpu: Failed to register cooling device
[ 9.779949] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
[ 9.873534] Registered IR keymap rc-empty
[ 9.873624] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 9.874508] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
[ 9.874688] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
[ 9.883069] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 9.995526] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.017625] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 10.022555] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 10.022568] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[ 10.084455] zram1: detected capacity change from 0 to 52428800
[ 10.218843] cfg80211: failed to load regulatory.db
[ 10.274008] bFWReady == _FALSE call reset 8051…
[ 11.077357] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
[ 11.077398] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
[ 14.489809] systemd[1]: Started Armbian memory supported logging.
[ 14.496029] systemd[1]: Starting Journal Service…
[ 14.700745] systemd[1]: Started Journal Service.
[ 14.761697] systemd-journald[549]: Received request to flush runtime journal from PID 1
[ 32.175566] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.2:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 32.177701] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
[ 32.177719] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 32.177727] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 32.178275] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/rgmii link mode
[ 33.779088] vcc3v0: disabling
[ 33.779101] vcc5v0: disabling
[ 34.771319] broken atomic modeset userspace detected, disabling atomic
[ 36.275956] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 36.275996] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
with only a connected USB flash drive
root@orangepiplus:~# lsusb
Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 13fe:4200 Kingston Technology Company Inc.
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@orangepiplus:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.9.14-sunxi (root@beast) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.11.3 SMP Fri Dec 11 20:31:12 CET 2020
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Plus / Plus 2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 128 MiB at 0xb7c00000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] HighMem [mem 0x0000000070000000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] percpu: Embedded 20 pages/cpu s50572 r8192 d23156 u81920
[ 0.000000] pcpu-alloc: s50572 r8192 d23156 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] Kernel command line: root=UUID=c4c4988b-1cfe-43b5-a2e5-4e2101dbde6f rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=1d1cae21-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] Memory: 1921092K/2097152K available (9216K kernel code, 1005K rwdata, 3228K rodata, 1024K init, 329K bss, 44988K reserved, 131072K cma-reserved, 1179636K highmem)
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x1d/0x29c with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 40430 entries in 79 pages
[ 0.000000] ftrace: allocated 79 pages with 5 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 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: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000013] Switching to timer-based delay loop, resolution 41ns
[ 0.000249] Console: colour dummy device 80x30
[ 0.000263] printk: console [tty1] enabled
[ 0.000313] Calibrating delay loop (skipped), value calculated using timer frequency… 48.00 BogoMIPS (lpj=96000)
[ 0.000322] pid_max: default: 32768 minimum: 301
[ 0.000509] LSM: Security Framework initializing
[ 0.000565] Yama: becoming mindful.
[ 0.000709] AppArmor: AppArmor initialized
[ 0.000798] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.000809] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001834] CPU: Testing write buffer coherency: ok
[ 0.002191] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002730] Setting up static identity map for 0x40100000 - 0x40100054
[ 0.002844] rcu: Hierarchical SRCU implementation.
[ 0.003969] smp: Bringing up secondary CPUs …
[ 0.014747] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.025605] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.036387] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.036487] smp: Brought up 1 node, 4 CPUs
[ 0.036494] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.036498] CPU: All CPU(s) started in HYP mode.
[ 0.036501] CPU: Virtualization extensions available.
[ 0.037746] allocated 2097152 bytes of page_ext
[ 0.038328] devtmpfs: initialized
[ 0.045541] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.045854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.045896] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049119] xor: measuring software checksum speed
[ 0.088380] arm4regs : 1256.000 MB/sec
[ 0.128438] 8regs : 874.000 MB/sec
[ 0.168505] 32regs : 826.000 MB/sec
[ 0.208569] neon : 1271.000 MB/sec
[ 0.208574] xor: using function: neon (1271.000 MB/sec)
[ 0.208637] pinctrl core: initialized pinctrl subsystem
[ 0.209782] NET: Registered protocol family 16
[ 0.211388] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.211837] audit: initializing netlink subsys (disabled)
[ 0.212072] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
[ 0.212549] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.212553] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.212558] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.213095] cpuidle: using governor ladder
[ 0.213210] cpuidle: using governor menu
[ 0.213720] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.213725] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.238007] cryptd: max_cpu_qlen set to 1000
[ 0.308825] raid6: neonx8 gen() 777 MB/s
[ 0.376886] raid6: neonx8 xor() 578 MB/s
[ 0.444981] raid6: neonx4 gen() 829 MB/s
[ 0.513067] raid6: neonx4 xor() 629 MB/s
[ 0.581160] raid6: neonx2 gen() 915 MB/s
[ 0.649232] raid6: neonx2 xor() 652 MB/s
[ 0.717329] raid6: neonx1 gen() 815 MB/s
[ 0.785422] raid6: neonx1 xor() 565 MB/s
[ 0.853549] raid6: int32x8 gen() 303 MB/s
[ 0.921623] raid6: int32x8 xor() 180 MB/s
[ 0.989716] raid6: int32x4 gen() 354 MB/s
[ 1.057793] raid6: int32x4 xor() 205 MB/s
[ 1.125877] raid6: int32x2 gen() 399 MB/s
[ 1.193992] raid6: int32x2 xor() 213 MB/s
[ 1.262087] raid6: int32x1 gen() 401 MB/s
[ 1.330150] raid6: int32x1 xor() 192 MB/s
[ 1.330154] raid6: using algorithm neonx2 gen() 915 MB/s
[ 1.330157] raid6: … xor() 652 MB/s, rmw enabled
[ 1.330160] raid6: using neon recovery algorithm
[ 1.331635] iommu: Default domain type: Translated
[ 1.331985] SCSI subsystem initialized
[ 1.332209] libata version 3.00 loaded.
[ 1.332438] usbcore: registered new interface driver usbfs
[ 1.332501] usbcore: registered new interface driver hub
[ 1.332563] usbcore: registered new device driver usb
[ 1.332654] mc: Linux media interface: v0.10
[ 1.332689] videodev: Linux video capture interface: v2.00
[ 1.332805] pps_core: LinuxPPS API ver. 1 registered
[ 1.332810] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.332825] PTP clock support registered
[ 1.333193] Advanced Linux Sound Architecture Driver Initialized.
[ 1.333847] NetLabel: Initializing
[ 1.333852] NetLabel: domain hash size = 128
[ 1.333854] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.333926] NetLabel: unlabeled traffic allowed by default
[ 1.334572] clocksource: Switched to clocksource arch_sys_counter
[ 1.447221] VFS: Disk quotas dquot_6.6.0
[ 1.447312] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.447896] AppArmor: AppArmor Filesystem Enabled
[ 1.455811] NET: Registered protocol family 2
[ 1.456511] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.456552] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.456644] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.456756] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.456891] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.456942] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.457198] NET: Registered protocol family 1
[ 1.457590] Trying to unpack rootfs image as initramfs…
[ 2.077041] Freeing initrd memory: 9616K
[ 2.078329] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 2.079516] Initialise system trusted keyrings
[ 2.079562] Key type blacklist registered
[ 2.079780] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 2.085080] zbud: loaded
[ 2.086457] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.087498] fuse: init (API version 7.31)
[ 2.090015] integrity: Platform Keyring initialized
[ 2.194415] Key type asymmetric registered
[ 2.194422] Asymmetric key parser ‘x509’ registered
[ 2.194633] bounce: pool size: 64 pages
[ 2.194713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.194910] io scheduler mq-deadline registered
[ 2.194916] io scheduler kyber registered
[ 2.195097] io scheduler bfq registered
[ 2.201188] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 2.202918] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 2.209438] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 2.211749] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[ 2.212238] printk: console [ttyS0] disabled
[ 2.212319] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 37, base_baud = 1500000) is a 16550A
[ 2.212385] printk: console [ttyS0] enabled
[ 2.228064] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9c850)
[ 2.228381] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a98bb0)
[ 2.228448] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[ 2.229415] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 2.229761] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.230016] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9be4c)
[ 2.230501] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[ 2.230603] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.231536] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.234193] brd: module loaded
[ 2.240526] loop: module loaded
[ 2.242431] libphy: Fixed MDIO Bus: probed
[ 2.243138] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.243317] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.243324] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.243429] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.244495] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.244513] ehci-platform: EHCI generic platform driver
[ 2.244921] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.244936] ohci-platform: OHCI generic platform driver
[ 2.245462] usbcore: registered new interface driver usb-storage
[ 2.246443] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 2.246482] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:10 UTC (10)
[ 2.246488] sun6i-rtc 1f00000.rtc: RTC enabled
[ 2.246824] i2c /dev entries driver
[ 2.247176] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[ 2.249066] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 2.249684] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[ 2.250694] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 2.275176] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 2.275538] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.277023] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator
[ 2.302581] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[ 2.304040] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.304114] hid: raw HID events driver © Jiri Kosina
[ 2.304239] usbcore: registered new interface driver usbhid
[ 2.304243] usbhid: USB HID core driver
[ 2.308190] debugfs: Directory ‘1c22c00.codec’ with parent ‘H3 Audio Codec’ already present!
[ 2.311979] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.312036] Initializing XFRM netlink socket
[ 2.312551] NET: Registered protocol family 10
[ 2.315269] mmc0: new high speed SDHC card at address 0007
[ 2.316658] mmcblk0: mmc0:0007 SD08G 7.42 GiB
[ 2.320029] mmcblk0: p1
[ 2.360680] Segment Routing with IPv6
[ 2.360789] NET: Registered protocol family 17
[ 2.360821] NET: Registered protocol family 15
[ 2.360898] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.361015] 8021q: 802.1Q VLAN Support v1.8
[ 2.361067] Key type dns_resolver registered
[ 2.361518] Registering SWP/SWPB emulation handler
[ 2.361808] registered taskstats version 1
[ 2.361817] Loading compiled-in X.509 certificates
[ 2.368490] Loaded X.509 cert ‘Build time autogenerated kernel key: 517b459126c092ffa6ae1079031c0c3800113bdf’
[ 2.368650] zswap: loaded using pool lzo/zbud
[ 2.369258] Key type ._fscrypt registered
[ 2.369263] Key type .fscrypt registered
[ 2.369267] Key type fscrypt-provisioning registered
[ 2.373889] Btrfs loaded, crc32c=crc32c-generic
[ 2.395497] Key type encrypted registered
[ 2.395514] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.405911] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.406429] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.408965] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.408975] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.409059] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.409231] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
[ 2.426706] mmc1: new DDR MMC card at address 0001
[ 2.428017] mmcblk1: mmc1:0001 AGND3R 14.6 GiB
[ 2.428903] mmcblk1boot0: mmc1:0001 AGND3R partition 1 4.00 MiB
[ 2.429789] mmcblk1boot1: mmc1:0001 AGND3R partition 2 4.00 MiB
[ 2.433333] mmcblk1: p1 p2 p3 p4 < p5 p6 >
[ 2.514916] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 50006 (expect 58000)
[ 2.514945] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 2.514952] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 2.514957] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 2.514962] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 2.514969] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 2.514975] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 2.515504] libphy: stmmac: probed
[ 2.516752] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 2.517192] libphy: mdio_mux: probed
[ 2.517213] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 2.517224] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 2.529120] libphy: mdio_mux: probed
[ 2.529150] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 2.554058] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.554087] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[ 2.554614] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
[ 2.570577] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.570886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.570895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.570902] usb usb1: Product: EHCI Host Controller
[ 2.570908] usb usb1: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.570914] usb usb1: SerialNumber: 1c1b000.usb
[ 2.571483] hub 1-0:1.0: USB hub found
[ 2.571521] hub 1-0:1.0: 1 port detected
[ 2.572543] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 2.572566] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2
[ 2.572776] ehci-platform 1c1d000.usb: irq 29, io mem 0x01c1d000
[ 2.586596] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 2.586840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.586847] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.586854] usb usb2: Product: EHCI Host Controller
[ 2.586859] usb usb2: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.586865] usb usb2: SerialNumber: 1c1d000.usb
[ 2.587338] hub 2-0:1.0: USB hub found
[ 2.587373] hub 2-0:1.0: 1 port detected
[ 2.592263] of_cfs_init
[ 2.592379] of_cfs_init: OK
[ 2.592523] ALSA device list:
[ 2.592529] #0: H3 Audio Codec
[ 2.596444] Freeing unused kernel memory: 1024K
[ 2.610816] Run /init as init process
[ 2.610822] with arguments:
[ 2.610826] /init
[ 2.610829] with environment:
[ 2.610832] HOME=/
[ 2.610835] TERM=linux
[ 2.610839] ubootpart=1d1cae21-01
[ 2.610841] ubootsource=mmc
[ 2.610845] sunxi_ve_mem_reserve=0
[ 2.610848] sunxi_g2d_mem_reserve=0
[ 2.610851] sunxi_fb_mem_reserve=16
[ 2.610854] cgroup_enable=memory
[ 2.611279] process ‘/usr/bin/sh’ started with executable stack
[ 2.906608] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.922612] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 2.998058] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[ 3.067306] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 3.067320] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.067326] usb 1-1: Product: USB 2.0 Hub
[ 3.068582] hub 1-1:1.0: USB hub found
[ 3.068799] hub 1-1:1.0: 4 ports detected
[ 3.080974] usb 2-1: New USB device found, idVendor=05e3, idProduct=0718, bcdDevice= 0.09
[ 3.080988] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 3.080994] usb 2-1: Product: USB Storage
[ 3.081000] usb 2-1: SerialNumber: 000000000033
[ 3.082032] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 3.098220] scsi host0: usb-storage 2-1:1.0
[ 3.104307] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 3.120464] random: fast init done
[ 3.129755] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[ 3.153457] mmc2: new high speed SDIO card at address 0001
[ 3.252737] usbcore: registered new interface driver uas
[ 3.454637] usb 1-1.2: new high-speed USB device number 3 using ehci-platform
[ 3.677686] usb 1-1.2: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
[ 3.677699] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.677706] usb 1-1.2: Product: USB DISK 2.0
[ 3.677712] usb 1-1.2: Manufacturer:
[ 3.677718] usb 1-1.2: SerialNumber: 900071CF277F9355
[ 3.678469] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 3.680750] scsi host1: usb-storage 1-1.2:1.0
[ 4.115670] scsi 0:0:0:0: Direct-Access USB TO I DE/SATA Device 0009 PQ: 0 ANSI: 0
[ 4.116334] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.118121] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[ 4.118133] sd 0:0:0:0: [sda] 0-byte physical blocks
[ 4.119255] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[ 4.121242] sd 0:0:0:0: [sda] Asking for cache data failed
[ 4.121252] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 4.143118] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.586122] random: crng init done
[ 4.692753] scsi 1:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
[ 4.693354] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 7.777319] sd 1:0:0:0: [sdb] 30320640 512-byte logical blocks: (15.5 GB/14.5 GiB)
[ 7.779669] sd 1:0:0:0: [sdb] Write Protect is off
[ 7.779678] sd 1:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 7.781422] sd 1:0:0:0: [sdb] No Caching mode page found
[ 7.781429] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 7.827553] sdb: sdb1
[ 7.835218] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 8.109753] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[ 8.893586] systemd[1]: System time before build time, advancing clock.
[ 8.918523] systemd[1]: Inserted module ‘autofs4’
[ 8.990789] 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.991579] systemd[1]: Detected architecture arm.
[ 9.021312] systemd[1]: Set hostname to .
[ 9.808998] systemd[1]: Listening on udev Kernel Socket.
[ 9.810481] systemd[1]: Listening on Journal Audit Socket.
[ 9.815625] systemd[1]: Created slice system-getty.slice.
[ 9.817440] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 9.818379] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.818750] systemd[1]: Reached target Swap.
[ 9.819012] systemd[1]: Reached target Remote File Systems.
[ 9.968024] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[ 10.992658] zram: Added device: zram0
[ 10.994304] zram: Added device: zram1
[ 10.998275] zram: Added device: zram2
[ 11.212136] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[ 11.212450] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 11.212986] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 11.213246] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 11.213432] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 11.213644] sun8i-ce 1c15000.crypto: Register cbc(aes)
[ 11.213834] sun8i-ce 1c15000.crypto: Register ecb(aes)
[ 11.214124] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[ 11.214257] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[ 11.214626] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[ 11.239079] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.243819] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 11.408643] zram0: detected capacity change from 0 to 1056157696
[ 11.437998] Registered IR keymap rc-empty
[ 11.438121] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 11.438382] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
[ 11.438535] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
[ 11.439485] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 11.463622] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 11.463675] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 11.463717] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 11.463774] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 11.464447] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.469302] lima 1c40000.gpu: bus rate = 200000000
[ 11.469312] lima 1c40000.gpu: mod rate = 297000000
[ 11.469429] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[ 11.469903] lima 1c40000.gpu: Failed to register cooling device
[ 11.470279] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
[ 11.472431] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 11.473809] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 11.473818] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[ 11.566679] Adding 1031400k swap on /dev/zram0. Priority:5 extents:1 across:1031400k SSFS
[ 11.764973] bFWReady == _FALSE call reset 8051…
[ 11.798335] cfg80211: failed to load regulatory.db
[ 12.049956] zram1: detected capacity change from 0 to 52428800
[ 12.857400] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
[ 12.857442] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
[ 16.261375] systemd[1]: Started Armbian memory supported logging.
[ 16.267527] systemd[1]: Starting Journal Service…
[ 16.487415] systemd[1]: Started Journal Service.
[ 16.546939] systemd-journald[564]: Received request to flush runtime journal from PID 1
[ 33.549464] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.2:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 33.552147] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
[ 33.552164] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 33.552172] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 33.552738] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/rgmii link mode
[ 33.778683] vcc3v0: disabling
[ 33.778696] vcc5v0: disabling
[ 36.020035] broken atomic modeset userspace detected, disabling atomic
[ 37.651678] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 37.651720] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Only with the hard drive connected via the built-in SATA
root@orangepiplus:~# lsusb
Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@orangepiplus:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.9.14-sunxi (root@beast) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.11.3 SMP Fri Dec 11 20:31:12 CET 2020
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Plus / Plus 2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 128 MiB at 0xb7c00000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] HighMem [mem 0x0000000070000000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] percpu: Embedded 20 pages/cpu s50572 r8192 d23156 u81920
[ 0.000000] pcpu-alloc: s50572 r8192 d23156 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] Kernel command line: root=UUID=c4c4988b-1cfe-43b5-a2e5-4e2101dbde6f rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=1d1cae21-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] Memory: 1921092K/2097152K available (9216K kernel code, 1005K rwdata, 3228K rodata, 1024K init, 329K bss, 44988K reserved, 131072K cma-reserved, 1179636K highmem)
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x1d/0x29c with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 40430 entries in 79 pages
[ 0.000000] ftrace: allocated 79 pages with 5 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 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: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000013] Switching to timer-based delay loop, resolution 41ns
[ 0.000246] Console: colour dummy device 80x30
[ 0.000261] printk: console [tty1] enabled
[ 0.000310] Calibrating delay loop (skipped), value calculated using timer frequency… 48.00 BogoMIPS (lpj=96000)
[ 0.000319] pid_max: default: 32768 minimum: 301
[ 0.000511] LSM: Security Framework initializing
[ 0.000568] Yama: becoming mindful.
[ 0.000714] AppArmor: AppArmor initialized
[ 0.000803] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.000815] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001843] CPU: Testing write buffer coherency: ok
[ 0.002199] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002730] Setting up static identity map for 0x40100000 - 0x40100054
[ 0.002845] rcu: Hierarchical SRCU implementation.
[ 0.003989] smp: Bringing up secondary CPUs …
[ 0.014747] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.025588] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.036363] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.036461] smp: Brought up 1 node, 4 CPUs
[ 0.036469] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.036473] CPU: All CPU(s) started in HYP mode.
[ 0.036475] CPU: Virtualization extensions available.
[ 0.037723] allocated 2097152 bytes of page_ext
[ 0.038300] devtmpfs: initialized
[ 0.045648] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.045972] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.046014] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049254] xor: measuring software checksum speed
[ 0.088358] arm4regs : 1256.000 MB/sec
[ 0.128416] 8regs : 874.000 MB/sec
[ 0.168482] 32regs : 826.000 MB/sec
[ 0.208546] neon : 1271.000 MB/sec
[ 0.208551] xor: using function: neon (1271.000 MB/sec)
[ 0.208611] pinctrl core: initialized pinctrl subsystem
[ 0.209749] NET: Registered protocol family 16
[ 0.211346] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.211793] audit: initializing netlink subsys (disabled)
[ 0.211977] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
[ 0.212456] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.212461] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.212465] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.213001] cpuidle: using governor ladder
[ 0.213123] cpuidle: using governor menu
[ 0.213635] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.213640] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.237709] cryptd: max_cpu_qlen set to 1000
[ 0.308787] raid6: neonx8 gen() 777 MB/s
[ 0.376889] raid6: neonx8 xor() 578 MB/s
[ 0.444995] raid6: neonx4 gen() 828 MB/s
[ 0.513089] raid6: neonx4 xor() 631 MB/s
[ 0.581197] raid6: neonx2 gen() 915 MB/s
[ 0.649282] raid6: neonx2 xor() 652 MB/s
[ 0.717382] raid6: neonx1 gen() 815 MB/s
[ 0.785499] raid6: neonx1 xor() 565 MB/s
[ 0.853627] raid6: int32x8 gen() 303 MB/s
[ 0.921715] raid6: int32x8 xor() 180 MB/s
[ 0.989824] raid6: int32x4 gen() 354 MB/s
[ 1.057900] raid6: int32x4 xor() 205 MB/s
[ 1.126061] raid6: int32x2 gen() 399 MB/s
[ 1.194131] raid6: int32x2 xor() 213 MB/s
[ 1.262262] raid6: int32x1 gen() 402 MB/s
[ 1.330367] raid6: int32x1 xor() 192 MB/s
[ 1.330371] raid6: using algorithm neonx2 gen() 915 MB/s
[ 1.330374] raid6: … xor() 652 MB/s, rmw enabled
[ 1.330377] raid6: using neon recovery algorithm
[ 1.331861] iommu: Default domain type: Translated
[ 1.332220] SCSI subsystem initialized
[ 1.332504] libata version 3.00 loaded.
[ 1.332709] usbcore: registered new interface driver usbfs
[ 1.332757] usbcore: registered new interface driver hub
[ 1.332819] usbcore: registered new device driver usb
[ 1.332907] mc: Linux media interface: v0.10
[ 1.332937] videodev: Linux video capture interface: v2.00
[ 1.333050] pps_core: LinuxPPS API ver. 1 registered
[ 1.333055] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.333070] PTP clock support registered
[ 1.333437] Advanced Linux Sound Architecture Driver Initialized.
[ 1.334096] NetLabel: Initializing
[ 1.334103] NetLabel: domain hash size = 128
[ 1.334106] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.334178] NetLabel: unlabeled traffic allowed by default
[ 1.334833] clocksource: Switched to clocksource arch_sys_counter
[ 1.446739] VFS: Disk quotas dquot_6.6.0
[ 1.446872] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.447447] AppArmor: AppArmor Filesystem Enabled
[ 1.455223] NET: Registered protocol family 2
[ 1.455984] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.456023] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.456115] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.456226] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.456357] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.456408] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.456649] NET: Registered protocol family 1
[ 1.457069] Trying to unpack rootfs image as initramfs…
[ 2.076685] Freeing initrd memory: 9616K
[ 2.077968] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 2.079244] Initialise system trusted keyrings
[ 2.079294] Key type blacklist registered
[ 2.079506] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 2.084778] zbud: loaded
[ 2.086151] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.087154] fuse: init (API version 7.31)
[ 2.089615] integrity: Platform Keyring initialized
[ 2.200165] Key type asymmetric registered
[ 2.200172] Asymmetric key parser ‘x509’ registered
[ 2.200354] bounce: pool size: 64 pages
[ 2.200418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.200616] io scheduler mq-deadline registered
[ 2.200621] io scheduler kyber registered
[ 2.200800] io scheduler bfq registered
[ 2.206942] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 2.208628] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 2.215208] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 2.217467] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[ 2.217973] printk: console [ttyS0] disabled
[ 2.218056] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 37, base_baud = 1500000) is a 16550A
[ 2.218122] printk: console [ttyS0] enabled
[ 2.233771] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9c850)
[ 2.234064] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a98bb0)
[ 2.234127] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[ 2.235054] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 2.235403] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.235653] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9be4c)
[ 2.236192] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[ 2.236263] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.237193] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 2.239925] brd: module loaded
[ 2.246198] loop: module loaded
[ 2.248179] libphy: Fixed MDIO Bus: probed
[ 2.248842] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.249034] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.249041] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.249149] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.250244] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.250262] ehci-platform: EHCI generic platform driver
[ 2.250655] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.250670] ohci-platform: OHCI generic platform driver
[ 2.251252] usbcore: registered new interface driver usb-storage
[ 2.252233] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 2.252271] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:09 UTC (9)
[ 2.252277] sun6i-rtc 1f00000.rtc: RTC enabled
[ 2.252585] i2c /dev entries driver
[ 2.252900] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[ 2.254782] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 2.255461] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[ 2.256387] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 2.279469] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 2.279834] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.281265] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator
[ 2.307194] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[ 2.308589] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.308665] hid: raw HID events driver © Jiri Kosina
[ 2.308789] usbcore: registered new interface driver usbhid
[ 2.308792] usbhid: USB HID core driver
[ 2.312658] debugfs: Directory ‘1c22c00.codec’ with parent ‘H3 Audio Codec’ already present!
[ 2.316222] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.316501] Initializing XFRM netlink socket
[ 2.317002] NET: Registered protocol family 10
[ 2.319489] mmc0: new high speed SDHC card at address 0007
[ 2.320956] mmcblk0: mmc0:0007 SD08G 7.42 GiB
[ 2.324389] mmcblk0: p1
[ 2.363776] Segment Routing with IPv6
[ 2.363894] NET: Registered protocol family 17
[ 2.363926] NET: Registered protocol family 15
[ 2.364002] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.364138] 8021q: 802.1Q VLAN Support v1.8
[ 2.364194] Key type dns_resolver registered
[ 2.364647] Registering SWP/SWPB emulation handler
[ 2.364936] registered taskstats version 1
[ 2.364946] Loading compiled-in X.509 certificates
[ 2.371616] Loaded X.509 cert ‘Build time autogenerated kernel key: 517b459126c092ffa6ae1079031c0c3800113bdf’
[ 2.371771] zswap: loaded using pool lzo/zbud
[ 2.372381] Key type ._fscrypt registered
[ 2.372386] Key type .fscrypt registered
[ 2.372390] Key type fscrypt-provisioning registered
[ 2.377021] Btrfs loaded, crc32c=crc32c-generic
[ 2.398862] Key type encrypted registered
[ 2.398881] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.409324] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.409825] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator
[ 2.412416] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 2.412426] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 2.412511] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 2.412676] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
[ 2.434963] mmc1: new DDR MMC card at address 0001
[ 2.436358] mmcblk1: mmc1:0001 AGND3R 14.6 GiB
[ 2.437246] mmcblk1boot0: mmc1:0001 AGND3R partition 1 4.00 MiB
[ 2.438146] mmcblk1boot1: mmc1:0001 AGND3R partition 2 4.00 MiB
[ 2.441917] mmcblk1: p1 p2 p3 p4 < p5 p6 >
[ 2.519099] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 50006 (expect 58000)
[ 2.519129] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 2.519135] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 2.519140] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 2.519146] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 2.519152] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 2.519158] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 2.519671] libphy: stmmac: probed
[ 2.520917] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 2.521377] libphy: mdio_mux: probed
[ 2.521399] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 2.521408] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 2.533371] libphy: mdio_mux: probed
[ 2.533402] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 2.558477] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.558506] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[ 2.558934] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
[ 2.574834] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.575152] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.575160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.575167] usb usb1: Product: EHCI Host Controller
[ 2.575173] usb usb1: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.575179] usb usb1: SerialNumber: 1c1b000.usb
[ 2.575752] hub 1-0:1.0: USB hub found
[ 2.575794] hub 1-0:1.0: 1 port detected
[ 2.576811] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 2.576833] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2
[ 2.577041] ehci-platform 1c1d000.usb: irq 29, io mem 0x01c1d000
[ 2.590860] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 2.591109] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.591117] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.591123] usb usb2: Product: EHCI Host Controller
[ 2.591129] usb usb2: Manufacturer: Linux 5.9.14-sunxi ehci_hcd
[ 2.591134] usb usb2: SerialNumber: 1c1d000.usb
[ 2.591626] hub 2-0:1.0: USB hub found
[ 2.591671] hub 2-0:1.0: 1 port detected
[ 2.596539] of_cfs_init
[ 2.596648] of_cfs_init: OK
[ 2.596793] ALSA device list:
[ 2.596800] #0: H3 Audio Codec
[ 2.600700] Freeing unused kernel memory: 1024K
[ 2.615068] Run /init as init process
[ 2.615075] with arguments:
[ 2.615078] /init
[ 2.615081] with environment:
[ 2.615085] HOME=/
[ 2.615088] TERM=linux
[ 2.615091] ubootpart=1d1cae21-01
[ 2.615094] ubootsource=mmc
[ 2.615097] sunxi_ve_mem_reserve=0
[ 2.615100] sunxi_g2d_mem_reserve=0
[ 2.615103] sunxi_fb_mem_reserve=16
[ 2.615106] cgroup_enable=memory
[ 2.615483] process ‘/usr/bin/sh’ started with executable stack
[ 2.910879] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.926871] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 3.001932] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[ 3.075741] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 3.075754] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.075761] usb 1-1: Product: USB 2.0 Hub
[ 3.076566] hub 1-1:1.0: USB hub found
[ 3.076725] hub 1-1:1.0: 4 ports detected
[ 3.085851] usb 2-1: New USB device found, idVendor=05e3, idProduct=0718, bcdDevice= 0.09
[ 3.085866] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 3.085872] usb 2-1: Product: USB Storage
[ 3.085879] usb 2-1: SerialNumber: 000000000033
[ 3.086895] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 3.088889] scsi host0: usb-storage 2-1:1.0
[ 3.104719] random: fast init done
[ 3.140508] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 3.162900] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[ 3.185619] mmc2: new high speed SDIO card at address 0001
[ 3.259175] usbcore: registered new interface driver uas
[ 4.117809] scsi 0:0:0:0: Direct-Access WDC WD10 JPLX-00MBPT0 0009 PQ: 0 ANSI: 0
[ 4.119265] sd 0:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
[ 4.119597] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.120380] sd 0:0:0:0: [sda] Write Protect is off
[ 4.120391] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[ 4.121914] sd 0:0:0:0: [sda] No Caching mode page found
[ 4.121925] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 4.423671] Alternate GPT is invalid, using primary GPT.
[ 4.423712] sda: sda1
[ 4.427121] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.565301] random: crng init done
[ 7.776019] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[ 8.597440] systemd[1]: System time before build time, advancing clock.
[ 8.622265] systemd[1]: Inserted module ‘autofs4’
[ 8.693172] 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.693912] systemd[1]: Detected architecture arm.
[ 8.733076] systemd[1]: Set hostname to .
[ 9.535835] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 9.536805] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 9.537126] systemd[1]: Reached target Swap.
[ 9.537387] systemd[1]: Reached target Remote File Systems.
[ 9.537902] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.539157] systemd[1]: Listening on Journal Audit Socket.
[ 9.540372] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 9.689642] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[ 10.721080] zram: Added device: zram0
[ 10.721848] zram: Added device: zram1
[ 10.722422] zram: Added device: zram2
[ 10.821068] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[ 10.831608] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 10.843949] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 10.844423] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 10.845649] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 10.845939] sun8i-ce 1c15000.crypto: Register cbc(aes)
[ 10.846203] sun8i-ce 1c15000.crypto: Register ecb(aes)
[ 10.846335] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[ 10.854742] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[ 10.863841] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[ 10.955599] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.961228] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 11.006750] zram0: detected capacity change from 0 to 1056157696
[ 11.069976] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 11.070045] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 11.070089] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 11.070125] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 11.081134] lima 1c40000.gpu: bus rate = 200000000
[ 11.081146] lima 1c40000.gpu: mod rate = 297000000
[ 11.081276] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[ 11.083333] lima 1c40000.gpu: Failed to register cooling device
[ 11.084167] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
[ 11.188797] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.191922] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 11.197358] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 11.197369] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[ 11.203435] Registered IR keymap rc-empty
[ 11.203545] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 11.273861] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
[ 11.274019] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
[ 11.275946] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 11.303107] Adding 1031400k swap on /dev/zram0. Priority:5 extents:1 across:1031400k SSFS
[ 11.443225] bFWReady == _FALSE call reset 8051…
[ 11.581406] cfg80211: failed to load regulatory.db
[ 11.707871] zram1: detected capacity change from 0 to 52428800
[ 12.409912] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
[ 12.409956] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
[ 15.827587] systemd[1]: Started Armbian memory supported logging.
[ 15.833760] systemd[1]: Starting Journal Service…
[ 16.036523] systemd[1]: Started Journal Service.
[ 16.098935] systemd-journald[546]: Received request to flush runtime journal from PID 1
[ 33.382763] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.2:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 33.386595] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
[ 33.386613] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 33.386621] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 33.387361] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/rgmii link mode
[ 33.778921] vcc3v0: disabling
[ 33.778933] vcc5v0: disabling
[ 35.794884] broken atomic modeset userspace detected, disabling atomic
[ 36.467907] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 36.467947] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Hi. That is an old OS version released more than two years ago. It is very much possible that whatever issue is causing this has already been fixed since. Could you try upgrading the OS? https://www.balena.io/docs/reference/OS/updates/self-service/
why then is the old version posted on https://www.balena.io/os/ ?
and is it possible to immediately get a fresh image?
Hi @aivx, can you please get the latest version from our staging environment? (https://dashboard.balena-staging.com)
I see that we are still testing the newer version before we release them to production (which is why it’s not listed on the website yet). So we appreciate hearing your feedback on how it goes with your own tests.
I didn’t know about it, I tried the latest test version, USB works, disks are displayed, thank you so much for your help
Glad we could help you out there, let us know if you any further issues.