Jump to content

DNS issue while upgrading to Stretch


lampra

Recommended Posts

Hi,

I updated from legacy kernel to mainline and then from jessie to stretch.

Armbianmonitor -u output is further below.

So far, the main issue is that after rebooting the DNS server is set to 127.0.0.1 thus loosing internet connectivity. Here is the output of resolve.conf (with manual setting the nameserver after reboot ) and the static network config.

I am struggling to find how the dns server is set after reboot. I would appreciate if anyone could point me to a HOW TO.

 

Minor issues: I can see only one cpu with htop, the ip address is not recognized at the ssh login screen, the opi pc is recognized as opi lite at the ssh login screen
 

Spoiler

 


# cat /etc/resolv.conf
# Generated by dhcpcd from eth0.dhcp
# /etc/resolv.conf.head can replace this line
nameserver 8.8.8.8
# /etc/resolv.conf.tail can replace this line

#cat /etc/network/interfaces.default
# armbian-config created
source /etc/network/interfaces.d/*

# Local loopback
auto lo
iface lo inet loopback

# Interface eth0
allow-hotplug eth0
no-auto-down eth0
iface eth0 inet static
        address 192.168.1.66
        netmask 24
        gateway 192.168.1.1
        dns-nameservers 8.8.8.8

 

 

 

 

Armbianmonitor -u

Spoiler

 


Mon Feb 26 10:55:16 EET 2018 sun8i armv7l  Xunlong Orange Pi PC Orange Pi Lite
Linux version 4.14.18-sunxi (root@xeon) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #24 SMP Fri Feb 9 16:24:32 CET 2018

### dmesg:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.18-sunxi (root@xeon) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #24 SMP Fri Feb 9 16:24:32 CET 2018
[    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 PC
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x7c000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] On node 0 totalpages: 262144
[    0.000000] free_area_init_node: node 0, pgdat c0dd8b00, node_mem_map ef6fa000
[    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: 65536 pages, LIFO batch:15
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 17 pages/cpu @ef69e000 s39884 r8192 d21556 u69632
[    0.000000] pcpu-alloc: s39884 r8192 d21556 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
[    0.000000] Kernel command line: console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup-enable=memory swapaccount=1 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 panic=10 consoleblank=0 enforcing=0 loglevel=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    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] allocated 1048576 bytes of page_ext
[    0.000000] Memory: 957956K/1048576K available (8192K kernel code, 945K rwdata, 2344K rodata, 1024K init, 346K bss, 25084K reserved, 65536K cma-reserved, 196608K 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 : 0xbf800000 - 0xbfe00000   (   6 MB)
                     .text : 0xc0008000 - 0xc0900000   (9184 kB)
                     .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
                     .data : 0xc0d00000 - 0xc0dec59c   ( 946 kB)
                      .bss : 0xc0df5de8 - 0xc0e4c61c   ( 347 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 37002 entries in 73 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    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 (virt).
[    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.000016] Switching to timer-based delay loop, resolution 41ns
[    0.000190] Console: colour dummy device 80x30
[    0.000601] console [tty1] enabled
[    0.000636] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000663] pid_max: default: 32768 minimum: 301
[    0.000849] Security Framework initialized
[    0.000872] AppArmor: AppArmor disabled by boot time parameter
[    0.000941] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000964] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001692] CPU: Testing write buffer coherency: ok
[    0.002034] /cpus/cpu@0 missing clock-frequency property
[    0.002073] /cpus/cpu@1 missing clock-frequency property
[    0.002102] /cpus/cpu@2 missing clock-frequency property
[    0.002131] /cpus/cpu@3 missing clock-frequency property
[    0.002150] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002479] Setting up static identity map for 0x40100000 - 0x40100054
[    0.002593] Hierarchical SRCU implementation.
[    0.003254] smp: Bringing up secondary CPUs ...
[    0.004345] smp: Brought up 1 node, 1 CPU
[    0.004367] SMP: Total of 1 processors activated (48.00 BogoMIPS).
[    0.004381] CPU: All CPU(s) started in SVC mode.
[    0.005158] devtmpfs: initialized
[    0.011584] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.011804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.011838] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.014250] xor: measuring software checksum speed
[    0.110055]    arm4regs  :  1255.200 MB/sec
[    0.210114]    8regs     :   748.000 MB/sec
[    0.310171]    32regs    :   765.600 MB/sec
[    0.410227]    neon      :  1269.600 MB/sec
[    0.410241] xor: using function: neon (1269.600 MB/sec)
[    0.410330] pinctrl core: initialized pinctrl subsystem
[    0.411196] NET: Registered protocol family 16
[    0.413398] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.414107] cpuidle: using governor ladder
[    0.414126] cpuidle: using governor menu
[    0.414885] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.414910] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.590633] raid6: int32x1  gen()   189 MB/s
[    0.760678] raid6: int32x1  xor()   160 MB/s
[    0.930799] raid6: int32x2  gen()   255 MB/s
[    1.100804] raid6: int32x2  xor()   193 MB/s
[    1.271016] raid6: int32x4  gen()   258 MB/s
[    1.441149] raid6: int32x4  xor()   193 MB/s
[    1.611316] raid6: int32x8  gen()   247 MB/s
[    1.781379] raid6: int32x8  xor()   172 MB/s
[    1.951459] raid6: neonx1   gen()   494 MB/s
[    2.121533] raid6: neonx1   xor()   460 MB/s
[    2.291730] raid6: neonx2   gen()   663 MB/s
[    2.461765] raid6: neonx2   xor()   593 MB/s
[    2.631918] raid6: neonx4   gen()   798 MB/s
[    2.802030] raid6: neonx4   xor()   669 MB/s
[    2.972218] raid6: neonx8   gen()   717 MB/s
[    3.142325] raid6: neonx8   xor()   605 MB/s
[    3.142340] raid6: using algorithm neonx4 gen() 798 MB/s
[    3.142353] raid6: .... xor() 669 MB/s, rmw enabled
[    3.142366] raid6: using neon recovery algorithm
[    3.143779] SCSI subsystem initialized
[    3.144039] libata version 3.00 loaded.
[    3.144249] usbcore: registered new interface driver usbfs
[    3.144304] usbcore: registered new interface driver hub
[    3.144376] usbcore: registered new device driver usb
[    3.144547] media: Linux media interface: v0.10
[    3.144586] Linux video capture interface: v2.00
[    3.144655] pps_core: LinuxPPS API ver. 1 registered
[    3.144670] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.144701] PTP clock support registered
[    3.145943] clocksource: Switched to clocksource arch_sys_counter
[    3.236112] VFS: Disk quotas dquot_6.6.0
[    3.236219] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.243352] NET: Registered protocol family 2
[    3.243909] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    3.244010] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    3.244132] TCP: Hash tables configured (established 8192 bind 8192)
[    3.244239] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    3.244305] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    3.244526] NET: Registered protocol family 1
[    3.245012] RPC: Registered named UNIX socket transport module.
[    3.245034] RPC: Registered udp transport module.
[    3.245046] RPC: Registered tcp transport module.
[    3.245059] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.246636] audit: initializing netlink subsys (disabled)
[    3.247054] Initialise system trusted keyrings
[    3.247146] audit: type=2000 audit(3.240:1): state=initialized audit_enabled=0 res=1
[    3.247227] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    3.251902] zbud: loaded
[    3.253972] NFS: Registering the id_resolver key type
[    3.254021] Key type id_resolver registered
[    3.254034] Key type id_legacy registered
[    3.254055] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.254070] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.254969] JFS: nTxBlock = 7996, nTxLock = 63968
[    3.263270] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    3.270248] Key type asymmetric registered
[    3.270325] bounce: pool size: 64 pages
[    3.270414] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    3.270569] io scheduler noop registered
[    3.270586] io scheduler deadline registered
[    3.270836] io scheduler cfq registered (default)
[    3.270853] io scheduler mq-deadline registered
[    3.270866] io scheduler kyber registered
[    3.270988] io scheduler bfq registered
[    3.271867] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[    3.275414] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    3.276958] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    3.322764] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    3.345734] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a U6_16550A
[    3.348910] brd: module loaded
[    3.353885] loop: module loaded
[    3.355395] libphy: Fixed MDIO Bus: probed
[    3.355890] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    3.356030] dwmac-sun8i 1c30000.ethernet: No regulator found
[    3.356121] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
[    3.356152] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[    3.356169] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[    3.356188] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[    3.356204] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[    3.356223] dwmac-sun8i 1c30000.ethernet: COE Type 2
[    3.356239] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[    3.356353] libphy: stmmac: probed
[    3.356782] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[    3.356869] libphy: mdio_mux: probed
[    3.356896] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[    3.356914] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[    3.357809] libphy: mdio_mux: probed
[    3.358263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.358283] ehci-platform: EHCI generic platform driver
[    3.358467] ehci-platform 1c1a000.usb: EHCI Host Controller
[    3.358504] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    3.359079] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
[    3.385976] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    3.386186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.386209] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.386229] usb usb1: Product: EHCI Host Controller
[    3.386244] usb usb1: Manufacturer: Linux 4.14.18-sunxi ehci_hcd
[    3.386260] usb usb1: SerialNumber: 1c1a000.usb
[    3.386772] hub 1-0:1.0: USB hub found
[    3.386822] hub 1-0:1.0: 1 port detected
[    3.387466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.387501] ohci-platform: OHCI generic platform driver
[    3.387681] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    3.387725] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    3.387884] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
[    3.460115] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.460136] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.460155] usb usb2: Product: Generic Platform OHCI controller
[    3.460171] usb usb2: Manufacturer: Linux 4.14.18-sunxi ohci_hcd
[    3.460187] usb usb2: SerialNumber: 1c1a400.usb
[    3.460602] hub 2-0:1.0: USB hub found
[    3.460646] hub 2-0:1.0: 1 port detected
[    3.461321] usbcore: registered new interface driver usb-storage
[    3.461868] mousedev: PS/2 mouse device common for all mice
[    3.462350] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[    3.462375] sun6i-rtc 1f00000.rtc: RTC enabled
[    3.462565] i2c /dev entries driver
[    3.464598] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    3.465845] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    3.525964] sunxi-mmc 1c0f000.mmc: base:0xf1005000 irq:25
[    3.526906] ledtrig-cpu: registered to indicate activity on CPUs
[    3.526990] hidraw: raw HID events driver (C) Jiri Kosina
[    3.527099] usbcore: registered new interface driver usbhid
[    3.527114] usbhid: USB HID core driver
[    3.528010] NET: Registered protocol family 10
[    3.530080] Segment Routing with IPv6
[    3.530173] NET: Registered protocol family 17
[    3.531408] Key type dns_resolver registered
[    3.531751] Registering SWP/SWPB emulation handler
[    3.534336] registered taskstats version 1
[    3.534354] Loading compiled-in X.509 certificates
[    3.534426] zswap: loaded using pool lzo/zbud
[    3.535994] Btrfs loaded, crc32c=crc32c-generic
[    3.536633] Key type encrypted registered
[    3.543395] ehci-platform 1c1b000.usb: EHCI Host Controller
[    3.543459] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[    3.543938] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
[    3.565967] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    3.566186] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.566206] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.566225] usb usb3: Product: EHCI Host Controller
[    3.566240] usb usb3: Manufacturer: Linux 4.14.18-sunxi ehci_hcd
[    3.566256] usb usb3: SerialNumber: 1c1b000.usb
[    3.566760] hub 3-0:1.0: USB hub found
[    3.566810] hub 3-0:1.0: 1 port detected
[    3.567490] ehci-platform 1c1c000.usb: EHCI Host Controller
[    3.567530] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[    3.567764] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
[    3.583518] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.585486] mmc0: new high speed SDHC card at address 1234
[    3.586055] mmcblk0: mmc0:1234 SA04G 3.64 GiB 
[    3.589037]  mmcblk0: p1
[    3.595981] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    3.596188] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    3.596208] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.596227] usb usb4: Product: EHCI Host Controller
[    3.596242] usb usb4: Manufacturer: Linux 4.14.18-sunxi ehci_hcd
[    3.596258] usb usb4: SerialNumber: 1c1c000.usb
[    3.596690] hub 4-0:1.0: USB hub found
[    3.596740] hub 4-0:1.0: 1 port detected
[    3.597453] ehci-platform 1c1d000.usb: EHCI Host Controller
[    3.597493] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[    3.597818] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
[    3.625954] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[    3.626135] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    3.626155] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.626174] usb usb5: Product: EHCI Host Controller
[    3.626189] usb usb5: Manufacturer: Linux 4.14.18-sunxi ehci_hcd
[    3.626205] usb usb5: SerialNumber: 1c1d000.usb
[    3.626633] hub 5-0:1.0: USB hub found
[    3.626680] hub 5-0:1.0: 1 port detected
[    3.627308] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    3.627346] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[    3.627503] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
[    3.700104] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    3.700126] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.700146] usb usb6: Product: Generic Platform OHCI controller
[    3.700162] usb usb6: Manufacturer: Linux 4.14.18-sunxi ohci_hcd
[    3.700178] usb usb6: SerialNumber: 1c1b400.usb
[    3.700593] hub 6-0:1.0: USB hub found
[    3.700639] hub 6-0:1.0: 1 port detected
[    3.701236] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    3.701273] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[    3.701452] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
[    3.770109] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.770131] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.770151] usb usb7: Product: Generic Platform OHCI controller
[    3.770166] usb usb7: Manufacturer: Linux 4.14.18-sunxi ohci_hcd
[    3.770182] usb usb7: SerialNumber: 1c1c400.usb
[    3.770600] hub 7-0:1.0: USB hub found
[    3.770652] hub 7-0:1.0: 1 port detected
[    3.771253] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[    3.771297] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[    3.771458] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
[    3.840099] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.840120] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.840140] usb usb8: Product: Generic Platform OHCI controller
[    3.840156] usb usb8: Manufacturer: Linux 4.14.18-sunxi ohci_hcd
[    3.840172] usb usb8: SerialNumber: 1c1d400.usb
[    3.840606] hub 8-0:1.0: USB hub found
[    3.840654] hub 8-0:1.0: 1 port detected
[    3.841297] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[    3.841633] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    3.841657] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
[    3.841880] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    3.841900] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.841919] usb usb9: Product: MUSB HDRC host driver
[    3.841934] usb usb9: Manufacturer: Linux 4.14.18-sunxi musb-hcd
[    3.841950] usb usb9: SerialNumber: musb-hdrc.1.auto
[    3.842355] hub 9-0:1.0: USB hub found
[    3.842405] hub 9-0:1.0: 1 port detected
[    3.843666] of_cfs_init
[    3.843758] of_cfs_init: OK
[    3.843897] vdd-cpux-dummy: disabling
[    3.843912] vcc3v0: disabling
[    3.843926] vcc5v0: disabling
[    3.843937] usb0-vbus: disabling
[    3.856709] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    3.856774] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
[    3.865046] devtmpfs: mounted
[    3.867857] Freeing unused kernel memory: 1024K
[    4.549421] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    4.549491] systemd[1]: System time before build time, advancing clock.
[    4.581317] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.600325] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.600799] systemd[1]: Detected architecture arm.
[    4.611139] systemd[1]: Set hostname to <orangepipc>.
[    5.338479] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.339371] systemd[1]: Listening on Journal Socket.
[    5.340522] systemd[1]: Created slice System Slice.
[    5.347430] systemd[1]: Starting Load Kernel Modules...
[    5.351275] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.357225] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.363548] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.607308] EXT4-fs (mmcblk0p1): re-mounted. Opts: data=writeback,commit=600,errors=remount-ro
[    6.273030] Adding 131068k swap on /var/swap.  Priority:-2 extents:1 across:131068k SSFS
[    6.627563] systemd-journald[137]: Received request to flush runtime journal from PID 1
[    8.577871] thermal thermal_zone0: failed to read out thermal zone (-110)
[    8.601704] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.601733] [drm] No driver support for vblank timestamp query.
[    8.612950] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer])
[    8.613222] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[    8.613258] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon])
[    8.791545] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
[    8.791598] thermal thermal_zone0: failed to read out thermal zone (-110)
[    8.927492] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    8.929094] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    8.929431] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi])
[    8.929486] [drm] Cannot find any crtc or sizes
[    8.929840] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    9.215371] lirc_dev: IR Remote Control driver registered, major 243
[    9.221376] IR LIRC bridge handler initialized
[    9.221991] Registered IR keymap rc-empty
[    9.222105] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[    9.222237] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input0
[    9.237321] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
[    9.237458] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[    9.287036] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[    9.332154] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
[    9.333546] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[    9.333575] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[    9.846033] thermal thermal_zone0: failed to read out thermal zone (-110)
[   10.006147] [drm] Cannot find any crtc or sizes
[   11.446669] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[   12.184385] random: crng init done

### lsusb:

Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ohci_hcd
  iProduct                2 Generic Platform OHCI controller
  iSerial                 1 1c1d400.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 1c1d000.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ohci_hcd
  iProduct                2 Generic Platform OHCI controller
  iSerial                 1 1c1c400.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 1c1c000.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ohci_hcd
  iProduct                2 Generic Platform OHCI controller
  iSerial                 1 1c1b400.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 1c1b000.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ohci_hcd
  iProduct                2 Generic Platform OHCI controller
  iSerial                 1 1c1a400.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 1c1a000.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.14
  iManufacturer           3 Linux 4.14.18-sunxi musb-hcd
  iProduct                2 MUSB HDRC host driver
  iSerial                 1 musb-hdrc.1.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0011
    Per-port power switching
    No overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood        5 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

### lscpu:

Architecture:          armv7l
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0
Off-line CPU(s) list:  1-3
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             1
Model:                 5
Model name:            ARMv7 Processor rev 5 (v7l)
CPU max MHz:           1296.0000
CPU min MHz:           240.0000
BogoMIPS:              61.71
Flags:                 half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm

### cpuinfo:

processor	: 0
model name	: ARMv7 Processor rev 5 (v7l)
BogoMIPS	: 61.71
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xc07
CPU revision	: 5

Hardware	: Allwinner sun8i Family
Revision	: 0000
Serial		: 02c000814730dc30

### meminfo:

MemTotal:        1024516 kB
MemFree:          912940 kB
MemAvailable:     946804 kB
Buffers:           12708 kB
Cached:            45776 kB
SwapCached:            0 kB
Active:            42788 kB
Inactive:          28716 kB
Active(anon):      13176 kB
Inactive(anon):    14088 kB
Active(file):      29612 kB
Inactive(file):    14628 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:        262144 kB
HighFree:         191588 kB
LowTotal:         762372 kB
LowFree:          721352 kB
SwapTotal:        131068 kB
SwapFree:         131068 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:         12992 kB
Mapped:            14680 kB
Shmem:             14284 kB
Slab:              21580 kB
SReclaimable:      11448 kB
SUnreclaim:        10132 kB
KernelStack:         776 kB
PageTables:          660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      643324 kB
Committed_AS:      65564 kB
VmallocTotal:     245760 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
CmaTotal:          65536 kB
CmaFree:           61868 kB

### interrupts:

           CPU0       
 17:          0     GIC-0  50 Level     /soc/timer@01c20c00
 20:       2595     GIC-0  27 Level     arch_timer
 22:          0     GIC-0 120 Level     1ee0000.hdmi, dw-hdmi-cec
 23:          0     GIC-0  82 Level     1c02000.dma-controller
 24:          0     GIC-0 118 Level     1c0c000.lcd-controller
 25:       6677     GIC-0  92 Level     sunxi-mmc
 26:          0     GIC-0 103 Level     musb-hdrc.1.auto
 27:          0     GIC-0 104 Level     ehci_hcd:usb1
 28:          0     GIC-0 105 Level     ohci_hcd:usb2
 29:          0     GIC-0 106 Level     ehci_hcd:usb3
 30:          0     GIC-0 107 Level     ohci_hcd:usb6
 31:          0     GIC-0 108 Level     ehci_hcd:usb4
 32:          0     GIC-0 109 Level     ohci_hcd:usb7
 33:          0     GIC-0 110 Level     ehci_hcd:usb5
 34:          0     GIC-0 111 Level     ohci_hcd:usb8
 38:          6     GIC-0 114 Level     eth0
 43:          0     GIC-0  72 Level     1f00000.rtc
 45:          0     GIC-0  69 Level     sunxi-ir
 46:        502     GIC-0  76 Level     mv64xxx_i2c
 99:          1  sunxi_pio_edge  44 Edge      usb0-id-det
IPI0:          0  CPU wakeup interrupts
IPI1:          0  Timer broadcast interrupts
IPI2:          0  Rescheduling interrupts
IPI3:          0  Function call interrupts
IPI4:          0  CPU stop interrupts
IPI5:        444  IRQ work interrupts
IPI6:          0  completion interrupts
Err:          0

### ifconfig:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.66  netmask 255.255.255.0  broadcast 192.168.1.255
        ether 02:81:47:30:dc:30  txqueuelen 1000  (Ethernet)
        RX packets 6  bytes 426 (426.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5  bytes 222 (222.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 38  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 48  bytes 3888 (3.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 48  bytes 3888 (3.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


### df:

Filesystem      Size  Used Avail Use% Mounted on
/dev/root       3.6G  1.9G  1.6G  56% /
devtmpfs        468M     0  468M   0% /dev
tmpfs           501M     0  501M   0% /dev/shm
tmpfs           501M   14M  487M   3% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           501M     0  501M   0% /sys/fs/cgroup
tmpfs           256M   24K  256M   1% /tmp

### mmc0:1234 info:

              manfid: 0x000002 
                 cid: 02544d53413034471137dfea6300db83 
               fwrev: 0x1 
                 csd: 400e00325b5900001d177f800a40008d 
                 ocr: 0x00200000 
                type: SD 
                date: 11/2013 
               hwrev: 0x1 
                 dsr: 0x404 
              serial: 0x37dfea63 
          erase_size: 512 
              uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SA04G MODALIAS=mmc:block 
                 ssr: 00000000020000000202900100aa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 
                 scr: 0235800001000000 
               oemid: 0x544d 
preferred_erase_size: 4194304 
                name: SA04G 

 

 

Link to comment
Share on other sites

Armbian & Khadas are rewarding contributors

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines