You are not logged in.

#1 2018-06-17 01:01:39

tzhuang
Member
Registered: 2017-05-23
Posts: 41

[Solved] How to troubleshoot strange network speed

I recently built a new machine and installed Windows and Arch dualboot following the instructions on the wiki. I've done this with my previous system and had no problem with it. It seems my network speed on Arch is very slow on start up. What I mean by this is YouTube will load a few chunks fairly smoothly, and then stop loading anything. Then load a few more chunk, and then stop. Also when I run a speed test on speedtest.net, I the download speed starts of at 5 Mbps and ramps up to the full 30 ish Mbps my connection is supposed to have. Additionally, ssh onto another machine gives me very slow response on the terminal. I think this is a Arch configuration issue as I don't have the issue in Windows, nor have I had this issue in the past with my previous Arch system.

Not too sure even where to begin to diagnos. Here is some information that I feel like people might ask for:

tzhuang@jupiter:~> uname -a
Linux jupiter 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64 GNU/Linux
tzhuang@jupiter:~> ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp37s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 70:85:c2:42:06:d1 brd ff:ff:ff:ff:ff:ff
3: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 100
    link/none 
tzhuang@jupiter:~> cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Allow users of this group to interact with dhcpcd via the control socket.
#controlgroup wheel

# Inform the DHCP server of our hostname for DDNS.
hostname

# Use the hardware address of the interface for the Client ID.
#clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
duid

# Persist interface configuration when dhcpcd exits.
persistent

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Respect the network MTU. This is applied to DHCP routes.
option interface_mtu

# Most distributions have NTP support.
#option ntp_servers

# A ServerID is required by RFC2131.
require dhcp_server_identifier

# Generate SLAAC address using the Hardware Address of the interface
#slaac hwaddr
# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private
noipv4ll

#dhcpcd contains an implementation of a recommendation of the DHCP standard 
#(RFC2131 section 2.2) to check via ARP if the assigned IP address is really not taken. 
#This seems mostly useless in home networks, so you can save about 5 seconds on every 
#connect by adding the following line to /etc/dhcpcd.conf:
noarp

# Use Google's DNS servers
static domain_name_servers=8.8.8.8 8.8.4.4
tzhuang@jupiter:~> dmesg
[    0.000000] Linux version 4.16.13-2-ARCH (builduser@bpiotrowski) (gcc version 8.1.1 20180531 (GCC)) #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c4d0f920-11cf-4440-8350-b022626fd404 rw quiet nvidia-drm.modeset=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000dad78fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dad79000-0x00000000dc264fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc265000-0x00000000dc35bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dc35c000-0x00000000dc730fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc731000-0x00000000dd0fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd0fb000-0x00000000dd18dfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000dd18e000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd800000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdc35c000  ACPI=0xdc35c000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0xd9890718  MEMATTR=0xd9681018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350 Gaming K4, BIOS P4.70 02/09/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d9890718 to 0x00000000d9890750.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x303655000, 0x303655fff] PGTABLE
[    0.000000] BRK [0x303656000, 0x303656fff] PGTABLE
[    0.000000] BRK [0x303657000, 0x303657fff] PGTABLE
[    0.000000] BRK [0x303658000, 0x303658fff] PGTABLE
[    0.000000] BRK [0x303659000, 0x303659fff] PGTABLE
[    0.000000] BRK [0x30365a000, 0x30365afff] PGTABLE
[    0.000000] BRK [0x30365b000, 0x30365bfff] PGTABLE
[    0.000000] BRK [0x30365c000, 0x30365cfff] PGTABLE
[    0.000000] BRK [0x30365d000, 0x30365dfff] PGTABLE
[    0.000000] BRK [0x30365e000, 0x30365efff] PGTABLE
[    0.000000] BRK [0x30365f000, 0x30365ffff] PGTABLE
[    0.000000] BRK [0x303660000, 0x303660fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x35ebf000-0x36f56fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DC35C000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DC35C098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DC3629A0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180105/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000DC35C1E8 0067B4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DC719E00 000040
[    0.000000] ACPI: APIC 0x00000000DC362AB8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DC362B98 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DC362BE0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DC362C80 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x00000000DC36B918 000BD0 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DC36C4E8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DC36C518 002CDC (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DC36F1F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000DC36F238 000294 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DC36F4D0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DC36F508 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DC36F530 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x00000000DC36F578 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: IVRS 0x00000000DC36F5B0 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DC36F680 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000DC36F778 001A41 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: WSMT 0x00000000DC3711C0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.000000]   node   0: [mem 0x000000000400a000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000dad78fff]
[    0.000000]   node   0: [mem 0x00000000dc265000-0x00000000dc35bfff]
[    0.000000]   node   0: [mem 0x00000000dd18e000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] On node 0 totalpages: 4177111
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14055 pages used for memmap
[    0.000000]   DMA32 zone: 899512 pages, LIFO batch:31
[    0.000000]   Normal zone: 51150 pages used for memmap
[    0.000000]   Normal zone: 3273600 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 97 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdad79000-0xdc264fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc35c000-0xdc730fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc731000-0xdd0fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd0fb000-0xdd18dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd800000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] 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: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4111815
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c4d0f920-11cf-4440-8350-b022626fd404 rw quiet nvidia-drm.modeset=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16283620K/16708444K available (10252K kernel code, 1261K rwdata, 3408K rodata, 1456K init, 640K bss, 424824K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 31757 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.003333] Switched APIC routing to physical flat.
[    0.003333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: Fast TSC calibration using PIT
[    0.023333] tsc: Detected 3194.055 MHz processor
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a5a1cddf, max_idle_ns: 440795232707 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.28 BogoMIPS (lpj=10646850)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.027400] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.028586] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.028639] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028676] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028872] CPU: Physical Processor ID: 0
[    0.028872] CPU: Processor Core ID: 0
[    0.028879] mce: CPU supports 23 MCE banks
[    0.028898] LVT offset 1 assigned for vector 0xf9
[    0.028967] LVT offset 2 assigned for vector 0xf4
[    0.028977] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.028978] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.028979] Spectre V2 : Mitigation: Full AMD retpoline
[    0.028979] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028980] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.032375] Freeing SMP alternatives memory: 24K
[    0.036666] smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.046689] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.046695] ... version:                0
[    0.046695] ... bit width:              48
[    0.046696] ... generic registers:      6
[    0.046697] ... value mask:             0000ffffffffffff
[    0.046697] ... max period:             00007fffffffffff
[    0.046697] ... fixed-purpose events:   0
[    0.046698] ... event mask:             000000000000003f
[    0.053346] Hierarchical SRCU implementation.
[    0.073476] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080013] smp: Bringing up secondary CPUs ...
[    0.110033] x86: Booting SMP configuration:
[    0.110035] .... node  #0, CPUs:        #1
[    0.112161] TSC synchronization [CPU#0 -> CPU#1]:
[    0.112162] Measured 9554161284 cycles TSC warp between CPUs, turning off TSC clock.
[    0.112163] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.140029]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.410192] smp: Brought up 1 node, 12 CPUs
[    0.410192] smpboot: Max logical packages: 2
[    0.410192] smpboot: Total of 12 processors activated (76687.37 BogoMIPS)
[    0.411266] devtmpfs: initialized
[    0.411266] x86/mm: Memory block size: 128MB
[    0.411266] PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[    0.411266] PM: Registering ACPI NVS region [mem 0xdc35c000-0xdc730fff] (4018176 bytes)
[    0.411266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.411266] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.411266] pinctrl core: initialized pinctrl subsystem
[    0.411266] RTC time: 20:36:04, date: 06/16/18
[    0.411266] NET: Registered protocol family 16
[    0.411266] cpuidle: using governor ladder
[    0.411266] cpuidle: using governor menu
[    0.411266] ACPI: bus type PCI registered
[    0.411266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.411266] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.411266] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.411266] PCI: Using configuration type 1 for base access
[    0.414119] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.414119] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.414119] ACPI: Added _OSI(Module Device)
[    0.414119] ACPI: Added _OSI(Processor Device)
[    0.414119] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.414119] ACPI: Added _OSI(Processor Aggregator Device)
[    0.414119] ACPI: Executed 2 blocks of module-level executable AML code
[    0.419999] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.423333] ACPI: Interpreter enabled
[    0.423333] ACPI: (supports S0 S3 S4 S5)
[    0.423333] ACPI: Using IOAPIC for interrupt routing
[    0.423333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.423406] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.431528] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.431532] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.431801] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.431812] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.432194] PCI host bridge to bus 0000:00
[    0.432196] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.432197] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.432198] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.432199] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.432200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.432201] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.432202] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.432203] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.432204] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.432211] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.432301] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.432410] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.432491] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.432616] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.432710] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.432803] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.432880] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.433023] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.433132] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.433231] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.433306] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.433333] pci 0000:00:07.1: enabling Extended Tags
[    0.433333] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.433333] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.433333] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.433353] pci 0000:00:08.1: enabling Extended Tags
[    0.433440] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.433580] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.433835] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.434092] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.434155] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.434220] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.434284] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.434346] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.434409] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.434471] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.434536] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.434703] pci 0000:03:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.434729] pci 0000:03:00.0: reg 0x10: [mem 0xf77a0000-0xf77a7fff 64bit]
[    0.434815] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.434882] pci 0000:03:00.1: [1022:43b7] type 00 class 0x010601
[    0.434934] pci 0000:03:00.1: reg 0x24: [mem 0xf7780000-0xf779ffff]
[    0.434943] pci 0000:03:00.1: reg 0x30: [mem 0xf7700000-0xf777ffff pref]
[    0.434986] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.435039] pci 0000:03:00.2: [1022:43b2] type 01 class 0x060400
[    0.435122] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.443376] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.443383] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.443385] pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf77fffff]
[    0.443389] pci 0000:00:01.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.443557] pci 0000:1d:00.0: [1022:43b4] type 01 class 0x060400
[    0.443668] pci 0000:1d:00.0: PME# supported from D3hot D3cold
[    0.443760] pci 0000:1d:01.0: [1022:43b4] type 01 class 0x060400
[    0.443858] pci 0000:1d:01.0: PME# supported from D3hot D3cold
[    0.443936] pci 0000:1d:04.0: [1022:43b4] type 01 class 0x060400
[    0.444033] pci 0000:1d:04.0: PME# supported from D3hot D3cold
[    0.444106] pci 0000:1d:05.0: [1022:43b4] type 01 class 0x060400
[    0.444203] pci 0000:1d:05.0: PME# supported from D3hot D3cold
[    0.444277] pci 0000:1d:06.0: [1022:43b4] type 01 class 0x060400
[    0.444374] pci 0000:1d:06.0: PME# supported from D3hot D3cold
[    0.444450] pci 0000:1d:07.0: [1022:43b4] type 01 class 0x060400
[    0.444547] pci 0000:1d:07.0: PME# supported from D3hot D3cold
[    0.444634] pci 0000:03:00.2: PCI bridge to [bus 1d-25]
[    0.444639] pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
[    0.444642] pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf76fffff]
[    0.444647] pci 0000:03:00.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.444682] pci 0000:1d:00.0: PCI bridge to [bus 1e]
[    0.444728] pci 0000:1d:01.0: PCI bridge to [bus 1f]
[    0.444783] pci 0000:1d:04.0: PCI bridge to [bus 22]
[    0.444830] pci 0000:1d:05.0: PCI bridge to [bus 23]
[    0.444894] pci 0000:24:00.0: [1b21:0612] type 00 class 0x010601
[    0.444927] pci 0000:24:00.0: reg 0x10: [io  0xe050-0xe057]
[    0.444940] pci 0000:24:00.0: reg 0x14: [io  0xe040-0xe043]
[    0.444954] pci 0000:24:00.0: reg 0x18: [io  0xe030-0xe037]
[    0.444968] pci 0000:24:00.0: reg 0x1c: [io  0xe020-0xe023]
[    0.444981] pci 0000:24:00.0: reg 0x20: [io  0xe000-0xe01f]
[    0.444995] pci 0000:24:00.0: reg 0x24: [mem 0xf7600000-0xf76001ff]
[    0.453376] pci 0000:1d:06.0: PCI bridge to [bus 24]
[    0.453385] pci 0000:1d:06.0:   bridge window [io  0xe000-0xefff]
[    0.453388] pci 0000:1d:06.0:   bridge window [mem 0xf7600000-0xf76fffff]
[    0.453493] pci 0000:25:00.0: [10ec:8168] type 00 class 0x020000
[    0.453541] pci 0000:25:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.453584] pci 0000:25:00.0: reg 0x18: [mem 0xf7500000-0xf7500fff 64bit]
[    0.453610] pci 0000:25:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.453773] pci 0000:25:00.0: supports D1 D2
[    0.453774] pci 0000:25:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.463387] pci 0000:1d:07.0: PCI bridge to [bus 25]
[    0.463396] pci 0000:1d:07.0:   bridge window [io  0xd000-0xdfff]
[    0.463400] pci 0000:1d:07.0:   bridge window [mem 0xf7500000-0xf75fffff]
[    0.463406] pci 0000:1d:07.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.463582] pci 0000:26:00.0: [10de:1b06] type 00 class 0x030000
[    0.463617] pci 0000:26:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.463633] pci 0000:26:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.463649] pci 0000:26:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.463660] pci 0000:26:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.463670] pci 0000:26:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.463693] pci 0000:26:00.0: BAR 3: assigned to efifb
[    0.463851] pci 0000:26:00.1: [10de:10ef] type 00 class 0x040300
[    0.463875] pci 0000:26:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.473386] pci 0000:00:03.1: PCI bridge to [bus 26]
[    0.473394] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.473397] pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.473402] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.473533] pci 0000:27:00.0: [1022:145a] type 00 class 0x130000
[    0.473567] pci 0000:27:00.0: enabling Extended Tags
[    0.473664] pci 0000:27:00.2: [1022:1456] type 00 class 0x108000
[    0.473681] pci 0000:27:00.2: reg 0x18: [mem 0xf7300000-0xf73fffff]
[    0.473691] pci 0000:27:00.2: reg 0x24: [mem 0xf7400000-0xf7401fff]
[    0.473698] pci 0000:27:00.2: enabling Extended Tags
[    0.473777] pci 0000:27:00.3: [1022:145c] type 00 class 0x0c0330
[    0.473791] pci 0000:27:00.3: reg 0x10: [mem 0xf7200000-0xf72fffff 64bit]
[    0.473814] pci 0000:27:00.3: enabling Extended Tags
[    0.473843] pci 0000:27:00.3: PME# supported from D0 D3hot D3cold
[    0.473908] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.473912] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
[    0.474381] pci 0000:28:00.0: [1022:1455] type 00 class 0x130000
[    0.474413] pci 0000:28:00.0: enabling Extended Tags
[    0.474485] pci 0000:28:00.2: [1022:7901] type 00 class 0x010601
[    0.474518] pci 0000:28:00.2: reg 0x24: [mem 0xf7808000-0xf7808fff]
[    0.474526] pci 0000:28:00.2: enabling Extended Tags
[    0.474558] pci 0000:28:00.2: PME# supported from D3hot D3cold
[    0.474612] pci 0000:28:00.3: [1022:1457] type 00 class 0x040300
[    0.474623] pci 0000:28:00.3: reg 0x10: [mem 0xf7800000-0xf7807fff]
[    0.474645] pci 0000:28:00.3: enabling Extended Tags
[    0.474676] pci 0000:28:00.3: PME# supported from D0 D3hot D3cold
[    0.474741] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.474746] pci 0000:00:08.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.475259] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.475326] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.475383] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.475455] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.475519] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.475572] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.475624] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.475677] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.476290] pci 0000:26:00.0: vgaarb: setting as boot VGA device
[    0.476290] pci 0000:26:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.476290] pci 0000:26:00.0: vgaarb: bridge control possible
[    0.476290] vgaarb: loaded
[    0.476290] EDAC MC: Ver: 3.0.0
[    0.476290] Registered efivars operations
[    0.489597] PCI: Using ACPI for IRQ routing
[    0.492201] PCI: pci_cache_line_size set to 64 bytes
[    0.492280] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.492281] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.492282] e820: reserve RAM buffer [mem 0xdad79000-0xdbffffff]
[    0.492283] e820: reserve RAM buffer [mem 0xdc35c000-0xdfffffff]
[    0.492283] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.492284] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.492360] NetLabel: Initializing
[    0.492361] NetLabel:  domain hash size = 128
[    0.492361] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.492371] NetLabel:  unlabeled traffic allowed by default
[    0.492374] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.492374] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.493383] clocksource: Switched to clocksource hpet
[    0.500896] VFS: Disk quotas dquot_6.6.0
[    0.500913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.500974] pnp: PnP ACPI init
[    0.501086] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.501090] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.501160] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.501163] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.501247] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.501466] system 00:03: [io  0x0280-0x028f] has been reserved
[    0.501467] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.501473] system 00:03: [io  0x02a0-0x02af] has been reserved
[    0.501474] system 00:03: [io  0x02b0-0x02bf] has been reserved
[    0.501477] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.501754] pnp 00:04: [dma 0 disabled]
[    0.501789] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.502067] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.502069] system 00:05: [io  0x040b] has been reserved
[    0.502070] system 00:05: [io  0x04d6] has been reserved
[    0.502071] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.502072] system 00:05: [io  0x0c14] has been reserved
[    0.502073] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.502074] system 00:05: [io  0x0c52] has been reserved
[    0.502076] system 00:05: [io  0x0c6c] has been reserved
[    0.502077] system 00:05: [io  0x0c6f] has been reserved
[    0.502078] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.502079] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.502080] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.502081] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.502082] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.502083] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.502084] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.502085] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.502086] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.502087] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.502089] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.502090] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.502091] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.502093] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.502094] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.502095] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.502096] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.502099] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.502619] pnp: PnP ACPI: found 6 devices
[    0.508110] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.508180] pci 0000:1d:00.0: PCI bridge to [bus 1e]
[    0.508191] pci 0000:1d:01.0: PCI bridge to [bus 1f]
[    0.508202] pci 0000:1d:04.0: PCI bridge to [bus 22]
[    0.508212] pci 0000:1d:05.0: PCI bridge to [bus 23]
[    0.508223] pci 0000:1d:06.0: PCI bridge to [bus 24]
[    0.508225] pci 0000:1d:06.0:   bridge window [io  0xe000-0xefff]
[    0.508229] pci 0000:1d:06.0:   bridge window [mem 0xf7600000-0xf76fffff]
[    0.508236] pci 0000:1d:07.0: PCI bridge to [bus 25]
[    0.508238] pci 0000:1d:07.0:   bridge window [io  0xd000-0xdfff]
[    0.508243] pci 0000:1d:07.0:   bridge window [mem 0xf7500000-0xf75fffff]
[    0.508246] pci 0000:1d:07.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508251] pci 0000:03:00.2: PCI bridge to [bus 1d-25]
[    0.508253] pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
[    0.508257] pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf76fffff]
[    0.508260] pci 0000:03:00.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508265] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.508266] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.508269] pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf77fffff]
[    0.508270] pci 0000:00:01.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508274] pci 0000:00:03.1: PCI bridge to [bus 26]
[    0.508276] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.508279] pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.508281] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.508286] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.508288] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
[    0.508292] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.508295] pci 0000:00:08.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.508300] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.508301] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.508302] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.508303] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.508304] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.508305] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.508306] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.508307] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.508308] pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
[    0.508309] pci_bus 0000:03: resource 1 [mem 0xf7500000-0xf77fffff]
[    0.508310] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508311] pci_bus 0000:1d: resource 0 [io  0xd000-0xefff]
[    0.508312] pci_bus 0000:1d: resource 1 [mem 0xf7500000-0xf76fffff]
[    0.508313] pci_bus 0000:1d: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508315] pci_bus 0000:24: resource 0 [io  0xe000-0xefff]
[    0.508315] pci_bus 0000:24: resource 1 [mem 0xf7600000-0xf76fffff]
[    0.508317] pci_bus 0000:25: resource 0 [io  0xd000-0xdfff]
[    0.508317] pci_bus 0000:25: resource 1 [mem 0xf7500000-0xf75fffff]
[    0.508318] pci_bus 0000:25: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508320] pci_bus 0000:26: resource 0 [io  0xf000-0xffff]
[    0.508320] pci_bus 0000:26: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.508321] pci_bus 0000:26: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.508323] pci_bus 0000:27: resource 1 [mem 0xf7200000-0xf74fffff]
[    0.508324] pci_bus 0000:28: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.508411] NET: Registered protocol family 2
[    0.508542] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.508587] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.508769] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.508915] TCP: Hash tables configured (established 131072 bind 65536)
[    0.508959] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.509004] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.509084] NET: Registered protocol family 1
[    0.509270] pci 0000:26:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.509395] PCI: CLS 64 bytes, default 64
[    0.509425] Unpacking initramfs...
[    0.660009] Freeing initrd memory: 16992K
[    0.660009] AMD-Vi: IOMMU performance counters supported
[    0.660009] iommu: Adding device 0000:00:01.0 to group 0
[    0.660009] iommu: Adding device 0000:00:01.3 to group 1
[    0.660084] iommu: Adding device 0000:00:02.0 to group 2
[    0.660208] iommu: Adding device 0000:00:03.0 to group 3
[    0.660330] iommu: Adding device 0000:00:03.1 to group 4
[    0.660454] iommu: Adding device 0000:00:04.0 to group 5
[    0.660571] iommu: Adding device 0000:00:07.0 to group 6
[    0.660689] iommu: Adding device 0000:00:07.1 to group 7
[    0.660806] iommu: Adding device 0000:00:08.0 to group 8
[    0.660926] iommu: Adding device 0000:00:08.1 to group 9
[    0.661042] iommu: Adding device 0000:00:14.0 to group 10
[    0.661056] iommu: Adding device 0000:00:14.3 to group 10
[    0.661195] iommu: Adding device 0000:00:18.0 to group 11
[    0.661211] iommu: Adding device 0000:00:18.1 to group 11
[    0.661224] iommu: Adding device 0000:00:18.2 to group 11
[    0.661235] iommu: Adding device 0000:00:18.3 to group 11
[    0.661246] iommu: Adding device 0000:00:18.4 to group 11
[    0.661258] iommu: Adding device 0000:00:18.5 to group 11
[    0.661269] iommu: Adding device 0000:00:18.6 to group 11
[    0.661281] iommu: Adding device 0000:00:18.7 to group 11
[    0.661410] iommu: Adding device 0000:03:00.0 to group 12
[    0.661433] iommu: Adding device 0000:03:00.1 to group 12
[    0.661454] iommu: Adding device 0000:03:00.2 to group 12
[    0.661465] iommu: Adding device 0000:1d:00.0 to group 12
[    0.661476] iommu: Adding device 0000:1d:01.0 to group 12
[    0.661487] iommu: Adding device 0000:1d:04.0 to group 12
[    0.661497] iommu: Adding device 0000:1d:05.0 to group 12
[    0.661507] iommu: Adding device 0000:1d:06.0 to group 12
[    0.661519] iommu: Adding device 0000:1d:07.0 to group 12
[    0.661531] iommu: Adding device 0000:24:00.0 to group 12
[    0.661550] iommu: Adding device 0000:25:00.0 to group 12
[    0.661695] iommu: Adding device 0000:26:00.0 to group 13
[    0.661722] iommu: Adding device 0000:26:00.1 to group 13
[    0.661837] iommu: Adding device 0000:27:00.0 to group 14
[    0.661965] iommu: Adding device 0000:27:00.2 to group 15
[    0.662093] iommu: Adding device 0000:27:00.3 to group 16
[    0.662206] iommu: Adding device 0000:28:00.0 to group 17
[    0.662328] iommu: Adding device 0000:28:00.2 to group 18
[    0.662441] iommu: Adding device 0000:28:00.3 to group 19
[    0.662730] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.662731] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.662732]  PPR NX GT IA GA PC GA_vAPIC
[    0.662735] AMD-Vi: Interrupt remapping enabled
[    0.662736] AMD-Vi: virtual APIC enabled
[    0.662783] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.663328] amd_uncore: AMD NB counters detected
[    0.663332] amd_uncore: AMD LLC counters detected
[    0.663738] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.663782] Scanning for low memory corruption every 60 seconds
[    0.664317] Initialise system trusted keyrings
[    0.664328] Key type blacklist registered
[    0.664340] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.665197] zbud: loaded
[    0.667280] Key type asymmetric registered
[    0.667281] Asymmetric key parser 'x509' registered
[    0.667302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.667370] io scheduler noop registered
[    0.667370] io scheduler deadline registered
[    0.667402] io scheduler cfq registered (default)
[    0.667403] io scheduler mq-deadline registered
[    0.667404] io scheduler kyber registered
[    0.667408] io scheduler bfq registered
[    0.669458] pcieport 0000:00:01.3: AER enabled with IRQ 26
[    0.669479] pcieport 0000:00:03.1: AER enabled with IRQ 27
[    0.669496] pcieport 0000:00:07.1: AER enabled with IRQ 28
[    0.669512] pcieport 0000:00:08.1: AER enabled with IRQ 30
[    0.669521] pcieport 0000:00:01.3: Signaling PME with IRQ 26
[    0.669537] pcieport 0000:00:03.1: Signaling PME with IRQ 27
[    0.669553] pcieport 0000:00:07.1: Signaling PME with IRQ 28
[    0.669567] pcieport 0000:00:08.1: Signaling PME with IRQ 30
[    0.669622] efifb: probing for efifb
[    0.669631] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.669632] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.669633] efifb: scrolling: redraw
[    0.669634] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.670623] Console: switching to colour frame buffer device 128x48
[    0.671953] fb0: EFI VGA frame buffer device
[    0.672016] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.672023] ACPI: Power Button [PWRB]
[    0.672062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.672075] ACPI: Power Button [PWRF]
[    0.677100] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.695020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.696822] ledtrig-cpu: registered to indicate activity on CPUs
[    0.697053] NET: Registered protocol family 10
[    0.699165] Segment Routing with IPv6
[    0.699177] NET: Registered protocol family 17
[    0.699805] RAS: Correctable Errors collector initialized.
[    0.700460] microcode: CPU0: patch_level=0x08001136
[    0.700467] microcode: CPU1: patch_level=0x08001136
[    0.700475] microcode: CPU2: patch_level=0x08001136
[    0.700482] microcode: CPU3: patch_level=0x08001136
[    0.700569] microcode: CPU4: patch_level=0x08001136
[    0.700487] microcode: CPU5: patch_level=0x08001136
[    0.700500] microcode: CPU6: patch_level=0x08001136
[    0.700508] microcode: CPU7: patch_level=0x08001136
[    0.700516] microcode: CPU8: patch_level=0x08001136
[    0.700523] microcode: CPU9: patch_level=0x08001136
[    0.700531] microcode: CPU10: patch_level=0x08001136
[    0.700539] microcode: CPU11: patch_level=0x08001136
[    0.700646] microcode: Microcode Update Driver: v2.2.
[    0.700715] registered taskstats version 1
[    0.700727] Loading compiled-in X.509 certificates
[    0.700745] zswap: loaded using pool lzo/zbud
[    0.702871] Key type big_key registered
[    0.703276]   Magic number: 6:904:649
[    0.703334] acpi LNXCPU:02: hash matches
[    0.703360] hctosys: unable to open rtc device (rtc0)
[    0.906535] Freeing unused kernel memory: 1456K
[    0.906536] Write protecting the kernel read-only data: 16384k
[    0.907028] Freeing unused kernel memory: 2016K
[    0.908222] Freeing unused kernel memory: 688K
[    0.946273] ipmi message handler version 39.2
[    0.946558] ipmi device interface
[    0.949776] nvidia: loading out-of-tree module taints kernel.
[    0.949784] nvidia: module license 'NVIDIA' taints kernel.
[    0.949784] Disabling lock debugging due to kernel taint
[    0.960196] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[    0.960474] nvidia 0000:26:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    0.960553] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  396.24  Thu Apr 26 00:10:09 PDT 2018 (using threaded interrupts)
[    0.962236] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  396.24  Wed Apr 25 23:54:18 PDT 2018
[    0.968377] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 243
[    0.968919] Linux agpgart interface v0.103
[    0.976675] [drm] [nvidia-drm] [GPU ID 0x00002600] Loading driver
[    1.504147] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[    1.504299] caller _nv001112rm+0xe3/0x1d0 [nvidia] mapping multiple BARs
[    1.843241] nvidia-modeset: Allocated GPU:0 (GPU-749f09ea-b847-88ac-fe39-eb022a110ce1) @ PCI:0000:26:00.0
[    1.898248] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.898249] [drm] No driver support for vblank timestamp query.
[    2.115861] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:26:00.0 on minor 0
[    2.161213] SCSI subsystem initialized
[    2.163305] ACPI: bus type USB registered
[    2.163327] usbcore: registered new interface driver usbfs
[    2.163336] usbcore: registered new interface driver hub
[    2.163341] usbcore: registered new device driver usb
[    2.164283] libata version 3.00 loaded.
[    2.165797] QUIRK: Enable AMD PLL fix
[    2.165817] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    2.165822] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    2.220918] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x48000418
[    2.221063] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.221065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.221066] usb usb1: Product: xHCI Host Controller
[    2.221067] usb usb1: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.221068] usb usb1: SerialNumber: 0000:03:00.0
[    2.221108] hub 1-0:1.0: USB hub found
[    2.221108] hub 1-0:1.0: 10 ports detected
[    2.221311] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    2.221313] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    2.221316] xhci_hcd 0000:03:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    2.221343] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.221357] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.221358] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.221359] usb usb2: Product: xHCI Host Controller
[    2.221360] usb usb2: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.221360] usb usb2: SerialNumber: 0000:03:00.0
[    2.221387] hub 2-0:1.0: USB hub found
[    2.221387] hub 2-0:1.0: 4 ports detected
[    2.221460] usb: port power management may be unreliable
[    2.221530] ahci 0000:03:00.1: version 3.0
[    2.221642] xhci_hcd 0000:27:00.3: xHCI Host Controller
[    2.221646] xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 3
[    2.221727] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    2.221754] xhci_hcd 0000:27:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x00000418
[    2.221768] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    2.221771] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    2.221852] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.221854] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.221855] usb usb3: Product: xHCI Host Controller
[    2.221856] usb usb3: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.221856] usb usb3: SerialNumber: 0000:27:00.3
[    2.221910] hub 3-0:1.0: USB hub found
[    2.221916] hub 3-0:1.0: 4 ports detected
[    2.222060] xhci_hcd 0000:27:00.3: xHCI Host Controller
[    2.222062] xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 4
[    2.222064] xhci_hcd 0000:27:00.3: Host supports USB 3.0  SuperSpeed
[    2.222074] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.222090] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.222091] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.222092] usb usb4: Product: xHCI Host Controller
[    2.222093] usb usb4: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.222094] usb usb4: SerialNumber: 0000:27:00.3
[    2.222150] hub 4-0:1.0: USB hub found
[    2.222156] hub 4-0:1.0: 4 ports detected
[    2.222309] scsi host0: ahci
[    2.222533] scsi host1: ahci
[    2.222611] scsi host2: ahci
[    2.222763] scsi host3: ahci
[    2.222940] scsi host4: ahci
[    2.223133] scsi host5: ahci
[    2.223406] scsi host6: ahci
[    2.223797] scsi host7: ahci
[    2.223797] ata1: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780100 irq 46
[    2.223797] ata2: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780180 irq 46
[    2.223797] ata3: DUMMY
[    2.223797] ata4: DUMMY
[    2.223797] ata5: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780300 irq 46
[    2.223797] ata6: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780380 irq 46
[    2.223797] ata7: DUMMY
[    2.223797] ata8: DUMMY
[    2.223917] ahci 0000:24:00.0: SSS flag set, parallel bus scan disabled
[    2.223962] ahci 0000:24:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.223964] ahci 0000:24:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    2.224245] scsi host8: ahci
[    2.224275] scsi host9: ahci
[    2.224303] ata9: SATA max UDMA/133 abar m512@0xf7600000 port 0xf7600100 irq 48
[    2.224306] ata10: SATA max UDMA/133 abar m512@0xf7600000 port 0xf7600180 irq 48
[    2.224421] ahci 0000:28:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    2.224423] ahci 0000:28:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.224565] scsi host10: ahci
[    2.224592] ata11: SATA max UDMA/133 abar m4096@0xf7808000 port 0xf7808100 irq 50
[    2.533379] ata11: SATA link down (SStatus 0 SControl 300)
[    2.533387] ata9: SATA link down (SStatus 0 SControl 300)
[    2.550406] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    2.551178] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[    2.572924] usb 2-4: New USB device found, idVendor=13fe, idProduct=6300
[    2.572926] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.572928] usb 2-4: Product:                 
[    2.572929] usb 2-4: Manufacturer:         
[    2.572930] usb 2-4: SerialNumber: 070A84B2F1199A43
[    2.576718] usb-storage 2-4:1.0: USB Mass Storage device detected
[    2.576884] scsi host11: usb-storage 2-4:1.0
[    2.576930] usbcore: registered new interface driver usb-storage
[    2.690403] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.690749] ata1.00: supports DRM functions and may not be fully accessible
[    2.691490] ata1.00: ATA-10: Crucial_CT1050MX300SSD1,  M0CR060, max UDMA/133
[    2.691491] ata1.00: 2051200368 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.693580] ata1.00: supports DRM functions and may not be fully accessible
[    2.696170] ata1.00: configured for UDMA/133
[    2.696359] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT1050MX R060 PQ: 0 ANSI: 5
[    2.697800] ata1.00: Enabling discard_zeroes_data
[    2.697819] sd 0:0:0:0: [sda] 2051200368 512-byte logical blocks: (1.05 TB/978 GiB)
[    2.697837] sd 0:0:0:0: [sda] Write Protect is off
[    2.697839] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.697872] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.698045] ata1.00: Enabling discard_zeroes_data
[    2.699444]  sda: sda1 sda2 sda3 sda4
[    2.699680] ata1.00: Enabling discard_zeroes_data
[    2.700146] sd 0:0:0:0: [sda] supports TCG Opal
[    2.700147] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.713120] usb 3-1: New USB device found, idVendor=22d4, idProduct=130c
[    2.713123] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.713125] usb 3-1: Product: Mionix Naos 7000
[    2.713126] usb 3-1: Manufacturer: Laview Technology
[    2.713127] usb 3-1: SerialNumber: STM32
[    2.718745] hidraw: raw HID events driver (C) Jiri Kosina
[    2.734634] usbcore: registered new interface driver usbhid
[    2.734636] usbhid: USB HID core driver
[    2.735518] input: Laview Technology Mionix Naos 7000 as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-1/3-1:1.0/0003:22D4:130C.0001/input/input2
[    2.735543] hid-generic 0003:22D4:130C.0001: input,hidraw0: USB HID v1.00 Mouse [Laview Technology Mionix Naos 7000] on usb-0000:27:00.3-1/input0
[    2.735614] input: Laview Technology Mionix Naos 7000 as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-1/3-1:1.1/0003:22D4:130C.0002/input/input3
[    2.790603] hid-generic 0003:22D4:130C.0002: input,hiddev0,hidraw1: USB HID v1.00 Keyboard [Laview Technology Mionix Naos 7000] on usb-0000:27:00.3-1/input1
[    2.840399] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[    2.995479] usb 3-2: New USB device found, idVendor=04d9, idProduct=0112
[    2.995481] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.995483] usb 3-2: Product: USB-HID Keyboard
[    3.004727] input: USB-HID Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-2/3-2:1.0/0003:04D9:0112.0003/input/input4
[    3.011764] ata2: SATA link down (SStatus 0 SControl 300)
[    3.060515] hid-generic 0003:04D9:0112.0003: input,hidraw2: USB HID v1.11 Keyboard [USB-HID Keyboard] on usb-0000:27:00.3-2/input0
[    3.065710] input: USB-HID Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-2/3-2:1.1/0003:04D9:0112.0004/input/input5
[    3.120501] hid-generic 0003:04D9:0112.0004: input,hidraw3: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:27:00.3-2/input1
[    3.124784] hid-generic 0003:04D9:0112.0005: hiddev1,hidraw4: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:27:00.3-2/input2
[    3.247057] usb 3-3: new high-speed USB device number 4 using xhci_hcd
[    3.328268] ata5: SATA link down (SStatus 0 SControl 300)
[    3.408152] usb 3-3: New USB device found, idVendor=03f0, idProduct=4117
[    3.408155] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.408157] usb 3-3: Product: HP LaserJet 1018
[    3.408158] usb 3-3: Manufacturer: Hewlett-Packard
[    3.408159] usb 3-3: SerialNumber: KP0NR4V
[    3.530393] usb 3-4: new full-speed USB device number 5 using xhci_hcd
[    3.598111] scsi 11:0:0:0: Direct-Access                               PMAP PQ: 0 ANSI: 6
[    3.598575] sd 11:0:0:0: [sdb] 121012224 512-byte logical blocks: (62.0 GB/57.7 GiB)
[    3.598819] sd 11:0:0:0: [sdb] Write Protect is off
[    3.598821] sd 11:0:0:0: [sdb] Mode Sense: 45 00 00 00
[    3.599065] sd 11:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.600712]  sdb: sdb1
[    3.601671] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[    3.612638] random: fast init done
[    3.639686] ata6: SATA link down (SStatus 0 SControl 300)
[    3.742142] usb 3-4: New USB device found, idVendor=b58e, idProduct=9e84
[    3.742145] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.742147] usb 3-4: Product: Yeti Stereo Microphone
[    3.742148] usb 3-4: Manufacturer: Blue Microphones
[    3.950140] ata10: SATA link down (SStatus 0 SControl 300)
[    4.021260] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    4.120776] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
[    4.147899] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    4.164308] systemd[1]: Detected architecture x86-64.
[    4.169611] systemd[1]: Set hostname to <jupiter>.
[    4.244934] random: systemd: uninitialized urandom read (16 bytes read)
[    4.246629] systemd[1]: Created slice system-dhcpcd.slice.
[    4.246667] random: systemd: uninitialized urandom read (16 bytes read)
[    4.246700] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.246718] random: systemd: uninitialized urandom read (16 bytes read)
[    4.246859] systemd[1]: Created slice system-getty.slice.
[    4.246928] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.246992] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.247056] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.247119] systemd[1]: Listening on udev Control Socket.
[    4.266477] EXT4-fs (sda4): re-mounted. Opts: data=ordered
[    4.307165] systemd-journald[361]: Received request to flush runtime journal from PID 1
[    4.350225] rtc_cmos 00:02: RTC can wake from S4
[    4.350400] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    4.350505] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.363466] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.365035] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.365037] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.372271] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.372429] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    4.372571] sp5100-tco sp5100-tco: I/O address 0x0cd6 already in use
[    4.372738] sp5100-tco: probe of sp5100-tco failed with error -16
[    4.484799] cryptd: max_cpu_qlen set to 1000
[    4.486676] mousedev: PS/2 mouse device common for all mice
[    4.487691] usbcore: registered new interface driver uas
[    4.489493] usblp 3-3:1.0: usblp2: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x03F0 pid 0x4117
[    4.489493] usbcore: registered new interface driver usblp
[    4.492554] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.493349] AVX2 version of gcm_enc/dec engaged.
[    4.493349] AES CTR mode by8 optimization enabled
[    4.497856] ccp 0000:27:00.2: enabling device (0000 -> 0002)
[    4.498060] ccp 0000:27:00.2: ccp enabled
[    4.498060] ccp 0000:27:00.2: psp initialization failed
[    4.498060] ccp 0000:27:00.2: enabled
[    4.501141] r8169 0000:25:00.0 eth0: RTL8168g/8111g at 0x        (ptrval), 70:85:c2:42:06:d1, XID 0c000800 IRQ 54
[    4.501143] r8169 0000:25:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.504229] r8169 0000:25:00.0 enp37s0: renamed from eth0
[    4.576298] snd_hda_intel 0000:26:00.1: Disabling MSI
[    4.576306] snd_hda_intel 0000:26:00.1: Handle vga_switcheroo audio client
[    4.576429] snd_hda_intel 0000:28:00.3: enabling device (0000 -> 0002)
[    4.583397] kvm: Nested Virtualization enabled
[    4.583402] kvm: Nested Paging enabled
[    4.583403] SVM: Virtual VMLOAD VMSAVE supported
[    4.583403] SVM: Virtual GIF supported
[    4.585794] MCE: In-kernel MCE decoding enabled.
[    4.587767] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.587772] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.594008] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC892: line_outs=2 (0x17/0x14/0x0/0x0/0x0) type:line
[    4.594011] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.594012] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.594013] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    4.594014] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    4.594015] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    4.594016] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    4.594017] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    4.607297] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input7
[    4.607343] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input8
[    4.607397] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input9
[    4.607466] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input10
[    4.607563] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input11
[    4.612745] fuse init (API version 7.26)
[    4.769349] usbcore: registered new interface driver snd-usb-audio
[    4.811150] 8021q: 802.1Q VLAN Support v1.8
[    4.820465] random: crng init done
[    4.820467] random: 7 urandom warning(s) missed due to ratelimiting
[    4.842738] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.843732] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.843761] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.843762] cfg80211: failed to load regulatory.db
[    4.932108] r8169 0000:25:00.0 enp37s0: link down
[    4.931791] r8169 0000:25:00.0 enp37s0: link down
[    4.932178] IPv6: ADDRCONF(NETDEV_UP): enp37s0: link is not ready
[    6.233933] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input12
[    6.233978] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input13
[    6.234023] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input14
[    6.234065] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input15
[    7.446591] r8169 0000:25:00.0 enp37s0: link up
[    7.446601] IPv6: ADDRCONF(NETDEV_CHANGE): enp37s0: link becomes ready
[   36.281743] tun: Universal TUN/TAP device driver, 1.6

Any help would be greatly appreciated. Thanks.

Last edited by tzhuang (2018-06-19 02:40:56)

Offline

#2 2018-06-17 06:21:01

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [Solved] How to troubleshoot strange network speed

Try the performance w/o the VPN.
If that's the culprit, elaborate on the VPN setup.

Offline

#3 2018-06-17 06:58:39

tzhuang
Member
Registered: 2017-05-23
Posts: 41

Re: [Solved] How to troubleshoot strange network speed

Alas, I don't think the VPN was the source of the issue. Here is dmesg without the vpn:

[    0.000000] Linux version 4.16.13-2-ARCH (builduser@bpiotrowski) (gcc version 8.1.1 20180531 (GCC)) #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c4d0f920-11cf-4440-8350-b022626fd404 rw quiet nvidia-drm.modeset=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000dad78fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dad79000-0x00000000dc264fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc265000-0x00000000dc35bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dc35c000-0x00000000dc730fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc731000-0x00000000dd0fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd0fb000-0x00000000dd18dfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000dd18e000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd800000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdc35c000  ACPI=0xdc35c000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0xd9890718  MEMATTR=0xd9681018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350 Gaming K4, BIOS P4.70 02/09/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d9890718 to 0x00000000d9890750.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x2e6655000, 0x2e6655fff] PGTABLE
[    0.000000] BRK [0x2e6656000, 0x2e6656fff] PGTABLE
[    0.000000] BRK [0x2e6657000, 0x2e6657fff] PGTABLE
[    0.000000] BRK [0x2e6658000, 0x2e6658fff] PGTABLE
[    0.000000] BRK [0x2e6659000, 0x2e6659fff] PGTABLE
[    0.000000] BRK [0x2e665a000, 0x2e665afff] PGTABLE
[    0.000000] BRK [0x2e665b000, 0x2e665bfff] PGTABLE
[    0.000000] BRK [0x2e665c000, 0x2e665cfff] PGTABLE
[    0.000000] BRK [0x2e665d000, 0x2e665dfff] PGTABLE
[    0.000000] BRK [0x2e665e000, 0x2e665efff] PGTABLE
[    0.000000] BRK [0x2e665f000, 0x2e665ffff] PGTABLE
[    0.000000] BRK [0x2e6660000, 0x2e6660fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x35ebf000-0x36f56fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DC35C000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DC35C098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DC3629A0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180105/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000DC35C1E8 0067B4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DC719E00 000040
[    0.000000] ACPI: APIC 0x00000000DC362AB8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DC362B98 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DC362BE0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DC362C80 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x00000000DC36B918 000BD0 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DC36C4E8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DC36C518 002CDC (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DC36F1F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000DC36F238 000294 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DC36F4D0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DC36F508 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DC36F530 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x00000000DC36F578 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: IVRS 0x00000000DC36F5B0 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DC36F680 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000DC36F778 001A41 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: WSMT 0x00000000DC3711C0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.000000]   node   0: [mem 0x000000000400a000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000dad78fff]
[    0.000000]   node   0: [mem 0x00000000dc265000-0x00000000dc35bfff]
[    0.000000]   node   0: [mem 0x00000000dd18e000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] On node 0 totalpages: 4177111
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14055 pages used for memmap
[    0.000000]   DMA32 zone: 899512 pages, LIFO batch:31
[    0.000000]   Normal zone: 51150 pages used for memmap
[    0.000000]   Normal zone: 3273600 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 97 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdad79000-0xdc264fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc35c000-0xdc730fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc731000-0xdd0fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd0fb000-0xdd18dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd800000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] 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: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4111815
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c4d0f920-11cf-4440-8350-b022626fd404 rw quiet nvidia-drm.modeset=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16283620K/16708444K available (10252K kernel code, 1261K rwdata, 3408K rodata, 1456K init, 640K bss, 424824K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 31757 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.003333] Switched APIC routing to physical flat.
[    0.003333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: Fast TSC calibration using PIT
[    0.023333] tsc: Detected 3193.848 MHz processor
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e099681af1, max_idle_ns: 440795319345 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.85 BogoMIPS (lpj=10646160)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.027382] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.028547] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.028604] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028644] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028834] CPU: Physical Processor ID: 0
[    0.028835] CPU: Processor Core ID: 0
[    0.028842] mce: CPU supports 23 MCE banks
[    0.028859] LVT offset 1 assigned for vector 0xf9
[    0.028929] LVT offset 2 assigned for vector 0xf4
[    0.028940] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.028940] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.028941] Spectre V2 : Mitigation: Full AMD retpoline
[    0.028942] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028943] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.032336] Freeing SMP alternatives memory: 24K
[    0.036666] smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.046690] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.046696] ... version:                0
[    0.046697] ... bit width:              48
[    0.046697] ... generic registers:      6
[    0.046698] ... value mask:             0000ffffffffffff
[    0.046698] ... max period:             00007fffffffffff
[    0.046699] ... fixed-purpose events:   0
[    0.046699] ... event mask:             000000000000003f
[    0.053347] Hierarchical SRCU implementation.
[    0.073481] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080013] smp: Bringing up secondary CPUs ...
[    0.110034] x86: Booting SMP configuration:
[    0.110035] .... node  #0, CPUs:        #1
[    0.112161] TSC synchronization [CPU#0 -> CPU#1]:
[    0.112162] Measured 9354506254 cycles TSC warp between CPUs, turning off TSC clock.
[    0.112163] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.140029]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.410191] smp: Brought up 1 node, 12 CPUs
[    0.410191] smpboot: Max logical packages: 2
[    0.410191] smpboot: Total of 12 processors activated (76683.20 BogoMIPS)
[    0.411267] devtmpfs: initialized
[    0.411267] x86/mm: Memory block size: 128MB
[    0.411267] PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[    0.411267] PM: Registering ACPI NVS region [mem 0xdc35c000-0xdc730fff] (4018176 bytes)
[    0.411267] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.411267] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.411267] pinctrl core: initialized pinctrl subsystem
[    0.411267] RTC time:  2:54:10, date: 06/17/18
[    0.411267] NET: Registered protocol family 16
[    0.411267] cpuidle: using governor ladder
[    0.411267] cpuidle: using governor menu
[    0.411267] ACPI: bus type PCI registered
[    0.411267] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.411267] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.411267] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.411267] PCI: Using configuration type 1 for base access
[    0.414116] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.414116] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.414116] ACPI: Added _OSI(Module Device)
[    0.414116] ACPI: Added _OSI(Processor Device)
[    0.414116] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.414116] ACPI: Added _OSI(Processor Aggregator Device)
[    0.414116] ACPI: Executed 2 blocks of module-level executable AML code
[    0.419999] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.423333] ACPI: Interpreter enabled
[    0.423333] ACPI: (supports S0 S3 S4 S5)
[    0.423333] ACPI: Using IOAPIC for interrupt routing
[    0.423333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.423425] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.431531] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.431535] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.431803] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.431815] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.432198] PCI host bridge to bus 0000:00
[    0.432200] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.432201] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.432202] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.432203] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.432204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.432205] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.432206] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.432207] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.432208] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.432215] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.432306] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.432415] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.432495] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.432620] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.432714] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.432805] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.432883] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.433333] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.433333] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.433333] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.433333] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.433333] pci 0000:00:07.1: enabling Extended Tags
[    0.433333] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.433333] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.433388] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.433421] pci 0000:00:08.1: enabling Extended Tags
[    0.433508] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.433650] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.433904] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.434161] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.434225] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.434290] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.434352] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.434415] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.434477] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.434539] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.434603] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.435179] pci 0000:03:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.435205] pci 0000:03:00.0: reg 0x10: [mem 0xf77a0000-0xf77a7fff 64bit]
[    0.435292] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.435359] pci 0000:03:00.1: [1022:43b7] type 00 class 0x010601
[    0.435412] pci 0000:03:00.1: reg 0x24: [mem 0xf7780000-0xf779ffff]
[    0.435420] pci 0000:03:00.1: reg 0x30: [mem 0xf7700000-0xf777ffff pref]
[    0.435464] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.435517] pci 0000:03:00.2: [1022:43b2] type 01 class 0x060400
[    0.435601] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.443376] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.443383] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.443386] pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf77fffff]
[    0.443389] pci 0000:00:01.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.443559] pci 0000:1d:00.0: [1022:43b4] type 01 class 0x060400
[    0.443671] pci 0000:1d:00.0: PME# supported from D3hot D3cold
[    0.443765] pci 0000:1d:01.0: [1022:43b4] type 01 class 0x060400
[    0.443863] pci 0000:1d:01.0: PME# supported from D3hot D3cold
[    0.443941] pci 0000:1d:04.0: [1022:43b4] type 01 class 0x060400
[    0.444039] pci 0000:1d:04.0: PME# supported from D3hot D3cold
[    0.444112] pci 0000:1d:05.0: [1022:43b4] type 01 class 0x060400
[    0.444210] pci 0000:1d:05.0: PME# supported from D3hot D3cold
[    0.444284] pci 0000:1d:06.0: [1022:43b4] type 01 class 0x060400
[    0.444381] pci 0000:1d:06.0: PME# supported from D3hot D3cold
[    0.444458] pci 0000:1d:07.0: [1022:43b4] type 01 class 0x060400
[    0.444555] pci 0000:1d:07.0: PME# supported from D3hot D3cold
[    0.444643] pci 0000:03:00.2: PCI bridge to [bus 1d-25]
[    0.444649] pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
[    0.444652] pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf76fffff]
[    0.444657] pci 0000:03:00.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.444691] pci 0000:1d:00.0: PCI bridge to [bus 1e]
[    0.444738] pci 0000:1d:01.0: PCI bridge to [bus 1f]
[    0.444794] pci 0000:1d:04.0: PCI bridge to [bus 22]
[    0.444840] pci 0000:1d:05.0: PCI bridge to [bus 23]
[    0.444905] pci 0000:24:00.0: [1b21:0612] type 00 class 0x010601
[    0.444938] pci 0000:24:00.0: reg 0x10: [io  0xe050-0xe057]
[    0.444952] pci 0000:24:00.0: reg 0x14: [io  0xe040-0xe043]
[    0.444966] pci 0000:24:00.0: reg 0x18: [io  0xe030-0xe037]
[    0.444980] pci 0000:24:00.0: reg 0x1c: [io  0xe020-0xe023]
[    0.444994] pci 0000:24:00.0: reg 0x20: [io  0xe000-0xe01f]
[    0.445008] pci 0000:24:00.0: reg 0x24: [mem 0xf7600000-0xf76001ff]
[    0.453377] pci 0000:1d:06.0: PCI bridge to [bus 24]
[    0.453386] pci 0000:1d:06.0:   bridge window [io  0xe000-0xefff]
[    0.453390] pci 0000:1d:06.0:   bridge window [mem 0xf7600000-0xf76fffff]
[    0.453496] pci 0000:25:00.0: [10ec:8168] type 00 class 0x020000
[    0.453545] pci 0000:25:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.453587] pci 0000:25:00.0: reg 0x18: [mem 0xf7500000-0xf7500fff 64bit]
[    0.453613] pci 0000:25:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.453779] pci 0000:25:00.0: supports D1 D2
[    0.453780] pci 0000:25:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.463389] pci 0000:1d:07.0: PCI bridge to [bus 25]
[    0.463399] pci 0000:1d:07.0:   bridge window [io  0xd000-0xdfff]
[    0.463403] pci 0000:1d:07.0:   bridge window [mem 0xf7500000-0xf75fffff]
[    0.463408] pci 0000:1d:07.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.463586] pci 0000:26:00.0: [10de:1b06] type 00 class 0x030000
[    0.463620] pci 0000:26:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.463637] pci 0000:26:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.463652] pci 0000:26:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.463663] pci 0000:26:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.463673] pci 0000:26:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.463696] pci 0000:26:00.0: BAR 3: assigned to efifb
[    0.463853] pci 0000:26:00.1: [10de:10ef] type 00 class 0x040300
[    0.463876] pci 0000:26:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.473385] pci 0000:00:03.1: PCI bridge to [bus 26]
[    0.473393] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.473396] pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.473400] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.473533] pci 0000:27:00.0: [1022:145a] type 00 class 0x130000
[    0.473566] pci 0000:27:00.0: enabling Extended Tags
[    0.473662] pci 0000:27:00.2: [1022:1456] type 00 class 0x108000
[    0.473680] pci 0000:27:00.2: reg 0x18: [mem 0xf7300000-0xf73fffff]
[    0.473690] pci 0000:27:00.2: reg 0x24: [mem 0xf7400000-0xf7401fff]
[    0.473697] pci 0000:27:00.2: enabling Extended Tags
[    0.473780] pci 0000:27:00.3: [1022:145c] type 00 class 0x0c0330
[    0.473795] pci 0000:27:00.3: reg 0x10: [mem 0xf7200000-0xf72fffff 64bit]
[    0.473817] pci 0000:27:00.3: enabling Extended Tags
[    0.473847] pci 0000:27:00.3: PME# supported from D0 D3hot D3cold
[    0.473912] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.473916] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
[    0.474077] pci 0000:28:00.0: [1022:1455] type 00 class 0x130000
[    0.474109] pci 0000:28:00.0: enabling Extended Tags
[    0.474180] pci 0000:28:00.2: [1022:7901] type 00 class 0x010601
[    0.474213] pci 0000:28:00.2: reg 0x24: [mem 0xf7808000-0xf7808fff]
[    0.474221] pci 0000:28:00.2: enabling Extended Tags
[    0.474254] pci 0000:28:00.2: PME# supported from D3hot D3cold
[    0.474306] pci 0000:28:00.3: [1022:1457] type 00 class 0x040300
[    0.474318] pci 0000:28:00.3: reg 0x10: [mem 0xf7800000-0xf7807fff]
[    0.474339] pci 0000:28:00.3: enabling Extended Tags
[    0.474370] pci 0000:28:00.3: PME# supported from D0 D3hot D3cold
[    0.474437] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.474441] pci 0000:00:08.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.474957] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.475024] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.475082] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.475153] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.475216] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.475269] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.475321] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.475374] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.475983] pci 0000:26:00.0: vgaarb: setting as boot VGA device
[    0.475983] pci 0000:26:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.475983] pci 0000:26:00.0: vgaarb: bridge control possible
[    0.475983] vgaarb: loaded
[    0.475983] EDAC MC: Ver: 3.0.0
[    0.475983] Registered efivars operations
[    0.489205] PCI: Using ACPI for IRQ routing
[    0.491887] PCI: pci_cache_line_size set to 64 bytes
[    0.491965] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.491967] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.491967] e820: reserve RAM buffer [mem 0xdad79000-0xdbffffff]
[    0.491968] e820: reserve RAM buffer [mem 0xdc35c000-0xdfffffff]
[    0.491969] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.491969] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.492047] NetLabel: Initializing
[    0.492048] NetLabel:  domain hash size = 128
[    0.492048] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.492058] NetLabel:  unlabeled traffic allowed by default
[    0.492061] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.492061] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.493383] clocksource: Switched to clocksource hpet
[    0.500969] VFS: Disk quotas dquot_6.6.0
[    0.500986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.501047] pnp: PnP ACPI init
[    0.501158] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.501162] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.501231] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.501234] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.501318] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.501537] system 00:03: [io  0x0280-0x028f] has been reserved
[    0.501539] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.501544] system 00:03: [io  0x02a0-0x02af] has been reserved
[    0.501546] system 00:03: [io  0x02b0-0x02bf] has been reserved
[    0.501548] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.501824] pnp 00:04: [dma 0 disabled]
[    0.501859] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.502136] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.502137] system 00:05: [io  0x040b] has been reserved
[    0.502138] system 00:05: [io  0x04d6] has been reserved
[    0.502139] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.502141] system 00:05: [io  0x0c14] has been reserved
[    0.502142] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.502143] system 00:05: [io  0x0c52] has been reserved
[    0.502144] system 00:05: [io  0x0c6c] has been reserved
[    0.502145] system 00:05: [io  0x0c6f] has been reserved
[    0.502146] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.502147] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.502148] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.502149] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.502150] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.502151] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.502152] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.502153] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.502154] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.502155] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.502157] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.502158] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.502160] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.502161] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.502162] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.502163] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.502165] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.502168] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.502684] pnp: PnP ACPI: found 6 devices
[    0.508180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.508250] pci 0000:1d:00.0: PCI bridge to [bus 1e]
[    0.508262] pci 0000:1d:01.0: PCI bridge to [bus 1f]
[    0.508272] pci 0000:1d:04.0: PCI bridge to [bus 22]
[    0.508283] pci 0000:1d:05.0: PCI bridge to [bus 23]
[    0.508293] pci 0000:1d:06.0: PCI bridge to [bus 24]
[    0.508296] pci 0000:1d:06.0:   bridge window [io  0xe000-0xefff]
[    0.508300] pci 0000:1d:06.0:   bridge window [mem 0xf7600000-0xf76fffff]
[    0.508307] pci 0000:1d:07.0: PCI bridge to [bus 25]
[    0.508309] pci 0000:1d:07.0:   bridge window [io  0xd000-0xdfff]
[    0.508313] pci 0000:1d:07.0:   bridge window [mem 0xf7500000-0xf75fffff]
[    0.508316] pci 0000:1d:07.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508322] pci 0000:03:00.2: PCI bridge to [bus 1d-25]
[    0.508324] pci 0000:03:00.2:   bridge window [io  0xd000-0xefff]
[    0.508328] pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf76fffff]
[    0.508331] pci 0000:03:00.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508336] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.508337] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.508340] pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf77fffff]
[    0.508342] pci 0000:00:01.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508345] pci 0000:00:03.1: PCI bridge to [bus 26]
[    0.508347] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.508350] pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.508353] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.508357] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.508359] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
[    0.508364] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.508366] pci 0000:00:08.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.508371] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.508372] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.508373] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.508374] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.508375] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.508376] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.508377] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.508378] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.508379] pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
[    0.508380] pci_bus 0000:03: resource 1 [mem 0xf7500000-0xf77fffff]
[    0.508381] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508383] pci_bus 0000:1d: resource 0 [io  0xd000-0xefff]
[    0.508383] pci_bus 0000:1d: resource 1 [mem 0xf7500000-0xf76fffff]
[    0.508384] pci_bus 0000:1d: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508386] pci_bus 0000:24: resource 0 [io  0xe000-0xefff]
[    0.508387] pci_bus 0000:24: resource 1 [mem 0xf7600000-0xf76fffff]
[    0.508388] pci_bus 0000:25: resource 0 [io  0xd000-0xdfff]
[    0.508389] pci_bus 0000:25: resource 1 [mem 0xf7500000-0xf75fffff]
[    0.508390] pci_bus 0000:25: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.508391] pci_bus 0000:26: resource 0 [io  0xf000-0xffff]
[    0.508392] pci_bus 0000:26: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.508393] pci_bus 0000:26: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.508394] pci_bus 0000:27: resource 1 [mem 0xf7200000-0xf74fffff]
[    0.508395] pci_bus 0000:28: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.508483] NET: Registered protocol family 2
[    0.508616] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.508657] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.508840] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.508987] TCP: Hash tables configured (established 131072 bind 65536)
[    0.509031] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.509076] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.509156] NET: Registered protocol family 1
[    0.509340] pci 0000:26:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.509465] PCI: CLS 64 bytes, default 64
[    0.509494] Unpacking initramfs...
[    0.660009] Freeing initrd memory: 16992K
[    0.660009] AMD-Vi: IOMMU performance counters supported
[    0.660009] iommu: Adding device 0000:00:01.0 to group 0
[    0.660047] iommu: Adding device 0000:00:01.3 to group 1
[    0.660157] iommu: Adding device 0000:00:02.0 to group 2
[    0.660284] iommu: Adding device 0000:00:03.0 to group 3
[    0.660407] iommu: Adding device 0000:00:03.1 to group 4
[    0.660528] iommu: Adding device 0000:00:04.0 to group 5
[    0.660639] iommu: Adding device 0000:00:07.0 to group 6
[    0.660756] iommu: Adding device 0000:00:07.1 to group 7
[    0.660872] iommu: Adding device 0000:00:08.0 to group 8
[    0.660993] iommu: Adding device 0000:00:08.1 to group 9
[    0.661111] iommu: Adding device 0000:00:14.0 to group 10
[    0.661125] iommu: Adding device 0000:00:14.3 to group 10
[    0.661264] iommu: Adding device 0000:00:18.0 to group 11
[    0.661280] iommu: Adding device 0000:00:18.1 to group 11
[    0.661293] iommu: Adding device 0000:00:18.2 to group 11
[    0.661307] iommu: Adding device 0000:00:18.3 to group 11
[    0.661318] iommu: Adding device 0000:00:18.4 to group 11
[    0.661328] iommu: Adding device 0000:00:18.5 to group 11
[    0.661340] iommu: Adding device 0000:00:18.6 to group 11
[    0.661352] iommu: Adding device 0000:00:18.7 to group 11
[    0.661482] iommu: Adding device 0000:03:00.0 to group 12
[    0.661504] iommu: Adding device 0000:03:00.1 to group 12
[    0.661524] iommu: Adding device 0000:03:00.2 to group 12
[    0.661536] iommu: Adding device 0000:1d:00.0 to group 12
[    0.661547] iommu: Adding device 0000:1d:01.0 to group 12
[    0.661558] iommu: Adding device 0000:1d:04.0 to group 12
[    0.661569] iommu: Adding device 0000:1d:05.0 to group 12
[    0.661580] iommu: Adding device 0000:1d:06.0 to group 12
[    0.661591] iommu: Adding device 0000:1d:07.0 to group 12
[    0.661603] iommu: Adding device 0000:24:00.0 to group 12
[    0.661622] iommu: Adding device 0000:25:00.0 to group 12
[    0.661767] iommu: Adding device 0000:26:00.0 to group 13
[    0.661794] iommu: Adding device 0000:26:00.1 to group 13
[    0.661910] iommu: Adding device 0000:27:00.0 to group 14
[    0.662037] iommu: Adding device 0000:27:00.2 to group 15
[    0.662162] iommu: Adding device 0000:27:00.3 to group 16
[    0.662277] iommu: Adding device 0000:28:00.0 to group 17
[    0.662396] iommu: Adding device 0000:28:00.2 to group 18
[    0.662511] iommu: Adding device 0000:28:00.3 to group 19
[    0.662802] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.662803] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.662804]  PPR NX GT IA GA PC GA_vAPIC
[    0.662807] AMD-Vi: Interrupt remapping enabled
[    0.662807] AMD-Vi: virtual APIC enabled
[    0.662854] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.663391] amd_uncore: AMD NB counters detected
[    0.663395] amd_uncore: AMD LLC counters detected
[    0.663831] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.663866] Scanning for low memory corruption every 60 seconds
[    0.664336] Initialise system trusted keyrings
[    0.664346] Key type blacklist registered
[    0.664415] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.665147] zbud: loaded
[    0.667640] Key type asymmetric registered
[    0.667641] Asymmetric key parser 'x509' registered
[    0.667661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.667718] io scheduler noop registered
[    0.667718] io scheduler deadline registered
[    0.667746] io scheduler cfq registered (default)
[    0.667746] io scheduler mq-deadline registered
[    0.667747] io scheduler kyber registered
[    0.667751] io scheduler bfq registered
[    0.669825] pcieport 0000:00:01.3: AER enabled with IRQ 26
[    0.669844] pcieport 0000:00:03.1: AER enabled with IRQ 27
[    0.669858] pcieport 0000:00:07.1: AER enabled with IRQ 28
[    0.669870] pcieport 0000:00:08.1: AER enabled with IRQ 30
[    0.669878] pcieport 0000:00:01.3: Signaling PME with IRQ 26
[    0.669890] pcieport 0000:00:03.1: Signaling PME with IRQ 27
[    0.669902] pcieport 0000:00:07.1: Signaling PME with IRQ 28
[    0.669915] pcieport 0000:00:08.1: Signaling PME with IRQ 30
[    0.669964] efifb: probing for efifb
[    0.669972] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.669973] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.669973] efifb: scrolling: redraw
[    0.669975] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.671513] Console: switching to colour frame buffer device 128x48
[    0.672842] fb0: EFI VGA frame buffer device
[    0.672905] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.672913] ACPI: Power Button [PWRB]
[    0.672952] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.672964] ACPI: Power Button [PWRF]
[    0.673893] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.691801] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.693534] ledtrig-cpu: registered to indicate activity on CPUs
[    0.693746] NET: Registered protocol family 10
[    0.695943] Segment Routing with IPv6
[    0.695956] NET: Registered protocol family 17
[    0.696593] RAS: Correctable Errors collector initialized.
[    0.697260] microcode: CPU0: patch_level=0x08001136
[    0.697267] microcode: CPU1: patch_level=0x08001136
[    0.697273] microcode: CPU2: patch_level=0x08001136
[    0.697280] microcode: CPU3: patch_level=0x08001136
[    0.697395] microcode: CPU4: patch_level=0x08001136
[    0.697286] microcode: CPU5: patch_level=0x08001136
[    0.697298] microcode: CPU6: patch_level=0x08001136
[    0.697306] microcode: CPU7: patch_level=0x08001136
[    0.697314] microcode: CPU8: patch_level=0x08001136
[    0.697321] microcode: CPU9: patch_level=0x08001136
[    0.697330] microcode: CPU10: patch_level=0x08001136
[    0.697337] microcode: CPU11: patch_level=0x08001136
[    0.697471] microcode: Microcode Update Driver: v2.2.
[    0.697516] registered taskstats version 1
[    0.697527] Loading compiled-in X.509 certificates
[    0.697545] zswap: loaded using pool lzo/zbud
[    0.699864] Key type big_key registered
[    0.700211]   Magic number: 6:377:915
[    0.700282] hctosys: unable to open rtc device (rtc0)
[    0.903342] Freeing unused kernel memory: 1456K
[    0.903342] Write protecting the kernel read-only data: 16384k
[    0.904165] Freeing unused kernel memory: 2016K
[    0.905369] Freeing unused kernel memory: 688K
[    0.943103] ipmi message handler version 39.2
[    0.943418] ipmi device interface
[    0.946675] nvidia: loading out-of-tree module taints kernel.
[    0.946675] nvidia: module license 'NVIDIA' taints kernel.
[    0.946675] Disabling lock debugging due to kernel taint
[    0.957123] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[    0.957404] nvidia 0000:26:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    0.957485] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  396.24  Thu Apr 26 00:10:09 PDT 2018 (using threaded interrupts)
[    0.959136] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  396.24  Wed Apr 25 23:54:18 PDT 2018
[    0.965298] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 243
[    0.965810] Linux agpgart interface v0.103
[    0.973353] [drm] [nvidia-drm] [GPU ID 0x00002600] Loading driver
[    1.501113] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[    1.501265] caller _nv001112rm+0xe3/0x1d0 [nvidia] mapping multiple BARs
[    1.839578] nvidia-modeset: Allocated GPU:0 (GPU-749f09ea-b847-88ac-fe39-eb022a110ce1) @ PCI:0000:26:00.0
[    1.895794] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.895795] [drm] No driver support for vblank timestamp query.
[    2.116242] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:26:00.0 on minor 0
[    2.163374] SCSI subsystem initialized
[    2.164905] ACPI: bus type USB registered
[    2.164934] usbcore: registered new interface driver usbfs
[    2.164945] usbcore: registered new interface driver hub
[    2.165018] usbcore: registered new device driver usb
[    2.166564] libata version 3.00 loaded.
[    2.167742] QUIRK: Enable AMD PLL fix
[    2.167764] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    2.167768] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    2.223342] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x48000418
[    2.223342] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.223342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.223342] usb usb1: Product: xHCI Host Controller
[    2.223342] usb usb1: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.223342] usb usb1: SerialNumber: 0000:03:00.0
[    2.223342] hub 1-0:1.0: USB hub found
[    2.223342] hub 1-0:1.0: 10 ports detected
[    2.223441] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    2.223444] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    2.223446] xhci_hcd 0000:03:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    2.223474] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.223489] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.223490] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.223491] usb usb2: Product: xHCI Host Controller
[    2.223492] usb usb2: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.223493] usb usb2: SerialNumber: 0000:03:00.0
[    2.223557] hub 2-0:1.0: USB hub found
[    2.223564] hub 2-0:1.0: 4 ports detected
[    2.223638] usb: port power management may be unreliable
[    2.223708] ahci 0000:03:00.1: version 3.0
[    2.223819] xhci_hcd 0000:27:00.3: xHCI Host Controller
[    2.223824] xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 3
[    2.223885] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    2.223925] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    2.223927] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    2.223932] xhci_hcd 0000:27:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x00000418
[    2.224032] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.224034] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.224035] usb usb3: Product: xHCI Host Controller
[    2.224036] usb usb3: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.224036] usb usb3: SerialNumber: 0000:27:00.3
[    2.224090] hub 3-0:1.0: USB hub found
[    2.224097] hub 3-0:1.0: 4 ports detected
[    2.224234] xhci_hcd 0000:27:00.3: xHCI Host Controller
[    2.224236] xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 4
[    2.224238] xhci_hcd 0000:27:00.3: Host supports USB 3.0  SuperSpeed
[    2.224249] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.224263] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.224264] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.224265] usb usb4: Product: xHCI Host Controller
[    2.224266] usb usb4: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    2.224266] usb usb4: SerialNumber: 0000:27:00.3
[    2.224324] hub 4-0:1.0: USB hub found
[    2.224330] hub 4-0:1.0: 4 ports detected
[    2.224419] scsi host0: ahci
[    2.224607] scsi host1: ahci
[    2.225048] scsi host2: ahci
[    2.225213] scsi host3: ahci
[    2.225249] scsi host4: ahci
[    2.225479] scsi host5: ahci
[    2.225479] scsi host6: ahci
[    2.225820] scsi host7: ahci
[    2.225820] ata1: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780100 irq 46
[    2.225820] ata2: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780180 irq 46
[    2.225820] ata3: DUMMY
[    2.225820] ata4: DUMMY
[    2.225820] ata5: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780300 irq 46
[    2.225820] ata6: SATA max UDMA/133 abar m131072@0xf7780000 port 0xf7780380 irq 46
[    2.225820] ata7: DUMMY
[    2.225820] ata8: DUMMY
[    2.225820] ahci 0000:24:00.0: SSS flag set, parallel bus scan disabled
[    2.225820] ahci 0000:24:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.225820] ahci 0000:24:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    2.225998] scsi host8: ahci
[    2.226125] scsi host9: ahci
[    2.226163] ata9: SATA max UDMA/133 abar m512@0xf7600000 port 0xf7600100 irq 48
[    2.226166] ata10: SATA max UDMA/133 abar m512@0xf7600000 port 0xf7600180 irq 48
[    2.226290] ahci 0000:28:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    2.226293] ahci 0000:28:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.226443] scsi host10: ahci
[    2.226896] ata11: SATA max UDMA/133 abar m4096@0xf7808000 port 0xf7808100 irq 50
[    2.542109] ata11: SATA link down (SStatus 0 SControl 300)
[    2.542106] ata9: SATA link down (SStatus 0 SControl 300)
[    2.553740] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    2.558420] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[    2.580242] usb 2-4: New USB device found, idVendor=13fe, idProduct=6300
[    2.580244] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.580246] usb 2-4: Product:                 
[    2.580247] usb 2-4: Manufacturer:         
[    2.580248] usb 2-4: SerialNumber: 070A84B2F1199A43
[    2.584060] usb-storage 2-4:1.0: USB Mass Storage device detected
[    2.584169] scsi host11: usb-storage 2-4:1.0
[    2.584217] usbcore: registered new interface driver usb-storage
[    2.700074] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.700412] ata1.00: supports DRM functions and may not be fully accessible
[    2.701151] ata1.00: ATA-10: Crucial_CT1050MX300SSD1,  M0CR060, max UDMA/133
[    2.701153] ata1.00: 2051200368 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.703229] ata1.00: supports DRM functions and may not be fully accessible
[    2.705820] ata1.00: configured for UDMA/133
[    2.706033] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT1050MX R060 PQ: 0 ANSI: 5
[    2.716296] usb 3-1: New USB device found, idVendor=22d4, idProduct=130c
[    2.716299] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.716301] usb 3-1: Product: Mionix Naos 7000
[    2.716302] usb 3-1: Manufacturer: Laview Technology
[    2.716303] usb 3-1: SerialNumber: STM32
[    2.721926] hidraw: raw HID events driver (C) Jiri Kosina
[    2.737814] usbcore: registered new interface driver usbhid
[    2.737816] usbhid: USB HID core driver
[    2.738675] input: Laview Technology Mionix Naos 7000 as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-1/3-1:1.0/0003:22D4:130C.0001/input/input2
[    2.738700] hid-generic 0003:22D4:130C.0001: input,hidraw0: USB HID v1.00 Mouse [Laview Technology Mionix Naos 7000] on usb-0000:27:00.3-1/input0
[    2.738822] input: Laview Technology Mionix Naos 7000 as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-1/3-1:1.1/0003:22D4:130C.0002/input/input3
[    2.793870] hid-generic 0003:22D4:130C.0002: input,hiddev0,hidraw1: USB HID v1.00 Keyboard [Laview Technology Mionix Naos 7000] on usb-0000:27:00.3-1/input1
[    2.843732] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[    2.998718] usb 3-2: New USB device found, idVendor=04d9, idProduct=0112
[    2.998721] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.998722] usb 3-2: Product: USB-HID Keyboard
[    3.007911] input: USB-HID Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-2/3-2:1.0/0003:04D9:0112.0003/input/input4
[    3.020594] ata2: SATA link down (SStatus 0 SControl 300)
[    3.063839] hid-generic 0003:04D9:0112.0003: input,hidraw2: USB HID v1.11 Keyboard [USB-HID Keyboard] on usb-0000:27:00.3-2/input0
[    3.068887] input: USB-HID Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb3/3-2/3-2:1.1/0003:04D9:0112.0004/input/input5
[    3.123837] hid-generic 0003:04D9:0112.0004: input,hidraw3: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:27:00.3-2/input1
[    3.127904] hid-generic 0003:04D9:0112.0005: hiddev1,hidraw4: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:27:00.3-2/input2
[    3.250408] usb 3-3: new high-speed USB device number 4 using xhci_hcd
[    3.335395] ata5: SATA link down (SStatus 0 SControl 300)
[    3.411712] usb 3-3: New USB device found, idVendor=03f0, idProduct=4117
[    3.411715] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.411717] usb 3-3: Product: HP LaserJet 1018
[    3.411718] usb 3-3: Manufacturer: Hewlett-Packard
[    3.411719] usb 3-3: SerialNumber: KP0NR4V
[    3.533729] usb 3-4: new full-speed USB device number 5 using xhci_hcd
[    3.597984] scsi 11:0:0:0: Direct-Access                               PMAP PQ: 0 ANSI: 6
[    3.599422] ata1.00: Enabling discard_zeroes_data
[    3.599422] sd 0:0:0:0: [sda] 2051200368 512-byte logical blocks: (1.05 TB/978 GiB)
[    3.599453] sd 0:0:0:0: [sda] Write Protect is off
[    3.599453] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.599453] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.599453] ata1.00: Enabling discard_zeroes_data
[    3.599557] sd 11:0:0:0: [sdb] 121012224 512-byte logical blocks: (62.0 GB/57.7 GiB)
[    3.599801] sd 11:0:0:0: [sdb] Write Protect is off
[    3.599802] sd 11:0:0:0: [sdb] Mode Sense: 45 00 00 00
[    3.600042] sd 11:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.600797]  sda: sda1 sda2 sda3 sda4
[    3.601002] ata1.00: Enabling discard_zeroes_data
[    3.601248] sd 0:0:0:0: [sda] supports TCG Opal
[    3.601250] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.601583]  sdb: sdb1
[    3.601930] random: fast init done
[    3.602428] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[    3.650874] ata6: SATA link down (SStatus 0 SControl 300)
[    3.745316] usb 3-4: New USB device found, idVendor=b58e, idProduct=9e84
[    3.745319] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.745320] usb 3-4: Product: Yeti Stereo Microphone
[    3.745322] usb 3-4: Manufacturer: Blue Microphones
[    3.960174] ata10: SATA link down (SStatus 0 SControl 300)
[    4.072675] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    4.165610] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
[    4.189543] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    4.203980] systemd[1]: Detected architecture x86-64.
[    4.209299] systemd[1]: Set hostname to <jupiter>.
[    4.279201] random: systemd: uninitialized urandom read (16 bytes read)
[    4.280596] systemd[1]: Created slice system-dhcpcd.slice.
[    4.280628] random: systemd: uninitialized urandom read (16 bytes read)
[    4.280666] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.280682] random: systemd: uninitialized urandom read (16 bytes read)
[    4.280796] systemd[1]: Created slice system-getty.slice.
[    4.280841] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.281761] systemd[1]: Listening on Process Core Dump Socket.
[    4.281809] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.282079] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.293316] EXT4-fs (sda4): re-mounted. Opts: data=ordered
[    4.354069] systemd-journald[370]: Received request to flush runtime journal from PID 1
[    4.376235] rtc_cmos 00:02: RTC can wake from S4
[    4.376583] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    4.376583] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.450393] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.450612] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.450614] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.504047] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.504800] cryptd: max_cpu_qlen set to 1000
[    4.508407] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    4.508534] sp5100-tco sp5100-tco: I/O address 0x0cd6 already in use
[    4.508701] sp5100-tco: probe of sp5100-tco failed with error -16
[    4.511840] AVX2 version of gcm_enc/dec engaged.
[    4.511842] AES CTR mode by8 optimization enabled
[    4.519464] usbcore: registered new interface driver uas
[    4.523339] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.531087] r8169 0000:25:00.0 eth0: RTL8168g/8111g at 0x        (ptrval), 70:85:c2:42:06:d1, XID 0c000800 IRQ 51
[    4.531089] r8169 0000:25:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.571566] mousedev: PS/2 mouse device common for all mice
[    4.572793] usblp 3-3:1.0: usblp2: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x03F0 pid 0x4117
[    4.572819] usbcore: registered new interface driver usblp
[    4.575723] r8169 0000:25:00.0 enp37s0: renamed from eth0
[    4.611751] ccp 0000:27:00.2: enabling device (0000 -> 0002)
[    4.612129] ccp 0000:27:00.2: ccp enabled
[    4.612143] ccp 0000:27:00.2: psp initialization failed
[    4.612144] ccp 0000:27:00.2: enabled
[    4.633668] snd_hda_intel 0000:26:00.1: Disabling MSI
[    4.633680] snd_hda_intel 0000:26:00.1: Handle vga_switcheroo audio client
[    4.633813] snd_hda_intel 0000:28:00.3: enabling device (0000 -> 0002)
[    4.681601] fuse init (API version 7.26)
[    4.687136] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC892: line_outs=2 (0x17/0x14/0x0/0x0/0x0) type:line
[    4.687138] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.687139] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.687140] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    4.687141] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    4.687143] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    4.687144] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    4.687145] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    4.687310] kvm: Nested Virtualization enabled
[    4.687317] kvm: Nested Paging enabled
[    4.687318] SVM: Virtual VMLOAD VMSAVE supported
[    4.687318] SVM: Virtual GIF supported
[    4.689935] MCE: In-kernel MCE decoding enabled.
[    4.692068] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.692071] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.700656] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input7
[    4.700722] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input8
[    4.700789] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input9
[    4.700848] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input10
[    4.700916] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input11
[    4.829162] random: crng init done
[    4.829164] random: 7 urandom warning(s) missed due to ratelimiting
[    4.848508] usbcore: registered new interface driver snd-usb-audio
[    4.872633] 8021q: 802.1Q VLAN Support v1.8
[    4.906188] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.907287] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.907288] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.907295] cfg80211: failed to load regulatory.db
[    4.988812] r8169 0000:25:00.0 enp37s0: link down
[    4.988487] r8169 0000:25:00.0 enp37s0: link down
[    4.988925] IPv6: ADDRCONF(NETDEV_UP): enp37s0: link is not ready
[    6.294284] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input12
[    6.294326] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input13
[    6.294363] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input14
[    6.294401] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input15
[    7.468211] r8169 0000:25:00.0 enp37s0: link up
[    7.468221] IPv6: ADDRCONF(NETDEV_CHANGE): enp37s0: link becomes ready

Offline

#4 2018-06-17 09:37:04

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [Solved] How to troubleshoot strange network speed

What do you mean "you don't think" - did you try?
Try "ethtool enp37s0" to inspect the connection  and provide the output of ip route (w/ and w/o VPN) - is the machine you ssh'd into supposed to be LAN?

Edit, also lookup your journal (rather than dmesg) for indications on whether the connection is somehow wonky.

Last edited by seth (2018-06-17 09:39:15)

Offline

#5 2018-06-17 13:38:25

tzhuang
Member
Registered: 2017-05-23
Posts: 41

Re: [Solved] How to troubleshoot strange network speed

I meant the speed issues still persisted without the VPN on.

Here is ethtool output:

Settings for enp37s0:
	Supported ports: [ TP MII ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Half 1000baseT/Full 
	Supported pause frame use: No
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: Symmetric Receive-only
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Link partner advertised link modes:  10baseT/Half 10baseT/Full 
	                                     100baseT/Half 100baseT/Full 
	                                     1000baseT/Half 1000baseT/Full 
	Link partner advertised pause frame use: Symmetric Receive-only
	Link partner advertised auto-negotiation: Yes
	Link partner advertised FEC modes: Not reported
	Speed: 1000Mb/s
	Duplex: Full
	Port: MII
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Supports Wake-on: pumbg
	Wake-on: g
	Current message level: 0x00000033 (51)
			       drv probe ifdown ifup
	Link detected: yes

ip link w/o VPN:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp37s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 70:85:c2:42:06:d1 brd ff:ff:ff:ff:ff:ff

ip link w/ VPN:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp37s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 70:85:c2:42:06:d1 brd ff:ff:ff:ff:ff:ff
3: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 100
    link/none 

journalctl output is quite verbose and I"m not too sure what exactly I'm looking for. Here is a pastebin link: https://pastebin.com/raw/dJK4EWpC

Offline

#6 2018-06-17 17:59:36

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [Solved] How to troubleshoot strange network speed

ethtool is unsuspicious, the journal ends briefly after the system start - it would be required to obtain it after some download issues (other than that, you're looking for messages from dhcpcd)
Not "ip link" but

ip route

.

Try https://linhost.info/2013/10/download-test-files/ (ie. downloading into dev null in order to rule out local IO issues) and the LTS kernel to test whether there's simply a bug in the kernel module.

Also

env | grep -i proxy
sudo iptables -L

Also (ftr) "lspci" and "lsusb" to report which chip we're actually dealing with.

Offline

#7 2018-06-17 22:32:52

tzhuang
Member
Registered: 2017-05-23
Posts: 41

Re: [Solved] How to troubleshoot strange network speed

I tried switching the kernel module for my ethernet controller from r8169 to r8168 as instructued here: https://wiki.archlinux.org/index.php/Ne … 11.2F8168B
But it didn't seem to have an effect.

Here's what I meant when I said speed test speeds seem to ramp up: https://i.imgur.com/UaJMjth.png
Although strangely:

tzhuang@jupiter:~> ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=941 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=694 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=1046 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=2063 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=1786 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=1050 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=57 time=699 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=57 time=325 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=57 time=849 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=57 time=2085 ms
64 bytes from 8.8.8.8: icmp_seq=11 ttl=57 time=1595 ms
64 bytes from 8.8.8.8: icmp_seq=12 ttl=57 time=732 ms
64 bytes from 8.8.8.8: icmp_seq=13 ttl=57 time=1067 ms
64 bytes from 8.8.8.8: icmp_seq=14 ttl=57 time=1023 ms
64 bytes from 8.8.8.8: icmp_seq=15 ttl=57 time=628 ms
^C
--- 8.8.8.8 ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14083ms
rtt min/avg/max/mdev = 325.284/1106.041/2085.035/516.100 ms, pipe 3

That ping was with the VPN on but it seems that the VPN has no effect on the ping as a ping with the VPN off has similar results:

tzhuang@jupiter:~> ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=74.1 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=737 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=500 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=234 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=1822 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=1031 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=57 time=1011 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=57 time=1015 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=57 time=2029 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=57 time=2029 ms
64 bytes from 8.8.8.8: icmp_seq=11 ttl=57 time=2015 ms
64 bytes from 8.8.8.8: icmp_seq=12 ttl=57 time=1025 ms
64 bytes from 8.8.8.8: icmp_seq=13 ttl=57 time=527 ms
64 bytes from 8.8.8.8: icmp_seq=14 ttl=57 time=1042 ms
64 bytes from 8.8.8.8: icmp_seq=15 ttl=57 time=2055 ms
64 bytes from 8.8.8.8: icmp_seq=16 ttl=57 time=1236 ms
^C
--- 8.8.8.8 ping statistics ---
17 packets transmitted, 16 received, 5% packet loss, time 16072ms
rtt min/avg/max/mdev = 74.151/1149.386/2055.892/643.719 ms, pipe 3

Here's the additional info you requested:

ip route w/ VPN:

tzhuang@jupiter:~> ip route
default via 192.168.1.1 dev enp37s0 proto dhcp src 192.168.1.20 metric 202 
10.0.0.0/24 via 10.2.0.1 dev tun0 
10.1.0.0/24 via 10.2.0.1 dev tun0 
10.2.0.0/24 dev tun0 proto kernel scope link src 10.2.0.2 
10.20.0.0/24 via 10.2.0.1 dev tun0 
10.200.0.0/24 via 10.2.0.1 dev tun0 
172.16.0.0/16 via 10.2.0.1 dev tun0 
192.168.1.0/24 dev enp37s0 proto dhcp scope link src 192.168.1.20 metric 202 
192.168.7.248/29 via 10.2.0.1 dev tun0 
192.168.200.0/24 via 10.2.0.1 dev tun0 
192.168.250.0/24 via 10.2.0.1 dev tun0 
192.168.254.0/24 via 10.2.0.1 dev tun0 

ip route w/o VPN:

tzhuang@jupiter:~> ip route
default via 192.168.1.1 dev enp37s0 proto dhcp src 192.168.1.20 metric 202 
192.168.1.0/24 dev enp37s0 proto dhcp scope link src 192.168.1.20 metric 202 

env | grep -i proxy returns nothing

sudo iptables -L

tzhuang@jupiter:~> sudo iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination 

lspci -v excerpt of Ethernet controller:

25:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 11)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Flags: bus master, fast devsel, latency 0, IRQ 51
	I/O ports at d000 [size=256]
	Memory at f7500000 (64-bit, non-prefetchable) [size=4K]
	Memory at f2100000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8168
	Kernel modules: r8169, r8168

lsusb -v

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            4.16
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0

Bus 003 Device 005: ID b58e:9e84 Blue Microphones Yeti Stereo Microphone
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0xb58e Blue Microphones
  idProduct          0x9e84 Yeti Stereo Microphone
  bcdDevice            1.00
  iManufacturer           1 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          325
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          3 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              150mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0 
      iInterface              0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength          105
        bInCollection           2
        baInterfaceNr( 0)       1
        baInterfaceNr( 1)       2
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID            13
        wTerminalType      0x0201 Microphone
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 6
        bSourceID              13
        bControlSize            1
        bmaControls( 0)      0x03
          Mute Control
          Volume Control
        bmaControls( 1)      0x00
        bmaControls( 2)      0x00
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID            12
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      4 (MIXER_UNIT)
        bUnitID                 9
        bNrInPins               2
        baSourceID( 0)         12
        baSourceID( 1)          6
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        bmControls         0x00
        iMixer                  0 
      AudioControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 1
        bSourceID               9
        bControlSize            2
        bmaControls( 0)      0x15
        bmaControls( 0)      0x03
          Mute Control
          Bass Control
          Treble Control
          Bass Boost Control
          Loudness Control
        bmaControls( 1)      0x02
        bmaControls( 1)      0x00
          Volume Control
        bmaControls( 2)      0x02
        bmaControls( 2)      0x00
          Volume Control
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            14
        wTerminalType      0x0301 Speaker
        bAssocTerminal          0
        bSourceID               1
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 2
        bSourceID              13
        bControlSize            1
        bmaControls( 0)      0x01
          Mute Control
        bmaControls( 1)      0x02
          Volume Control
        bmaControls( 2)      0x02
          Volume Control
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      5 (SELECTOR_UNIT)
        bUnitID                 8
        bNrInPins               1
        baSource( 0)            2
        iSelector               0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            10
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               8
        iTerminal               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          12
        bDelay                  0 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                14
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            0 Continuous
        tLowerSamFreq        8000
        tUpperSamFreq       48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x00c0  1x 192 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay              1 Decoded PCM samples
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          12
        bDelay                  0 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                14
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             1
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            0 Continuous
        tLowerSamFreq        8000
        tUpperSamFreq       48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x0060  1x 96 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay              1 Decoded PCM samples
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          12
        bDelay                  0 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                14
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           3
        bBitResolution         24
        bSamFreqType            0 Continuous
        tLowerSamFreq        8000
        tUpperSamFreq       48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x0120  1x 288 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay              1 Decoded PCM samples
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          10
        bDelay                  0 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                14
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            0 Continuous
        tLowerSamFreq        8000
        tUpperSamFreq       48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes           13
          Transfer Type            Isochronous
          Synch Type               Synchronous
          Usage Type               Data
        wMaxPacketSize     0x00c0  1x 192 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay              1 Decoded PCM samples

Bus 003 Device 004: ID 03f0:4117 Hewlett-Packard LaserJet 1018
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x03f0 Hewlett-Packard
  idProduct          0x4117 LaserJet 1018
  bcdDevice            1.00
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      2 Bidirectional
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0

Bus 003 Device 003: ID 04d9:0112 Holtek Semiconductor, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x04d9 Holtek Semiconductor, Inc.
  idProduct          0x0112 
  bcdDevice            1.12
  iManufacturer           0 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           91
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     101
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      34
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

Bus 003 Device 002: ID 22d4:130c  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x22d4 
  idProduct          0x130c 
  bcdDevice            1.36
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.00
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      69
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.00
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      83
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.16
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

Bus 002 Device 002: ID 13fe:6300 Kingston Technology Company Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0x13fe Kingston Technology Company Inc.
  idProduct          0x6300 
  bcdDevice            1.10
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           44
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              504mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst               3
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst               3

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            4.16
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.16
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

Download test:

tzhuang@jupiter:~> wget -O /dev/null http://cachefly.cachefly.net/100mb.test
--2018-06-17 18:32:00--  http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: ‘/dev/null’

/dev/null                               100%[=============================================================================>] 100.00M  3.54MB/s    in 29s     

2018-06-17 18:32:30 (3.50 MB/s) - ‘/dev/null’ saved [104857600/104857600]

Offline

#8 2018-06-18 06:17:15

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [Solved] How to troubleshoot strange network speed

You're aware that the wget download went at 29.44 Mbps?
=> There's no throughput issue, the ethernet connection is probably fine.

But your latency is crap (the long pings) - is this a satelite connection?
Can you take your provider out of the equation and ping eg. you router or another system in the LAN (no VPN)?
Also try tracepath/traceroute to spot slow hops.

Offline

#9 2018-06-19 02:40:37

tzhuang
Member
Registered: 2017-05-23
Posts: 41

Re: [Solved] How to troubleshoot strange network speed

Well this is kind of embarrassing but it seems like it wasn't a system configuration issue after all, but a problem with my network. After my girlfriend pointed out her windows system speed test reported a slow network, I tried again on my windows system too and found similar results. I could have sworn when I tried it a few days ago, the windows speed test consistently reported a fast network, while my Arch system was slow.

Thanks for all your help trying to troubleshoot Seth.

Offline

Board footer

Powered by FluxBB