Amazon website stops internet on openwrt router connected to 5g modem

I have installed openwrt firmware latest version on x86 pc attached with QUECTEL RM520N-GL module(5G) and configure the module with modem manager.All working smoothly.But when I open amazon website my internet goes off.To reset my internet I have to reboot my router.I have completely off ipv6 in my router and also change my dns to to 8.8.8.8,8.8.4.4..
My current confuguration is as follows

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.packet_steering='1'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='eth0'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='64'
network.lan.delegate='0'
network.lan.ipaddr='192.168.12.1'
network.lan.dns='8.8.8.8' '8.8.4.4'
network.wan=interface
network.wan.device='eth1'
network.wan.proto='dhcp'
network.wan6=interface
network.wan6.device='eth1'
network.wan6.proto='dhcpv6'
network.5G=interface
network.5G.proto='modemmanager'
network.5G.device='/sys/devices/pci0000:00/0000:00:15.0/usb2/2-1'
network.5G.apn='jionet5g'
network.5G.auth='none'
network.5G.iptype='ipv4'
network.5G.dns='8.8.8.8' '8.8.4.4'
network.5G.delegate='0'

Dmesg would be interesting, at the time it goes off.

root@OpenWrt:~# dmesg
[ 0.000000] Linux version 5.10.176 (builder@buildhost) (x86_64-openwrt-linux- musl-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2. 37) #0 SMP Thu Apr 27 20:28:15 2023
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=bf7a017b-479 4-7eeb-750b-7774328fbd02 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point regi sters'
[ 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] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009cc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000075e1cfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075e1d000-0x0000000079644fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079645000-0x0000000079665fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000079666000-0x0000000079a30fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000079a31000-0x0000000079df2fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079df3000-0x000000007aad7fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007aad8000-0x000000007aad8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007aad9000-0x000000007aadafff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007aadb000-0x000000007ab94fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007ab95000-0x000000007ac44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007ac45000-0x000000007affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: Intel BOXJ4117/Intel BOXJ4117, BIOS 5.13 04/26/2021
[ 0.000000] tsc: Detected 1996.800 MHz processor
[ 0.001546] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001551] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001570] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[ 0.001575] MTRR default type: uncachable
[ 0.001577] MTRR fixed ranges enabled:
[ 0.001578] 00000-9FFFF write-back
[ 0.001580] A0000-BFFFF uncachable
[ 0.001582] C0000-FFFFF write-protect
[ 0.001583] MTRR variable ranges enabled:
[ 0.001585] 0 base 0000000000 mask 7F80000000 write-back
[ 0.001587] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.001588] 2 base 007B000000 mask 7FFF000000 uncachable
[ 0.001590] 3 base 0100000000 mask 7F00000000 write-back
[ 0.001591] 4 base 0200000000 mask 7F80000000 write-back
[ 0.001593] 5 base 00FF800000 mask 7FFF800000 write-combining
[ 0.001595] 6 base 0090000000 mask 7FF0000000 write-combining
[ 0.001596] 7 disabled
[ 0.001597] 8 disabled
[ 0.001598] 9 disabled
[ 0.001698] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001894] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[ 0.007519] found SMP MP-table at [mem 0x000fcde0-0x000fcdef]
[ 0.007540] Using GB pages for direct mapping
[ 0.008983] ACPI: Early table checksum verification disabled
[ 0.008988] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[ 0.008995] ACPI: XSDT 0x000000007964B0C0 0000DC (v01 ALASKA A M I 0107200 9 AMI 00010013)
[ 0.009004] ACPI: FACP 0x0000000079656E20 000114 (v06 ALASKA A M I 0107200 9 AMI 00010013)
[ 0.009014] ACPI: DSDT 0x000000007964B230 00BBEE (v02 ALASKA A M I 0107200 9 INTL 20160930)
[ 0.009020] ACPI: FACS 0x0000000079A30080 000040
[ 0.009025] ACPI: FPDT 0x0000000079656F40 000044 (v01 ALASKA A M I 0107200 9 AMI 00010013)
[ 0.009031] ACPI: FIDT 0x0000000079656F90 00009C (v01 ALASKA A M I 0107200 9 AMI 00010013)
[ 0.009037] ACPI: MCFG 0x0000000079657030 00003C (v01 ALASKA A M I 0107200 9 MSFT 00000097)
[ 0.009042] ACPI: DBG2 0x0000000079657070 000072 (v00 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009048] ACPI: DBGP 0x00000000796570F0 000034 (v01 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009053] ACPI: HPET 0x0000000079657130 000038 (v01 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009059] ACPI: LPIT 0x0000000079657170 00005C (v01 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009064] ACPI: APIC 0x00000000796571D0 000084 (v04 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009070] ACPI: NPKT 0x0000000079657260 000065 (v01 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009075] ACPI: SSDT 0x00000000796572D0 0041CE (v02 INTEL DptfTab 0000000 3 BRXT 0100000D)
[ 0.009081] ACPI: SSDT 0x000000007965B4A0 004C2A (v02 INTEL RVPRtd3 0000000 3 BRXT 0100000D)
[ 0.009087] ACPI: SSDT 0x00000000796600D0 0010B3 (v02 INTEL UsbCTabl 0000000 3 BRXT 0100000D)
[ 0.009092] ACPI: SSDT 0x0000000079661190 0009FF (v01 Intel_ Platform 0000100 0 INTL 20160930)
[ 0.009098] ACPI: SSDT 0x0000000079661B90 0000B1 (v01 Intel_ ADebTabl 0000100 0 INTL 20160930)
[ 0.009104] ACPI: SSDT 0x0000000079661C50 0004B4 (v02 PmRef Cpu0Ist 0000300 0 INTL 20160930)
[ 0.009110] ACPI: SSDT 0x0000000079662110 000775 (v02 CpuRef CpuSsdt 0000300 0 INTL 20160930)
[ 0.009116] ACPI: SSDT 0x0000000079662890 00035F (v02 PmRef Cpu0Tst 0000300 0 INTL 20160930)
[ 0.009121] ACPI: SSDT 0x0000000079662BF0 0001E6 (v02 PmRef ApTst 0000300 0 INTL 20160930)
[ 0.009127] ACPI: SSDT 0x0000000079662DE0 00283D (v02 SaSsdt SaSsdt 0000300 0 INTL 20160930)
[ 0.009133] ACPI: DMAR 0x0000000079665620 0000A8 (v01 INTEL GLK-SOC 0000000 3 BRXT 0100000D)
[ 0.009138] ACPI: WDAT 0x00000000796656D0 000104 (v01 0000000 0 00000000)
[ 0.009144] ACPI: WSMT 0x00000000796657E0 000028 (v01 ALASKA A M I 0107200 9 AMI 00010013)
[ 0.009150] ACPI: Reserving FACP table memory at [mem 0x79656e20-0x79656f33]
[ 0.009152] ACPI: Reserving DSDT table memory at [mem 0x7964b230-0x79656e1d]
[ 0.009154] ACPI: Reserving FACS table memory at [mem 0x79a30080-0x79a300bf]
[ 0.009157] ACPI: Reserving FPDT table memory at [mem 0x79656f40-0x79656f83]
[ 0.009159] ACPI: Reserving FIDT table memory at [mem 0x79656f90-0x7965702b]
[ 0.009161] ACPI: Reserving MCFG table memory at [mem 0x79657030-0x7965706b]
[ 0.009163] ACPI: Reserving DBG2 table memory at [mem 0x79657070-0x796570e1]
[ 0.009165] ACPI: Reserving DBGP table memory at [mem 0x796570f0-0x79657123]
[ 0.009167] ACPI: Reserving HPET table memory at [mem 0x79657130-0x79657167]
[ 0.009169] ACPI: Reserving LPIT table memory at [mem 0x79657170-0x796571cb]
[ 0.009171] ACPI: Reserving APIC table memory at [mem 0x796571d0-0x79657253]
[ 0.009173] ACPI: Reserving NPKT table memory at [mem 0x79657260-0x796572c4]
[ 0.009176] ACPI: Reserving SSDT table memory at [mem 0x796572d0-0x7965b49d]
[ 0.009178] ACPI: Reserving SSDT table memory at [mem 0x7965b4a0-0x796600c9]
[ 0.009180] ACPI: Reserving SSDT table memory at [mem 0x796600d0-0x79661182]
[ 0.009182] ACPI: Reserving SSDT table memory at [mem 0x79661190-0x79661b8e]
[ 0.009185] ACPI: Reserving SSDT table memory at [mem 0x79661b90-0x79661c40]
[ 0.009187] ACPI: Reserving SSDT table memory at [mem 0x79661c50-0x79662103]
[ 0.009189] ACPI: Reserving SSDT table memory at [mem 0x79662110-0x79662884]
[ 0.009191] ACPI: Reserving SSDT table memory at [mem 0x79662890-0x79662bee]
[ 0.009194] ACPI: Reserving SSDT table memory at [mem 0x79662bf0-0x79662dd5]
[ 0.009196] ACPI: Reserving SSDT table memory at [mem 0x79662de0-0x7966561c]
[ 0.009198] ACPI: Reserving DMAR table memory at [mem 0x79665620-0x796656c7]
[ 0.009200] ACPI: Reserving WDAT table memory at [mem 0x796656d0-0x796657d3]
[ 0.009203] ACPI: Reserving WSMT table memory at [mem 0x796657e0-0x79665807]
[ 0.009216] ACPI: Local APIC address 0xfee00000
[ 0.009242] Zone ranges:
[ 0.009245] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009248] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009251] Normal [mem 0x0000000100000000-0x000000027fffffff]
[ 0.009254] Movable zone start for each node
[ 0.009256] Early memory node ranges
[ 0.009258] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.009260] node 0: [mem 0x0000000000100000-0x000000000fffffff]
[ 0.009262] node 0: [mem 0x0000000012151000-0x0000000075e1cfff]
[ 0.009264] node 0: [mem 0x0000000079df3000-0x000000007aad7fff]
[ 0.009266] node 0: [mem 0x000000007aadb000-0x000000007ab94fff]
[ 0.009268] node 0: [mem 0x000000007ac45000-0x000000007affffff]
[ 0.009270] node 0: [mem 0x0000000100000000-0x000000027fffffff]
[ 0.009273] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[ 0.009277] On node 0 totalpages: 2051521
[ 0.009278] DMA zone: 64 pages used for memmap
[ 0.009280] DMA zone: 21 pages reserved
[ 0.009281] DMA zone: 3995 pages, LIFO batch:0
[ 0.009283] DMA32 zone: 7417 pages used for memmap
[ 0.009284] DMA32 zone: 474662 pages, LIFO batch:63
[ 0.009286] Normal zone: 24576 pages used for memmap
[ 0.009287] Normal zone: 1572864 pages, LIFO batch:63
[ 0.009292] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.009359] On node 0, zone DMA: 100 pages in unavailable ranges
[ 0.017263] On node 0, zone DMA32: 8529 pages in unavailable ranges
[ 0.017766] On node 0, zone DMA32: 16342 pages in unavailable ranges
[ 0.017772] On node 0, zone DMA32: 3 pages in unavailable ranges
[ 0.017794] On node 0, zone DMA32: 176 pages in unavailable ranges
[ 0.044091] On node 0, zone Normal: 20480 pages in unavailable ranges
[ 0.044119] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[ 0.044410] ACPI: PM-Timer IO Port: 0x408
[ 0.044414] ACPI: Local APIC address 0xfee00000
[ 0.044424] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.044426] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.044428] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.044430] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.044466] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[ 0.044470] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.044473] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.044476] ACPI: IRQ0 used by override.
[ 0.044478] ACPI: IRQ9 used by override.
[ 0.044481] Using ACPI (MADT) for SMP configuration information
[ 0.044484] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.044491] TSC deadline timer available
[ 0.044494] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.044542] [mem 0x80000000-0xcfffffff] available for PCI devices
[ 0.044545] Booting paravirtualized kernel on bare hardware
[ 0.044552] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffff ffff, max_idle_ns: 19112604462750000 ns
[ 0.044562] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_nod e_ids:1
[ 0.045008] percpu: Embedded 48 pages/cpu s157016 r8192 d31400 u524288
[ 0.045020] pcpu-alloc: s157016 r8192 d31400 u524288 alloc=1*2097152
[ 0.045023] pcpu-alloc: [0] 0 1 2 3
[ 0.045062] Built 1 zonelists, mobility grouping on. Total pages: 2019443
[ 0.045065] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=bf7a0 17b-4794-7eeb-750b-7774328fbd02 rootwait console=tty0 console=ttyS0,115200n8 noi nitrd
[ 0.046566] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byte s, linear)
[ 0.047274] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.047332] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.094990] Memory: 7971036K/8206084K available (14338K kernel code, 1127K rw data, 2084K rodata, 1472K init, 1384K bss, 234792K reserved, 0K cma-reserved)
[ 0.095065] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.095137] rcu: Hierarchical RCU implementation.
[ 0.095141] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.095143] Tracing variant of Tasks RCU enabled.
[ 0.095146] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif fies.
[ 0.095148] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.095177] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.098068] Console: colour VGA+ 80x25
[ 0.112907] printk: console [tty0] enabled
[ 1.182505] printk: console [ttyS0] enabled
[ 1.186800] ACPI: Core revision 20200925
[ 1.191235] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_i dle_ns: 99544814920 ns
[ 1.200517] APIC: Switch to symmetric I/O mode setup
[ 1.206914] x2apic: IRQ remapping doesn't support X2APIC mode
[ 1.217765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 1.270481] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39 90bec8342, max_idle_ns: 881590769617 ns
[ 1.281156] Calibrating delay loop (skipped), value calculated using timer fr equency.. 3993.60 BogoMIPS (lpj=19968000)
[ 1.291157] pid_max: default: 32768 minimum: 301
[ 1.295942] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, li near)
[ 1.301179] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte s, linear)
[ 1.311465] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 1.318158] mce: CPU0: Thermal monitoring enabled (TM1)
[ 1.321223] process: using mwait in idle threads
[ 1.325944] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 1.331157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 1.341160] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user poin ter sanitization
[ 1.349824] Spectre V2 : Mitigation: Enhanced IBRS
[ 1.351157] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on c ontext switch
[ 1.361160] Spectre V2 : mitigation: Enabling conditional Indirect Branch Pre diction Barrier
[ 1.371159] Speculative Store Bypass: Mitigation: Speculative Store Bypass di sabled via prctl and seccomp
[ 1.411865] Freeing SMP alternatives memory: 40K
[ 1.421281] smpboot: CPU0: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz (family: 0 x6, model: 0x7a, stepping: 0x8)
[ 1.431351] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR , full-width counters, Intel PMU driver.
[ 1.441159] ... version: 4
[ 1.445270] ... bit width: 48
[ 1.449468] ... generic registers: 4
[ 1.451156] ... value mask: 0000ffffffffffff
[ 1.456573] ... max period: 00007fffffffffff
[ 1.461156] ... fixed-purpose events: 3
[ 1.465255] ... event mask: 000000070000000f
[ 1.470816] rcu: Hierarchical SRCU implementation.
[ 1.471226] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 1.479108] smp: Bringing up secondary CPUs ...
[ 1.481314] x86: Booting SMP configuration:
[ 1.485599] .... node #0, CPUs: #1 #2 #3
[ 1.488832] smp: Brought up 1 node, 4 CPUs
[ 1.495366] smpboot: Max logical packages: 1
[ 1.499737] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
[ 1.502202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns
[ 1.511165] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 1.518201] pinctrl core: initialized pinctrl subsystem
[ 1.521645] NET: Registered protocol family 16
[ 1.526481] thermal_sys: Registered thermal governor 'step_wise'
[ 1.526482] thermal_sys: Registered thermal governor 'user_space'
[ 1.531230] cpuidle: using governor ladder
[ 1.541289] ACPI: bus type PCI registered
[ 1.545406] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.551233] PCI: Using configuration type 1 for base access
[ 1.563312] cryptd: max_cpu_qlen set to 1000
[ 1.568161] ACPI: Added _OSI(Module Device)
[ 1.571160] ACPI: Added _OSI(Processor Device)
[ 1.575703] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.580508] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.581187] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.585733] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.591154] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 1.610022] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 1.672208] ACPI: Dynamic OEM Table Load:
[ 1.676335] ACPI: SSDT 0xFFFF888100235400 000190 (v02 PmRef Cpu0Cst 0000300 1 INTL 20160930)
[ 1.682443] ACPI: Dynamic OEM Table Load:
[ 1.686561] ACPI: SSDT 0xFFFF888100235600 0001E6 (v02 PmRef ApIst 0000300 0 INTL 20160930)
[ 1.692169] ACPI: Dynamic OEM Table Load:
[ 1.696286] ACPI: SSDT 0xFFFF88810019BD00 0000C9 (v02 PmRef ApCst 0000300 0 INTL 20160930)
[ 1.703313] ACPI: Interpreter enabled
[ 1.707087] ACPI: (supports S0 S5)
[ 1.710601] ACPI: Using IOAPIC for interrupt routing
[ 1.711209] PCI: Using host bridge windows from ACPI; if necessary, use "pci= nocrs" and report a bug
[ 1.720844] ACPI: Enabled 10 GPEs in block 00 to 7F
[ 1.723846] ACPI: Power Resource [SPPR] (on)
[ 1.728440] ACPI: Power Resource [SPPR] (on)
[ 1.731474] ACPI: Power Resource [UPPR] (on)
[ 1.736023] ACPI: Power Resource [BTPR] (on)
[ 1.740655] ACPI: Power Resource [UPPR] (on)
[ 1.741302] ACPI: Power Resource [UPPR] (on)
[ 1.745920] ACPI: Power Resource [PX03] (off)
[ 1.751097] ACPI: Power Resource [BTPR] (on)
[ 1.751456] ACPI: Power Resource [UPPR] (on)
[ 1.756016] ACPI: Power Resource [UPPR] (on)
[ 1.760539] ACPI: Power Resource [UPPR] (on)
[ 1.761370] ACPI: Power Resource [USBC] (on)
[ 1.765870] ACPI: Power Resource [LSPR] (on)
[ 1.772385] ACPI: Power Resource [SDPR] (on)
[ 1.831483] ACPI: Power Resource [PXP] (on)
[ 1.871713] ACPI: Power Resource [DRST] (on)
[ 1.876342] ACPI: Power Resource [PXP] (on)
[ 1.911699] ACPI: Power Resource [DRST] (on)
[ 1.916320] ACPI: Power Resource [PXP] (on)
[ 1.951701] ACPI: Power Resource [DRST] (on)
[ 1.956264] ACPI: Power Resource [PXP] (off)
[ 1.961198] ACPI: Power Resource [DRST] (on)
[ 1.965823] ACPI: Power Resource [PXP] (on)
[ 2.001708] ACPI: Power Resource [DRST] (on)
[ 2.006346] ACPI: Power Resource [PXP] (on)
[ 2.041710] ACPI: Power Resource [DRST] (on)
[ 2.046660] ACPI: Power Resource [WRST] (on)
[ 2.051259] ACPI: Power Resource [PAUD] (on)
[ 2.060373] ACPI: Power Resource [FN00] (on)
[ 2.062113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 2.068410] acpi PNP0A08:00: _OSC: OS supports [Segments MSI HPX-Type3]
[ 2.071270] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [Ex tendedConfig ASPM ClockPM MSI]
[ 2.081852] PCI host bridge to bus 0000:00
[ 2.086058] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 2.091160] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 2.098063] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 2.101157] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 2.108062] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff win dow]
[ 2.111157] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff win dow]
[ 2.118770] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff win dow]
[ 2.121157] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff win dow]
[ 2.128775] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff win dow]
[ 2.131160] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff win dow]
[ 2.138775] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff win dow]
[ 2.141157] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff win dow]
[ 2.148771] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff win dow]
[ 2.151157] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff win dow]
[ 2.158768] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff win dow]
[ 2.161160] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff win dow]
[ 2.168790] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff win dow]
[ 2.171157] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff win dow]
[ 2.178774] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff win dow]
[ 2.181158] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.186768] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[ 2.191549] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[ 2.197680] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[ 2.201585] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[ 2.207708] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[ 2.211164] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref ]
[ 2.218524] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 2.221584] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040300
[ 2.227718] pci 0000:00:0e.0: reg 0x10: [mem 0xa1610000-0xa1613fff 64bit]
[ 2.231184] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[ 2.238150] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[ 2.241866] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[ 2.248013] pci 0000:00:0f.0: reg 0x10: [mem 0xa1619000-0xa1619fff 64bit]
[ 2.251257] pci 0000:00:0f.0: PME# supported from D3hot
[ 2.256973] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[ 2.261171] pci 0000:00:12.0: reg 0x10: [mem 0xa1614000-0xa1615fff]
[ 2.267563] pci 0000:00:12.0: reg 0x14: [mem 0xa1618000-0xa16180ff]
[ 2.271167] pci 0000:00:12.0: reg 0x18: [io 0xf090-0xf097]
[ 2.276855] pci 0000:00:12.0: reg 0x1c: [io 0xf080-0xf083]
[ 2.281170] pci 0000:00:12.0: reg 0x20: [io 0xf060-0xf07f]
[ 2.286861] pci 0000:00:12.0: reg 0x24: [mem 0xa1617000-0xa16177ff]
[ 2.291199] pci 0000:00:12.0: PME# supported from D3hot
[ 2.296901] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[ 2.301220] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[ 2.307778] pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400
[ 2.311219] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[ 2.317777] pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
[ 2.321222] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[ 2.327784] pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
[ 2.331221] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[ 2.337802] pci 0000:00:14.0: [8086:31d6] type 01 class 0x060400
[ 2.341218] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[ 2.347774] pci 0000:00:14.1: [8086:31d7] type 01 class 0x060400
[ 2.351223] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[ 2.357812] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[ 2.361175] pci 0000:00:15.0: reg 0x10: [mem 0xa1600000-0xa160ffff 64bit]
[ 2.368142] pci 0000:00:15.0: PME# supported from D3hot D3cold
[ 2.371559] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[

2.378148] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500

[ 2.381221] pci 0000:00:1f.1: reg 0x10: [mem 0xa1616000-0xa16160ff 64bit]
[ 2.388195] pci 0000:00:1f.1: reg 0x20: [io 0xf040-0xf05f]
[ 2.391641] pci 0000:01:00.0: [8086:1539] type 00 class 0x020000
[ 2.397772] pci 0000:01:00.0: reg 0x10: [mem 0xa1500000-0xa151ffff]
[ 2.401185] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
[ 2.406877] pci 0000:01:00.0: reg 0x1c: [mem 0xa1520000-0xa1523fff]
[ 2.411277] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.417563] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 2.421160] pci 0000:00:13.0: bridge window [io 0xe000-0xefff]
[ 2.427358] pci 0000:00:13.0: bridge window [mem 0xa1500000-0xa15fffff]
[ 2.431231] pci 0000:02:00.0: [8086:1539] type 00 class 0x020000
[ 2.437370] pci 0000:02:00.0: reg 0x10: [mem 0xa1400000-0xa141ffff]
[ 2.441182] pci 0000:02:00.0: reg 0x18: [io 0xd000-0xd01f]
[ 2.446871] pci 0000:02:00.0: reg 0x1c: [mem 0xa1420000-0xa1423fff]
[ 2.451267] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 2.457552] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 2.461160] pci 0000:00:13.1: bridge window [io 0xd000-0xdfff]
[ 2.467370] pci 0000:00:13.1: bridge window [mem 0xa1400000-0xa14fffff]
[ 2.471231] pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
[ 2.477372] pci 0000:03:00.0: reg 0x10: [mem 0xa1300000-0xa131ffff]
[ 2.481181] pci 0000:03:00.0: reg 0x18: [io 0xc000-0xc01f]
[ 2.486873] pci 0000:03:00.0: reg 0x1c: [mem 0xa1320000-0xa1323fff]
[ 2.491270] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 2.497558] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 2.501160] pci 0000:00:13.2: bridge window [io 0xc000-0xcfff]
[ 2.507366] pci 0000:00:13.2: bridge window [mem 0xa1300000-0xa13fffff]
[ 2.511232] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[ 2.517376] pci 0000:04:00.0: reg 0x10: [mem 0xa1200000-0xa121ffff]
[ 2.521184] pci 0000:04:00.0: reg 0x18: [io 0xb000-0xb01f]
[ 2.526881] pci 0000:04:00.0: reg 0x1c: [mem 0xa1220000-0xa1223fff]
[ 2.531271] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 2.537559] pci 0000:00:13.3: PCI bridge to [bus 04]
[ 2.541160] pci 0000:00:13.3: bridge window [io 0xb000-0xbfff]
[ 2.547369] pci 0000:00:13.3: bridge window [mem 0xa1200000-0xa12fffff]
[ 2.551224] pci 0000:05:00.0: [10ec:8179] type 00 class 0x028000
[ 2.557360] pci 0000:05:00.0: reg 0x10: [io 0xa000-0xa0ff]
[ 2.561184] pci 0000:05:00.0: reg 0x18: [mem 0xa1100000-0xa1103fff 64bit]
[ 2.568115] pci 0000:05:00.0: Upstream bridge's Max Payload Size set to 128 ( was 256, max 256)
[ 2.571162] pci 0000:05:00.0: Max Payload Size set to 128 (was 128, max 128)
[ 2.578384] pci 0000:05:00.0: supports D1 D2
[ 2.581158] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.587966] pci 0000:00:14.0: PCI bridge to [bus 05]
[ 2.591160] pci 0000:00:14.0: bridge window [io 0xa000-0xafff]
[ 2.597372] pci 0000:00:14.0: bridge window [mem 0xa1100000-0xa11fffff]
[ 2.601207] pci 0000:00:14.1: PCI bridge to [bus 06]
[ 2.606302] pci_bus 0000:00: on NUMA node 0
[ 2.609194] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 10 11 12 14 15)
[ 2.611248] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 2.618343] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 2.621247] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 2.628329] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *7
[ 2.631246] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) 9
[ 2.638506] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15)
[ 2.641250] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15)
[ 2.649459] SCSI subsystem initialized
[ 2.651220] libata version 3.00 loaded.
[ 2.651256] ACPI: bus type USB registered
[ 2.655396] usbcore: registered new interface driver usbfs
[ 2.661010] usbcore: registered new interface driver hub
[ 2.661172] usbcore: registered new device driver usb
[ 2.666626] PCI: Using ACPI for IRQ routing
[ 2.670915] PCI: pci_cache_line_size set to 64 bytes
[ 2.671013] e820: reserve RAM buffer [mem 0x0009cc00-0x0009ffff]
[ 2.671016] e820: reserve RAM buffer [mem 0x75e1d000-0x77ffffff]
[ 2.671017] e820: reserve RAM buffer [mem 0x7aad8000-0x7bffffff]
[ 2.671019] e820: reserve RAM buffer [mem 0x7ab95000-0x7bffffff]
[ 2.671020] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[ 2.671174] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 2.677473] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[ 2.683211] clocksource: Switched to clocksource tsc-early
[ 2.688917] pnp: PnP ACPI init
[ 2.690311] system 00:00: [io 0x0a00-0x0a1f] has been reserved
[ 2.696355] system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 2.702399] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 2.708438] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.708941] pnp 00:01: [dma 0 disabled]
[ 2.709000] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.709077] system 00:02: [io 0x0680-0x069f] has been reserved
[ 2.715120] system 00:02: [io 0x0400-0x047f] has been reserved
[ 2.721163] system 00:02: [io 0x0500-0x05fe] has been reserved
[ 2.727190] system 00:02: [io 0x0600-0x061f] has been reserved
[ 2.733234] system 00:02: [io 0x164e-0x164f] has been reserved
[ 2.739275] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.739782] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 2.746523] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[ 2.753255] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[ 2.759977] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[ 2.766720] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[ 2.773454] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[ 2.780180] system 00:03: [mem 0xfed80000-0xfedbffff] has been reserved
[ 2.786916] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 2.793650] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 2.800738] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.800965] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.801350] pnp: PnP ACPI: found 5 devices
[ 2.811042] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_id le_ns: 2085701024 ns
[ 2.820117] NET: Registered protocol family 2
[ 2.824803] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, li near)
[ 2.834345] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 6553 6 bytes, linear)
[ 2.843045] TCP established hash table entries: 65536 (order: 7, 524288 bytes , linear)
[ 2.851256] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, line ar)
[ 2.859024] TCP: Hash tables configured (established 65536 bind 65536)
[ 2.865713] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.872649] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear )
[ 2.880097] NET: Registered protocol family 1
[ 2.884595] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 2.889678] pci 0000:00:13.0: bridge window [io 0xe000-0xefff]
[ 2.895890] pci 0000:00:13.0: bridge window [mem 0xa1500000-0xa15fffff]
[ 2.902804] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 2.907880] pci 0000:00:13.1: bridge window [io 0xd000-0xdfff]
[ 2.914099] pci 0000:00:13.1: bridge window [mem 0xa1400000-0xa14fffff]
[ 2.921008] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 2.926088] pci 0000:00:13.2: bridge window [io 0xc000-0xcfff]
[ 2.932300] pci 0000:00:13.2: bridge window [mem 0xa1300000-0xa13fffff]
[ 2.939209] pci 0000:00:13.3: PCI bridge to [bus 04]
[ 2.944281] pci 0000:00:13.3: bridge window [io 0xb000-0xbfff]
[ 2.950487] pci 0000:00:13.3: bridge window [mem 0xa1200000-0xa12fffff]
[ 2.957399] pci 0000:00:14.0: PCI bridge to [bus 05]
[ 2.962478] pci 0000:00:14.0: bridge window [io 0xa000-0xafff]
[ 2.968685] pci 0000:00:14.0: bridge window [mem 0xa1100000-0xa11fffff]
[ 2.975599] pci 0000:00:14.1: PCI bridge to [bus 06]
[ 2.980677] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 2.986364] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 2.992659] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 2.998947] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 3.005241] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 3.012233] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 3.019223] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 3.026304] pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
[ 3.033384] pci_bus 0000:00: resource 12 [mem 0x80000000-0xcfffffff window]
[ 3.040466] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
[ 3.047551] pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
[ 3.054631] pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
[ 3.061714] pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
[ 3.068794] pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
[ 3.075872] pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
[ 3.082949] pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
[ 3.090030] pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
[ 3.097111] pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
[ 3.104196] pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
[ 3.111271] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 3.116952] pci_bus 0000:01: resource 1 [mem 0xa1500000-0xa15fffff]
[ 3.123335] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 3.129016] pci_bus 0000:02: resource 1 [mem 0xa1400000-0xa14fffff]
[ 3.135402] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
[ 3.141077] pci_bus 0000:03: resource 1 [mem 0xa1300000-0xa13fffff]
[ 3.147454] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
[ 3.153140] pci_bus 0000:04: resource 1 [mem 0xa1200000-0xa12fffff]
[ 3.159519] pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
[ 3.165204] pci_bus 0000:05: resource 1 [mem 0xa1100000-0xa11fffff]
[ 3.171715] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c00 00-0x000dffff]
[ 3.180673] PCI: CLS 64 bytes, default 64
[ 3.184949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.191512] software IO TLB: mapped [mem 0x0000000071e1d000-0x0000000075e1d00 0] (64MB)
[ 3.199699] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms o vfl timer
[ 3.207750] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 3.213606] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 3.219375] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 3.224893] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 3.230718] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8 342, max_idle_ns: 881590769617 ns
[ 3.240884] clocksource: Switched to clocksource tsc
[ 3.247078] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 3.254833] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.261000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 49)
[ 3.302356] hv_vmbus: registering driver hyperv_fb
[ 3.307269] intel_idle: MWAIT substates: 0x11242020
[ 3.307270] intel_idle: v0.5.1 model 0x7A
[ 3.307540] intel_idle: Local APIC timer is reliable in all C-states
[ 3.307714] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:0 0/input/input0
[ 3.319104] ACPI: Power Button [PWRB]
[ 3.326235] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.332007] ACPI: Thermal Zone [TZ01] (36 C)
[ 3.336482] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 3.363744] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 1655 0A
[ 3.371965] Non-volatile memory driver v1.3
[ 3.376319] Linux agpgart interface v0.103
[ 3.381378] i915 0000:00:02.0: [drm] couldn't get memory information
[ 3.388855] i915 0000:00:02.0: Direct firmware load for i915/glk_dmc_ver1_04. bin failed with error -2
[ 3.398222] i915 0000:00:02.0: Falling back to sysfs fallback for: i915/glk_d mc_ver1_04.bin
[ 3.671330] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[ 3.680983] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[ 3.689507] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.696798] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/L NXVIDEO:00/input/input1
[ 3.707396] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 3.707454] loop: module loaded
[ 3.715192] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 3.716982] Guest personality initialized and is inactive
[ 3.728785] VMCI host device registered (name=vmci, major=10, minor=63)
[ 3.735513] Initialized host personality
[ 3.739606] Loading iSCSI transport class v2.0-870.
[ 3.745016] VMware PVSCSI driver - version 1.0.7.0-k
[ 3.750109] hv_vmbus: registering driver hv_storvsc
[ 3.755543] ahci 0000:00:12.0: version 3.0
[ 3.755814] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 imp l SATA mode
[ 3.764058] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
[ 3.773951] scsi host0: ahci
[ 3.777146] scsi host1: ahci
[ 3.780184] ata1: SATA max UDMA/133 abar m2048@0xa1617000 port 0xa1617100 irq 127
[ 3.787813] ata2: SATA max UDMA/133 abar m2048@0xa1617000 port 0xa1617180 irq 127
[ 3.795596] VMware vmxnet3 virtual NIC driver - version 1.5.0.0-k-NAPI
[ 3.802262] hv_vmbus: registering driver hv_netvsc
[ 3.807167] Fusion MPT base driver 3.04.20
[ 3.811370] Copyright (c) 1999-2008 LSI Corporation
[ 3.816360] Fusion MPT SPI Host driver 3.04.20
[ 3.820923] Fusion MPT SAS Host driver 3.04.20
[ 3.825495] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.832147] ehci-pci: EHCI PCI platform driver
[ 3.836712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.843017] ohci-pci: OHCI PCI platform driver
[ 3.847582] ohci-platform: OHCI generic platform driver
[ 3.852925] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.859607] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 3.864951] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus numbe r 1
[ 3.873558] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 qu irks 0x0000000000009810
[ 3.882851] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[ 3.889972] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 3.895314] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus numbe r 2
[ 3.902849] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[ 3.909685] hub 1-0:1.0: USB hub found
[ 3.913591] hub 1-0:1.0: 9 ports detected
[ 3.920228] hub 2-0:1.0: USB hub found
[ 3.924136] hub 2-0:1.0: 7 ports detected
[ 3.929821] usbcore: registered new interface driver usb-storage
[ 3.935983] i8042: PNP: No PS/2 controller found.
[ 3.940798] i8042: Probing ports directly.
[ 3.946022] i8042: No controller found
[ 3.949885] hv_vmbus: registering driver hyperv_keyboard
[ 3.955333] rtc_cmos 00:04: RTC can wake from S4
[ 3.960788] rtc_cmos 00:04: registered as rtc0
[ 3.965527] rtc_cmos 00:04: setting system clock to 2023-09-04T11:30:28 UTC ( 1693827028)
[ 3.973774] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 3.981183] intel_pstate: Intel P-state driver initializing
[ 3.987107] sdhci: Secure Digital Host Controller Interface driver
[ 3.993449] sdhci: Copyright(c) Pierre Ossman
[ 3.998197] hid: raw HID events driver (C) Jiri Kosina
[ 4.003460] hv_vmbus: registering driver hid_hyperv
[ 4.008454] usbcore: registered new interface driver usbhid
[ 4.014144] usbhid: USB HID core driver
[ 4.018091] hv_utils: Registering HyperV Utility Driver
[ 4.023430] hv_vmbus: registering driver hv_utils
[ 4.028240] hv_vmbus: registering driver hv_balloon
[ 4.033421] NET: Registered protocol family 10
[ 4.038351] Segment Routing with IPv6
[ 4.042145] NET: Registered protocol family 17
[ 4.046714] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 4.059832] 8021q: 802.1Q VLAN Support v1.8
[ 4.064152] NET: Registered protocol family 40
[ 4.069318] microcode: sig=0x706a8, pf=0x1, revision=0x16
[ 4.074894] microcode: Microcode Update Driver: v2.2.
[ 4.074898] IPI shorthand broadcast: enabled
[ 4.084436] SSE version of gcm_enc/dec engaged.
[ 4.090713] sched_clock: Marking stable (2985328837, 1105361492)->(4380988153 , -290297824)
[ 4.099142] registered taskstats version 1
[ 4.121251] ata1: SATA link down (SStatus 4 SControl 300)
[ 4.127089] ata2: SATA link down (SStatus 4 SControl 300)
[ 4.134187] Waiting for root device PARTUUID=bf7a017b-4794-7eeb-750b-7774328f bd02...
[ 4.291528] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 4.322054] usb 2-1: LPM exit latency is zeroed, disabling LPM.
[ 4.501474] usb 2-2: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 4.541341] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 4.548464] scsi host2: usb-storage 2-2:1.0
[ 5.593362] scsi 2:0:0:0: Direct-Access HP USB Flash Drive PMAP PQ : 0 ANSI: 6
[ 5.603100] sd 2:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 5.612099] sd 2:0:0:0: [sda] Write Protect is off
[ 5.617327] sd 2:0:0:0: [sda] Mode Sense: 45 00 00 00
[ 5.618113] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doe sn't support DPO or FUA
[ 5.640430] sda: sda1 sda2 sda3
[ 5.647195] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 5.679647] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
[ 5.687123] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ 5.696189] Freeing unused kernel image (initmem) memory: 1472K
[ 5.761345] Write protecting the kernel read-only data: 20480k
[ 5.769330] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 5.777603] Freeing unused kernel image (rodata/data gap) memory: 2012K
[ 5.784778] Run /sbin/init as init process
[ 5.789279] with arguments:
[ 5.789283] /sbin/init
[ 5.789285] with environment:
[ 5.789287] HOME=/
[ 5.789289] TERM=linux
[ 5.789291] BOOT_IMAGE=/boot/vmlinuz
[ 5.824255] init: Console is alive
[ 5.936836] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 5.948138] pps_core: LinuxPPS API ver. 1 registered
[ 5.953452] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti giometti@linux.it
[ 5.965795] PTP clock support registered
[ 5.975526] Button Hotplug driver version 0.4.1
[ 5.984953] igb: Intel(R) Gigabit Ethernet Network Driver
[ 5.990849] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 6.026514] pps pps0: new PPS source ptp0
[ 6.030837] igb 0000:01:00.0: added PHC on eth0
[ 6.035641] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 6.043196] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:b0:c9:9a:3f:a9
[ 6.050980] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF
[ 6.056597] igb 0000:01:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx que ue(s)
[ 6.094122] pps pps1: new PPS source ptp1
[ 6.098578] igb 0000:02:00.0: added PHC on eth1
[ 6.103555] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 6.111072] igb 0000:02:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:b0:c9:9a:3f:aa
[ 6.118813] igb 0000:02:00.0: eth1: PBA No: FFFFFF-0FF
[ 6.124430] igb 0000:02:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx que ue(s)
[ 6.162036] pps pps2: new PPS source ptp2
[ 6.166501] igb 0000:03:00.0: added PHC on eth2
[ 6.171474] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 6.178945] igb 0000:03:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:b0:c9:9a:3f:ab
[ 6.186674] igb 0000:03:00.0: eth2: PBA No: FFFFFF-0FF
[ 6.192238] igb 0000:03:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx que ue(s)
[ 6.228768] pps pps3: new PPS source ptp3
[ 6.233163] igb 0000:04:00.0: added PHC on eth3
[ 6.238133] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 6.245700] igb 0000:04:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:b0:c9:9a:3f:ac
[ 6.253459] igb 0000:04:00.0: eth3: PBA No: FFFFFF-0FF
[ 6.259080] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx que ue(s)
[ 6.267656] kmodloader: done loading kernel modules from /etc/modules-boot.d/ *
[ 6.284433] init: - preinit -
[ 6.367435] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.385252] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.394773] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.442369] 8021q: adding VLAN 0 to HW filter on device eth0
[ 9.741845] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Du plex, Flow Control: RX
[ 9.751966] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.495552] mount_root: mounting /dev/root
[ 10.500298] EXT4-fs (sda2): warning: mounting unchecked fs, running e2fsck is recommended
[ 10.586648] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 10.647093] FAT-fs (sda1): Volume was not properly unmounted. Some data may b e corrupt. Please run fsck.
[ 10.676900] urandom-seed: Seeding with /etc/urandom.seed
[ 10.721379] procd: - early -
[ 11.256654] procd: - ubus -
[ 11.269325] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.312654] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.319769] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.328310] procd: - init -
[ 11.382555] urngd: v1.0.2 started.
[ 11.391797] kmodloader: loading kernel modules from /etc/modules.d/

[ 11.394341] random: crng init done
[ 11.402250] random: 24 urandom warning(s) missed due to ratelimiting
[ 11.414748] e1000: Intel(R) PRO/1000 Network Driver
[ 11.420014] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 11.431145] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 11.437849] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 11.445582] i2c /dev entries driver
[ 11.467146] usbcore: registered new interface driver cdc_wdm
[ 11.476873] e1000e: Intel(R) PRO/1000 Network Driver
[ 11.482224] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 11.489899] Intel(R) 2.5G Ethernet Linux Driver
[ 11.494802] Copyright(c) 2018 Intel Corporation.
[ 11.504182] usbcore: registered new interface driver usbserial_generic
[ 11.511267] usbserial: USB Serial support registered for generic
[ 11.518085] usbcore: registered new interface driver cdc_ether
[ 11.524769] usbcore: registered new interface driver cdc_ncm
[ 11.539820] PPP generic driver version 2.4.2
[ 11.544780] NET: Registered protocol family 24
[ 11.550630] qmi_wwan 2-1:1.4: cdc-wdm0: USB WDM device
[ 11.556449] qmi_wwan 2-1:1.4 wwan0: register 'qmi_wwan' at usb-0000:00:15.0-1 , WWAN/QMI device, 26:4d:5b:87:ea:5a
[ 11.567501] usbcore: registered new interface driver qmi_wwan
[ 11.574421] usbcore: registered new interface driver cdc_mbim
[ 11.581944] usbcore: registered new interface driver option
[ 11.587980] usbserial: USB Serial support registered for GSM modem (1-port)
[ 11.595489] option 2-1:1.0: GSM modem (1-port) converter detected
[ 11.602123] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 11.609403] option 2-1:1.1: GSM modem (1-port) converter detected
[ 11.616019] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 11.623325] option 2-1:1.2: GSM modem (1-port) converter detected
[ 11.629882] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 11.637184] option 2-1:1.3: GSM modem (1-port) converter detected
[ 11.643783] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3
[ 11.651937] kmodloader: done loading kernel modules from /etc/modules.d/

[ 13.461835] 8021q: adding VLAN 0 to HW filter on device eth0
[ 13.468048] br-lan: port 1(eth0) entered blocking state
[ 13.473680] br-lan: port 1(eth0) entered disabled state
[ 13.479407] device eth0 entered promiscuous mode
[ 13.511912] 8021q: adding VLAN 0 to HW filter on device eth1
[ 16.271843] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Du plex, Flow Control: RX
[ 16.282007] br-lan: port 1(eth0) entered blocking state
[ 16.287693] br-lan: port 1(eth0) entered forwarding state
[ 16.293812] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 65.568867] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/glk_dmc _ver1_04.bin. Disabling runtime power management.
[ 65.581171] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kerne l.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
root@OpenWrt:~#

where is the problem ?Can any one help me in the world ?I want to know wheather any people was facing same problem ?

judging from the log, there's no problem, at least not on the openwrt host.
I take it this was collected during or after an outage ?

Yes ,I have take this after net goes off.

I have also try with different sim and network provider,same problem occurs

then the issue's probably with the modem.
how is connected to the x86, physically ?

run a never ending ping from openwrt toward 8.8.8.8, see what happens with the ping when there's an outage.
could do a traceroute too.

QUECTEL RM520N-GL module is attached to Waveshare 5g dongle and dongle is connected to USB 3.0 port of my pc,physically.Also did a ping test to 8.8.8.8 and the ping stops immediately when I click on amazon website.Another interesting thing.I can browse amazon on firefox without any problem.But with other browser like google chrome and microsoft edge internet stops immediately.

PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=113 time=75.691 ms
64 bytes from 8.8.8.8: seq=1 ttl=113 time=67.093 ms
64 bytes from 8.8.8.8: seq=2 ttl=113 time=75.789 ms
64 bytes from 8.8.8.8: seq=3 ttl=113 time=82.336 ms
64 bytes from 8.8.8.8: seq=4 ttl=113 time=63.860 ms
64 bytes from 8.8.8.8: seq=5 ttl=113 time=65.447 ms
64 bytes from 8.8.8.8: seq=6 ttl=113 time=64.988 ms
64 bytes from 8.8.8.8: seq=7 ttl=113 time=61.515 ms
64 bytes from 8.8.8.8: seq=8 ttl=113 time=73.010 ms
64 bytes from 8.8.8.8: seq=9 ttl=113 time=76.472 ms
64 bytes from 8.8.8.8: seq=10 ttl=113 time=75.413 ms
64 bytes from 8.8.8.8: seq=11 ttl=113 time=79.450 ms
64 bytes from 8.8.8.8: seq=12 ttl=113 time=73.748 ms
64 bytes from 8.8.8.8: seq=13 ttl=113 time=77.132 ms
64 bytes from 8.8.8.8: seq=14 ttl=113 time=76.513 ms
64 bytes from 8.8.8.8: seq=15 ttl=113 time=62.360 ms
64 bytes from 8.8.8.8: seq=16 ttl=113 time=73.851 ms
64 bytes from 8.8.8.8: seq=17 ttl=113 time=77.587 ms
64 bytes from 8.8.8.8: seq=18 ttl=113 time=66.798 ms
64 bytes from 8.8.8.8: seq=19 ttl=113 time=73.120 ms
64 bytes from 8.8.8.8: seq=20 ttl=113 time=69.402 ms
64 bytes from 8.8.8.8: seq=21 ttl=113 time=75.239 ms
64 bytes from 8.8.8.8: seq=22 ttl=113 time=67.023 ms
64 bytes from 8.8.8.8: seq=23 ttl=113 time=73.287 ms
64 bytes from 8.8.8.8: seq=24 ttl=113 time=74.533 ms
64 bytes from 8.8.8.8: seq=25 ttl=113 time=77.865 ms
64 bytes from 8.8.8.8: seq=26 ttl=113 time=69.213 ms
64 bytes from 8.8.8.8: seq=27 ttl=113 time=65.409 ms
64 bytes from 8.8.8.8: seq=28 ttl=113 time=69.552 ms
64 bytes from 8.8.8.8: seq=29 ttl=113 time=76.035 ms
64 bytes from 8.8.8.8: seq=30 ttl=113 time=67.121 ms
64 bytes from 8.8.8.8: seq=31 ttl=113 time=62.823 ms
64 bytes from 8.8.8.8: seq=32 ttl=113 time=74.644 ms
64 bytes from 8.8.8.8: seq=33 ttl=113 time=77.698 ms
64 bytes from 8.8.8.8: seq=34 ttl=113 time=71.382 ms
64 bytes from 8.8.8.8: seq=35 ttl=113 time=72.945 ms
64 bytes from 8.8.8.8: seq=36 ttl=113 time=73.628 ms
64 bytes from 8.8.8.8: seq=37 ttl=113 time=65.290 ms
64 bytes from 8.8.8.8: seq=38 ttl=113 time=73.347 ms
64 bytes from 8.8.8.8: seq=39 ttl=113 time=67.698 ms
64 bytes from 8.8.8.8: seq=40 ttl=113 time=63.703 ms
64 bytes from 8.8.8.8: seq=41 ttl=113 time=64.905 ms
64 bytes from 8.8.8.8: seq=42 ttl=113 time=67.864 ms
64 bytes from 8.8.8.8: seq=43 ttl=113 time=67.913 ms
64 bytes from 8.8.8.8: seq=44 ttl=113 time=64.937 ms
64 bytes from 8.8.8.8: seq=45 ttl=113 time=64.084 ms
64 bytes from 8.8.8.8: seq=46 ttl=113 time=75.153 ms
64 bytes from 8.8.8.8: seq=47 ttl=113 time=66.200 ms
64 bytes from 8.8.8.8: seq=48 ttl=113 time=67.239 ms
64 bytes from 8.8.8.8: seq=49 ttl=113 time=65.266 ms
64 bytes from 8.8.8.8: seq=50 ttl=113 time=65.386 ms
64 bytes from 8.8.8.8: seq=51 ttl=113 time=65.442 ms
64 bytes from 8.8.8.8: seq=52 ttl=113 time=63.322 ms
64 bytes from 8.8.8.8: seq=53 ttl=113 time=62.430 ms
64 bytes from 8.8.8.8: seq=54 ttl=113 time=80.460 ms
64 bytes from 8.8.8.8: seq=55 ttl=113 time=63.878 ms
64 bytes from 8.8.8.8: seq=56 ttl=113 time=64.707 ms
64 bytes from 8.8.8.8: seq=57 ttl=113 time=61.135 ms
64 bytes from 8.8.8.8: seq=58 ttl=113 time=73.955 ms
64 bytes from 8.8.8.8: seq=59 ttl=113 time=62.555 ms
64 bytes from 8.8.8.8: seq=60 ttl=113 time=78.713 ms
64 bytes from 8.8.8.8: seq=61 ttl=113 time=65.151 ms
64 bytes from 8.8.8.8: seq=62 ttl=113 time=63.315 ms
64 bytes from 8.8.8.8: seq=63 ttl=113 time=67.314 ms
64 bytes from 8.8.8.8: seq=64 ttl=113 time=73.346 ms
64 bytes from 8.8.8.8: seq=65 ttl=113 time=71.422 ms
64 bytes from 8.8.8.8: seq=66 ttl=113 time=67.354 ms
64 bytes from 8.8.8.8: seq=67 ttl=113 time=70.968 ms
64 bytes from 8.8.8.8: seq=68 ttl=113 time=69.126 ms
64 bytes from 8.8.8.8: seq=69 ttl=113 time=65.377 ms
64 bytes from 8.8.8.8: seq=70 ttl=113 time=64.475 ms
64 bytes from 8.8.8.8: seq=71 ttl=113 time=67.346 ms
64 bytes from 8.8.8.8: seq=72 ttl=113 time=61.286 ms
64 bytes from 8.8.8.8: seq=73 ttl=113 time=61.702 ms
64 bytes from 8.8.8.8: seq=74 ttl=113 time=65.090 ms

Also another thing to say.When I attached the waveshare dongle directly to my windows 10 pc after installing driver, internet works flowlessly without any problem.amazon website opens easily.