Activation of network connection failed/Unable to connect to device via ssh

Hello! I am relatively new to Linux and the Jetson software, but I am currently trying to install SDK Manager for my AGX Xavier and am running into problems. I am able to make it to the screen I attached below, however, I am unable to see a System Configuration Wizard, and the device seems to have trouble connecting.

Here is as far as I get in the installation process, let me know if you can view the image!
file:///home/charlotte/Pictures/Screenshot%20from%202019-11-21%2022-09-34.png

Also every couple of minutes a little popup notification always says “connection failed activation of network connection failed” and I was wondering maybe this is the problem?

Any help would be greatly appreciated, thank you!

Hi charlotte.chang2001,

Please attach image on topic.
External Media

I attached the image to the previous post, let me know if you can view it! Thanks!

Normally the extra package addition stage via ssh requires any flash to have completed, and the unit to then fully boot. On first boot there will not be an account unless you completed the first boot login to set up the account.

Can you “ping 192.168.55.1”? On the host PC, when the Xavier is connected via the USB-C cable, and fully booted (so far as you can do by turning the unit on and waiting a minute), do you see “192.168.55.100” anywhere in “ifconfig” (the 192.168.55.100 is the PC side address, whereas 192.168.55.1 is the Jetson side)?

I attached the images below of what i see when i ping 192.168.55.1 and I do see 192.168.55.100 after i type in ifconfig.

Let me know if I am doing anything wrong! Thank you in advance.


You do have a good route to the Jetson, so it isn’t a network issue, and we know the Jetson is able to boot to a point to have networking.

Keep in mind while reading this that you can uncheck the flash steps and just run the extra package install to the Jetson only while debugging…you do not need to repeat most of the steps unless you really want to see the flash process again, or unless the flash itself might be suspected as failed.

We still don’t know if you completed the first boot steps for adding an account to the Jetson. Upon first boot, you would have created an account name with password. Using that name/pass, can you do this from the host? I’ll assume the name is “ubuntu”:

ssh ubuntu@192.168.55.1

If you have completed the first boot and have the account, but ssh still fails, then we’ll need to know what error you see.

Thank you for all of your input, I really appreciate it! So when I type in “ssh ubuntu@192.168.55.1” I get “ssh: connect to host 192.168.55.1 port 22: Connection refused” as the response.

I’m getting the same error pop-up on the host, “Activation of network connection failed”, about once per minute whenever my Jetson TX-2 is connected via USB. Also on 18.04

I was able to install JetPack completely. So, for me this issue is just an annoyance.

Without ssh working you won’t be able to install any of the extra software, e.g., CUDA. The “connection refused” says that either the ssh daemon is not running (such as from a flash which had issues and the system isn’t really fully booted), or some other unusual failure at the Jetson side. We know:

  • For the most part the Jetson booted (ping works).
  • Network and network route are correct (ping works).
  • The IP address to use is correct (ping works).
  • You never got a chance to log in through ssh (connection refused...this would imply that even if your account is set up correctly ssh would still fail).

Is there any kind of firewall or proxy involved?

Also, are you able to log in locally to the Jetson? Could you possibly add a boot log via serial console? For serial console you would use the micro-B USB cable on the Xavier, and then to the host PC. If you monitor “dmesg --follow” on the host PC as you insert the cable the first UART which is listed is the debug UART. On my Fedora system there is actually more than one way to list that UART, and for me it is easier to just use “/dev/serial/by-id/usb-FTDI_Quad_RS232-HS-if03-port0”, but whatever works for your host PC is ok. I use “gtkterm” (to install: “sudo apt-get install gtkterm”). For my case the serial console line which works is:

gtkterm -b 8 -t 1 -s 115200 -p /dev/serial/by-id/usb-FTDI_Quad_RS232-HS-if03-port0

“gtkterm” has the ability to log. You can start gtkterm with the Jetson off, begin log, then begin boot of the Xavier.

Hi there, I apologize in advance I am still a little new to all this. How would I find out if any kind of firewall or proxy is involved?

By boot log via serial console do you mean the result after typing “dmesg --follow” into terminal? I see a lot of code/text when I use that, but when I use “gtkterm” I get this message unfortunately.

Was gtkterm running from the host PC? Unless you have an actual serial port there, and were not going through the USB, the device would not be named “ttyS0”, it would instead be named something like “ttyUSB0”. The ttyS0 is probably incorrect. If you have your PC monitoring “dmesg --follow”, and then connect the micro-B USB cable from Xavier to host PC, what text is generated from the plug in?

Proxy or firewall is related to your outside networking. If you are in a corporate environment, then typically you’d have to ask the network admin there, and many have a proxy or firewall. If this is at an ordinary home with a router, then most likely there is no firewall or proxy involved unless this was purposely set up (for extra security). Some high end “managed” switches can function in a similar way, but those are rather expensive and would not typically be in a home.

Thank you so much for the clarification! I am doing this project from home, so I don’t believe I have a firewall or proxy involved. And yes it was running from host PC and I am not currently working with a micro-USB cable, instead I use USB type C cable from the Xavier to host PC. When I type “dmesg --follow” I get this output:

charlotte@charlotte-HP-Spectre-x360-Convertible-15-bl1XX:~$ dmesg --follow
[    0.000000] microcode: microcode updated early to revision 0xca, date = 2019-10-03
[    0.000000] Linux version 5.0.0-36-generic (buildd@lgw01-amd64-060) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 (Ubuntu 5.0.0-36.39~18.04.1-generic 5.0.21)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic root=UUID=c548c32a-dc44-4a53-83cd-d05666535ac4 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000061375fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000061376000-0x0000000061376fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000061377000-0x0000000061377fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000061378000-0x0000000069449fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006944a000-0x000000006a310fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006a311000-0x000000006a370fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006a371000-0x000000006a81efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006a81f000-0x000000006affefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006afff000-0x000000006affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006b000000-0x000000006fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5fa12018-0x5fa3e257] usable ==> usable
[    0.000000] e820: update [mem 0x5fa12018-0x5fa3e257] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005fa12017] usable
[    0.000000] reserve setup_data: [mem 0x000000005fa12018-0x000000005fa3e257] usable
[    0.000000] reserve setup_data: [mem 0x000000005fa3e258-0x0000000061375fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000061376000-0x0000000061376fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000061377000-0x0000000061377fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000061378000-0x0000000069449fff] usable
[    0.000000] reserve setup_data: [mem 0x000000006944a000-0x000000006a310fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006a311000-0x000000006a370fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006a371000-0x000000006a81efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006a81f000-0x000000006affefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006afff000-0x000000006affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006b000000-0x000000006fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048effffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x6a32c000  ACPI=0x6a32c000  SMBIOS=0x6ae84000  SMBIOS 3.0=0x6ae83000  ESRT=0x67baf998  MEMATTR=0x67d4e018  TPMEventLog=0x6145c018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: HP HP Spectre x360 Convertible 15-bl1XX/827F, BIOS F.30 10/30/2017
[    0.000000] tsc: Detected 2000.000 MHz processor
[    0.001020] tsc: Detected 1992.000 MHz TSC
[    0.001020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001021] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001026] last_pfn = 0x48f000 max_arch_pfn = 0x400000000
[    0.001031] MTRR default type: write-back
[    0.001031] MTRR fixed ranges enabled:
[    0.001032]   00000-9FFFF write-back
[    0.001032]   A0000-BFFFF uncachable
[    0.001033]   C0000-FFFFF write-protect
[    0.001033] MTRR variable ranges enabled:
[    0.001034]   0 base 0080000000 mask 7F80000000 uncachable
[    0.001035]   1 base 0070000000 mask 7FF0000000 uncachable
[    0.001035]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.001036]   3 base 006B800000 mask 7FFF800000 uncachable
[    0.001036]   4 disabled
[    0.001036]   5 disabled
[    0.001036]   6 disabled
[    0.001037]   7 disabled
[    0.001037]   8 disabled
[    0.001037]   9 disabled
[    0.001895] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002060] last_pfn = 0x6b000 max_arch_pfn = 0x400000000
[    0.007355] esrt: Reserving ESRT space from 0x0000000067baf998 to 0x0000000067baf9d0.
[    0.007363] check: Scanning 1 areas for low memory corruption
[    0.007366] Using GB pages for direct mapping
[    0.007367] BRK [0x444201000, 0x444201fff] PGTABLE
[    0.007368] BRK [0x444202000, 0x444202fff] PGTABLE
[    0.007369] BRK [0x444203000, 0x444203fff] PGTABLE
[    0.007400] BRK [0x444204000, 0x444204fff] PGTABLE
[    0.007401] BRK [0x444205000, 0x444205fff] PGTABLE
[    0.007530] BRK [0x444206000, 0x444206fff] PGTABLE
[    0.007560] BRK [0x444207000, 0x444207fff] PGTABLE
[    0.007644] BRK [0x444208000, 0x444208fff] PGTABLE
[    0.007692] BRK [0x444209000, 0x444209fff] PGTABLE
[    0.007738] RAMDISK: [mem 0x36ec1000-0x395b0fff]
[    0.007744] ACPI: Early table checksum verification disabled
[    0.007746] ACPI: RSDP 0x000000006A32C000 000024 (v02 HPQOEM)
[    0.007749] ACPI: XSDT 0x000000006A32C0C8 000114 (v01 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.007752] ACPI: FACP 0x000000006A360D40 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.007755] ACPI: DSDT 0x000000006A32C270 034ACB (v02 HPQOEM 827F     01072009 ACPI 20160422)
[    0.007757] ACPI: FACS 0x000000006A7ECF00 000040
[    0.007759] ACPI: APIC 0x000000006A360E58 0000BC (v03 HPQOEM 827F     01072009 HP   00010013)
[    0.007760] ACPI: FPDT 0x000000006A360F18 000044 (v01 HPQOEM 827F     01072009 HP   00010013)
[    0.007761] ACPI: FIDT 0x000000006A360F60 00009C (v01 HPQOEM 827F     01072009 HP   00010013)
[    0.007763] ACPI: MCFG 0x000000006A361000 00003C (v01 HPQOEM 827F     01072009 HP   00000097)
[    0.007765] ACPI: SSDT 0x000000006A361040 000359 (v01 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007766] ACPI: SSDT 0x000000006A3613A0 006A54 (v02 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007768] ACPI: MSDM 0x000000006A367DF8 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
[    0.007769] ACPI: SSDT 0x000000006A367E50 003156 (v02 HPQOEM 827F     00003000 ACPI 20160422)
[    0.007771] ACPI: HPET 0x000000006A36AFA8 000038 (v01 HPQOEM 827F     00000001 HP   0000005F)
[    0.007773] ACPI: SSDT 0x000000006A36AFE0 000024 (v02 HPQOEM 827F     00000000 ACPI 20160422)
[    0.007774] ACPI: UEFI 0x000000006A36B008 000042 (v01 HPQOEM 827F     00000002 HP   01000013)
[    0.007776] ACPI: SSDT 0x000000006A36B050 0017AE (v02 HPQOEM 827F     00003000 ACPI 20160422)
[    0.007777] ACPI: LPIT 0x000000006A36C800 000094 (v01 HPQOEM 827F     00000000 HP   0000005F)
[    0.007778] ACPI: SSDT 0x000000006A36C898 000141 (v02 HPQOEM 827F     00000000 ACPI 20160422)
[    0.007780] ACPI: SSDT 0x000000006A36C9E0 00029F (v02 HPQOEM 827F     00000000 ACPI 20160422)
[    0.007781] ACPI: SSDT 0x000000006A36CC80 0011E7 (v02 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007783] ACPI: SSDT 0x000000006A36DE68 0002AB (v02 HPQOEM 827F     00000000 ACPI 20160422)
[    0.007784] ACPI: DBGP 0x000000006A36E118 000034 (v01 HPQOEM 827F     00000002 HP   0000005F)
[    0.007786] ACPI: DBG2 0x000000006A36E150 000054 (v00 HPQOEM 827F     00000002 HP   0000005F)
[    0.007787] ACPI: SSDT 0x000000006A36E1A8 000715 (v02 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007789] ACPI: SSDT 0x000000006A36E8C0 00039B (v02 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007790] ACPI: DMAR 0x000000006A36EC60 0000CC (v01 HPQOEM 827F     00000001 HP   00000001)
[    0.007792] ACPI: NHLT 0x000000006A36ED30 00002D (v00 HPQOEM 827F     00000002 HP   01000013)
[    0.007793] ACPI: SSDT 0x000000006A36ED60 000066 (v01 HPQOEM 827F     00000001 ACPI 20160422)
[    0.007795] ACPI: TPM2 0x000000006A36EDC8 000034 (v03 HPQOEM 827F     00000001 HP   00000000)
[    0.007796] ACPI: SSDT 0x000000006A36EE00 001CA9 (v01 HPQOEM 827F     00001000 ACPI 20160422)
[    0.007797] ACPI: ASF! 0x000000006A370AB0 0000A0 (v32 HPQOEM 827F     00000001 HP   000F4240)
[    0.007799] ACPI: WSMT 0x000000006A370B50 000028 (v01 HPQOEM 827F     01072009 HP   00010013)
[    0.007800] ACPI: BGRT 0x000000006A370B78 000038 (v01 HPQOEM 827F     01072009 HP   00010013)
[    0.007805] ACPI: Local APIC address 0xfee00000
[    0.007951] No NUMA configuration found
[    0.007952] Faking a node at [mem 0x0000000000000000-0x000000048effffff]
[    0.007957] NODE_DATA(0) allocated [mem 0x48efd5000-0x48effffff]
[    0.008109] Zone ranges:
[    0.008109]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008110]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008110]   Normal   [mem 0x0000000100000000-0x000000048effffff]
[    0.008111]   Device   empty
[    0.008111] Movable zone start for each node
[    0.008113] Early memory node ranges
[    0.008114]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008114]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.008114]   node   0: [mem 0x0000000000100000-0x0000000061375fff]
[    0.008115]   node   0: [mem 0x0000000061378000-0x0000000069449fff]
[    0.008115]   node   0: [mem 0x000000006afff000-0x000000006affffff]
[    0.008115]   node   0: [mem 0x0000000100000000-0x000000048effffff]
[    0.008381] Zeroed struct page in unavailable ranges: 27675 pages
[    0.008382] Initmem setup node 0 [mem 0x0000000000001000-0x000000048effffff]
[    0.008383] On node 0 totalpages: 4162533
[    0.008383]   DMA zone: 64 pages used for memmap
[    0.008384]   DMA zone: 22 pages reserved
[    0.008384]   DMA zone: 3996 pages, LIFO batch:0
[    0.008445]   DMA32 zone: 6674 pages used for memmap
[    0.008446]   DMA32 zone: 427081 pages, LIFO batch:63
[    0.016744]   Normal zone: 58304 pages used for memmap
[    0.016745]   Normal zone: 3731456 pages, LIFO batch:63
[    0.073579] Reserving Intel graphics memory at [mem 0x6c000000-0x6fffffff]
[    0.073752] ACPI: PM-Timer IO Port: 0x1808
[    0.073753] ACPI: Local APIC address 0xfee00000
[    0.073758] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.073758] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.073758] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.073759] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.073759] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.073759] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.073760] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.073760] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.073792] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.073793] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.073794] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.073795] ACPI: IRQ0 used by override.
[    0.073795] ACPI: IRQ9 used by override.
[    0.073797] Using ACPI (MADT) for SMP configuration information
[    0.073797] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.073803] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.073815] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.073816] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.073817] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.073818] PM: Registered nosave memory: [mem 0x5fa12000-0x5fa12fff]
[    0.073819] PM: Registered nosave memory: [mem 0x5fa3e000-0x5fa3efff]
[    0.073819] PM: Registered nosave memory: [mem 0x61376000-0x61376fff]
[    0.073820] PM: Registered nosave memory: [mem 0x61377000-0x61377fff]
[    0.073821] PM: Registered nosave memory: [mem 0x6944a000-0x6a310fff]
[    0.073821] PM: Registered nosave memory: [mem 0x6a311000-0x6a370fff]
[    0.073821] PM: Registered nosave memory: [mem 0x6a371000-0x6a81efff]
[    0.073822] PM: Registered nosave memory: [mem 0x6a81f000-0x6affefff]
[    0.073822] PM: Registered nosave memory: [mem 0x6b000000-0x6fffffff]
[    0.073823] PM: Registered nosave memory: [mem 0x70000000-0xdfffffff]
[    0.073823] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.073823] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.073824] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.073824] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.073824] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.073825] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.073825] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.073825] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[    0.073826] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.073826] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.073826] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.073827] [mem 0x70000000-0xdfffffff] available for PCI devices
[    0.073828] Booting paravirtualized kernel on bare hardware
[    0.073830] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.073838] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[    0.073842] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.073994] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
[    0.073998] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.073999] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.074015] Built 1 zonelists, mobility grouping on.  Total pages: 4097469
[    0.074015] Policy zone: Normal
[    0.074016] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic root=UUID=c548c32a-dc44-4a53-83cd-d05666535ac4 ro quiet splash vt.handoff=1
[    0.077525] Calgary: detecting Calgary via BIOS EBDA area
[    0.077526] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.113224] Memory: 16111220K/16650132K available (14339K kernel code, 2336K rwdata, 4416K rodata, 2588K init, 5192K bss, 538912K reserved, 0K cma-reserved)
[    0.113313] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.113316] Kernel/User page tables isolation: enabled
[    0.113327] ftrace: allocating 41686 entries in 163 pages
[    0.125033] rcu: Hierarchical RCU implementation.
[    0.125034] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.125034] 	Tasks RCU enabled.
[    0.125035] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.125035] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.126801] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.127065] vt handoff: transparent VT on vt#1
[    0.127070] Console: colour dummy device 80x25
[    0.127074] printk: console [tty0] enabled
[    0.127085] ACPI: Core revision 20181213
[    0.127426] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.127456] hpet clockevent registered
[    0.127512] APIC: Switch to symmetric I/O mode setup
[    0.127514] DMAR: Host address width 39
[    0.127514] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.127518] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.127519] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.127522] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.127523] DMAR: RMRR base: 0x00000069a67000 end: 0x00000069a86fff
[    0.127523] DMAR: RMRR base: 0x0000006b800000 end: 0x0000006fffffff
[    0.127524] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.127525] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.127525] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.127526] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.127526] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.129091] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.129091] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.133218] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.151465] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
[    0.151473] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.00 BogoMIPS (lpj=7968000)
[    0.151474] pid_max: default: 32768 minimum: 301
[    0.154687] LSM: Security Framework initializing
[    0.154694] Yama: becoming mindful.
[    0.154708] AppArmor: AppArmor initialized
[    0.156711] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.157705] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.157740] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.157771] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.157926] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.157927] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.157939] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.157952] process: using mwait in idle threads
[    0.157954] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.157954] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.157955] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.157956] Spectre V2 : Mitigation: Full generic retpoline
[    0.157956] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.157956] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.157960] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.157960] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.157961] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.157976] MDS: Mitigation: Clear CPU buffers
[    0.158154] Freeing SMP alternatives memory: 36K
[    0.159528] TSC deadline timer enabled
[    0.159533] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.159587] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.159591] ... version:                4
[    0.159592] ... bit width:              48
[    0.159592] ... generic registers:      4
[    0.159592] ... value mask:             0000ffffffffffff
[    0.159593] ... max period:             00007fffffffffff
[    0.159593] ... fixed-purpose events:   3
[    0.159593] ... event mask:             000000070000000f
[    0.159618] rcu: Hierarchical SRCU implementation.
[    0.160172] random: crng done (trusting CPU's manufacturer)
[    0.160573] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.160627] smp: Bringing up secondary CPUs ...
[    0.160683] x86: Booting SMP configuration:
[    0.160684] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.165114] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.165114]  #5 #6 #7
[    0.167889] smp: Brought up 1 node, 8 CPUs
[    0.167889] smpboot: Max logical packages: 1
[    0.167889] smpboot: Total of 8 processors activated (31872.00 BogoMIPS)
[    0.171859] devtmpfs: initialized
[    0.171859] x86/mm: Memory block size: 128MB
[    0.172359] PM: Registering ACPI NVS region [mem 0x61376000-0x61376fff] (4096 bytes)
[    0.172359] PM: Registering ACPI NVS region [mem 0x6a371000-0x6a81efff] (4907008 bytes)
[    0.172359] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.172359] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.172359] pinctrl core: initialized pinctrl subsystem
[    0.172359] RTC time: 04:42:48, date: 2019-11-26
[    0.172359] NET: Registered protocol family 16
[    0.172359] audit: initializing netlink subsys (disabled)
[    0.172359] audit: type=2000 audit(1574743368.044:1): state=initialized audit_enabled=0 res=1
[    0.172359] EISA bus registered
[    0.172359] cpuidle: using governor ladder
[    0.172359] cpuidle: using governor menu
[    0.172359] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.172359] ACPI: bus type PCI registered
[    0.172359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.172359] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.172359] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.172359] PCI: Using configuration type 1 for base access
[    0.172409] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.172409] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.172409] ACPI: Added _OSI(Module Device)
[    0.172409] ACPI: Added _OSI(Processor Device)
[    0.172409] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.172409] ACPI: Added _OSI(Processor Aggregator Device)
[    0.172409] ACPI: Added _OSI(Linux-Dell-Video)
[    0.172409] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.172409] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.216004] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.223733] ACPI: Dynamic OEM Table Load:
[    0.223738] ACPI: SSDT 0xFFFF8A30FC04C800 0005CD (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.224178] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.225394] ACPI: Dynamic OEM Table Load:
[    0.225398] ACPI: SSDT 0xFFFF8A30FBC0BC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.225792] ACPI: Dynamic OEM Table Load:
[    0.225795] ACPI: SSDT 0xFFFF8A30FC032840 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.226125] ACPI: Dynamic OEM Table Load:
[    0.226129] ACPI: SSDT 0xFFFF8A30FC04D000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.226786] ACPI: Dynamic OEM Table Load:
[    0.226790] ACPI: SSDT 0xFFFF8A30FC09E000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.227753] ACPI: Dynamic OEM Table Load:
[    0.227756] ACPI: SSDT 0xFFFF8A30FBC09800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.228170] ACPI: Dynamic OEM Table Load:
[    0.228173] ACPI: SSDT 0xFFFF8A30FBC0F800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.231175] ACPI: EC: EC started
[    0.231175] ACPI: EC: interrupt blocked
[    0.262833] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.262834] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.262835] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.262835] ACPI: Interpreter enabled
[    0.262868] ACPI: (supports S0 S3 S4 S5)
[    0.262868] ACPI: Using IOAPIC for interrupt routing
[    0.262897] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.263819] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.268462] ACPI: Power Resource [PC01] (on)
[    0.271380] ACPI: Power Resource [WRST] (on)
[    0.284740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.284744] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.284903] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[    0.285053] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.285054] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.285683] PCI host bridge to bus 0000:00
[    0.285685] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.285685] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.285686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.285687] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.285687] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.285688] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.285688] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.285689] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.285690] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.285690] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.285691] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.285691] pci_bus 0000:00: root bus resource [mem 0x70000000-0xdfffffff window]
[    0.285692] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.285693] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.285698] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[    0.285995] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[    0.286005] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.286010] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.286014] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.286026] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.286147] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.286158] pci 0000:00:04.0: reg 0x10: [mem 0xdd420000-0xdd427fff 64bit]
[    0.286354] <font color="#C4A00

The micro-B USB cable has the serial console, the USB-C is for flashing (and virtual wired ethernet). So serial console will be the first serial device you see from “dmesg --follow” on the host PC as you insert the micro-B to Jetson and host PC. Except for serial console (or some example USB “gadget” code you won’t be interested in) the micro-B would not be used.

Regarding dmesg, the “–follow” causes log lines to show up as they are appended to the log. The log lines which occur prior to plugging in the micro-B between Xavier and host PC are the lines which are relevant, as this will tell you which device your PC has labeled the serial console with. There will be more than one UART showing up, but the first (lowest numbered) UART will be the correct device to name in the gtkterm command line (presumably something similar to “/dev/ttyUSB0”). Thus, if you watch the dmesg as you plug in the micro-B, there will be new log lines announcing what USB sees, and previous lines can be ignored.

Once gtkterm is interacting with that serial UART you will be able to have a console for logging and interacting with the Xavier even if video fails. Logging will even exist from prior to Linux starting. Interaction will allow you to see what is going on with networking.

My mistake, I was not using a micro-B USB cable before this and was only using the USB-C. My PC only has one USB port, so my new setup has the USB-C and micro-B USB cable connected to a USB which is then plugged into my PC. However, “dmesg- follow” still is not showing UART at all. I also tried only plugging in USB-C and micro_B USB into the PC individually, but still no success. This is what I see when both are plugged into the USB hub:
charlotte@charlotte-HP-Spectre-x360-Convertible-15-bl1XX:~$ dmesg --follow
[ 0.000000] microcode: microcode updated early to revision 0xca, date = 2019-10-03
[ 0.000000] Linux version 5.0.0-36-generic (buildd@lgw01-amd64-060) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 (Ubuntu 5.0.0-36.39~18.04.1-generic 5.0.21)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic root=UUID=c548c32a-dc44-4a53-83cd-d05666535ac4 ro quiet splash vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 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: Supporting XSAVE feature 0x008: ‘MPX bounds registers’
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: ‘MPX CSR’
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using ‘compacted’ format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000061375fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000061376000-0x0000000061376fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000061377000-0x0000000061377fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000061378000-0x0000000069449fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006944a000-0x000000006a310fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006a311000-0x000000006a370fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006a371000-0x000000006a81efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006a81f000-0x000000006affefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006afff000-0x000000006affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006b000000-0x000000006fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x5fa12018-0x5fa3e257] usable ==> usable
[ 0.000000] e820: update [mem 0x5fa12018-0x5fa3e257] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005fa12017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005fa12018-0x000000005fa3e257] usable
[ 0.000000] reserve setup_data: [mem 0x000000005fa3e258-0x0000000061375fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000061376000-0x0000000061376fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000061377000-0x0000000061377fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000061378000-0x0000000069449fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000006944a000-0x000000006a310fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006a311000-0x000000006a370fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000006a371000-0x000000006a81efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000006a81f000-0x000000006affefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006afff000-0x000000006affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000006b000000-0x000000006fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048effffff] usable
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x6a32c000 ACPI=0x6a32c000 SMBIOS=0x6ae84000 SMBIOS 3.0=0x6ae83000 ESRT=0x67baf998 MEMATTR=0x67d4e018 TPMEventLog=0x6145c018
[ 0.000000] secureboot: Secure boot enabled
[ 0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: HP HP Spectre x360 Convertible 15-bl1XX/827F, BIOS F.30 10/30/2017
[ 0.000000] tsc: Detected 2000.000 MHz processor
[ 0.000908] tsc: Detected 1992.000 MHz TSC
[ 0.000908] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000909] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000914] last_pfn = 0x48f000 max_arch_pfn = 0x400000000
[ 0.000917] MTRR default type: write-back
[ 0.000917] MTRR fixed ranges enabled:
[ 0.000918] 00000-9FFFF write-back
[ 0.000919] A0000-BFFFF uncachable
[ 0.000919] C0000-FFFFF write-protect
[ 0.000919] MTRR variable ranges enabled:
[ 0.000920] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.000921] 1 base 0070000000 mask 7FF0000000 uncachable
[ 0.000921] 2 base 006C000000 mask 7FFC000000 uncachable
[ 0.000922] 3 base 006B800000 mask 7FFF800000 uncachable
[ 0.000922] 4 disabled
[ 0.000922] 5 disabled
[ 0.000922] 6 disabled
[ 0.000923] 7 disabled
[ 0.000923] 8 disabled
[ 0.000923] 9 disabled
[ 0.001769] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001934] last_pfn = 0x6b000 max_arch_pfn = 0x400000000
[ 0.007248] esrt: Reserving ESRT space from 0x0000000067baf998 to 0x0000000067baf9d0.
[ 0.007256] check: Scanning 1 areas for low memory corruption
[ 0.007259] Using GB pages for direct mapping
[ 0.007260] BRK [0x21801000, 0x21801fff] PGTABLE
[ 0.007261] BRK [0x21802000, 0x21802fff] PGTABLE
[ 0.007262] BRK [0x21803000, 0x21803fff] PGTABLE
[ 0.007294] BRK [0x21804000, 0x21804fff] PGTABLE
[ 0.007295] BRK [0x21805000, 0x21805fff] PGTABLE
[ 0.007547] BRK [0x21806000, 0x21806fff] PGTABLE
[ 0.007597] BRK [0x21807000, 0x21807fff] PGTABLE
[ 0.007647] RAMDISK: [mem 0x36ec1000-0x395b0fff]
[ 0.007652] ACPI: Early table checksum verification disabled
[ 0.007655] ACPI: RSDP 0x000000006A32C000 000024 (v02 HPQOEM)
[ 0.007657] ACPI: XSDT 0x000000006A32C0C8 000114 (v01 HPQOEM SLIC-MPC 01072009 HP 00010013)
[ 0.007661] ACPI: FACP 0x000000006A360D40 000114 (v06 HPQOEM SLIC-MPC 01072009 HP 00010013)
[ 0.007664] ACPI: DSDT 0x000000006A32C270 034ACB (v02 HPQOEM 827F 01072009 ACPI 20160422)
[ 0.007666] ACPI: FACS 0x000000006A7ECF00 000040
[ 0.007667] ACPI: APIC 0x000000006A360E58 0000BC (v03 HPQOEM 827F 01072009 HP 00010013)
[ 0.007669] ACPI: FPDT 0x000000006A360F18 000044 (v01 HPQOEM 827F 01072009 HP 00010013)
[ 0.007670] ACPI: FIDT 0x000000006A360F60 00009C (v01 HPQOEM 827F 01072009 HP 00010013)
[ 0.007672] ACPI: MCFG 0x000000006A361000 00003C (v01 HPQOEM 827F 01072009 HP 00000097)
[ 0.007673] ACPI: SSDT 0x000000006A361040 000359 (v01 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007675] ACPI: SSDT 0x000000006A3613A0 006A54 (v02 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007676] ACPI: MSDM 0x000000006A367DF8 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00010013)
[ 0.007678] ACPI: SSDT 0x000000006A367E50 003156 (v02 HPQOEM 827F 00003000 ACPI 20160422)
[ 0.007679] ACPI: HPET 0x000000006A36AFA8 000038 (v01 HPQOEM 827F 00000001 HP 0000005F)
[ 0.007681] ACPI: SSDT 0x000000006A36AFE0 000024 (v02 HPQOEM 827F 00000000 ACPI 20160422)
[ 0.007683] ACPI: UEFI 0x000000006A36B008 000042 (v01 HPQOEM 827F 00000002 HP 01000013)
[ 0.007684] ACPI: SSDT 0x000000006A36B050 0017AE (v02 HPQOEM 827F 00003000 ACPI 20160422)
[ 0.007686] ACPI: LPIT 0x000000006A36C800 000094 (v01 HPQOEM 827F 00000000 HP 0000005F)
[ 0.007687] ACPI: SSDT 0x000000006A36C898 000141 (v02 HPQOEM 827F 00000000 ACPI 20160422)
[ 0.007688] ACPI: SSDT 0x000000006A36C9E0 00029F (v02 HPQOEM 827F 00000000 ACPI 20160422)
[ 0.007690] ACPI: SSDT 0x000000006A36CC80 0011E7 (v02 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007691] ACPI: SSDT 0x000000006A36DE68 0002AB (v02 HPQOEM 827F 00000000 ACPI 20160422)
[ 0.007693] ACPI: DBGP 0x000000006A36E118 000034 (v01 HPQOEM 827F 00000002 HP 0000005F)
[ 0.007694] ACPI: DBG2 0x000000006A36E150 000054 (v00 HPQOEM 827F 00000002 HP 0000005F)
[ 0.007696] ACPI: SSDT 0x000000006A36E1A8 000715 (v02 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007697] ACPI: SSDT 0x000000006A36E8C0 00039B (v02 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007699] ACPI: DMAR 0x000000006A36EC60 0000CC (v01 HPQOEM 827F 00000001 HP 00000001)
[ 0.007700] ACPI: NHLT 0x000000006A36ED30 00002D (v00 HPQOEM 827F 00000002 HP 01000013)
[ 0.007702] ACPI: SSDT 0x000000006A36ED60 000066 (v01 HPQOEM 827F 00000001 ACPI 20160422)
[ 0.007703] ACPI: TPM2 0x000000006A36EDC8 000034 (v03 HPQOEM 827F 00000001 HP 00000000)
[ 0.007705] ACPI: SSDT 0x000000006A36EE00 001CA9 (v01 HPQOEM 827F 00001000 ACPI 20160422)
[ 0.007706] ACPI: ASF! 0x000000006A370AB0 0000A0 (v32 HPQOEM 827F 00000001 HP 000F4240)
[ 0.007708] ACPI: WSMT 0x000000006A370B50 000028 (v01 HPQOEM 827F 01072009 HP 00010013)
[ 0.007709] ACPI: BGRT 0x000000006A370B78 000038 (v01 HPQOEM 827F 01072009 HP 00010013)
[ 0.007714] ACPI: Local APIC address 0xfee00000
[ 0.007861] No NUMA configuration found
[ 0.007861] Faking a node at [mem 0x0000000000000000-0x000000048effffff]
[ 0.007867] NODE_DATA(0) allocated [mem 0x48efd3000-0x48effdfff]
[ 0.008017] Zone ranges:
[ 0.008018] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008019] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008019] Normal [mem 0x0000000100000000-0x000000048effffff]
[ 0.008020] Device empty
[ 0.008020] Movable zone start for each node
[ 0.008022] Early memory node ranges
[ 0.008022] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.008023] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.008023] node 0: [mem 0x0000000000100000-0x0000000061375fff]
[ 0.008024] node 0: [mem 0x0000000061378000-0x0000000069449fff]
[ 0.008024] node 0: [mem 0x000000006afff000-0x000000006affffff]
[ 0.008024] node 0: [mem 0x0000000100000000-0x000000048effffff]
[ 0.008280] Zeroed struct page in unavailable ranges: 27675 pages
[ 0.008281] Initmem setup node 0 [mem 0x0000000000001000-0x000000048effffff]
[ 0.008282] On node 0 totalpages: 4162533
[ 0.008283] DMA zone: 64 pages used for memmap
[ 0.008283] DMA zone: 22 pages reserved
[ 0.008283] DMA zone: 3996 pages, LIFO batch:0
[ 0.008347] DMA32 zone: 6674 pages used for memmap
[ 0.008348] DMA32 zone: 427081 pages, LIFO batch:63
[ 0.016398] Normal zone: 58304 pages used for memmap
[ 0.016398] Normal zone: 3731456 pages, LIFO batch:63
[ 0.071469] Reserving Intel graphics memory at [mem 0x6c000000-0x6fffffff]
[ 0.071642] ACPI: PM-Timer IO Port: 0x1808
[ 0.071643] ACPI: Local APIC address 0xfee00000
[ 0.071648] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.071648] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.071648] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.071649] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.071649] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.071649] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.071650] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.071650] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.071676] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.071677] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.071678] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.071678] ACPI: IRQ0 used by override.
[ 0.071679] ACPI: IRQ9 used by override.
[ 0.071680] Using ACPI (MADT) for SMP configuration information
[ 0.071681] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.071686] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.071698] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.071699] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.071700] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.071701] PM: Registered nosave memory: [mem 0x5fa12000-0x5fa12fff]
[ 0.071702] PM: Registered nosave memory: [mem 0x5fa3e000-0x5fa3efff]
[ 0.071703] PM: Registered nosave memory: [mem 0x61376000-0x61376fff]
[ 0.071703] PM: Registered nosave memory: [mem 0x61377000-0x61377fff]
[ 0.071704] PM: Registered nosave memory: [mem 0x6944a000-0x6a310fff]
[ 0.071704] PM: Registered nosave memory: [mem 0x6a311000-0x6a370fff]
[ 0.071705] PM: Registered nosave memory: [mem 0x6a371000-0x6a81efff]
[ 0.071705] PM: Registered nosave memory: [mem 0x6a81f000-0x6affefff]
[ 0.071706] PM: Registered nosave memory: [mem 0x6b000000-0x6fffffff]
[ 0.071706] PM: Registered nosave memory: [mem 0x70000000-0xdfffffff]
[ 0.071706] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.071707] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.071707] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.071707] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.071708] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.071708] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.071708] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.071709] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[ 0.071709] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.071709] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.071709] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.071711] [mem 0x70000000-0xdfffffff] available for PCI devices
[ 0.071711] Booting paravirtualized kernel on bare hardware
[ 0.071714] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.071721] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[ 0.071725] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.071878] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
[ 0.071882] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[ 0.071882] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.071898] Built 1 zonelists, mobility grouping on. Total pages: 4097469
[ 0.071899] Policy zone: Normal
[ 0.071900] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic root=UUID=c548c32a-dc44-4a53-83cd-d05666535ac4 ro quiet splash vt.handoff=1
[ 0.075391] Calgary: detecting Calgary via BIOS EBDA area
[ 0.075392] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.110809] Memory: 16111204K/16650132K available (14339K kernel code, 2336K rwdata, 4416K rodata, 2588K init, 5192K bss, 538928K reserved, 0K cma-reserved)
[ 0.110897] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.110901] Kernel/User page tables isolation: enabled
[ 0.110912] ftrace: allocating 41686 entries in 163 pages
[ 0.122691] rcu: Hierarchical RCU implementation.
[ 0.122692] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.122693] Tasks RCU enabled.
[ 0.122693] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.122694] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.124454] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.124716] vt handoff: transparent VT on vt#1
[ 0.124721] Console: colour dummy device 80x25
[ 0.124725] printk: console [tty0] enabled
[ 0.124739] ACPI: Core revision 20181213
[ 0.125081] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.125111] hpet clockevent registered
[ 0.125167] APIC: Switch to symmetric I/O mode setup
[ 0.125169] DMAR: Host address width 39
[ 0.125170] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.125174] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.125174] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.125177] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.125178] DMAR: RMRR base: 0x00000069a67000 end: 0x00000069a86fff
[ 0.125178] DMAR: RMRR base: 0x0000006b800000 end: 0x0000006fffffff
[ 0.125179] DMAR: ANDD device: 1 name: _SB.PCI0.I2C0
[ 0.125180] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.125180] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.125181] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.125181] DMAR-IR: Use ‘intremap=no_x2apic_optout’ to override the BIOS setting.
[ 0.126746] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.126746] x2apic: IRQ remapping doesn’t support X2APIC mode
[ 0.130726] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.149120] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
[ 0.149128] Calibrating delay loop (skipped), value calculated using timer frequency… 3984.00 BogoMIPS (lpj=7968000)
[ 0.149130] pid_max: default: 32768 minimum: 301
[ 0.152264] LSM: Security Framework initializing
[ 0.152272] Yama: becoming mindful.
[ 0.152285] AppArmor: AppArmor initialized
[ 0.154265] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.155264] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.155299] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.155330] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.155485] ENERGY_PERF_BIAS: Set to ‘normal’, was ‘performance’
[ 0.155485] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.155497] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.155510] process: using mwait in idle threads
[ 0.155512] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.155512] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.155513] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.155514] Spectre V2 : Mitigation: Full generic retpoline
[ 0.155514] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.155515] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.155518] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.155519] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.155519] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.155535] MDS: Mitigation: Clear CPU buffers
[ 0.155714] Freeing SMP alternatives memory: 36K
[ 0.157184] TSC deadline timer enabled
[ 0.157188] smpboot: CPU0: Intel(R) Core™ i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[ 0.157243] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.157248] … version: 4
[ 0.157248] … bit width: 48
[ 0.157249] … generic registers: 4
[ 0.157249] … value mask: 0000ffffffffffff
[ 0.157249] … max period: 00007fffffffffff
[ 0.157249] … fixed-purpose events: 3
[ 0.157250] … event mask: 000000070000000f
[ 0.157274] rcu: Hierarchical SRCU implementation.
[ 0.157751] random: crng done (trusting CPU’s manufacturer)
[ 0.158070] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.158114] smp: Bringing up secondary CPUs …
[ 0.158160] x86: Booting SMP configuration:
[ 0.158160] … node #0, CPUs: #1 #2 #3 #4
[ 0.162700] MDS CPU bug present and SMT on, data leak possible. See MDS - Microarchitectural Data Sampling — The Linux Kernel documentation for more details.
[ 0.162700] #5 #6 #7
[ 0.165178] smp: Brought up 1 node, 8 CPUs
[ 0.165178] smpboot: Max logical packages: 1
[ 0.165178] smpboot: Total of 8 processors activated (31872.00 BogoMIPS)
[ 0.169476] devtmpfs: initialized
[ 0.169476] x86/mm: Memory block size: 128MB
[ 0.169886] PM: Registering ACPI NVS region [mem 0x61376000-0x61376fff] (4096 bytes)
[ 0.169886] PM: Registering ACPI NVS region [mem 0x6a371000-0x6a81efff] (4907008 bytes)
[ 0.169886] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.169886] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.169886] pinctrl core: initialized pinctrl subsystem
[ 0.169886] RTC time: 16:08:30, date: 2019-11-27
[ 0.169886] NET: Registered protocol family 16
[ 0.169886] audit: initializing netlink subsys (disabled)
[ 0.169886] audit: type=2000 audit(1574870910.044:1): state=initialized audit_enabled=0 res=1
[ 0.169886] EISA bus registered
[ 0.169886] cpuidle: using governor ladder
[ 0.169886] cpuidle: using governor menu
[ 0.169886] ACPI FADT declares the system doesn’t support PCIe ASPM, so disable it
[ 0.169886] ACPI: bus type PCI registered
[ 0.169886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.169886] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.169886] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.169886] PCI: Using configuration type 1 for base access
[ 0.170031] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.170031] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.170031] ACPI: Added _OSI(Module Device)
[ 0.170031] ACPI: Added OSI(Processor Device)
[ 0.170031] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.170031] ACPI: Added OSI(Processor Aggregator Device)
[ 0.170031] ACPI: Added OSI(Linux-Dell-Video)
[ 0.170031] ACPI: Added OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.170031] ACPI: Added OSI(Linux-HPI-Hybrid-Graphics)
[ 0.212036] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.219769] ACPI: Dynamic OEM Table Load:
[ 0.219774] ACPI: SSDT 0xFFFFA027BC30F000 0005CD (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.220214] ACPI: _PR
.PR00: OSC native thermal LVT Acked
[ 0.221416] ACPI: Dynamic OEM Table Load:
[ 0.221420] ACPI: SSDT 0xFFFFA027BC39E800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.221814] ACPI: Dynamic OEM Table Load:
[ 0.221817] ACPI: SSDT 0xFFFFA027BC100780 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
[ 0.222146] ACPI: Dynamic OEM Table Load:
[ 0.222149] ACPI: SSDT 0xFFFFA027BC30B800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422)
[ 0.222793] ACPI: Dynamic OEM Table Load:
[ 0.222798] ACPI: SSDT 0xFFFFA027BC14F000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.223752] ACPI: Dynamic OEM Table Load:
[ 0.223755] ACPI: SSDT 0xFFFFA027BC399400 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.224163] ACPI: Dynamic OEM Table Load:
[ 0.224166] ACPI: SSDT 0xFFFFA027BC39F000 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.227110] ACPI: EC: EC started
[ 0.227110] ACPI: EC: interrupt blocked
[ 0.257295] ACPI: _SB
.PCI0.LPCB.EC0
: Used as first EC
[ 0.257296] ACPI: _SB
.PCI0.LPCB.EC0
: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.257297] ACPI: _SB
.PCI0.LPCB.EC0
: Used as boot DSDT EC to handle transactions
[ 0.257297] ACPI: Interpreter enabled
[ 0.257329] ACPI: (supports S0 S3 S4 S5)
[ 0.257330] ACPI: Using IOAPIC for interrupt routing
[ 0.257358] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.258266] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.262843] ACPI: Power Resource [PC01] (on)
[ 0.265521] ACPI: Power Resource [WRST] (on)
[ 0.278674] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.278679] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.278836] acpi PNP0A08:00: OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[ 0.278984] acpi PNP0A08:00: OSC: OS now controls [PCIeCapability LTR]
[ 0.278984] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.279609] PCI host bridge to bus 0000:00
[ 0.279610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.279611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.279612] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.279612] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.279613] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.279613] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.279614] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.279615] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.279615] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.279616] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.279616] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.279617] pci_bus 0000:00: root bus resource [mem 0x70000000-0xdfffffff window]
[ 0.279618] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.279619] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.279624] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[ 0.279914] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[ 0.279923] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[ 0.279928] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[ 0.279932] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.279945] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.280063] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.280074] pci 0000:00:04.0: reg 0x10: [mem 0xdd420000-0xdd427fff 64bit]
[ 0.280268] pci 0000:00:13.0: [8086:9d35] type 00 class 0x000000
[ 0.280289] pci 0000:00:13.0: reg 0x10: [mem 0xdd434000-0xdd434fff 64bit]
[ 0.280493] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.280512] pci 0000:00:14.0: reg 0x10: [mem 0xdd410000-0xdd41ffff 64bit]
[ 0.280573] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.280756] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.280776] pci 0000:00:14.2: reg 0x10: [mem 0xdd433000-0xdd433fff 64bit]
[ 0.280997] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.281178] pci 0000:00:15.0: reg 0x10: [mem 0xdd432000-0xdd432fff 64bit]
[ 0.281863] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.281887] pci 0000:00:16.0: reg 0x10: [mem 0xdd431000-0xdd431fff 64bit]
[ 0.281957] pci 0000:00:16.0: PME# supported from D3hot
[ 0.282146] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.282209] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.282379] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 0.282441] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.282601] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[ 0.282664] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.282823] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
[ 0.282887] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.283044] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.283107] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.283292] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[ 0.283512] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.283525] pci 0000:00:1f.2: reg 0x10: [mem 0xdd42c000-0xdd42ffff]
[ 0.283681] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[ 0.283704] pci 0000:00:1f.3: reg 0x10: [mem 0xdd428000-0xdd42bfff 64bit]
[ 0.283727] pci 0000:00:1f.3: reg 0x20: [mem 0xdd400000-0xdd40ffff 64bit]
[ 0.283771] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.283988] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.284047] pci 0000:00:1f.4: reg 0x10: [mem 0xdd430000-0xdd4300ff 64bit]
[ 0.284116] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.284353] pci 0000:01:00.0: [10de:1d10] type 00 class 0x030200
[ 0.284375] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
[ 0.284386] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.284396] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[ 0.284403] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.284410] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[ 0.284425] pci 0000:01:00.0: Enabling HDA controller
[ 0.284585] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.284587] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.284589] pci 0000:00:1c.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.284592] pci 0000:00:1c.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.284673] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[ 0.284676] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.284679] pci 0000:00:1c.4: bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.285021] pci 0000:3b:00.0: [8086:24fd] type 00 class 0x028000
[ 0.285068] pci 0000:3b:00.0: reg 0x10: [mem 0xdd300000-0xdd301fff 64bit]
[ 0.285333] pci 0000:3b:00.0: PME# supported from D0 D3hot D3cold
[ 0.285911] pci 0000:00:1c.6: PCI bridge to [bus 3b]
[ 0.285914] pci 0000:00:1c.6: bridge window [mem 0xdd300000-0xdd3fffff]
[ 0.286009] pci 0000:3c:00.0: [10ec:525a] type 00 class 0xff0000
[ 0.286040] pci 0000:3c:00.0: reg 0x14: [mem 0xdd200000-0xdd200fff]
[ 0.286147] pci 0000:3c:00.0: supports D1 D2
[ 0.286148] pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.286266] pci 0000:00:1c.7: PCI bridge to [bus 3c]
[ 0.286269] pci 0000:00:1c.7: bridge window [mem 0xdd200000-0xdd2fffff]
[ 0.286353] pci 0000:3d:00.0: [1c5c:1284] type 00 class 0x010802
[ 0.286381] pci 0000:3d:00.0: reg 0x10: [mem 0xdd100000-0xdd103fff 64bit]
[ 0.286488] pci 0000:3d:00.0: PME# supported from D0 D1 D3hot
[ 0.286587] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 0.286590] pci 0000:00:1d.0: bridge window [mem 0xdd100000-0xdd1fffff]
[ 0.288193] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288241] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.288288] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288334] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288380] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288427] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288475] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.288521] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.290074] ACPI: EC: interrupt unblocked
[ 0.290074] ACPI: EC: event unblocked
[ 0.290074] ACPI: _SB
.PCI0.LPCB.EC0
: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.290074] ACPI: _SB
.PCI0.LPCB.EC0
: Used as boot DSDT EC to handle transactions and events
[ 0.290076] SCSI subsystem initialized
[ 0.290076] libata version 3.00 loaded.
[ 0.290076] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.290076] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.290076] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.290076] vgaarb: loaded
[ 0.290076] ACPI: bus type USB registered
[ 0.290076] usbcore: registered new interface driver usbfs
[ 0.290076] usbcore: registered new interface driver hub
[ 0.290076] usbcore: registered new device driver usb
[ 0.290076] pps_core: LinuxPPS API ver. 1 registered
[ 0.290076] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.290076] PTP clock support registered
[ 0.290076] EDAC MC: Ver: 3.0.0
[ 0.290076] Registered efivars operations
[ 0.313384] PCI: Using ACPI for IRQ routing
[ 0.339744] PCI: pci_cache_line_size set to 64 bytes
[ 0.340321] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.340321] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.340322] e820: reserve RAM buffer [mem 0x5fa12018-0x5fffffff]
[ 0.340322] e820: reserve RAM buffer [mem 0x61376000-0x63ffffff]
[ 0.340323] e820: reserve RAM buffer [mem 0x6944a000-0x6bffffff]
[ 0.340323] e820: reserve RAM buffer [mem 0x6b000000-0x6bffffff]
[ 0.340324] e820: reserve RAM buffer [mem 0x48f000000-0x48fffffff]
[ 0.340380] NetLabel: Initializing
[ 0.340380] NetLabel: domain hash size = 128
[ 0.340380] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.340390] NetLabel: unlabeled traffic allowed by default
[ 0.340397] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.340397] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.342146] clocksource: Switched to clocksource tsc-early
[ 0.348100] VFS: Disk quotas dquot_6.6.0
[ 0.348100] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.348100] AppArmor: AppArmor Filesystem Enabled
[ 0.348100] pnp: PnP ACPI init
[ 0.349142] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.349143] system 00:00: [io 0xffff] has been reserved
[ 0.349144] system 00:00: [io 0xffff] has been reserved
[ 0.349145] system 00:00: [io 0xffff] has been reserved
[ 0.349145] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.349146] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.349149] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.349226] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.349254] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.349255] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.349335] pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[ 0.349353] pnp 00:04: Plug and Play ACPI device, IDs SYN3244 SYN1e00 SYN0002 PNP0f13 (active)
[ 0.349553] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.349554] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.349555] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.349555] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.349556] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.349557] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.349558] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.349559] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.349559] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.349560] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.349562] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.349592] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.349593] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.349594] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.349595] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.349595] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.349596] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.349597] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.349598] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.349841] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.349843] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.350768] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 0.350769] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 0.350771] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.352118] pnp: PnP ACPI: found 9 devices
[ 0.357359] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.357371] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
[ 0.357387] pci 0000:00:1c.4: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.357388] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.357390] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.357392] pci 0000:00:1c.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.357394] pci 0000:00:1c.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.357398] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[ 0.357399] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.357401] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.357403] pci 0000:00:1c.4: bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.357406] pci 0000:00:1c.6: PCI bridge to [bus 3b]
[ 0.357409] pci 0000:00:1c.6: bridge window [mem 0xdd300000-0xdd3fffff]
[ 0.357414] pci 0000:00:1c.7: PCI bridge to [bus 3c]
[ 0.357416] pci 0000:00:1c.7: bridge window [mem 0xdd200000-0xdd2fffff]
[ 0.357421] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 0.357423] pci 0000:00:1d.0: bridge window [mem 0xdd100000-0xdd1fffff]
[ 0.357428] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.357429] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.357429] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.357430] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.357431] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.357431] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.357432] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.357432] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.357433] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.357434] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.357434] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.357435] pci_bus 0000:00: resource 15 [mem 0x70000000-0xdfffffff window]
[ 0.357436] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[ 0.357436] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.357437] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[ 0.357438] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.357438] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.357439] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[ 0.357440] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.357440] pci_bus 0000:3b: resource 1 [mem 0xdd300000-0xdd3fffff]
[ 0.357441] pci_bus 0000:3c: resource 1 [mem 0xdd200000-0xdd2fffff]
[ 0.357442] pci_bus 0000:3d: resource 1 [mem 0xdd100000-0xdd1fffff]
[ 0.357563] NET: Registered protocol family 2
[ 0.357661] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.357696] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.357825] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.357939] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.357964] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.357998] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.358062] NET: Registered protocol family 1
[ 0.358066] NET: Registered protocol family 44
[ 0.358072] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.358545] PCI: CLS 64 bytes, default 64
[ 0.358566] Unpacking initramfs…
[ 0.748094] Freeing initrd memory: 39872K
[ 0.748127] DMAR: ACPI device “device:75” under DMAR at fed91000 as 00:15.0
[ 0.761188] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.761190] software IO TLB: mapped [mem 0x5ba12000-0x5fa12000] (64MB)
[ 0.761418] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
[ 0.761436] clocksource: Switched to clocksource tsc
[ 0.761562] check: Scanning for low memory corruption every 60 seconds
[ 0.763649] Initialise system trusted keyrings
[ 0.763661] Key type blacklist registered
[ 0.763699] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.765345] zbud: loaded
[ 0.765814] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.765993] fuse init (API version 7.28)
[ 0.794677] Key type asymmetric registered
[ 0.794678] Asymmetric key parser ‘x509’ registered
[ 0.794686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.794708] io scheduler mq-deadline registered
[ 0.795369] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.795414] efifb: probing for efifb
[ 0.795422] efifb: framebuffer at 0x70000000, using 1876k, total 1875k
[ 0.795423] efifb: mode is 800x600x32, linelength=3200, pages=1
[ 0.795423] efifb: scrolling: redraw
[ 0.795424] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.795478] Console: switching to colour frame buffer device 100x37
[ 0.795489] fb0: EFI VGA frame buffer device
[ 0.795493] intel_idle: MWAIT substates: 0x11142120
[ 0.795494] intel_idle: v0.4.1 model 0x8E
[ 0.795757] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.796473] ACPI: AC Adapter [ADP1] (on-line)
[ 0.796520] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.796523] ACPI: Lid Switch [LID0]
[ 0.796538] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.796542] ACPI: Power Button [PWRB]
[ 0.796557] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.796731] ACPI: Power Button [PWRF]
[ 0.803139] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.803140] ACPI: Thermal Zone [TZ01] (49 C)
[ 0.803329] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.807580] Linux agpgart interface v0.103
[ 0.813278] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
[ 0.842089] loop: module loaded
[ 0.842271] libphy: Fixed MDIO Bus: probed
[ 0.842272] tun: Universal TUN/TAP device driver, 1.6
[ 0.842322] PPP generic driver version 2.4.2
[ 0.842393] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 0.842394] ehci-pci: EHCI PCI platform driver
[ 0.842403] ehci-platform: EHCI generic platform driver
[ 0.842411] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 0.842413] ohci-pci: OHCI PCI platform driver
[ 0.842417] ohci-platform: OHCI generic platform driver
[ 0.842423] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.842596] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.842603] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.843659] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 0.843663] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.843802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[ 0.843803] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.843804] usb usb1: Product: xHCI Host Controller
[ 0.843805] usb usb1: Manufacturer: Linux 5.0.0-36-generic xhci-hcd
[ 0.843805] usb usb1: SerialNumber: 0000:00:14.0
[ 0.843863] hub 1-0:1.0: USB hub found
[ 0.843876] hub 1-0:1.0: 12 ports detected
[ 0.846055] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.846057] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.846058] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 0.846079] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[ 0.846080] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.846080] usb usb2: Product: xHCI Host Controller
[ 0.846081] usb usb2: Manufacturer: Linux 5.0.0-36-generic xhci-hcd
[ 0.846082] usb usb2: SerialNumber: 0000:00:14.0
[ 0.846168] hub 2-0:1.0: USB hub found
[ 0.846176] hub 2-0:1.0: 6 ports detected
[ 0.846339] usb: port power management may be unreliable
[ 0.846633] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.856212] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.856215] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.856360] mousedev: PS/2 mouse device common for all mice
[ 0.856609] rtc_cmos 00:01: RTC can wake from S4
[ 0.857059] rtc_cmos 00:01: registered as rtc0
[ 0.857067] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.857071] i2c /dev entries driver
[ 0.857128] device-mapper: uevent: version 1.0.3
[ 0.857162] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 0.857176] platform eisa.0: Probing EISA bus 0
[ 0.857177] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.857178] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.857178] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.857179] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 0.857180] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 0.857180] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 0.857181] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 0.857181] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 0.857182] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.857183] platform eisa.0: EISA: Detected 0 cards
[ 0.857185] intel_pstate: Intel P-state driver initializing
[ 0.857868] intel_pstate: HWP enabled
[ 0.858109] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.858111] EFI Variables Facility v0.08 2004-May-17
[ 0.891100] intel_pmc_core: initialized
[ 0.891238] NET: Registered protocol family 10
[ 0.894874] Segment Routing with IPv6
[ 0.894885] NET: Registered protocol family 17
[ 0.894905] Key type dns_resolver registered
[ 0.895290] mce: Using 10 MCE banks
[ 0.895296] RAS: Correctable Errors collector initialized.
[ 0.895314] microcode: sig=0x806ea, pf=0x80, revision=0xca
[ 0.895523] microcode: Microcode Update Driver: v2.2.
[ 0.895529] sched_clock: Marking stable (895102059, 418708)->(900689679, -5168912)
[ 0.895878] registered taskstats version 1
[ 0.895884] Loading compiled-in X.509 certificates
[ 0.896917] Loaded X.509 cert ‘Build time autogenerated kernel key: 74e800c0955dd062b621f2c2b30b90827e35b348’
[ 0.897898] Loaded UEFI:db cert ‘Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec’ linked to secondary sys keyring
[ 0.897911] Loaded UEFI:db cert ‘Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53’ linked to secondary sys keyring
[ 0.897925] Loaded UEFI:db cert ‘Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4’ linked to secondary sys keyring
[ 0.898248] Couldn’t get size: 0x800000000000000e
[ 0.898250] MODSIGN: Couldn’t get UEFI MokListRT
[ 0.899062] zswap: loaded using pool lzo/zbud
[ 0.903417] Key type big_key registered
[ 0.903420] Key type trusted registered
[ 0.905171] Key type encrypted registered
[ 0.905173] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.907419] ima: Allocated hash algorithm: sha1
[ 0.914484] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 0.937304] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.960112] No architecture policies found
[ 0.960125] evm: Initialising EVM extended attributes:
[ 0.960126] evm: security.selinux
[ 0.960126] evm: security.SMACK64
[ 0.960126] evm: security.SMACK64EXEC
[ 0.960126] evm: security.SMACK64TRANSMUTE
[ 0.960127] evm: security.SMACK64MMAP
[ 0.960127] evm: security.apparmor
[ 0.960127] evm: security.ima
[ 0.960128] evm: security.capability
[ 0.960128] evm: HMAC attrs: 0x1
[ 0.961275] Magic number: 11:821:136
[ 0.961313] acpi INT3472:02: hash matches
[ 0.961472] rtc_cmos 00:01: setting system clock to 2019-11-27T16:08:31 UTC (1574870911)
[ 0.961675] Lockdown: swapper/0: Hibernation is restricted; see man kernel_lockdown.7
[ 0.962490] Freeing unused decrypted memory: 2040K
[ 0.962818] Freeing unused kernel image memory: 2588K
[ 0.981314] Write protecting the kernel read-only data: 22528k
[ 0.981883] Freeing unused kernel image memory: 2016K
[ 0.982322] Freeing unused kernel image memory: 1728K
[ 0.988423] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.988424] x86/mm: Checking user space page tables
[ 0.993992] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.993996] Run /init as init process
[ 1.060853] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.062176] intel_ish_ipc 0000:00:13.0: enabling device (0000 → 0002)
[ 1.063102] rtsx_pci 0000:3c:00.0: enabling device (0000 → 0002)
[ 1.065678] nvme nvme0: pci function 0000:3d:00.0
[ 1.181241] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 1.293434] nvme nvme0: 8/0/0 default/read/poll queues
[ 1.301248] nvme0n1: p1 p2 p3 p4 p5 p6
[ 1.338981] usb 1-5: New USB device found, idVendor=064e, idProduct=3401, bcdDevice= 0.11
[ 1.338983] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.338983] usb 1-5: Product: HP TrueVision FHD RGB-IR
[ 1.338984] usb 1-5: Manufacturer: SuYin
[ 1.338985] usb 1-5: SerialNumber: HF2066-P98B-OV07-REV0101
[ 1.465319] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[ 1.614810] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[ 1.614811] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.856850] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=4
[ 1.871677] hid-generic 001F:8086:22D8.0001: hidraw0: HID v2.00 Device [hid-ishtp 8086:22D8] on
[ 1.872431] hid-generic 001F:8086:22D8.0002: hidraw1: HID v2.00 Device [hid-ishtp 8086:22D8] on
[ 1.872851] hid-generic 001F:8086:22D8.0003: hidraw2: HID v2.00 Device [hid-ishtp 8086:22D8] on
[ 1.873375] hid-generic 001F:8086:22D8.0004: hidraw3: HID v2.00 Device [hid-ishtp 8086:22D8] on
[ 1.934963] psmouse serio1: synaptics: queried max coordinates: x […5612], y […4708]
[ 1.972597] psmouse serio1: synaptics: queried min coordinates: x [1330…], y [1146…]
[ 1.972602] psmouse serio1: synaptics: Your touchpad (PNP: SYN3244 SYN1e00 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 2.048144] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00123/0x840300/0x12e800/0x400000, board id: 3270, fw id: 2452168
[ 2.097329] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 2.121988] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: (null)
[ 2.258686] systemd[1]: systemd 237 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)
[ 2.277679] systemd[1]: Detected architecture x86-64.
[ 2.280621] systemd[1]: Set hostname to .
[ 2.281209] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 2.303090] Lockdown: systemd: BPF is restricted; see man kernel_lockdown.7
[ 2.303095] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 2.303097] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.338565] systemd[1]: Reached target User and Group Name Lookups.
[ 2.338737] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.338746] systemd[1]: Reached target Remote File Systems.
[ 2.338862] systemd[1]: Created slice System Slice.
[ 2.338931] systemd[1]: Listening on Journal Audit Socket.
[ 2.347517] EXT4-fs (nvme0n1p6): re-mounted. Opts: errors=remount-ro
[ 2.355155] lp: driver loaded but no devices found
[ 2.361037] ppdev: user-space parallel port driver
[ 2.425171] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS
[ 2.430764] systemd-journald[364]: Received request to flush runtime journal from PID 1
[ 2.437022] systemd-journald[364]: File /var/log/journal/33634c74e4e8461abefea7b6cd78d67c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 2.471729] intel-lpss 0000:00:15.0: enabling device (0000 → 0002)
[ 2.476218] proc_thermal 0000:00:04.0: enabling device (0000 → 0002)
[ 2.476716] mei_me 0000:00:16.0: enabling device (0000 → 0002)
[ 2.478521] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 2.482037] input: HP Wireless hotkeys as /devices/virtual/input/input6
[ 2.493222] input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input7
[ 2.501252] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[ 2.514170] i2c_hid i2c-ELAN22CA:00: i2c-ELAN22CA:00 supply vdd not found, using dummy regulator
[ 2.514182] i2c_hid i2c-ELAN22CA:00: Linked as a consumer to regulator.0
[ 2.514183] i2c_hid i2c-ELAN22CA:00: i2c-ELAN22CA:00 supply vddl not found, using dummy regulator
[ 2.542133] input: ELAN22CA:00 04F3:22CA Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN22CA:00/0018:04F3:22CA.0005/input/input8
[ 2.542183] input: ELAN22CA:00 04F3:22CA as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN22CA:00/0018:04F3:22CA.0005/input/input9
[ 2.542207] input: ELAN22CA:00 04F3:22CA as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN22CA:00/0018:04F3:22CA.0005/input/input10
[ 2.542235] input: ELAN22CA:00 04F3:22CA as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN22CA:00/0018:04F3:22CA.0005/input/input11
[ 2.542279] hid-generic 0018:04F3:22CA.0005: input,hidraw0: I2C HID v1.00 Device [ELAN22CA:00 04F3:22CA] on i2c-ELAN22CA:00
[ 2.550369] media: Linux media interface: v0.10
[ 2.558964] videodev: Linux video capture interface: v2.00
[ 2.560957] VFIO - User Level meta-driver version: 0.3
[ 2.566969] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.567208] MXM: GUID detected in BIOS
[ 2.567524] ACPI Warning: _SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
[ 2.567657] ACPI Warning: _SB.PCI0.RP01.PEGP.DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
[ 2.568142] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 2.568145] VGA switcheroo: detected Optimus DSM method _SB
.PCI0.RP01.PEGP handle
[ 2.568146] nouveau: detected PR support, will not use DSM
[ 2.568169] nouveau 0000:01:00.0: enabling device (0006 → 0007)
[ 2.568302] checking generic (70000000 1d5000) vs hw (b0000000 10000000)
[ 2.568303] checking generic (70000000 1d5000) vs hw (c0000000 2000000)
[ 2.568374] nouveau 0000:01:00.0: NVIDIA GP108 (138000a1)
[ 2.572673] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 2.573569] Bluetooth: Core ver 2.22
[ 2.573609] NET: Registered protocol family 31
[ 2.573610] Bluetooth: HCI device and connection manager initialized
[ 2.573613] Bluetooth: HCI socket layer initialized
[ 2.573614] Bluetooth: L2CAP socket layer initialized
[ 2.573617] Bluetooth: SCO socket layer initialized
[ 2.623317] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 2.623325] No Local Variables are initialized for Method [HWMC]
[ 2.623326] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 2.623327] Arg0: 000000005a7a45ce Integer 0000000000000002
[ 2.623330] Arg1: 0000000072dc0498 Buffer(20) 53 45 43 55 01 00 00 00
[ 2.623336] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.623456] ACPI Error: Method parse/execution failed _SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.626251] uvcvideo: Found UVC 1.00 device HP TrueVision FHD RGB-IR (064e:3401)
[ 2.627042] Intel(R) Wireless WiFi driver for Linux
[ 2.627043] Copyright(c) 2003- 2015 Intel Corporation
[ 2.627435] iwlwifi 0000:3b:00.0: enabling device (0000 → 0002)
[ 2.629352] usbcore: registered new interface driver btusb
[ 2.629492] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 2.629493] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 2.629494] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 2.629494] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 2.629495] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 2.629495] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 2.633381] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[ 2.634342] Bluetooth: hci0: Device revision is 16
[ 2.634343] Bluetooth: hci0: Secure boot is enabled
[ 2.634344] Bluetooth: hci0: OTP lock is enabled
[ 2.634344] Bluetooth: hci0: API lock is enabled
[ 2.634345] Bluetooth: hci0: Debug lock is disabled
[ 2.634346] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 2.634901] cryptd: max_cpu_qlen set to 1000
[ 2.635054] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 2.635062] No Local Variables are initialized for Method [HWMC]
[ 2.635066] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 2.635067] Arg0: 00000000de6f62a7 Integer 0000000000000002
[ 2.635072] Arg1: 00000000becafdb8 Buffer(20) 53 45 43 55 01 00 00 00
[ 2.635085] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.636414] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[ 2.638614] ACPI Error: Method parse/execution failed _SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.641068] iwlwifi 0000:3b:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[ 2.648076] AVX2 version of gcm_enc/dec engaged.
[ 2.648077] AES CTR mode by8 optimization enabled
[ 2.652625] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[ 2.652627] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[ 2.652628] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[ 2.652629] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[ 2.652739] input: HP TrueVision FHD RGB-IR: HP Tr as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input14
[ 2.652849] usbcore: registered new interface driver uvcvideo
[ 2.652850] USB Video Class driver (1.1.1)
[ 2.661853] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 2.661861] No Local Variables are initialized for Method [HWMC]
[ 2.661862] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 2.661863] Arg0: 00000000e41822f1 Integer 0000000000000002
[ 2.661867] Arg1: 00000000a2e43797 Buffer(20) 53 45 43 55 01 00 00 00
[ 2.661876] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.661961] ACPI Error: Method parse/execution failed _SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.663848] input: HP WMI hotkeys as /devices/virtual/input/input13
[ 2.666074] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 2.666144] No Local Variables are initialized for Method [HWMC]
[ 2.666146] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 2.666147] Arg0: 000000008ffc79f4 Integer 0000000000000002
[ 2.666152] Arg1: 000000004f8bcdd9 Buffer(20) 53 45 43 55 01 00 00 00
[ 2.666162] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.666217] ACPI Error: Method parse/execution failed _SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.668248] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 2.668258] No Local Variables are initialized for Method [HWMC]
[ 2.668260] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 2.668261] Arg0: 0000000018623ee5 Integer 0000000000000003
[ 2.668265] Arg1: 00000000337e3290 Buffer(20) 53 45 43 55 01 00 00 00
[ 2.668276] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.668303] ACPI Error: Method parse/execution failed _SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 2.711673] nouveau 0000:01:00.0: bios: version 86.08.16.00.19
[ 2.722283] iwlwifi 0000:3b:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 2.723224] checking generic (70000000 1d5000) vs hw (70000000 10000000)
[ 2.723225] fb0: switching to inteldrmfb from EFI VGA
[ 2.723248] Console: switching to colour dummy device 80x25
[ 2.729809] [drm] Replacing VGA console driver
[ 2.734013] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.734014] [drm] Driver supports precise vblank tim

If you run “dmesg --follow” on the host PC, and the micro-B USB is not yet connected, what shows up strictly due to the insert of the micro-B USB? Does no new text print at all?

The two times I tried inserting and reinserting the micro-B USB cable no new text was printed unfortunately. I tried waiting a minute but nothing new was printed.

If the Jetson is fully booted, and the micro-B USB cable is inserted, then from the host PC what do you see from:

sudo lsusb -d 0955:

This is what I see:

Assuming this was found when the Jetson was booted, and not when in recovery mode, then it means the USB side has correct basic function. From there it is a case of whether the host PC sees the “virtual” wired ethernet provided by this connector.

In your reply #5, the ifconfig showed address 192.168.55.100. This too says the connection should be possible. Can we verify that when you are able to see the “lsusb -d 0955:” output from the previous test, that you can simultaneously see the 192.168.55.100 address in the “ifconfig” output?

If this works, and if you still cannot connect when SDK Manager tries to install extra software, then I am thinking that perhaps another configuration needs to change.

My mistake, that was when it was in recovery mode. I think the main problem I have is getting the Jetson booted. I can flash the Xavier, but past that I have trouble.

The Jetson is not booted I believe, but after powering on the Xavier, this is the output of “lsusb -d 0955:”
Bus 001 Device 007: ID 0955:7020 NVidia Corp.

And this is the output of “ifconfig”
enp0s20f0u1u2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::8422:c2e5:e4df:bd97 prefixlen 64 scopeid 0x20
ether ea:20:8a:99:33:29 txqueuelen 1000 (Ethernet)
RX packets 86 bytes 11733 (11.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18 bytes 3581 (3.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

enp0s20f0u1u2i5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.100 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::c8fd:d687:9809:7dd prefixlen 64 scopeid 0x20
ether de:cc:dd:cd:dc:aa txqueuelen 1000 (Ethernet)
RX packets 83 bytes 11121 (11.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 31 bytes 4927 (4.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 1186 bytes 117076 (117.0 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1186 bytes 117076 (117.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.1.21 netmask 255.255.255.0 broadcast 10.0.1.255
inet6 fe80::b02b:aaf9:44c7:3d1e prefixlen 64 scopeid 0x20
ether 28:c6:3f:a2:19:17 txqueuelen 1000 (Ethernet)
RX packets 5044 bytes 3372029 (3.3 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4210 bytes 792142 (792.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

So yes I do see both, but it sounds like I am doing it in recovery mode.