Recognition trouble with USB device mode

Hi

I’m setting up Jetson nano and I have a trouble on mounting on my windows PCs.
I followed information on Getting Started with AI on Jetson Nano(Courses – NVIDIA).

Below is what I did.

  1. wrote image “dlinano_v1-0-0_image_20GB.zip” with balenaEtcher on a microSD card.
  2. Inserted the microSD card to Jetson nano, connected J48 pins with 2-pin jumper and supplied power from DC jack.(Green LED lighted up)
  3. connected micro USB on jetson nano to USB on windows PC.
  4. Access to “192.168.55.1:8888” on google chrome on windows PC.

Here I cannot access to Jetson nano.
Additionally, Jetson nano is not recognized on device manager as a device.
I tried connecting Jetson nano to several windows PCs but any computer did not recognize it.
USB cable work with the other device correctly and Jetson nano can work standalone with HDMI display.

Would you give me some advice?
Thank you.

Hi silvergin,

Confirmed the usb device mode is working on Windows PC and Linux PC.
Please make sure you can see the 192.168.55.1 with ‘ifconfig’ command.
And try to using ssh to connect 192.168.55.1.

Hi carolyuu,

I checked ipconfig on Windows PC with connection to Jetson nano.
Detected IP is just only to Wi-Fi LAN adaptor and other media is not found.

My raspberry pi 3B+ can be connected and recognized with USB interface, so there are some problems in my Jetson nano.

1 Like

Hi silvergin,

Please check your Jetson Nano board.
It can detect usb device mode when you connected micro-usb cable from target to host.
Please try change others usb cable or sdcard to narrow down issue.

Hello, carolyuu,
Sorry for the late reply.

I checked Jetson Nano board with connection to Windows PC.
Device manager in Windows did not show such a device as Jetson nano or USB storage.
it is in the same situation even with an alternative USB cable.

Hi silvergin,

What’s your Window version? Win7 or Win10?
Could you also try on Linux PC? We can make sure the USB device mode is working or not.

Hi carolyuu,

I use Win10 mainly, and tried also with Win7, but my Jetson nano was not recognized with both PCs.
Unfortunately I do not have Linux PC, so I cannot check whether it recognizes my Jetson nano or not.
Additionally, re-installation of dlinano image did not make sense.

Hi silvergin,

It’s so strange.
I’m using the same image and working on Win7 PC and Linux PC.
Please make sure you can see the 192.168.55.1 address through ifconfig command on your jetson-nano.

Hi, carolyuu,

I tried ifconfig on my Jetson nano connected to Win10 with a USB cable (not mounted on Win10).

dummy0: flags=130<BROADCAST,NOARP>  mtu 1500
        ether e6:af:81:6b:f4:61  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:04:4b:e6:09:81  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 148  base 0xe000  

l4tbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.55.1  netmask 255.255.255.0  broadcast 192.168.55.255
        inet6 fe80::cc08:37ff:fe03:8050  prefixlen 64  scopeid 0x20<link>
        inet6 fe80::1  prefixlen 128  scopeid 0x20<link>
        ether e2:e8:03:ec:79:35  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6  bytes 488 (488.0 B)
        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<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 663  bytes 50905 (50.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 663  bytes 50905 (50.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

rndis0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether e2:e8:03:ec:79:35  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether e2:e8:03:ec:79:37  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I could see “inet 192.168.55.1” at l4tbr0.

Hi silvergin,

Great!
Open the Chrome browser on Win10 and type below:
192.168.55.1:8888

HI carolyuu,

I typed “192.168.55.1:8888” but error “ERR_CONNECTION_TIMED_OUT” was shown.
I think there is something wrong with the connection between Win10 and my Jetson nano board.

I am not “a Windows guy”, and so I have not dealt much with its network configuration, but it seems you either have a firewall interfering, or perhaps securing otherwise blocking the device. I’m reading other docs on the internet, so this might be wrong, but you want to find and print your current routing table for IPv4. Something like this from the DOS prompt/CMD prompt:

route -4 PRINT

Also from the Windows 10 command prompt (probably also Windows 7), what do you see from:

ipconfig /all

The ipconfig basically says what network interfaces you have, and the route tells how a program finds a route to the interface. Knowing whether the interface is missing, versus whether the interface cannot be reached, will guide finding out why you cannot reach the address (which is an IPv4 address).

Hi linuxdev,

Thank you for your great advice.
I tried “route -4 PRINT” and “ipconfig /all” on command prompt.

I cannot find 192.168.55.1 on “route -4 PRINT” and Jetson nano on “ipconfig /all”.
It means the interface is missing.
Probably, my Jetson nano has some problem because raspberry pi 3B+ can be recognized with Windows 10.

More likely this is related to a Windows setting. You could temporarily boot your Windows system to Linux with a live DVD, and run “dmesg --follow”, after which you connect the USB to see if anything is visible. If anything shows up, then you can be fairly certain that Windows just has something blocking the use of the device (e.g., security settings, network settings, antivirus, so on). Also, in the device GUI, you might be able to see something change under either USB devices or network devices as you plug in or unplug the device.

Do note that seeing something on route or ipconfig requires the device to not only exist, but to also be allowed and set to be used (for example, if a driver is missing, then this too would cause the same issue, but this is a standard device driver and not custom, so Windows has the drivers). The lack of output for network settings on the DOS prompt is in no way an indicator of hardware failure. “lsusb” under Linux, or missing any content during plug/unplug and monitoring “dmesg --follow”, would also be evidence of actual hardware failure.

Hi Linuxdev,

I tried “dmesg --follow” on linux mint.

[    0.000000] Linux version 5.0.0-32-generic (buildd@lgw01-amd64-015) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 (Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21)
[    0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000001dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000001e000-0x000000000001ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000020000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d8fbefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d8fbf000-0x00000000d8fbffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d8fc0000-0x00000000d8fc1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d8fc2000-0x00000000d90befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d90bf000-0x00000000d90eefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d90ef000-0x00000000d9ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9fff000-0x00000000d9ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da000000-0x00000000dd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002217fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd4853018-0xd4863057] usable ==> usable
[    0.000000] e820: update [mem 0xd4853018-0xd4863057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000001dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000001e000-0x000000000001ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000020000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000097fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000098000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000d4853017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d4853018-0x00000000d4863057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d4863058-0x00000000d8fbefff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d8fbf000-0x00000000d8fbffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000d8fc0000-0x00000000d8fc1fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d8fc2000-0x00000000d90befff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000d90bf000-0x00000000d90eefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000d90ef000-0x00000000d9ffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d9fff000-0x00000000d9ffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da000000-0x00000000dd7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000002217fffff] usable
[    0.000000] efi: EFI v2.31 by TOSHIBA
[    0.000000] efi:  ACPI=0xd90ee000  ACPI 2.0=0xd90ee014  SMBIOS=0xd9294118 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: TOSHIBA dynabook KIRA VB83/RS/dynabook KIRA VB83/RS, BIOS Version 1.50   05/27/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.481 MHz processor
[    0.004580] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.004581] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.004590] last_pfn = 0x221800 max_arch_pfn = 0x400000000
[    0.004594] MTRR default type: uncachable
[    0.004594] MTRR fixed ranges enabled:
[    0.004596]   00000-9FFFF write-back
[    0.004596]   A0000-DFFFF uncachable
[    0.004597]   E0000-FFFFF write-through
[    0.004598] MTRR variable ranges enabled:
[    0.004599]   0 base 00FF800000 mask 7FFF800000 uncachable
[    0.004600]   1 base 0000000000 mask 7F80000000 write-back
[    0.004601]   2 base 0080000000 mask 7FC0000000 write-back
[    0.004602]   3 base 00C0000000 mask 7FE0000000 write-back
[    0.004603]   4 base 00DC000000 mask 7FFC000000 uncachable
[    0.004603]   5 base 00DB000000 mask 7FFF000000 uncachable
[    0.004604]   6 base 0100000000 mask 7F00000000 write-back
[    0.004605]   7 base 0200000000 mask 7FC0000000 write-back
[    0.004606]   8 disabled
[    0.004606]   9 disabled
[    0.005615] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.005763] total RAM covered: 8624M
[    0.006191] Found optimal setting for mtrr clean up
[    0.006192]  gran_size: 64K 	chunk_size: 1G 	num_reg: 6  	lose cover RAM: 0G
[    0.007181] e820: update [mem 0xdb000000-0xffffffff] usable ==> reserved
[    0.007185] last_pfn = 0xda000 max_arch_pfn = 0x400000000
[    0.016136] check: Scanning 1 areas for low memory corruption
[    0.016141] Using GB pages for direct mapping
[    0.016143] BRK [0x18a801000, 0x18a801fff] PGTABLE
[    0.016145] BRK [0x18a802000, 0x18a802fff] PGTABLE
[    0.016145] BRK [0x18a803000, 0x18a803fff] PGTABLE
[    0.016171] BRK [0x18a804000, 0x18a804fff] PGTABLE
[    0.016173] BRK [0x18a805000, 0x18a805fff] PGTABLE
[    0.016281] BRK [0x18a806000, 0x18a806fff] PGTABLE
[    0.016313] BRK [0x18a807000, 0x18a807fff] PGTABLE
[    0.016353] BRK [0x18a808000, 0x18a808fff] PGTABLE
[    0.016412] RAMDISK: [mem 0x3da42000-0x3fffdfff]
[    0.016418] ACPI: Early table checksum verification disabled
[    0.016421] ACPI: RSDP 0x00000000D90EE014 000024 (v02 TOSHIB)
[    0.016424] ACPI: XSDT 0x00000000D90ED0E8 0000A4 (v01 TOSHIB A009A    00000001      01000013)
[    0.016429] ACPI: FACP 0x00000000D90EC000 00010C (v05 TOSHIB A009A    00000001 LOHR 0000005F)
[    0.016434] ACPI: DSDT 0x00000000D90D0000 011D8B (v02 TOSHIB A009A    20141208 INTL 20120518)
[    0.016437] ACPI: FACS 0x00000000D90AA000 000040
[    0.016440] ACPI: HPET 0x00000000D90EB000 000038 (v01 TOSHIB A009A    00000001 LOHR 0000005F)
[    0.016442] ACPI: APIC 0x00000000D90EA000 0000BC (v01 TOSHIB A009A    00000001 LOHR 0000005F)
[    0.016445] ACPI: MCFG 0x00000000D90E9000 00003C (v01 TOSHIB A009A    00000001 LOHR 0000005F)
[    0.016448] ACPI: ASF! 0x00000000D90E8000 0000A0 (v32 TOSHIB A009A    00000001 LOHR 0000005F)
[    0.016450] ACPI: BOOT 0x00000000D90E6000 000028 (v01 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016453] ACPI: MSDM 0x00000000D90E5000 000055 (v03 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016455] ACPI: SLIC 0x00000000D90E4000 000176 (v01 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016458] ACPI: DBGP 0x00000000D90E3000 000034 (v01 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016461] ACPI: SSDT 0x00000000D90CF000 0003F9 (v02 TOSHIB SataAhci 00001000 INTL 20120518)
[    0.016463] ACPI: SSDT 0x00000000D90CE000 00064B (v02 TOSHIB MacUniq1 00001000 INTL 20120518)
[    0.016466] ACPI: SSDT 0x00000000D90CD000 0005E6 (v02 PmRef  Cpu0Ist  00003000 INTL 20120518)
[    0.016469] ACPI: SSDT 0x00000000D90CC000 000B60 (v02 CpuRef CpuSsdt  00003000 INTL 20120518)
[    0.016471] ACPI: SSDT 0x00000000D90CA000 0012DF (v02 SaSsdt SaSsdt   00003000 INTL 20120518)
[    0.016474] ACPI: FPDT 0x00000000D90E2000 000044 (v01 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016476] ACPI: BGRT 0x00000000D90C9000 000038 (v01 TOSHIB A009A    00000000 LOHR 0000005F)
[    0.016485] ACPI: Local APIC address 0xfee00000
[    0.016572] No NUMA configuration found
[    0.016573] Faking a node at [mem 0x0000000000000000-0x00000002217fffff]
[    0.016584] NODE_DATA(0) allocated [mem 0x2217c3000-0x2217edfff]
[    0.016809] Zone ranges:
[    0.016809]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.016811]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.016812]   Normal   [mem 0x0000000100000000-0x00000002217fffff]
[    0.016812]   Device   empty
[    0.016813] Movable zone start for each node
[    0.016817] Early memory node ranges
[    0.016818]   node   0: [mem 0x0000000000001000-0x000000000001dfff]
[    0.016818]   node   0: [mem 0x0000000000020000-0x0000000000057fff]
[    0.016819]   node   0: [mem 0x0000000000059000-0x0000000000097fff]
[    0.016820]   node   0: [mem 0x0000000000100000-0x00000000d8fbefff]
[    0.016820]   node   0: [mem 0x00000000d9fff000-0x00000000d9ffffff]
[    0.016821]   node   0: [mem 0x0000000100000000-0x00000002217fffff]
[    0.017297] Zeroed struct page in unavailable ranges: 28844 pages
[    0.017298] Initmem setup node 0 [mem 0x0000000000001000-0x00000002217fffff]
[    0.017300] On node 0 totalpages: 2074452
[    0.017301]   DMA zone: 64 pages used for memmap
[    0.017301]   DMA zone: 1164 pages reserved
[    0.017302]   DMA zone: 3988 pages, LIFO batch:0
[    0.017404]   DMA32 zone: 13823 pages used for memmap
[    0.017405]   DMA32 zone: 884672 pages, LIFO batch:63
[    0.040648]   Normal zone: 18528 pages used for memmap
[    0.040650]   Normal zone: 1185792 pages, LIFO batch:63
[    0.069760] Reserving Intel graphics memory at [mem 0xdb800000-0xdd7fffff]
[    0.069988] ACPI: PM-Timer IO Port: 0x1808
[    0.069989] ACPI: Local APIC address 0xfee00000
[    0.069998] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.069999] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.069999] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.070000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.070000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.070001] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.070001] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.070002] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.070014] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.070016] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.070017] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.070019] ACPI: IRQ0 used by override.
[    0.070020] ACPI: IRQ9 used by override.
[    0.070022] Using ACPI (MADT) for SMP configuration information
[    0.070023] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.070037] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x25 (or later)
[    0.070040] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.070061] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.070063] PM: Registered nosave memory: [mem 0x0001e000-0x0001ffff]
[    0.070065] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.070066] PM: Registered nosave memory: [mem 0x00098000-0x000bffff]
[    0.070067] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.070068] PM: Registered nosave memory: [mem 0xd4853000-0xd4853fff]
[    0.070070] PM: Registered nosave memory: [mem 0xd4863000-0xd4863fff]
[    0.070072] PM: Registered nosave memory: [mem 0xd8fbf000-0xd8fbffff]
[    0.070072] PM: Registered nosave memory: [mem 0xd8fc0000-0xd8fc1fff]
[    0.070073] PM: Registered nosave memory: [mem 0xd8fc2000-0xd90befff]
[    0.070073] PM: Registered nosave memory: [mem 0xd90bf000-0xd90eefff]
[    0.070074] PM: Registered nosave memory: [mem 0xd90ef000-0xd9ffefff]
[    0.070075] PM: Registered nosave memory: [mem 0xda000000-0xdd7fffff]
[    0.070076] PM: Registered nosave memory: [mem 0xdd800000-0xf7ffffff]
[    0.070077] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.070077] PM: Registered nosave memory: [mem 0xfc000000-0xfe100fff]
[    0.070078] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[    0.070078] PM: Registered nosave memory: [mem 0xfe113000-0xfebfffff]
[    0.070079] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.070079] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.070080] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.070081] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.070081] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.070082] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.070082] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.070083] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.070083] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.070085] [mem 0xdd800000-0xf7ffffff] available for PCI devices
[    0.070086] Booting paravirtualized kernel on bare hardware
[    0.070089] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.070098] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[    0.070105] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.070421] percpu: Embedded 47 pages/cpu s155648 r8192 d28672 u262144
[    0.070428] pcpu-alloc: s155648 r8192 d28672 u262144 alloc=1*2097152
[    0.070429] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.070457] Built 1 zonelists, mobility grouping on.  Total pages: 2040873
[    0.070457] Policy zone: Normal
[    0.070459] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
[    0.076017] Calgary: detecting Calgary via BIOS EBDA area
[    0.076018] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.097372] Memory: 7942784K/8297808K available (14339K kernel code, 2335K rwdata, 4408K rodata, 2588K init, 5192K bss, 355024K reserved, 0K cma-reserved)
[    0.097513] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.097519] Kernel/User page tables isolation: enabled
[    0.097534] ftrace: allocating 41617 entries in 163 pages
[    0.117174] rcu: Hierarchical RCU implementation.
[    0.117175] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.117176] 	Tasks RCU enabled.
[    0.117177] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.117178] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.120212] NR_IRQS: 524544, nr_irqs: 760, preallocated irqs: 16
[    0.120425] Console: colour dummy device 80x25
[    0.120432] printk: console [tty0] enabled
[    0.120448] ACPI: Core revision 20181213
[    0.120679] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.120685] hpet clockevent registered
[    0.120690] APIC: Switch to symmetric I/O mode setup
[    0.120815] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.121477] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.140692] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283d9c5ce5, max_idle_ns: 440795213589 ns
[    0.140704] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.96 BogoMIPS (lpj=9577924)
[    0.140706] pid_max: default: 32768 minimum: 301
[    0.152727] LSM: Security Framework initializing
[    0.152737] Yama: becoming mindful.
[    0.152756] AppArmor: AppArmor initialized
[    0.156784] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.157355] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.157388] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.157407] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.157650] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.157651] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.157672] process: using mwait in idle threads
[    0.157675] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.157675] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.157676] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.157678] Spectre V2 : Mitigation: Full generic retpoline
[    0.157678] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.157679] Speculative Store Bypass: Vulnerable
[    0.157706] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.157954] Freeing SMP alternatives memory: 36K
[    0.268128] smpboot: CPU0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[    0.268228] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.268265] ... version:                3
[    0.268265] ... bit width:              48
[    0.268266] ... generic registers:      4
[    0.268267] ... value mask:             0000ffffffffffff
[    0.268267] ... max period:             00007fffffffffff
[    0.268268] ... fixed-purpose events:   3
[    0.268268] ... event mask:             000000070000000f
[    0.268305] rcu: Hierarchical SRCU implementation.
[    0.268693] random: crng done (trusting CPU's manufacturer)
[    0.268693] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.268693] smp: Bringing up secondary CPUs ...
[    0.268693] x86: Booting SMP configuration:
[    0.268693] .... node  #0, CPUs:      #1
[    0.268693] 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.268693]  #2 #3
[    0.268693] smp: Brought up 1 node, 4 CPUs
[    0.268693] smpboot: Max logical packages: 2
[    0.268693] smpboot: Total of 4 processors activated (19155.84 BogoMIPS)
[    0.272700] devtmpfs: initialized
[    0.272749] x86/mm: Memory block size: 128MB
[    0.273377] PM: Registering ACPI NVS region [mem 0xd8fbf000-0xd8fbffff] (4096 bytes)
[    0.273377] PM: Registering ACPI NVS region [mem 0xd8fc2000-0xd90befff] (1036288 bytes)
[    0.273377] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.273377] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.273377] pinctrl core: initialized pinctrl subsystem
[    0.273377] RTC time: 13:35:27, date: 2019-12-22
[    0.273377] NET: Registered protocol family 16
[    0.273377] audit: initializing netlink subsys (disabled)
[    0.273377] audit: type=2000 audit(1577021727.152:1): state=initialized audit_enabled=0 res=1
[    0.273377] EISA bus registered
[    0.273377] cpuidle: using governor ladder
[    0.273377] cpuidle: using governor menu
[    0.273377] Simple Boot Flag at 0x7c set to 0x1
[    0.273377] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.273377] ACPI: bus type PCI registered
[    0.273377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.273377] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.273377] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.273377] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.273377] PCI: Using configuration type 1 for base access
[    0.274087] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.274087] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.274087] ACPI: Added _OSI(Module Device)
[    0.274087] ACPI: Added _OSI(Processor Device)
[    0.274087] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.274087] ACPI: Added _OSI(Processor Aggregator Device)
[    0.274087] ACPI: Added _OSI(Linux-Dell-Video)
[    0.274087] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.274087] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.292770] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.294644] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.357123] ACPI: Dynamic OEM Table Load:
[    0.357130] ACPI: SSDT 0xFFFF88FC97A21400 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120518)
[    0.357823] ACPI: Dynamic OEM Table Load:
[    0.357828] ACPI: SSDT 0xFFFF88FC97A0F000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120518)
[    0.358692] ACPI: Dynamic OEM Table Load:
[    0.358697] ACPI: SSDT 0xFFFF88FC97A1C400 000119 (v02 PmRef  ApCst    00003000 INTL 20120518)
[    0.361430] ACPI: Interpreter enabled
[    0.361468] ACPI: (supports S0 S3 S4 S5)
[    0.361469] ACPI: Using IOAPIC for interrupt routing
[    0.361494] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.362104] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.374246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.374251] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.375490] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.375491] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.376470] PCI host bridge to bus 0000:00
[    0.376472] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.376473] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.376474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.376475] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.376476] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.376477] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.376478] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.376479] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.376479] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.376480] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.376481] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.376482] pci_bus 0000:00: root bus resource [mem 0xdd800000-0xfeafffff window]
[    0.376484] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.376491] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[    0.376845] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
[    0.376857] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
[    0.376863] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.376867] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.376881] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.377209] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[    0.377218] pci 0000:00:03.0: reg 0x10: [mem 0xf1110000-0xf1113fff 64bit]
[    0.377574] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[    0.377593] pci 0000:00:14.0: reg 0x10: [mem 0xf1100000-0xf110ffff 64bit]
[    0.377650] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.377979] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[    0.378000] pci 0000:00:16.0: reg 0x10: [mem 0xf1118000-0xf111801f 64bit]
[    0.378068] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.378395] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[    0.378412] pci 0000:00:1b.0: reg 0x10: [mem 0xf1114000-0xf1117fff 64bit]
[    0.378461] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.378785] pci 0000:00:1c.0: [8086:9c94] type 01 class 0x060400
[    0.378873] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.379275] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
[    0.379711] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
[    0.379726] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.379732] pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
[    0.379738] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.379745] pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
[    0.379751] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.379757] pci 0000:00:1f.2: reg 0x24: [mem 0xf111b000-0xf111b7ff]
[    0.379791] pci 0000:00:1f.2: PME# supported from D3hot
[    0.380425] pci 0000:01:00.0: [8086:095a] type 00 class 0x028000
[    0.380570] pci 0000:01:00.0: reg 0x10: [mem 0xf1000000-0xf1001fff 64bit]
[    0.380993] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.381494] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.381499] pci 0000:00:1c.0:   bridge window [mem 0xf1000000-0xf10fffff]
[    0.381982] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.381982] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.382015] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.382085] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.382155] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.382225] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.382294] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.382364] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.382545] SCSI subsystem initialized
[    0.382545] libata version 3.00 loaded.
[    0.382545] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.382545] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.382545] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.382545] vgaarb: loaded
[    0.382545] ACPI: bus type USB registered
[    0.382545] usbcore: registered new interface driver usbfs
[    0.382545] usbcore: registered new interface driver hub
[    0.382545] usbcore: registered new device driver usb
[    0.402887] pps_core: LinuxPPS API ver. 1 registered
[    0.402887] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.402889] PTP clock support registered
[    0.404709] EDAC MC: Ver: 3.0.0
[    0.404907] Registered efivars operations
[    0.456729] PCI: Using ACPI for IRQ routing
[    0.458032] PCI: pci_cache_line_size set to 64 bytes
[    0.458346] e820: reserve RAM buffer [mem 0x0001e000-0x0001ffff]
[    0.458347] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.458348] e820: reserve RAM buffer [mem 0x00098000-0x0009ffff]
[    0.458349] e820: reserve RAM buffer [mem 0xd4853018-0xd7ffffff]
[    0.458350] e820: reserve RAM buffer [mem 0xd8fbf000-0xdbffffff]
[    0.458351] e820: reserve RAM buffer [mem 0xda000000-0xdbffffff]
[    0.458352] e820: reserve RAM buffer [mem 0x221800000-0x223ffffff]
[    0.458443] NetLabel: Initializing
[    0.458443] NetLabel:  domain hash size = 128
[    0.458444] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.458459] NetLabel:  unlabeled traffic allowed by default
[    0.458473] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.458473] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.460695] clocksource: Switched to clocksource tsc-early
[    0.471765] VFS: Disk quotas dquot_6.6.0
[    0.471784] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.471895] AppArmor: AppArmor Filesystem Enabled
[    0.471923] pnp: PnP ACPI init
[    0.472269] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.472270] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.472272] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.472273] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.472274] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.472275] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.472277] system 00:00: [mem 0xfed40000-0xfed8ffff] has been reserved
[    0.472278] system 00:00: [mem 0xfed90000-0xfed91fff] has been reserved
[    0.472279] system 00:00: [mem 0xff000000-0xffffffff] could not be reserved
[    0.472280] system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.472282] system 00:00: [mem 0xfed80000-0xfed83fff] has been reserved
[    0.472283] system 00:00: [mem 0xfed84000-0xfed87fff] has been reserved
[    0.472284] system 00:00: [mem 0xdd800000-0xdd800fff] has been reserved
[    0.472285] system 00:00: [mem 0xdd810000-0xdd81ffff] has been reserved
[    0.472287] system 00:00: [mem 0xdd800000-0xdd80ffff] could not be reserved
[    0.472292] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.472477] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.472480] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.472545] system 00:02: [io  0xffff] has been reserved
[    0.472547] system 00:02: [io  0xffff] has been reserved
[    0.472548] system 00:02: [io  0xffff] has been reserved
[    0.472549] system 00:02: [io  0x0800-0x08fe] could not be reserved
[    0.472550] system 00:02: [io  0x0900-0x09fe] could not be reserved
[    0.472552] system 00:02: [io  0x0a00-0x0afe] could not be reserved
[    0.472553] system 00:02: [io  0x0b00-0x0bfe] could not be reserved
[    0.472554] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.472557] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.472593] system 00:03: [io  0x0680-0x06ff] has been reserved
[    0.472594] system 00:03: [io  0x01e0-0x01e7] has been reserved
[    0.472597] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.472619] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.472637] pnp 00:05: Plug and Play ACPI device, IDs TOS7407 PNP0303 (active)
[    0.473163] system 00:06: [mem 0xfe106000-0xfe106fff] has been reserved
[    0.473166] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.473742] pnp: PnP ACPI: found 7 devices
[    0.479410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.479425] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.479431] pci 0000:00:1c.0:   bridge window [mem 0xf1000000-0xf10fffff]
[    0.479440] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.479441] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.479442] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.479443] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.479444] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.479445] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.479446] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.479447] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.479448] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.479449] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.479450] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.479451] pci_bus 0000:00: resource 15 [mem 0xdd800000-0xfeafffff window]
[    0.479452] pci_bus 0000:01: resource 1 [mem 0xf1000000-0xf10fffff]
[    0.479582] NET: Registered protocol family 2
[    0.479726] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.479752] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.479855] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.479972] TCP: Hash tables configured (established 65536 bind 65536)
[    0.480009] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.480029] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.480104] NET: Registered protocol family 1
[    0.480110] NET: Registered protocol family 44
[    0.480118] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.480754] PCI: CLS 64 bytes, default 64
[    0.480794] Unpacking initramfs...
[    8.281639] Freeing initrd memory: 38640K
[    8.281704] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.281706] software IO TLB: mapped [mem 0xd032a000-0xd432a000] (64MB)
[    8.281891] check: Scanning for low memory corruption every 60 seconds
[    8.283474] Initialise system trusted keyrings
[    8.283483] Key type blacklist registered
[    8.283517] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    8.284839] zbud: loaded
[    8.285268] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.285455] fuse init (API version 7.28)
[    8.317112] Key type asymmetric registered
[    8.317113] Asymmetric key parser 'x509' registered
[    8.317122] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    8.317157] io scheduler mq-deadline registered
[    8.317610] pcieport 0000:00:1c.0: Signaling PME with IRQ 40
[    8.317677] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.317735] efifb: probing for efifb
[    8.317762] efifb: framebuffer at 0xe0000000, using 14400k, total 14400k
[    8.317763] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[    8.317764] efifb: scrolling: redraw
[    8.317765] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.325052] Console: switching to colour frame buffer device 320x90
[    8.332225] fb0: EFI VGA frame buffer device
[    8.332236] intel_idle: MWAIT substates: 0x11142120
[    8.332237] intel_idle: v0.4.1 model 0x3D
[    8.332464] intel_idle: lapic_timer_reliable_states 0xffffffff
[    8.332608] ACPI: AC Adapter [ADP1] (on-line)
[    8.332675] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    8.332689] ACPI: Power Button [PWRB]
[    8.332729] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    8.332738] ACPI: Lid Switch [LID]
[    8.332768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    8.332773] ACPI: Power Button [PWRF]
[    8.333474] thermal LNXTHERM:00: registered as thermal_zone0
[    8.333476] ACPI: Thermal Zone [TZ01] (16 C)
[    8.333629] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.334107] battery: ACPI: Battery Slot [BAT1] (battery present)
[    8.335181] Linux agpgart interface v0.103
[    8.337171] loop: module loaded
[    8.337357] libphy: Fixed MDIO Bus: probed
[    8.337358] tun: Universal TUN/TAP device driver, 1.6
[    8.337385] PPP generic driver version 2.4.2
[    8.337422] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.337424] ehci-pci: EHCI PCI platform driver
[    8.337433] ehci-platform: EHCI generic platform driver
[    8.337441] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    8.337443] ohci-pci: OHCI PCI platform driver
[    8.337449] ohci-platform: OHCI generic platform driver
[    8.337455] uhci_hcd: USB Universal Host Controller Interface driver
[    8.337745] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    8.337750] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    8.338794] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    8.338798] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    8.338935] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    8.338937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.338938] usb usb1: Product: xHCI Host Controller
[    8.338939] usb usb1: Manufacturer: Linux 5.0.0-32-generic xhci-hcd
[    8.338939] usb usb1: SerialNumber: 0000:00:14.0
[    8.339029] hub 1-0:1.0: USB hub found
[    8.339044] hub 1-0:1.0: 11 ports detected
[    8.339445] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    8.339447] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    8.339450] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    8.339480] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    8.339482] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.339483] usb usb2: Product: xHCI Host Controller
[    8.339484] usb usb2: Manufacturer: Linux 5.0.0-32-generic xhci-hcd
[    8.339484] usb usb2: SerialNumber: 0000:00:14.0
[    8.339562] hub 2-0:1.0: USB hub found
[    8.339570] hub 2-0:1.0: 4 ports detected
[    8.339794] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    8.339795] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    8.340293] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.340434] mousedev: PS/2 mouse device common for all mice
[    8.340551] rtc_cmos 00:04: RTC can wake from S4
[    8.340857] rtc_cmos 00:04: registered as rtc0
[    8.340873] rtc_cmos 00:04: alarms up to one year, 242 bytes nvram, hpet irqs
[    8.340878] i2c /dev entries driver
[    8.340976] device-mapper: uevent: version 1.0.3
[    8.341028] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    8.341047] platform eisa.0: Probing EISA bus 0
[    8.341050] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.341051] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.341052] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.341053] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.341054] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.341055] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.341055] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.341056] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.341057] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.341058] platform eisa.0: EISA: Detected 0 cards
[    8.341065] intel_pstate: Intel P-state driver initializing
[    8.341245] ledtrig-cpu: registered to indicate activity on CPUs
[    8.341246] EFI Variables Facility v0.08 2004-May-17
[    8.350405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    8.393628] NET: Registered protocol family 10
[    8.397613] Segment Routing with IPv6
[    8.397639] NET: Registered protocol family 17
[    8.397687] Key type dns_resolver registered
[    8.397942] mce: Using 7 MCE banks
[    8.397952] RAS: Correctable Errors collector initialized.
[    8.397980] microcode: sig=0x306d4, pf=0x40, revision=0x18
[    8.398015] microcode: Microcode Update Driver: v2.2.
[    8.398023] sched_clock: Marking stable (8397720186, 291893)->(8413555254, -15543175)
[    8.398260] registered taskstats version 1
[    8.398275] Loading compiled-in X.509 certificates
[    8.399726] Loaded X.509 cert 'Build time autogenerated kernel key: 8248cf0f90a942a6d35391b2654e2baeb494e1df'
[    8.400077] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    8.400092] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    8.401179] Loaded UEFI:db cert 'Toshiba Corporation Utility CA 2012: cc37e82804de6d8242718850b1af8d5f' linked to secondary sys keyring
[    8.401400] Loaded UEFI:db cert 'Toshiba Corporation Utility CA2 2012: a1064208cec529a74554a21ede898879' linked to secondary sys keyring
[    8.401563] Couldn't get size: 0x800000000000000e
[    8.401582] MODSIGN: Couldn't get UEFI MokListRT
[    8.402104] zswap: loaded using pool lzo/zbud
[    8.406996] Key type big_key registered
[    8.407000] Key type trusted registered
[    8.408778] Key type encrypted registered
[    8.408781] AppArmor: AppArmor sha1 policy hashing enabled
[    8.409556] ima: No TPM chip found, activating TPM-bypass!
[    8.409559] ima: Allocated hash algorithm: sha1
[    8.409564] No architecture policies found
[    8.409571] evm: Initialising EVM extended attributes:
[    8.409572] evm: security.selinux
[    8.409572] evm: security.SMACK64
[    8.409573] evm: security.SMACK64EXEC
[    8.409573] evm: security.SMACK64TRANSMUTE
[    8.409573] evm: security.SMACK64MMAP
[    8.409574] evm: security.apparmor
[    8.409574] evm: security.ima
[    8.409574] evm: security.capability
[    8.409575] evm: HMAC attrs: 0x1
[    8.409927]   Magic number: 15:99:585
[    8.410023] rtc_cmos 00:04: setting system clock to 2019-12-22T13:35:35 UTC (1577021735)
[    8.410144] Lockdown: swapper/0: Hibernation is restricted; see man kernel_lockdown.7
[    8.411235] Freeing unused decrypted memory: 2040K
[    8.411618] Freeing unused kernel image memory: 2588K
[    8.432782] Write protecting the kernel read-only data: 22528k
[    8.433240] Freeing unused kernel image memory: 2016K
[    8.433503] Freeing unused kernel image memory: 1736K
[    8.442045] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.442047] x86/mm: Checking user space page tables
[    8.450241] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.450242] Run /init as init process
[    8.504146] hidraw: raw HID events driver (C) Jiri Kosina
[    8.518168] ahci 0000:00:1f.2: version 3.0
[    8.518586] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    8.524785] i2c_hid i2c-TOS2008:00: i2c-TOS2008:00 supply vdd not found, using dummy regulator
[    8.524802] i2c_hid i2c-TOS2008:00: Linked as a consumer to regulator.0
[    8.524804] i2c_hid i2c-TOS2008:00: i2c-TOS2008:00 supply vddl not found, using dummy regulator
[    8.528767] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
[    8.528771] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    8.534832] scsi host0: ahci
[    8.534962] scsi host1: ahci
[    8.535053] scsi host2: ahci
[    8.535123] ata1: SATA max UDMA/133 abar m2048@0xf111b000 port 0xf111b100 irq 42
[    8.535124] ata2: DUMMY
[    8.535125] ata3: DUMMY
[    8.559051] input: TOS2008:00 06CB:78C0 Mouse as /devices/pci0000:00/INT3433:00/i2c-0/i2c-TOS2008:00/0018:06CB:78C0.0001/input/input4
[    8.559123] input: TOS2008:00 06CB:78C0 Touchpad as /devices/pci0000:00/INT3433:00/i2c-0/i2c-TOS2008:00/0018:06CB:78C0.0001/input/input5
[    8.559181] hid-generic 0018:06CB:78C0.0001: input,hidraw0: I2C HID v1.00 Mouse [TOS2008:00 06CB:78C0] on i2c-TOS2008:00
[    8.567964] VFIO - User Level meta-driver version: 0.3
[    8.618940] checking generic (e0000000 e10000) vs hw (e0000000 10000000)
[    8.618941] fb0: switching to inteldrmfb from EFI VGA
[    8.618957] Console: switching to colour dummy device 80x25
[    8.619083] [drm] Replacing VGA console driver
[    8.619906] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.619906] [drm] Driver supports precise vblank timestamp query.
[    8.619927] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.627888] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[    8.639975] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    8.640559] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    8.640911] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    8.671468] fbcon: inteldrmfb (fb0) is primary device
[    8.680789] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    8.829077] usb 1-3: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    8.829079] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.829080] usb 1-3: Product: USB2.0-CRW
[    8.829081] usb 1-3: Manufacturer: Generic
[    8.829081] usb 1-3: SerialNumber: 20100201396000000
[    8.833214] usbcore: registered new interface driver rtsx_usb
[    8.848176] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    8.848483] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    8.848615] ata1.00: ATA-9: TOSHIBA THNSNJ512GACU, JUT10101, max UDMA/100
[    8.848616] ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    8.849441] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    8.849858] ata1.00: configured for UDMA/100
[    8.849864] ahci 0000:00:1f.2: port does not support device sleep
[    8.850172] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA THNSNJ51 0101 PQ: 0 ANSI: 5
[    8.850374] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.850416] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    8.850431] sd 0:0:0:0: [sda] Write Protect is off
[    8.850433] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    8.850459] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.851278]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    8.851676] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.957203] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    8.983153] usb 2-1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[    8.983155] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.983156] usb 2-1: Product: Mass Storage Device
[    8.983157] usb 2-1: Manufacturer: JetFlash
[    8.983158] usb 2-1: SerialNumber: 06PMSZGX9M3IHQCP
[    8.989175] usb-storage 2-1:1.0: USB Mass Storage device detected
[    8.989298] scsi host3: usb-storage 2-1:1.0
[    8.989355] usbcore: registered new interface driver usb-storage
[    8.990244] usbcore: registered new interface driver uas
[    9.104831] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    9.254623] usb 1-6: New USB device found, idVendor=04f3, idProduct=21e1, bcdDevice=11.11
[    9.254625] usb 1-6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    9.254626] usb 1-6: Product: Touchscreen
[    9.254627] usb 1-6: Manufacturer: ELAN
[    9.263719] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F3:21E1.0002/input/input8
[    9.263799] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F3:21E1.0002/input/input9
[    9.263839] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F3:21E1.0002/input/input10
[    9.263916] hid-generic 0003:04F3:21E1.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-6/input0
[    9.263942] usbcore: registered new interface driver usbhid
[    9.263942] usbhid: USB HID core driver
[    9.300828] tsc: Refined TSC clocksource calibration: 2394.438 MHz
[    9.300835] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283b158ace, max_idle_ns: 440795323119 ns
[    9.300857] clocksource: Switched to clocksource tsc
[    9.380832] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    9.553731] usb 1-7: New USB device found, idVendor=04f2, idProduct=b40c, bcdDevice=38.03
[    9.553732] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    9.553733] usb 1-7: Product: TOSHIBA Web Camera - HD
[    9.553734] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    9.553735] usb 1-7: SerialNumber: 0001
[   10.324842] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[   10.342238] Console: switching to colour frame buffer device 320x90
[   10.347666] scsi 3:0:0:0: Direct-Access     JetFlash Transcend 32GB   1100 PQ: 0 ANSI: 6
[   10.347973] sd 3:0:0:0: Attached scsi generic sg1 type 0
[   10.348629] sd 3:0:0:0: [sdb] 61702144 512-byte logical blocks: (31.6 GB/29.4 GiB)
[   10.349194] sd 3:0:0:0: [sdb] Write Protect is off
[   10.349196] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00
[   10.349867] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.354189]  sdb: sdb1
[   10.356869] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[   10.364778] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.811029] Lockdown: archdetect: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[   14.649274] 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)
[   14.668933] systemd[1]: Detected architecture x86-64.
[   14.671546] systemd[1]: Set hostname to <mint>.
[   14.734560] Lockdown: systemd: BPF is restricted; see man kernel_lockdown.7
[   14.734566] 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.
[   14.734568] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   14.756955] systemd[1]: Unnecessary job for /dev/loop0 was removed.
[   14.757116] systemd[1]: Reached target User and Group Name Lookups.
[   14.757169] systemd[1]: Reached target Remote File Systems.
[   14.757177] systemd[1]: Reached target Swap.
[   14.757327] systemd[1]: Created slice User and Session Slice.
[   14.844542] lp: driver loaded but no devices found
[   14.857426] systemd-journald[966]: Received request to flush runtime journal from PID 1
[   14.858228] ppdev: user-space parallel port driver
[   15.145902] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[   15.146216] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.24
[   15.210646] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   15.210937] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   15.221787] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[   15.222853] snd_hda_intel 0000:00:03.0: Linked as a consumer to 0000:00:02.0
[   15.222897] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   15.223040] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   15.223728] toshiba_acpi: Unable to query Hotkey Event Type
[   15.223891] input: Toshiba input device as /devices/virtual/input/input12
[   15.267919] Intel(R) Wireless WiFi driver for Linux
[   15.267920] Copyright(c) 2003- 2015 Intel Corporation
[   15.268154] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[   15.272738] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   15.273190] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   15.273191] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   15.273192] RAPL PMU: hw unit of domain package 2^-14 Joules
[   15.273193] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   15.273193] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   15.276375] snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
[   15.276686] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   15.276689] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.276690] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   15.276691] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   15.276692] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   15.276704] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   15.276706] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   15.277528] snd_hda_codec_conexant hdaudioC1D0: Enable sync_write for stable communication
[   15.280104] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[   15.298959] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   15.299019] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   15.299076] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[   15.299187] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[   15.299237] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   15.301953] iwlwifi 0000:01:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[   15.302725] cryptd: max_cpu_qlen set to 1000
[   15.342414] input: TOS2008:00 06CB:78C0 Touchpad as /devices/pci0000:00/INT3433:00/i2c-0/i2c-TOS2008:00/0018:06CB:78C0.0001/input/input21
[   15.342552] hid-multitouch 0018:06CB:78C0.0001: input,hidraw0: I2C HID v1.00 Mouse [TOS2008:00 06CB:78C0] on i2c-TOS2008:00
[   15.365890] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[   15.370693] AVX2 version of gcm_enc/dec engaged.
[   15.370694] AES CTR mode by8 optimization enabled
[   15.392049] iwlwifi 0000:01:00.0: base HW address: 34:02:86:2b:cf:0a
[   15.433958] toshiba_acpi: Supported laptop features: hotkeys fan keyboard-backlight touchpad usb-sleep-charge usb-rapid-charge usb-sleep-music special-function-keys panel-power-on usb3 cooling-method
[   15.437259] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F3:21E1.0002/input/input23
[   15.437424] hid-multitouch 0003:04F3:21E1.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-6/input0
[   15.486046] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   15.486342] thermal thermal_zone1: failed to read out thermal zone (-61)
[   15.544714] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[   15.651013] intel_rapl: Found RAPL domain package
[   15.651014] intel_rapl: Found RAPL domain core
[   15.651015] intel_rapl: Found RAPL domain uncore
[   15.651016] intel_rapl: Found RAPL domain dram
[   15.671304] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[   15.698079] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[   15.698081] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   15.837375] media: Linux media interface: v0.10
[   15.965061] videodev: Linux video capture interface: v2.00
[   15.993788] Bluetooth: Core ver 2.22
[   15.993809] NET: Registered protocol family 31
[   15.993810] Bluetooth: HCI device and connection manager initialized
[   15.993814] Bluetooth: HCI socket layer initialized
[   15.993816] Bluetooth: L2CAP socket layer initialized
[   15.993820] Bluetooth: SCO socket layer initialized
[   16.088262] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - HD (04f2:b40c)
[   16.094070] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[   16.094072] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[   16.094074] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[   16.094408] usbcore: registered new interface driver btusb
[   16.094770] input: TOSHIBA Web Camera - HD: TOSHIB as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input27
[   16.094870] usbcore: registered new interface driver uvcvideo
[   16.094871] USB Video Class driver (1.1.1)
[   16.112224] Bluetooth: hci0: read Intel version: 370810011003110e00
[   16.136020] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[   16.225833] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.225835] Bluetooth: BNEP filters: protocol multicast
[   16.225838] Bluetooth: BNEP socket layer initialized
[   16.423872] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[   16.439953] Bluetooth: hci0: Intel firmware patch completed and activated
[   16.733582] Lockdown: Xorg: ioperm is restricted; see man kernel_lockdown.7
[   19.321358] Bluetooth: RFCOMM TTY layer initialized
[   19.321364] Bluetooth: RFCOMM socket layer initialized
[   19.321370] Bluetooth: RFCOMM ver 1.11

Jetson nano was not mounted on Linux mint neither.
Information from “dmesg --follow” was not changed with and without the connection to Jetson nano.

Under Mint, with the non-recovery mode Nano connected, what do you see from “lsusb -d 0955:”? Also, the same “lsusb -d 0955:” with the Nano in recovery mode.

Hi, linuxdev,

No output line is there with and without recovery mode of Jetson nano from “lsusb -d 9555:”.

It should be “0955:”, not “9555:” (probably just a typo on posting though).

The virtual USB device is not something which is mounted, since it is ethernet and not mass storage, but at least under Linux I would expect to see this. If you are actually looking for mass storage, then this is unrelated to the 192.168.55.1 address. Because “ifconfig” on the Jetson shows “l4tbr0” with address “192.168.55.1” we know the USB port is attempting to become a virtual ethernet device. The question is why the other end (the PC) does not also see this.

As background, the micro-B USB cable is intended (on a running/booted Jetson) to look like an ethernet device. When the host PC sees this, assuming it has permission to do so, then the PC will send a DHCP query to the Jetson (the Jetson acts as its own DHCP server). As a result the Jetson tells the host PC that the interface it sees will have address “192.168.55.100” with netmask “255.255.255.0”. It is this latter part where some systems fail.

When this fails it is usually because the host PC has security issues and will not simply allow a network device to be activated without some sort of permission, or else the device works, but the firewall blocks the device. I do not know if your case is (A) the USB failing, (B) the host is not set to use the device, or (C) the host uses the device, but blocks network traffic (actually I know it isn’t “C”, but if you get past “A” and “B”, then “C” might still occur).

To emphasize, because ifconfig on the Nano shows l4tbr0 we know the system booted on the Nano, and that the virtual network device did in fact work. Either the cable is not correctly connecting to the host PC, or the host PC is in some way refusing the connection. When booted to Linux on the host PC, if you run “dmesg --follow”, what do you see as the booted Nano has the micro-B USB inserted or removed? Is that host PC a full install, or perhaps instead a live DVD type install?

I’m having trouble with this as well. I have spent about an hour trying to find a solution, and have tried all of the above with no success.

You might want to start a new thread. I’m not sure what the issue is from your image as it looks like it is working correctly.