WAN status in x86 system

I have installed OpenWRT in my mini pc. It cannot get connected to internet as ifstaus wan shows up= false. I believe if this can be changed I can setup the rest. Did try uci set network.wan.up=‘true’ and commit and restart network didn’t help. Not sure how to proceed from here. Can someone help, please.

You probably need to install additional driver for the NIC. This is what I did to resolve the issue (this is one way of doing it).

Note that I've included references to the branch 19.07.3. Use the proper branch you are deploying:

  • Boot the x86 system on a Live Ubuntu USB key and run the command lspci -v
  • Identify the Linux driver used by your NIC
  • Open the packages list in Packages.gz and find your driver Filename and Depends. Have a look at Description to help you confirm.
  • Still within your Live Ubuntu, download your driver and dependencies manually on a separate partition you've created, a USB Key or the mounted OpenWrt partition.
  • Reboot on OpenWrt
  • Mount your driver's location and install the drivers using the command opkg install kmod-your-driver_x86_64.ipk

As a reference, I needed the driver for a Broadcom Tigon3 Gigabit Ethernet adapters, so that was for me kmod-tg3_4.4.32-1_x86_64.ipk, and it's dependencies kmod-libphy, kmod-ptp. This is the relevant section in the Packages.gz archive:

Package: kmod-tg3
Version: 4.14.180-1
Depends: kernel (=4.14.180-1-e1dd7676581672f6f0bdb1363506dee1), kmod-libphy, kmod-ptp
License: GPL-2.0
Section: kernel
Architecture: x86_64
Installed-Size: 74758
Filename: kmod-tg3_4.14.180-1_x86_64.ipk
Size: 75461
SHA256sum: cd01b078d39dc06677c9dbbcc39f5c89995cf3eea86600adb0a39474f7336991
Description:  Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters

Best of luck!

Your solution should work but I am running into problems, well actually not problems but I can’t update the fstab to get it mount. It’s a simple thing but noobs like me who got not much Linux experience will find it challenging.

What I am doing now is trying to build the image and try if it can work. Btw, the nic is Intel igb i211 which chosen by default when I am building it but not sure why it’s not in the snapshot. Thanks for your help. I only know it’s nic issue after seeing your reply. I will update how it turns out. Thanks

OpenWrt doesn't use the traditional /etc/fstab.

In a default installation, the standard "/" rootfs should automatically be mounted and writeable. There are two ways this works internally depending on whether it is the squashfs or ext4 image, but that is not visible to the user.

In order to automatically mount additional drives / filesystems upon boot, install the block-mount package. It is configured with the /etc/config/fstab file.

When I did it (with Lede), I was using the image *-x86-64-combined-ext4.img, then created a separate ext4 partition at the end to fit the drivers. Then I mounted it temporarily using:
mkdir /mnt/drivers && mount /dev/sda3 /mnt/drivers

I don't think that it requires any package and will get around the "package to install to get Internet access without existing Internet access" problem, for those that don't want to build the image.

I am using the same image, created a separate partition called sda3, downloaded the kmod packages for the NIC and placed into a folder called "test". All done using a Ubuntu 20.04 live USB stick and shutdown the PC and remove the USB stick.

Next, start OpenWRT, mkdir /mnt/drivers && mount /dev/sda3 /mnt/drivers it successfully mounted. And then try to mv test/xx_xx.ipk mnt/drivers. This gives an error: mv: can't rename test/xx_xx.ipk : No such file or directory. I am doing this because I want to move the .ipk file to inside the mounted folder, in order to install the package. I am stuck from here onwards. I am not clear how to get the .ipk file into the temporarily mounted folder. My understanding is the package file needs to be inside the "drivers" folder.

You are almost there: no need to mv anything, just do:

There's no need for a separate partition. After flashing the ext4 image to a drive you can mount its ext4 rootfs on a Linux PC and add files to it directly. Those files will be present when OpenWrt boots. The root user's home directory is /root, which would be a good place for ipk files to install once then remove because no longer needed.

Anyway as @DjiPi said once you have the ipk somewhere in the file system just point opkg at it and install from there.

Do I need to install the dependencies as well or just the .ipk file will do?

Yes you would, but most of the Ethernet card kmods standalone and require no dependencies.

I managed to install all the .ipk files for that particular NIC driver but the problem still persist - couldn't connect or cannot ping external IP's.

dmesg:

[    0.000000] Linux version 4.14.180 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11063-85e04e9f46)) #0 SMP Sat May 16 18:32:20 2020
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=339542e9-02 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000084b09fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000084b0a000-0x0000000084b0afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000084b0b000-0x0000000084b0bfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000084b0c000-0x000000008ba1ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ba20000-0x000000008c61afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c61b000-0x000000008c6d0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c6d1000-0x000000008caaafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008caab000-0x000000008cffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008cffe000-0x000000008cffefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cfff000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000016effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Default string Default string/Default string, BIOS 5.12 11/20/2019
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x16f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008E000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 008D800000 mask 7FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x8cfff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcdf0-0x000fcdff]
[    0.000000] Base memory trampoline at [ffff888000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE
[    0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE
[    0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE
[    0.000000] BRK [0x0201e000, 0x0201efff] PGTABLE
[    0.000000] BRK [0x0201f000, 0x0201ffff] PGTABLE
[    0.000000] BRK [0x02020000, 0x02020fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000008C6D10B0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000008C6FAB10 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000008C6D1230 0298DB (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000008CA7AF00 000040
[    0.000000] ACPI: APIC 0x000000008C6FAC28 000068 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000008C6FAC90 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000008C6FACD8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000008C6FAD78 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000008C6FADB8 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C6FB118 003165 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000008C6FE280 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008C6FE2B8 0011AA (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C6FF468 0009B3 (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000008C6FFE20 000048 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000008C6FFE68 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000008C701618 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008C7016B0 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C7017F8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C701A98 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C704AA0 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008C704FB8 0002E9 (v02 INTEL  Wwan     00000001 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000008C7052A8 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000008C7052E0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DMAR 0x000000008C705338 0000A8 (v01 INTEL  EDK2     00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x000000008C7053E0 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.000000] ACPI: ASF! 0x000000008C705418 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: WSMT 0x000000008C7054B8 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000016effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000084b09fff]
[    0.000000]   node   0: [mem 0x0000000084b0c000-0x000000008ba1ffff]
[    0.000000]   node   0: [mem 0x000000008c61b000-0x000000008c6d0fff]
[    0.000000]   node   0: [mem 0x000000008cffe000-0x000000008cffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000016effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000016effffff]
[    0.000000] On node 0 totalpages: 1026672
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8876 pages used for memmap
[    0.000000]   DMA32 zone: 568021 pages, LIFO batch:31
[    0.000000]   Normal zone: 7104 pages used for memmap
[    0.000000]   Normal zone: 454656 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000008e000000-0x000000008fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.000000] random: get_random_bytes called from 0xffffffff81ebaaad with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 41 pages/cpu s127896 r8192 d31848 u1048576
[    0.000000] pcpu-alloc: s127896 r8192 d31848 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1010607
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=339542e9-02 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3952032K/4106688K available (10248K kernel code, 560K rwdata, 1652K rodata, 1084K init, 420K bss, 154656K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 4352, nr_irqs: 512, preallocated irqs: 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.010000] tsc: Detected 2200.000 MHz processor
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4416.00 BogoMIPS (lpj=22080000)
[    0.020005] pid_max: default: 32768 minimum: 301
[    0.030007] ACPI: Core revision 20170728
[    0.068851] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.070031] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.080016] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.087363] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.090004] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.100021] CPU0: Thermal monitoring enabled (TM1)
[    0.104922] process: using mwait in idle threads
[    0.110006] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.115582] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.120005] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.130005] Spectre V2 : Mitigation: Full generic retpoline
[    0.135668] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.140004] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.150005] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.160005] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.170005] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.176711] Freeing SMP alternatives memory: 32K
[    0.181500] smpboot: Max logical packages: 1
[    0.187102] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.193934] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.296221] TSC deadline timer enabled
[    0.296226] smpboot: CPU0: Intel(R) Celeron(R) CPU 3965U @ 2.20GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.300046] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.310002] ... version:                4
[    0.314142] ... bit width:              48
[    0.318372] ... generic registers:      8
[    0.320001] ... value mask:             0000ffffffffffff
[    0.325446] ... max period:             00007fffffffffff
[    0.330001] ... fixed-purpose events:   3
[    0.334139] ... event mask:             00000007000000ff
[    0.339621] Hierarchical SRCU implementation.
[    0.340093] smp: Bringing up secondary CPUs ...
[    0.344804] x86: Booting SMP configuration:
[    0.350001] .... node  #0, CPUs:      #1
[    0.350439] smp: Brought up 1 node, 2 CPUs
[    0.358722] smpboot: Total of 2 processors activated (8832.00 BogoMIPS)
[    0.361551] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.370005] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.376242] pinctrl core: initialized pinctrl subsystem
[    0.380088] NET: Registered protocol family 16
[    0.384864] cpuidle: using governor ladder
[    0.389128] ACPI: bus type PCI registered
[    0.390003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.396611] PCI: Using configuration type 1 for base access
[    0.403122] ACPI: Added _OSI(Module Device)
[    0.407441] ACPI: Added _OSI(Processor Device)
[    0.410004] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.414835] ACPI: Added _OSI(Processor Aggregator Device)
[    0.424065] ACPI: Executed 31 blocks of module-level executable AML code
[    0.439828] ACPI: Dynamic OEM Table Load:
[    0.440032] ACPI: SSDT 0xFFFF888169BC9800 00060F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.449022] ACPI: Executed 1 blocks of module-level executable AML code
[    0.450267] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.451309] ACPI: Dynamic OEM Table Load:
[    0.455452] ACPI: SSDT 0xFFFF88816A2C7C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.470252] ACPI: Executed 1 blocks of module-level executable AML code
[    0.477161] ACPI: Dynamic OEM Table Load:
[    0.480005] ACPI: SSDT 0xFFFF888169B7A000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.490001] ACPI: Executed 1 blocks of module-level executable AML code
[    0.490127] ACPI: Dynamic OEM Table Load:
[    0.500003] ACPI: SSDT 0xFFFF888169988800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.510206] ACPI: Executed 1 blocks of module-level executable AML code
[    0.517428] ACPI: Dynamic OEM Table Load:
[    0.520010] ACPI: SSDT 0xFFFF888169BF0000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.529468] ACPI: Executed 1 blocks of module-level executable AML code
[    0.538122] ACPI: Dynamic OEM Table Load:
[    0.540005] ACPI: SSDT 0xFFFF88816984D000 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.549012] ACPI: Executed 1 blocks of module-level executable AML code
[    0.550008] ACPI: Dynamic OEM Table Load:
[    0.550008] ACPI: SSDT 0xFFFF88816A2C7000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.550008] ACPI: Executed 1 blocks of module-level executable AML code
[    0.571974] ACPI: Interpreter enabled
[    0.575780] ACPI: (supports S0 S5)
[    0.579317] ACPI: Using IOAPIC for interrupt routing
[    0.580046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.590376] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.620119] ACPI: Power Resource [FN00] (off)
[    0.624701] ACPI: Power Resource [FN01] (off)
[    0.629274] ACPI: Power Resource [FN02] (off)
[    0.630086] ACPI: Power Resource [FN03] (off)
[    0.634660] ACPI: Power Resource [FN04] (off)
[    0.640511] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.646829] acpi PNP0A08:00: _OSC: OS supports [Segments MSI]
[    0.650075] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.660576] PCI host bridge to bus 0000:00
[    0.664803] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.670002] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.676925] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.680001] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.687695] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.690002] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.695628] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.695961] pci 0000:00:02.0: [8086:5906] type 00 class 0x030000
[    0.695972] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.695978] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.695982] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.696141] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.696154] pci 0000:00:08.0: reg 0x10: [mem 0xdf62f000-0xdf62ffff 64bit]
[    0.696320] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.696342] pci 0000:00:14.0: reg 0x10: [mem 0xdf610000-0xdf61ffff 64bit]
[    0.696410] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.696612] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.696634] pci 0000:00:14.2: reg 0x10: [mem 0xdf62e000-0xdf62efff 64bit]
[    0.696813] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.696840] pci 0000:00:16.0: reg 0x10: [mem 0xdf62d000-0xdf62dfff 64bit]
[    0.696916] pci 0000:00:16.0: PME# supported from D3hot
[    0.697103] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.697121] pci 0000:00:17.0: reg 0x10: [mem 0xdf628000-0xdf629fff]
[    0.697129] pci 0000:00:17.0: reg 0x14: [mem 0xdf62c000-0xdf62c0ff]
[    0.697137] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.697145] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.697153] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.697160] pci 0000:00:17.0: reg 0x24: [mem 0xdf62b000-0xdf62b7ff]
[    0.697203] pci 0000:00:17.0: PME# supported from D3hot
[    0.697353] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.697413] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.697571] pci 0000:00:1c.1: [8086:9d11] type 01 class 0x060400
[    0.697631] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.697785] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
[    0.697844] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.697998] pci 0000:00:1c.3: [8086:9d13] type 01 class 0x060400
[    0.698057] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.698211] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.698269] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.698422] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.698481] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.698648] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.698887] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.698904] pci 0000:00:1f.2: reg 0x10: [mem 0xdf624000-0xdf627fff]
[    0.699090] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.699119] pci 0000:00:1f.3: reg 0x10: [mem 0xdf620000-0xdf623fff 64bit]
[    0.699153] pci 0000:00:1f.3: reg 0x20: [mem 0xdf600000-0xdf60ffff 64bit]
[    0.699204] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.699437] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.699497] pci 0000:00:1f.4: reg 0x10: [mem 0xdf62a000-0xdf62a0ff 64bit]
[    0.699566] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.699865] pci 0000:01:00.0: [8086:1539] type 00 class 0x020000
[    0.699891] pci 0000:01:00.0: reg 0x10: [mem 0xdf500000-0xdf51ffff]
[    0.699918] pci 0000:01:00.0: reg 0x18: [io  0xe000-0xe01f]
[    0.699932] pci 0000:01:00.0: reg 0x1c: [mem 0xdf520000-0xdf523fff]
[    0.700053] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.700099] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.705196] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.705198] pci 0000:00:1c.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    0.705302] pci 0000:02:00.0: [8086:1539] type 00 class 0x020000
[    0.705328] pci 0000:02:00.0: reg 0x10: [mem 0xdf400000-0xdf41ffff]
[    0.705355] pci 0000:02:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.705369] pci 0000:02:00.0: reg 0x1c: [mem 0xdf420000-0xdf423fff]
[    0.705488] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.705532] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.710003] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.710006] pci 0000:00:1c.1:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.710108] pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
[    0.710134] pci 0000:03:00.0: reg 0x10: [mem 0xdf300000-0xdf31ffff]
[    0.710161] pci 0000:03:00.0: reg 0x18: [io  0xc000-0xc01f]
[    0.710175] pci 0000:03:00.0: reg 0x1c: [mem 0xdf320000-0xdf323fff]
[    0.710294] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.710340] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.715435] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    0.715437] pci 0000:00:1c.2:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.715539] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.715565] pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf21ffff]
[    0.715591] pci 0000:04:00.0: reg 0x18: [io  0xb000-0xb01f]
[    0.715605] pci 0000:04:00.0: reg 0x1c: [mem 0xdf220000-0xdf223fff]
[    0.715724] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.715768] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.720003] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
[    0.720006] pci 0000:00:1c.3:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.720109] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000
[    0.720134] pci 0000:05:00.0: reg 0x10: [mem 0xdf100000-0xdf11ffff]
[    0.720161] pci 0000:05:00.0: reg 0x18: [io  0xa000-0xa01f]
[    0.720175] pci 0000:05:00.0: reg 0x1c: [mem 0xdf120000-0xdf123fff]
[    0.720294] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.720338] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.725432] pci 0000:00:1c.4:   bridge window [io  0xa000-0xafff]
[    0.725435] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.725536] pci 0000:06:00.0: [8086:1539] type 00 class 0x020000
[    0.725562] pci 0000:06:00.0: reg 0x10: [mem 0xdf000000-0xdf01ffff]
[    0.725589] pci 0000:06:00.0: reg 0x18: [io  0x9000-0x901f]
[    0.725603] pci 0000:06:00.0: reg 0x1c: [mem 0xdf020000-0xdf023fff]
[    0.725722] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.725765] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.730003] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    0.730006] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.730035] pci_bus 0000:00: on NUMA node 0

-continue

 0.731528] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.738584] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.740046] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.747097] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.750045] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.757099] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.760044] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.767095] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.770615] SCSI subsystem initialized
[    0.774604] libata version 3.00 loaded.
[    0.774607] ACPI: bus type USB registered
[    0.778763] usbcore: registered new interface driver usbfs
[    0.780015] usbcore: registered new interface driver hub
[    0.785465] usbcore: registered new device driver usb
[    0.790055] PCI: Using ACPI for IRQ routing
[    0.794372] PCI: pci_cache_line_size set to 64 bytes
[    0.794442] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.794443] e820: reserve RAM buffer [mem 0x84b0a000-0x87ffffff]
[    0.794444] e820: reserve RAM buffer [mem 0x8ba20000-0x8bffffff]
[    0.794445] e820: reserve RAM buffer [mem 0x8c6d1000-0x8fffffff]
[    0.794446] e820: reserve RAM buffer [mem 0x8cfff000-0x8fffffff]
[    0.794447] e820: reserve RAM buffer [mem 0x16f000000-0x16fffffff]
[    0.794620] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.800004] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.808014] clocksource: Switched to clocksource hpet
[    0.808014] pnp: PnP ACPI init
[    0.808702] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.814778] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.820853] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.826909] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.827228] pnp 00:01: [dma 0 disabled]
[    0.827271] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.827568] pnp 00:02: [dma 0 disabled]
[    0.827604] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.827640] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.827682] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.827839] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.833914] system 00:05: [io  0xffff] has been reserved
[    0.839360] system 00:05: [io  0xffff] has been reserved
[    0.844821] system 00:05: [io  0xffff] has been reserved
[    0.850282] system 00:05: [io  0x1800-0x18fe] has been reserved
[    0.856330] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.862403] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.862502] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.862543] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.868605] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.868830] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.875602] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.882369] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.889115] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.895880] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.902650] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.909397] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.916163] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.922930] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.930060] system 00:08: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.936812] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.936860] system 00:09: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.943634] system 00:09: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.950402] system 00:09: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.957149] system 00:09: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.964261] system 00:09: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.971030] system 00:09: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.977776] system 00:09: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.984544] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.984845] system 00:0a: [io  0xff00-0xfffe] has been reserved
[    0.990932] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.992099] system 00:0b: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.998855] system 00:0b: [mem 0xfe028000-0xfe028fff] has been reserved
[    1.005628] system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    1.012395] system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    1.019143] system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved
[    1.025913] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.026751] pnp: PnP ACPI: found 12 devices
[    1.036217] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.045371] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.050493] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    1.056723] pci 0000:00:1c.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    1.063673] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.068772] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    1.075021] pci 0000:00:1c.1:   bridge window [mem 0xdf400000-0xdf4fffff]
[    1.081968] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.087060] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    1.093308] pci 0000:00:1c.2:   bridge window [mem 0xdf300000-0xdf3fffff]
[    1.100256] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.105354] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
[    1.111605] pci 0000:00:1c.3:   bridge window [mem 0xdf200000-0xdf2fffff]
[    1.118529] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.123646] pci 0000:00:1c.4:   bridge window [io  0xa000-0xafff]
[    1.129869] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[    1.136818] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    1.141933] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    1.148165] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    1.155116] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.155118] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.155119] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.155120] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    1.155121] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    1.155122] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.155123] pci_bus 0000:01: resource 1 [mem 0xdf500000-0xdf5fffff]
[    1.155125] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.155126] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff]
[    1.155127] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    1.155128] pci_bus 0000:03: resource 1 [mem 0xdf300000-0xdf3fffff]
[    1.155129] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.155130] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf2fffff]
[    1.155131] pci_bus 0000:05: resource 0 [io  0xa000-0xafff]
[    1.155132] pci_bus 0000:05: resource 1 [mem 0xdf100000-0xdf1fffff]
[    1.155133] pci_bus 0000:06: resource 0 [io  0x9000-0x9fff]
[    1.155134] pci_bus 0000:06: resource 1 [mem 0xdf000000-0xdf0fffff]
[    1.155286] NET: Registered protocol family 2
[    1.159877] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.167369] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.174226] TCP: Hash tables configured (established 32768 bind 32768)
[    1.180932] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.187079] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.193709] NET: Registered protocol family 1
[    1.198212] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.207094] PCI: CLS 64 bytes, default 64
[    1.207138] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.213755] software IO TLB: mapped [mem 0x87a20000-0x8ba20000] (64MB)
[    1.220505] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    1.228636] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.234543] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.240352] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    1.245884] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    1.251699] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    1.257354] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
[    1.268354] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[    1.275683] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.282086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.289701] io scheduler noop registered
[    1.293800] io scheduler deadline registered (default)
[    1.299245] gpio_it87: Found Chip IT8728 rev 0. 64 GPIO lines starting at 0a00h
[    1.307666] hv_vmbus: registering driver hv_pci
[    1.312366] hv_vmbus: registering driver hyperv_fb
[    1.319557] intel_idle: MWAIT substates: 0x11142120
[    1.319558] intel_idle: v0.4.1 model 0x8E
[    1.319649] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.319826] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.328433] ACPI: Sleep Button [SLPB]
[    1.332280] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.340875] ACPI: Power Button [PWRB]
[    1.344694] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.352385] ACPI: Power Button [PWRF]
[    1.356972] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.369520] thermal LNXTHERM:00: registered as thermal_zone0
[    1.375338] ACPI: Thermal Zone [TZ00] (28 C)
[    1.379872] thermal LNXTHERM:01: registered as thermal_zone1
[    1.385683] ACPI: Thermal Zone [TZ01] (30 C)
[    1.390193] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.417432] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.445761] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.453839] Non-volatile memory driver v1.3
[    1.458240] Linux agpgart interface v0.103
[    1.465007] [drm] Memory usable by graphics device = 4096M
[    1.470651] [drm] Replacing VGA console driver
[    1.476838] Console: switching to colour dummy device 80x25
[    1.488648] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.495283] [drm] Driver supports precise vblank timestamp query.
[    1.504202] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_01.bin failed with error -2
[    1.513449] i915 0000:00:02.0: Falling back to user helper
[    1.784838] [drm] failed to retrieve link info, disabling eDP
[    1.791565] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[    1.800234] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.807461] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.817424] loop: module loaded
[    1.820627] Guest personality initialized and is inactive
[    1.826041] VMCI host device registered (name=vmci, major=10, minor=63)
[    1.832682] Initialized host personality
[    1.836652] VMware PVSCSI driver - version 1.0.7.0-k
[    1.841654] hv_vmbus: registering driver hv_storvsc
[    1.846561] ahci 0000:00:17.0: version 3.0
[    1.846757] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.854864] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.864171] scsi host0: ahci
[    1.867199] scsi host1: ahci
[    1.870247] ata1: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b100 irq 121
[    1.877761] ata2: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b180 irq 121
[    1.885401] VMware vmxnet3 virtual NIC driver - version 1.4.a.0-k-NAPI
[    1.891992] hv_vmbus: registering driver hv_netvsc
[    1.896815] Fusion MPT base driver 3.04.20
[    1.900959] Copyright (c) 1999-2008 LSI Corporation
[    1.905865] Fusion MPT SPI Host driver 3.04.20
[    1.910372] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.916930] ehci-pci: EHCI PCI platform driver
[    1.921430] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.927637] ohci-pci: OHCI PCI platform driver
[    1.932140] ohci-platform: OHCI generic platform driver
[    1.937400] uhci_hcd: USB Universal Host Controller Interface driver
[    1.943964] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.949229] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.957771] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.967112] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.967486] hub 1-0:1.0: USB hub found
[    1.971362] hub 1-0:1.0: 12 ports detected
[    1.976740] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.982037] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.989475] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.996085] hub 2-0:1.0: USB hub found
[    1.999878] hub 2-0:1.0: 6 ports detected
[    2.004341] usb: port power management may be unreliable
[    2.009696] fbcon: inteldrmfb (fb0) is primary device
[    2.009769] usbcore: registered new interface driver usb-storage
[    2.009804] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.010687] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.010691] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.010704] hv_vmbus: registering driver hyperv_keyboard
[    2.010735] rtc_cmos 00:06: RTC can wake from S4
[    2.011124] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.011217] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.011721] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.011748] intel_pstate: Intel P-state driver initializing
[    2.011829] intel_pstate: HWP enabled
[    2.011839] sdhci: Secure Digital Host Controller Interface driver
[    2.011840] sdhci: Copyright(c) Pierre Ossman
[    2.012107] hidraw: raw HID events driver (C) Jiri Kosina
[    2.012114] hv_vmbus: registering driver hid_hyperv
[    2.012124] usbcore: registered new interface driver usbhid
[    2.012124] usbhid: USB HID core driver
[    2.012131] hv_utils: Registering HyperV Utility Driver
[    2.012132] hv_vmbus: registering driver hv_util
[    2.012132] hv_vmbus: registering driver hv_balloon
[    2.012247] NET: Registered protocol family 10
[    2.012445] Segment Routing with IPv6
[    2.012457] NET: Registered protocol family 17
[    2.012462] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.012463] 8021q: 802.1Q VLAN Support v1.8
[    2.012482] NET: Registered protocol family 40
[    2.012695] mce: Using 8 MCE banks
[    2.012727] microcode: sig=0x806e9, pf=0x80, revision=0x8e
[    2.012773] microcode: Microcode Update Driver: v2.2.
[    2.012778] SSE version of gcm_enc/dec engaged.
[    2.014133] sched_clock: Marking stable (2014129092, 0)->(2117183248, -103054156)
[    2.014183] registered taskstats version 1
[    2.015260] rtc_cmos 00:06: setting system clock to 2020-06-26 17:21:09 UTC (1593192069)
[    2.082980] Console: switching to colour frame buffer device 240x67
[    2.212558] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.215036] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.219964] ata1: SATA link down (SStatus 4 SControl 300)
[    2.316794] clocksource: Switched to clocksource tsc
[    2.322897] ata2.00: ATA-8: KINGSTON SV300S37A120G, 583ABBF0, max UDMA/133
[    2.330046] ata2.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.343679] ata2.00: configured for UDMA/133
[    2.348253] scsi 1:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
[    2.358339] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    2.367562] sd 1:0:0:0: [sda] Write Protect is off
[    2.373853] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.373875] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.380084] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[    2.392732]  sda: sda1 sda2 sda3
[    2.397724] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.405458] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
[    2.414084] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[    2.423016] Freeing unused kernel memory: 1084K
[    2.454794] random: fast init done
[    2.470145] Write protecting the kernel read-only data: 14336k
[    2.478170] Freeing unused kernel memory: 2016K
[    2.485181] Freeing unused kernel memory: 396K
[    2.502372] init: Console is alive
[    2.517888] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.527295] pps_core: LinuxPPS API ver. 1 registered
[    2.533781] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.544988] PTP clock support registered
[    2.550758] Button Hotplug driver version 0.4.1
[    2.556934] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    2.567991] init: - preinit -
[    2.588129] random: procd: uninitialized urandom read (4 bytes read)
[    2.599693] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0A81:0101.0001/input/input8
[    2.613142] random: jshn: uninitialized urandom read (4 bytes read)
[    2.624953] random: jshn: uninitialized urandom read (4 bytes read)
[    2.680175] hid-generic 0003:0A81:0101.0001: input,hidraw0: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:14.0-3/input0
[    2.699886] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0A81:0101.0002/input/input9
[    2.780144] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:14.0-3/input1
[    2.940070] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    3.110334] [drm] RC6 on
[    3.123851] input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:25A7:FA61.0003/input/input10
[    3.200126] hid-generic 0003:25A7:FA61.0003: input,hidraw2: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-0000:00:14.0-4/input0
[    3.218472] input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:25A7:FA61.0004/input/input11
[    3.300151] hid-generic 0003:25A7:FA61.0004: input,hiddev96,hidraw3: USB HID v1.10 Mouse [Compx 2.4G Receiver] on usb-0000:00:14.0-4/input1
[    3.460076] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    5.672674] mount_root: mounting /dev/root
[    5.678650] EXT4-fs (sda2): re-mounted. Opts: (null)
[    5.694125] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[    5.704109] urandom-seed: Seeding with /etc/urandom.seed
[    5.714201] procd: - early -
[    6.332759] procd: - ubus -
[    6.341299] urandom_read: 4 callbacks suppressed
[    6.341300] random: ubusd: uninitialized urandom read (4 bytes read)
[    6.388819] random: ubusd: uninitialized urandom read (4 bytes read)
[    6.398745] random: ubusd: uninitialized urandom read (4 bytes read)
[    6.409055] procd: - init -
[    6.437090] kmodloader: loading kernel modules from /etc/modules.d/*
[    6.439742] urngd: v1.0.2 started.
[    6.450800] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    6.457413] random: crng init done
[    6.459611] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    6.473385] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    6.482164] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.719155] pps pps0: new PPS source ptp0
[    6.726833] igb 0000:01:00.0: added PHC on eth0
[    6.734872] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.745249] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:ca
[    6.754471] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF
[    6.761315] igb 0000:01:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    7.000775] pps pps1: new PPS source ptp1
[    7.008476] igb 0000:02:00.0: added PHC on eth1
[    7.016636] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[    7.027083] igb 0000:02:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:cb
[    7.036990] igb 0000:02:00.0: eth1: PBA No: FFFFFF-0FF
[    7.043935] igb 0000:02:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    7.283338] pps pps2: new PPS source ptp2
[    7.289348] igb 0000:03:00.0: added PHC on eth2
[    7.295486] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    7.304076] igb 0000:03:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:cc
[    7.312868] igb 0000:03:00.0: eth2: PBA No: FFFFFF-0FF
[    7.319534] igb 0000:03:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    7.559141] pps pps3: new PPS source ptp3
[    7.566735] igb 0000:04:00.0: added PHC on eth3
[    7.574752] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    7.585135] igb 0000:04:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:cd
[    7.595728] igb 0000:04:00.0: eth3: PBA No: FFFFFF-0FF
[    7.604343] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    7.845413] pps pps4: new PPS source ptp4
[    7.853020] igb 0000:05:00.0: added PHC on eth4
[    7.861047] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    7.871419] igb 0000:05:00.0: eth4: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:ce
[    7.882104] igb 0000:05:00.0: eth4: PBA No: FFFFFF-0FF
[    7.890684] igb 0000:05:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    8.130758] pps pps5: new PPS source ptp5
[    8.138358] igb 0000:06:00.0: added PHC on eth5
[    8.146310] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[    8.156616] igb 0000:06:00.0: eth5: (PCIe:2.5Gb/s:Width x1) 00:9b:c8:f0:03:cf
[    8.167217] igb 0000:06:00.0: eth5: PBA No: FFFFFF-0FF
[    8.175745] igb 0000:06:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    8.194010] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.204608] i2c /dev entries driver
[    8.217471] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    8.226631] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    8.237280] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.248321] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    8.270473] xt_time: kernel timezone is -0000
[    8.277651] PPP generic driver version 2.4.2
[    8.283594] NET: Registered protocol family 24
[    8.289941] kmodloader: done loading kernel modules from /etc/modules.d/*
[    9.671198] 8021q: adding VLAN 0 to HW filter on device eth0
[    9.678752] br-lan: port 1(eth0) entered blocking state
[    9.685329] br-lan: port 1(eth0) entered disabled state
[    9.692015] device eth0 entered promiscuous mode
[    9.698195] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[    9.733034] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    9.740176] 8021q: adding VLAN 0 to HW filter on device eth1
[   12.450586] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   12.700301] br-lan: port 1(eth0) entered blocking state
[   12.708420] br-lan: port 1(eth0) entered forwarding state
[   12.716938] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   64.470042] i915 0000:00:02.0: Failed to load DMC firmware [https://01.org/linuxgraphics/downloads/firmware], disabling runtime power management.

-End-

The issue was when I run uci show network LAN is registered as eth0 and WAN as eth1. So I edited the config file to swap and it’s working. I found this issue in this article.

I guess this is common troubleshooting because it’s also shown here

Thanks for helping me in this guys I will now have to look at wireless configuration.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.