Re: UAS error optimal I/O size is obscene

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 3/30/23 04:58, Stephen Samuel wrote:
Attaching 3 files as shar:
Output from dmesg, lsusb and fdisk -l

On Tue, Mar 28, 2023 at 1:50 AM Oliver Neukum <oneukum@xxxxxxxx> wrote:



    On 26.03.23 15:39, Stephen Samuel wrote:
    > Disk /dev/sdc: 74.52 GiB, 80000000000 bytes, 156250000 sectors
    > Disk model:
    > Units: sectors of 1 * 512 = 512 bytes
    > Sector size (logical/physical): 512 bytes / 512 bytes
    > I/O size (minimum/optimal): 4096 bytes / *33553920* bytes
    > Disklabel type: dos
    > Disk identifier: 0xb66b1d61
    >
    > 33553920 comes to 65535 512 byte sectors. I believe that there
    is an attempt to assign -1 to  what ends up being a 16 bit
    unsigned.  This number breaks things.
    > assigning zero instead of -1 would be consistent with what
    happens when UAS is disabled.

    Hi,

    that's plausible, but we need to know why that happens.
    Please provide the full dmesg.

            Regards
                    Oliver



--
Stephen Samuel http://www.bcgreen.com Software, like love,
778-861-7641                              grows when you give it away
[    0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[    0.000000] Linux version 5.4.0-144-generic (buildd@lcy02-amd64-089) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #161-Ubuntu SMP Fri Feb 3 14:49:04 UTC 2023 (Ubuntu 5.4.0-144.161-generic 5.4.229)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.4.0-144-generic root=UUID=0f12dcf1-6810-4f85-87bf-6a20683ccf8f ro resume=UUID=917ef897-cc33-4270-82b5-2a0f66116197 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]   zhaoxin   Shanghai  
[    0.000000] Disabled fast string operations
[    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-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000da99efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da99f000-0x00000000dae9efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] 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 0x00000000ffd20000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041e5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000041e600000-0x000000041effffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: LENOVO 4177RVU/4177RVU, BIOS 83ET67WW (1.37 ) 11/28/2011
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2491.760 MHz processor
[    0.002329] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002330] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002338] last_pfn = 0x41e600 max_arch_pfn = 0x400000000
[    0.002342] MTRR default type: uncachable
[    0.002343] MTRR fixed ranges enabled:
[    0.002344]   00000-9FFFF write-back
[    0.002345]   A0000-BFFFF uncachable
[    0.002346]   C0000-FFFFF write-protect
[    0.002347] MTRR variable ranges enabled:
[    0.002348]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.002349]   1 base 000000000 mask F80000000 write-back
[    0.002350]   2 base 080000000 mask FC0000000 write-back
[    0.002351]   3 base 0C0000000 mask FE0000000 write-back
[    0.002352]   4 base 0DC000000 mask FFC000000 uncachable
[    0.002353]   5 base 0DB000000 mask FFF000000 uncachable
[    0.002353]   6 base 100000000 mask F00000000 write-back
[    0.002354]   7 base 200000000 mask E00000000 write-back
[    0.002355]   8 base 400000000 mask FE0000000 write-back
[    0.002356]   9 base 41F000000 mask FFF000000 uncachable
[    0.003084] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003216] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.014106] check: Scanning 1 areas for low memory corruption
[    0.014109] reserving inaccessible SNB gfx pages
[    0.014878] RAMDISK: [mem 0x2ce15000-0x32701fff]
[    0.014884] ACPI: Early table checksum verification disabled
[    0.014889] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
[    0.014893] ACPI: XSDT 0x00000000DAFFE120 0000A4 (v01 LENOVO TP-83    00001370 PTEC 00000002)
[    0.014900] ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-83    00001370 PTL  00000002)
[    0.014906] ACPI: DSDT 0x00000000DAFEB000 00E40B (v01 LENOVO TP-83    00001370 INTL 20061109)
[    0.014909] ACPI: FACS 0x00000000DAF2D000 000040
[    0.014911] ACPI: FACS 0x00000000DAF2D000 000040
[    0.014914] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-83    00001370 PTEC 00000001)
[    0.014917] ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[    0.014920] ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[    0.014923] ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.014926] ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014929] ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014932] ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014935] ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014937] ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-83    00001370 PTL  00000002)
[    0.014941] ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.014944] ACPI: SSDT 0x00000000DAFE2000 000A27 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.014947] ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.014950] ACPI: UEFI 0x00000000DAFE0000 00003E (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014953] ACPI: UEFI 0x00000000DAFDF000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.014956] ACPI: UEFI 0x00000000DAFDE000 000292 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.014959] ACPI: Reserving FACP table memory at [mem 0xdafe8000-0xdafe80f3]
[    0.014959] ACPI: Reserving DSDT table memory at [mem 0xdafeb000-0xdaff940a]
[    0.014960] ACPI: Reserving FACS table memory at [mem 0xdaf2d000-0xdaf2d03f]
[    0.014961] ACPI: Reserving FACS table memory at [mem 0xdaf2d000-0xdaf2d03f]
[    0.014962] ACPI: Reserving SLIC table memory at [mem 0xdaffd000-0xdaffd175]
[    0.014962] ACPI: Reserving SSDT table memory at [mem 0xdaffc000-0xdaffc248]
[    0.014963] ACPI: Reserving SSDT table memory at [mem 0xdaffb000-0xdaffb032]
[    0.014964] ACPI: Reserving SSDT table memory at [mem 0xdaffa000-0xdaffa796]
[    0.014965] ACPI: Reserving HPET table memory at [mem 0xdafe7000-0xdafe7037]
[    0.014965] ACPI: Reserving APIC table memory at [mem 0xdafe6000-0xdafe6097]
[    0.014966] ACPI: Reserving MCFG table memory at [mem 0xdafe5000-0xdafe503b]
[    0.014967] ACPI: Reserving ECDT table memory at [mem 0xdafe4000-0xdafe4051]
[    0.014968] ACPI: Reserving ASF! table memory at [mem 0xdafea000-0xdafea0a4]
[    0.014969] ACPI: Reserving TCPA table memory at [mem 0xdafe3000-0xdafe3031]
[    0.014969] ACPI: Reserving SSDT table memory at [mem 0xdafe2000-0xdafe2a26]
[    0.014970] ACPI: Reserving SSDT table memory at [mem 0xdafe1000-0xdafe1995]
[    0.014971] ACPI: Reserving UEFI table memory at [mem 0xdafe0000-0xdafe003d]
[    0.014972] ACPI: Reserving UEFI table memory at [mem 0xdafdf000-0xdafdf041]
[    0.014972] ACPI: Reserving UEFI table memory at [mem 0xdafde000-0xdafde291]
[    0.014982] ACPI: Local APIC address 0xfee00000
[    0.015082] No NUMA configuration found
[    0.015083] Faking a node at [mem 0x0000000000000000-0x000000041e5fffff]
[    0.015093] NODE_DATA(0) allocated [mem 0x41e5cb000-0x41e5f5fff]
[    0.015368] Zone ranges:
[    0.015369]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015371]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015372]   Normal   [mem 0x0000000100000000-0x000000041e5fffff]
[    0.015372]   Device   empty
[    0.015373] Movable zone start for each node
[    0.015377] Early memory node ranges
[    0.015377]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.015378]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.015379]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.015380]   node   0: [mem 0x0000000040200000-0x00000000da99efff]
[    0.015381]   node   0: [mem 0x00000000dafff000-0x00000000daffffff]
[    0.015382]   node   0: [mem 0x0000000100000000-0x000000041e5fffff]
[    0.015672] Zeroed struct page in unavailable ranges: 29892 pages
[    0.015674] Initmem setup node 0 [mem 0x0000000000001000-0x000000041e5fffff]
[    0.015676] On node 0 totalpages: 4164412
[    0.015677]   DMA zone: 64 pages used for memmap
[    0.015677]   DMA zone: 156 pages reserved
[    0.015678]   DMA zone: 3996 pages, LIFO batch:0
[    0.015736]   DMA32 zone: 13911 pages used for memmap
[    0.015737]   DMA32 zone: 890272 pages, LIFO batch:63
[    0.028313]   Normal zone: 51096 pages used for memmap
[    0.028314]   Normal zone: 3270144 pages, LIFO batch:63
[    0.069705] Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
[    0.069831] ACPI: PM-Timer IO Port: 0x408
[    0.069833] ACPI: Local APIC address 0xfee00000
[    0.069842] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.069842] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.069854] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.069856] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.069857] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.069859] ACPI: IRQ0 used by override.
[    0.069860] ACPI: IRQ9 used by override.
[    0.069862] Using ACPI (MADT) for SMP configuration information
[    0.069863] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.069868] TSC deadline timer available
[    0.069869] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.069896] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.069898] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.069898] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.069899] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.069900] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.069901] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.069903] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.069905] PM: Registered nosave memory: [mem 0xda99f000-0xdae9efff]
[    0.069905] PM: Registered nosave memory: [mem 0xdae9f000-0xdaf9efff]
[    0.069906] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[    0.069908] PM: Registered nosave memory: [mem 0xdb000000-0xdf9fffff]
[    0.069908] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.069909] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.069909] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.069910] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.069911] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[    0.069911] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.069912] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[    0.069912] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.069913] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.069913] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.069914] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.069914] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.069915] PM: Registered nosave memory: [mem 0xfee01000-0xffd1ffff]
[    0.069916] PM: Registered nosave memory: [mem 0xffd20000-0xffffffff]
[    0.069917] [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.069918] Booting paravirtualized kernel on bare hardware
[    0.069921] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.069928] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.071724] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u262144
[    0.071733] pcpu-alloc: s208896 r8192 d28672 u262144 alloc=1*2097152
[    0.071734] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.071770] Built 1 zonelists, mobility grouping on.  Total pages: 4099185
[    0.071771] Policy zone: Normal
[    0.071772] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.0-144-generic root=UUID=0f12dcf1-6810-4f85-87bf-6a20683ccf8f ro resume=UUID=917ef897-cc33-4270-82b5-2a0f66116197 quiet splash
[    0.079466] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.083263] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.083375] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.113817] Calgary: detecting Calgary via BIOS EBDA area
[    0.113819] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.155451] Memory: 16174216K/16657648K available (14339K kernel code, 2394K rwdata, 9500K rodata, 2764K init, 4944K bss, 483432K reserved, 0K cma-reserved)
[    0.155747] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.155765] Kernel/User page tables isolation: enabled
[    0.155780] ftrace: allocating 44642 entries in 175 pages
[    0.173903] rcu: Hierarchical RCU implementation.
[    0.173905] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.173906] 	Tasks RCU enabled.
[    0.173907] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.173907] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.177334] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.177562] Console: colour dummy device 80x25
[    0.177566] printk: console [tty0] enabled
[    0.177589] ACPI: Core revision 20190816
[    0.177746] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.177760] APIC: Switch to symmetric I/O mode setup
[    0.177831] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.178257] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.197762] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23ead1b892c, max_idle_ns: 440795293577 ns
[    0.197765] Calibrating delay loop (skipped), value calculated using timer frequency.. 4983.52 BogoMIPS (lpj=9967040)
[    0.197767] pid_max: default: 32768 minimum: 301
[    0.197847] LSM: Security Framework initializing
[    0.197863] Yama: becoming mindful.
[    0.197918] AppArmor: AppArmor initialized
[    0.197998] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.198024] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.198052] *** VALIDATE tmpfs ***
[    0.198241] *** VALIDATE proc ***
[    0.198302] *** VALIDATE cgroup1 ***
[    0.198303] *** VALIDATE cgroup2 ***
[    0.198346] Disabled fast string operations
[    0.198365] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.198375] process: using mwait in idle threads
[    0.198377] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.198378] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.198381] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.198382] Spectre V2 : Mitigation: Retpolines
[    0.198383] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.198383] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.198384] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.198385] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.198386] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.198387] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.198391] MDS: Mitigation: Clear CPU buffers
[    0.198391] MMIO Stale Data: Unknown: No mitigations
[    0.198526] Freeing SMP alternatives memory: 40K
[    0.201278] smpboot: CPU0: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.201404] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.201410] ... version:                3
[    0.201411] ... bit width:              48
[    0.201411] ... generic registers:      4
[    0.201412] ... value mask:             0000ffffffffffff
[    0.201412] ... max period:             00007fffffffffff
[    0.201413] ... fixed-purpose events:   3
[    0.201413] ... event mask:             000000070000000f
[    0.201465] rcu: Hierarchical SRCU implementation.
[    0.201763] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.201763] smp: Bringing up secondary CPUs ...
[    0.201763] x86: Booting SMP configuration:
[    0.201763] .... node  #0, CPUs:      #1
[    0.004233] Disabled fast string operations
[    0.201888] 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.201953]  #2
[    0.004233] Disabled fast string operations
[    0.205922]  #3
[    0.004233] Disabled fast string operations
[    0.208212] smp: Brought up 1 node, 4 CPUs
[    0.208212] smpboot: Max logical packages: 2
[    0.208212] smpboot: Total of 4 processors activated (19934.08 BogoMIPS)
[    0.210281] devtmpfs: initialized
[    0.210281] x86/mm: Memory block size: 128MB
[    0.211809] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
[    0.211809] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.211809] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.211809] pinctrl core: initialized pinctrl subsystem
[    0.211809] PM: RTC time: 09:24:37, date: 2023-03-30
[    0.211809] NET: Registered protocol family 16
[    0.211809] audit: initializing netlink subsys (disabled)
[    0.211809] audit: type=2000 audit(1680168277.032:1): state=initialized audit_enabled=0 res=1
[    0.211809] EISA bus registered
[    0.211809] cpuidle: using governor ladder
[    0.211809] cpuidle: using governor menu
[    0.211809] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.211809] ACPI: bus type PCI registered
[    0.211809] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.211809] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.211809] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.211809] PCI: Using configuration type 1 for base access
[    0.211809] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.214472] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.215497] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.217832] ACPI: Added _OSI(Module Device)
[    0.217833] ACPI: Added _OSI(Processor Device)
[    0.217833] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.217834] ACPI: Added _OSI(Processor Aggregator Device)
[    0.217835] ACPI: Added _OSI(Linux-Dell-Video)
[    0.217836] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.217837] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.231766] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.232458] ACPI: EC: EC started
[    0.232459] ACPI: EC: interrupt blocked
[    0.233285] ACPI: \: Used as first EC
[    0.233287] ACPI: \: GPE=0x11, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.233288] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.233564] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.238925] ACPI: Dynamic OEM Table Load:
[    0.238933] ACPI: SSDT 0xFFFF8AA78BD5B000 0008C0 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.240005] ACPI: Dynamic OEM Table Load:
[    0.240011] ACPI: SSDT 0xFFFF8AA78BE9F800 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.240820] ACPI: Dynamic OEM Table Load:
[    0.240824] ACPI: SSDT 0xFFFF8AA78BEC4400 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.242342] ACPI: Interpreter enabled
[    0.242362] ACPI: (supports S0 S3 S4 S5)
[    0.242363] ACPI: Using IOAPIC for interrupt routing
[    0.242395] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.242719] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.247913] ACPI: Power Resource [PUBS] (on)
[    0.248085] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[    0.249235] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.252968] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.253106] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
[    0.253242] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.253378] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.253513] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
[    0.253617] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.253753] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
[    0.253889] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[    0.254007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.254012] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.254327] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[    0.254473] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.254475] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.254476] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.254477] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.254492] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.254690] PCI host bridge to bus 0000:00
[    0.254693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.254694] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.254695] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.254696] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
[    0.254697] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[    0.254698] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.254708] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.254801] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    0.254811] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.254816] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.254820] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.254941] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.254966] pci 0000:00:16.0: reg 0x10: [mem 0xf2525000-0xf252500f 64bit]
[    0.255041] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.255129] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.255149] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
[    0.255157] pci 0000:00:19.0: reg 0x14: [mem 0xf252b000-0xf252bfff]
[    0.255165] pci 0000:00:19.0: reg 0x18: [io  0x5080-0x509f]
[    0.255228] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.255327] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.255349] pci 0000:00:1a.0: reg 0x10: [mem 0xf252a000-0xf252a3ff]
[    0.255435] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.255534] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.255556] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
[    0.255637] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.255728] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.255822] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.255926] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.256025] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.256125] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.256224] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.256331] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.256490] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.256613] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.256636] pci 0000:00:1d.0: reg 0x10: [mem 0xf2529000-0xf25293ff]
[    0.256722] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.256817] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
[    0.257019] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.257038] pci 0000:00:1f.2: reg 0x10: [io  0x50a8-0x50af]
[    0.257046] pci 0000:00:1f.2: reg 0x14: [io  0x50bc-0x50bf]
[    0.257053] pci 0000:00:1f.2: reg 0x18: [io  0x50a0-0x50a7]
[    0.257061] pci 0000:00:1f.2: reg 0x1c: [io  0x50b8-0x50bb]
[    0.257068] pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
[    0.257076] pci 0000:00:1f.2: reg 0x24: [mem 0xf2528000-0xf25287ff]
[    0.257119] pci 0000:00:1f.2: PME# supported from D3hot
[    0.257207] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.257226] pci 0000:00:1f.3: reg 0x10: [mem 0xf2524000-0xf25240ff 64bit]
[    0.257246] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.257384] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.257469] pci 0000:03:00.0: [8086:0084] type 00 class 0x028000
[    0.257537] pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit]
[    0.257782] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.257930] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.257936] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.258016] acpiphp: Slot [1] registered
[    0.258022] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.258025] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.258029] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.258035] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.258179] pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001
[    0.258206] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[    0.258242] pci 0000:0d:00.0: reg 0x10: [mem 0xf1400000-0xf14000ff]
[    0.258497] pci 0000:0d:00.0: supports D1 D2
[    0.258498] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.258713] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[    0.258716] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.258721] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.258729] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.260349] ACPI: EC: interrupt unblocked
[    0.260349] ACPI: EC: event unblocked
[    0.260356] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.260358] ACPI: \_SB_.PCI0.LPC_.EC__: Boot DSDT EC used to handle transactions and events
[    0.260446] iommu: Default domain type: Translated 
[    0.260446] SCSI subsystem initialized
[    0.260446] libata version 3.00 loaded.
[    0.260446] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.260446] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.260446] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.260446] vgaarb: loaded
[    0.260446] ACPI: bus type USB registered
[    0.260446] usbcore: registered new interface driver usbfs
[    0.260446] usbcore: registered new interface driver hub
[    0.260446] usbcore: registered new device driver usb
[    0.260446] pps_core: LinuxPPS API ver. 1 registered
[    0.260446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.260446] PTP clock support registered
[    0.260446] EDAC MC: Ver: 3.0.0
[    0.260446] PCI: Using ACPI for IRQ routing
[    0.262763] PCI: pci_cache_line_size set to 64 bytes
[    0.262894] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.262895] e820: reserve RAM buffer [mem 0xda99f000-0xdbffffff]
[    0.262896] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.262897] e820: reserve RAM buffer [mem 0x41e600000-0x41fffffff]
[    0.263014] NetLabel: Initializing
[    0.263015] NetLabel:  domain hash size = 128
[    0.263015] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.263029] NetLabel:  unlabeled traffic allowed by default
[    0.263310] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.263314] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.265809] clocksource: Switched to clocksource tsc-early
[    0.281419] *** VALIDATE bpf ***
[    0.281487] VFS: Disk quotas dquot_6.6.0
[    0.281508] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.281539] *** VALIDATE ramfs ***
[    0.281546] *** VALIDATE hugetlbfs ***
[    0.281653] AppArmor: AppArmor Filesystem Enabled
[    0.281682] pnp: PnP ACPI init
[    0.282383] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.282385] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.282386] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.282387] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.282389] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.282390] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.282391] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    0.282392] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    0.282393] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    0.282394] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.282395] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.282397] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.282398] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.282399] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.282400] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.282402] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.282403] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.282409] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.282548] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.282549] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.282550] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.282552] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.282553] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.282555] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.282556] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    0.282557] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.282558] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.282560] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.282561] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.282566] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.282570] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.282635] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.282656] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.282681] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[    0.282741] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.283295] pnp: PnP ACPI: found 6 devices
[    0.284781] thermal_sys: Registered thermal governor 'fair_share'
[    0.284781] thermal_sys: Registered thermal governor 'bang_bang'
[    0.284782] thermal_sys: Registered thermal governor 'step_wise'
[    0.284783] thermal_sys: Registered thermal governor 'user_space'
[    0.284783] thermal_sys: Registered thermal governor 'power_allocator'
[    0.289280] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.289317] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.289330] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.289335] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.289343] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.289346] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.289351] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.289354] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.289360] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[    0.289363] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.289369] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.289373] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.289382] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.289383] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.289384] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.289385] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
[    0.289386] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[    0.289388] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[    0.289389] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.289390] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
[    0.289391] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.289392] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.289393] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
[    0.289394] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.289513] NET: Registered protocol family 2
[    0.289745] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.292167] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.292326] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.292613] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.292718] TCP: Hash tables configured (established 131072 bind 65536)
[    0.292793] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.292860] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.292955] NET: Registered protocol family 1
[    0.292960] NET: Registered protocol family 44
[    0.292973] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.293365] PCI: CLS 64 bytes, default 64
[    0.293415] Trying to unpack rootfs image as initramfs...
[    0.550991] Freeing initrd memory: 91060K
[    0.551053] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.551055] software IO TLB: mapped [mem 0xd699f000-0xda99f000] (64MB)
[    0.551265] check: Scanning for low memory corruption every 60 seconds
[    0.551767] Initialise system trusted keyrings
[    0.551780] Key type blacklist registered
[    0.551822] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.553421] zbud: loaded
[    0.553893] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.554087] fuse: init (API version 7.31)
[    0.554110] *** VALIDATE fuse ***
[    0.554112] *** VALIDATE fuse ***
[    0.554247] Platform Keyring initialized
[    0.558509] Key type asymmetric registered
[    0.558510] Asymmetric key parser 'x509' registered
[    0.558522] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.558556] io scheduler mq-deadline registered
[    0.559200] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.559258] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.559259] vesafb: scrolling: redraw
[    0.559260] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.559277] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 3072k, total 3072k
[    0.559317] fbcon: Deferring console take-over
[    0.559318] fb0: VESA VGA frame buffer device
[    0.559331] intel_idle: MWAIT substates: 0x21120
[    0.559332] intel_idle: v0.4.1 model 0x2A
[    0.559568] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.560022] ACPI: AC Adapter [AC] (on-line)
[    0.560080] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.560115] ACPI: Lid Switch [LID]
[    0.560149] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.560179] ACPI: Sleep Button [SLPB]
[    0.560218] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.560245] ACPI: Power Button [PWRF]
[    0.562404] thermal LNXTHERM:00: registered as thermal_zone0
[    0.562405] ACPI: Thermal Zone [THM0] (48 C)
[    0.562623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.564660] Linux agpgart interface v0.103
[    0.573820] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[    0.577375] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.609908] tpm tpm0: TPM is disabled/deactivated (0x6)
[    0.765941] loop: module loaded
[    0.766299] tun: Universal TUN/TAP device driver, 1.6
[    0.766401] PPP generic driver version 2.4.2
[    0.766620] VFIO - User Level meta-driver version: 0.3
[    0.766765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.766770] ehci-pci: EHCI PCI platform driver
[    0.766904] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.766915] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.766927] ehci-pci 0000:00:1a.0: debug port 2
[    0.770821] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.770839] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf252a000
[    0.785880] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.785999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.786001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.786002] usb usb1: Product: EHCI Host Controller
[    0.786003] usb usb1: Manufacturer: Linux 5.4.0-144-generic ehci_hcd
[    0.786004] usb usb1: SerialNumber: 0000:00:1a.0
[    0.786225] hub 1-0:1.0: USB hub found
[    0.786233] hub 1-0:1.0: 3 ports detected
[    0.786526] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.786531] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.786543] ehci-pci 0000:00:1d.0: debug port 2
[    0.790445] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.790458] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2529000
[    0.805878] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.805996] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.805998] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.805999] usb usb2: Product: EHCI Host Controller
[    0.806000] usb usb2: Manufacturer: Linux 5.4.0-144-generic ehci_hcd
[    0.806001] usb usb2: SerialNumber: 0000:00:1d.0
[    0.806223] hub 2-0:1.0: USB hub found
[    0.806231] hub 2-0:1.0: 3 ports detected
[    0.806421] ehci-platform: EHCI generic platform driver
[    0.806440] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.806444] ohci-pci: OHCI PCI platform driver
[    0.806454] ohci-platform: OHCI generic platform driver
[    0.806466] uhci_hcd: USB Universal Host Controller Interface driver
[    0.806524] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.809541] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.809545] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.809690] mousedev: PS/2 mouse device common for all mice
[    0.809887] rtc_cmos 00:02: RTC can wake from S4
[    0.810078] rtc_cmos 00:02: registered as rtc0
[    0.810092] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.810101] i2c /dev entries driver
[    0.810150] device-mapper: uevent: version 1.0.3
[    0.810215] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@xxxxxxxxxx
[    0.810232] platform eisa.0: Probing EISA bus 0
[    0.810234] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.810236] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.810237] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.810238] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.810239] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.810240] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.810241] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.810241] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.810242] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.810243] platform eisa.0: EISA: Detected 0 cards
[    0.810248] intel_pstate: Intel P-state driver initializing
[    0.810430] ledtrig-cpu: registered to indicate activity on CPUs
[    0.810481] drop_monitor: Initializing network drop monitor service
[    0.810679] NET: Registered protocol family 10
[    0.813160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.817938] Segment Routing with IPv6
[    0.817966] NET: Registered protocol family 17
[    0.818046] Key type dns_resolver registered
[    0.818938] RAS: Correctable Errors collector initialized.
[    0.818973] microcode: sig=0x206a7, pf=0x10, revision=0x2f
[    0.819075] microcode: Microcode Update Driver: v2.2.
[    0.819079] IPI shorthand broadcast: enabled
[    0.819087] sched_clock: Marking stable (818838232, 233137)->(827581601, -8510232)
[    0.819163] registered taskstats version 1
[    0.819171] Loading compiled-in X.509 certificates
[    0.820044] Loaded X.509 cert 'Build time autogenerated kernel key: 4e8de6fe9ed74cc6c47d7025e18b239cc625d03c'
[    0.820827] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.821602] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.821603] blacklist: Loading compiled-in revocation X.509 certificates
[    0.821623] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.821640] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.821665] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.821682] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.821703] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.821720] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.821738] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.821755] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.821806] zswap: loaded using pool lzo/zbud
[    0.821871] Key type ._fscrypt registered
[    0.821872] Key type .fscrypt registered
[    0.828448] Key type big_key registered
[    0.828454] Key type trusted registered
[    0.831636] Key type encrypted registered
[    0.831641] AppArmor: AppArmor sha1 policy hashing enabled
[    0.831671] ima: Allocated hash algorithm: sha1
[    0.837858] ima: Error Communicating to TPM chip
[    0.837883] fbcon: Taking over console
[    0.838001] Console: switching to colour frame buffer device 128x48
[    0.845801] ima: Error Communicating to TPM chip
[    0.849799] ima: Error Communicating to TPM chip
[    0.853803] ima: Error Communicating to TPM chip
[    0.857801] ima: Error Communicating to TPM chip
[    0.861803] ima: Error Communicating to TPM chip
[    0.865802] ima: Error Communicating to TPM chip
[    0.869802] ima: Error Communicating to TPM chip
[    0.881846] ima: No architecture policies found
[    0.881863] evm: Initialising EVM extended attributes:
[    0.881864] evm: security.selinux
[    0.881864] evm: security.SMACK64
[    0.881865] evm: security.SMACK64EXEC
[    0.881865] evm: security.SMACK64TRANSMUTE
[    0.881865] evm: security.SMACK64MMAP
[    0.881866] evm: security.apparmor
[    0.881866] evm: security.ima
[    0.881866] evm: security.capability
[    0.881867] evm: HMAC attrs: 0x1
[    0.882329] PM:   Magic number: 15:563:425
[    0.882431] rtc_cmos 00:02: setting system clock to 2023-03-30T09:24:37 UTC (1680168277)
[    0.886997] Freeing unused decrypted memory: 2040K
[    0.887493] Freeing unused kernel image memory: 2764K
[    0.909897] Write protecting the kernel read-only data: 26624k
[    0.910473] Freeing unused kernel image memory: 2036K
[    0.910646] Freeing unused kernel image memory: 740K
[    0.920823] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.920824] x86/mm: Checking user space page tables
[    0.930717] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.930719] Run /init as init process
[    1.025142] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.030959] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.030961] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.031180] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.036075] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20190816/utaddress-204)
[    1.036083] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.036087] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190816/utaddress-204)
[    1.036092] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.036093] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190816/utaddress-204)
[    1.036098] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.036099] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190816/utaddress-204)
[    1.036103] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.036104] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.036449] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.049779] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.061781] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.071689] ahci 0000:00:1f.2: version 3.0
[    1.071884] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.072384] sdhci: Secure Digital Host Controller Interface driver
[    1.072385] sdhci: Copyright(c) Pierre Ossman
[    1.073483] cryptd: max_cpu_qlen set to 1000
[    1.077110] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
[    1.077369] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    1.082531] AVX version of gcm_enc/dec engaged.
[    1.082532] AES CTR mode by8 optimization enabled
[    1.085041] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[    1.085808] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[    1.085812] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    1.105061] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    1.105062] fb0: switching to inteldrmfb from VESA VGA
[    1.105133] Console: switching to colour dummy device 80x25
[    1.105173] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.117774] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.117775] [drm] Driver supports precise vblank timestamp query.
[    1.118287] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.122529] scsi host0: ahci
[    1.122694] scsi host1: ahci
[    1.122851] scsi host2: ahci
[    1.122972] scsi host3: ahci
[    1.123099] scsi host4: ahci
[    1.126387] scsi host5: ahci
[    1.126465] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 25
[    1.126468] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 25
[    1.126469] ata3: DUMMY
[    1.126472] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 25
[    1.126475] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 25
[    1.126476] ata6: DUMMY
[    1.137263] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    1.207915] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.207917] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.208482] hub 1-1:1.0: USB hub found
[    1.209034] hub 1-1:1.0: 6 ports detected
[    1.229182] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.229184] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.229483] hub 2-1:1.0: USB hub found
[    1.229546] hub 2-1:1.0: 8 ports detected
[    1.230551] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:bb:1c:25
[    1.230553] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.230602] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    1.240386] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[    1.241072] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.242538] acpi device:00: registered as cooling_device4
[    1.242665] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    1.444405] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447762] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.447764] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.447765] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.447932] ata1.00: ATA-10: Seagate BarraCuda 120 SSD ZA2000CM10003, STZSE014, max UDMA/133
[    1.447934] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.448345] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.448347] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.448348] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.448624] ata1.00: configured for UDMA/133
[    1.458893] scsi 0:0:0:0: Direct-Access     ATA      Seagate BarraCud E014 PQ: 0 ANSI: 5
[    1.459165] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.459200] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.459212] sd 0:0:0:0: [sda] Write Protect is off
[    1.459215] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.459244] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.461676] fbcon: i915drmfb (fb0) is primary device
[    1.477095]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[    1.494587] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.497807] usb 1-1.6: new high-speed USB device number 3 using ehci-pci
[    1.553887] tsc: Refined TSC clocksource calibration: 2491.905 MHz
[    1.553909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23eb5abbd7b, max_idle_ns: 440795277677 ns
[    1.553971] clocksource: Switched to clocksource tsc
[    1.612664] usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b221, bcdDevice= 7.52
[    1.612669] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.612673] usb 1-1.6: Product: Integrated Camera
[    1.612676] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[    1.773111] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.776071] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    1.776888] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    1.776895] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.778787] ata2.00: ATAPI: MATSHITADVD-RAM UJ8A0A, SB02, max UDMA/100
[    1.782613] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    1.783406] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    1.783412] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.785272] ata2.00: configured for UDMA/100
[    1.799896] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8A0A   SB02 PQ: 0 ANSI: 5
[    1.856721] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.856723] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.893984] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.894088] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.894846] psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820]
[    1.977096] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 578367
[    1.977101] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.029575] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.213601] ata4: SATA link down (SStatus 0 SControl 300)
[    2.381118] Console: switching to colour frame buffer device 170x48
[    2.399669] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    2.529299] ata5: SATA link down (SStatus 0 SControl 300)
[    2.532793] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    2.776284] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    3.040192] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input7
[    3.406848] random: plymouthd: uninitialized urandom read (8 bytes read)
[    3.406992] random: plymouthd: uninitialized urandom read (8 bytes read)
[    3.507085] random: lvm: uninitialized urandom read (4 bytes read)
[    3.565771] raid6: sse2x4   gen() 12623 MB/s
[    3.613768] raid6: sse2x4   xor()  8491 MB/s
[    3.661772] raid6: sse2x2   gen() 10568 MB/s
[    3.709770] raid6: sse2x2   xor()  7152 MB/s
[    3.757770] raid6: sse2x1   gen()  9096 MB/s
[    3.805771] raid6: sse2x1   xor()  6336 MB/s
[    3.805771] raid6: using algorithm sse2x4 gen() 12623 MB/s
[    3.805772] raid6: .... xor() 8491 MB/s, rmw enabled
[    3.805773] raid6: using ssse3x2 recovery algorithm
[    3.808977] xor: automatically using best checksumming function   avx       
[    3.829487] Btrfs loaded, crc32c=crc32c-intel
[    3.997849] PM: Marking nosave pages: [mem 0x00000000-0x00000fff]
[    3.997851] PM: Marking nosave pages: [mem 0x0009d000-0x000fffff]
[    3.997853] PM: Marking nosave pages: [mem 0x20000000-0x201fffff]
[    3.997860] PM: Marking nosave pages: [mem 0x40000000-0x401fffff]
[    3.997867] PM: Marking nosave pages: [mem 0xda99f000-0xdaffefff]
[    3.997887] PM: Marking nosave pages: [mem 0xdb000000-0xffffffff]
[    3.998383] PM: Basic memory bitmaps created
[    3.999093] PM: Basic memory bitmaps freed
[    3.999857] video LNXVIDEO:00: Restoring backlight state
[    4.030617] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.827512] systemd[1]: Inserted module 'autofs4'
[    4.849702] systemd[1]: systemd 245.4-4ubuntu3.20 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    4.870040] systemd[1]: Detected architecture x86-64.
[    4.886509] systemd[1]: Set hostname to <hpre>.
[    6.048340] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    6.279717] random: systemd: uninitialized urandom read (16 bytes read)
[    6.280673] systemd[1]: Created slice system-modprobe.slice.
[    6.280726] random: systemd: uninitialized urandom read (16 bytes read)
[    6.281046] systemd[1]: Created slice system-postfix.slice.
[    6.281347] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    6.281690] systemd[1]: Created slice User and Session Slice.
[    6.281745] systemd[1]: Started ntp-systemd-netif.path.
[    6.281830] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.282042] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.282103] systemd[1]: Reached target User and Group Name Lookups.
[    6.282127] systemd[1]: Reached target Slices.
[    6.282213] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.282320] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.286037] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.286218] systemd[1]: Listening on Syslog Socket.
[    6.287590] systemd[1]: Listening on Process Core Dump Socket.
[    6.287698] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.287766] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.287957] systemd[1]: Listening on Journal Audit Socket.
[    6.288050] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.288171] systemd[1]: Listening on Journal Socket.
[    6.288284] systemd[1]: Listening on udev Control Socket.
[    6.288369] systemd[1]: Listening on udev Kernel Socket.
[    6.289394] systemd[1]: Mounting Huge Pages File System...
[    6.290667] systemd[1]: Mounting POSIX Message Queue File System...
[    6.292262] systemd[1]: Mounting NFSD configuration filesystem...
[    6.293710] systemd[1]: Mounting RPC Pipe File System...
[    6.295796] systemd[1]: Mounting Kernel Debug File System...
[    6.297508] systemd[1]: Mounting Kernel Trace File System...
[    6.299896] systemd[1]: Starting Journal Service...
[    6.300093] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    6.301708] systemd[1]: Starting Availability of block devices...
[    6.304071] systemd[1]: Starting Set the console keyboard layout...
[    6.326973] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    6.328177] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.329903] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    6.329967] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    6.331579] systemd[1]: Starting Load Kernel Module efi_pstore...
[    6.333260] systemd[1]: Starting Load Kernel Module pstore_blk...
[    6.334907] systemd[1]: Starting Load Kernel Module pstore_zone...
[    6.336564] systemd[1]: Starting Load Kernel Module ramoops...
[    6.356487] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    6.356550] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.360216] systemd[1]: Starting Load Kernel Modules...
[    6.362194] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.363810] systemd[1]: Starting udev Coldplug all Devices...
[    6.365391] systemd[1]: Starting Uncomplicated firewall...
[    6.367902] systemd[1]: Started Read required files in advance.
[    6.370918] systemd[1]: Mounted Huge Pages File System.
[    6.373055] systemd[1]: Mounted POSIX Message Queue File System.
[    6.373341] systemd[1]: Mounted Kernel Debug File System.
[    6.373544] systemd[1]: Mounted Kernel Trace File System.
[    6.375640] systemd[1]: Finished Availability of block devices.
[    6.377725] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    6.378759] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    6.379107] systemd[1]: Finished Load Kernel Module pstore_blk.
[    6.379418] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    6.379842] systemd[1]: Finished Load Kernel Module pstore_zone.
[    6.380257] RPC: Registered named UNIX socket transport module.
[    6.380258] RPC: Registered udp transport module.
[    6.380259] RPC: Registered tcp transport module.
[    6.380260] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.387002] systemd[1]: Mounted RPC Pipe File System.
[    6.388647] systemd[1]: Starting pNFS block layout mapping daemon...
[    6.392036] systemd[1]: Finished Uncomplicated firewall.
[    6.393286] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[    6.393610] systemd[1]: Finished Load Kernel Module efi_pstore.
[    6.430591] systemd[1]: Started Journal Service.
[    6.438899] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[    6.465307] lp: driver loaded but no devices found
[    6.467771] systemd-journald[366]: Received client request to flush runtime journal.
[    6.500538] ppdev: user-space parallel port driver
[    6.513210] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[    7.086603] random: systemd: uninitialized urandom read (16 bytes read)
[    7.099670] random: systemd: uninitialized urandom read (16 bytes read)
[    7.248039] random: systemd: uninitialized urandom read (16 bytes read)
[    7.410927] Non-volatile memory driver v1.3
[    7.417096] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    7.417097] thinkpad_acpi: http://ibm-acpi.sf.net/
[    7.417098] thinkpad_acpi: ThinkPad BIOS 83ET67WW (1.37 ), EC unknown
[    7.417099] thinkpad_acpi: Lenovo ThinkPad T420, model 4177RVU
[    7.421234] thinkpad_acpi: radio switch found; radios are enabled
[    7.421256] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    7.421257] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    7.431850] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[    7.432542] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    7.443234] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[    7.443240] battery: new extension: ThinkPad Battery Extension
[    7.443302] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[    7.451616] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.454473] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.475649] Intel(R) Wireless WiFi driver for Linux
[    7.475651] Copyright(c) 2003- 2015 Intel Corporation
[    7.475825] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.484456] iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[    7.525237] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    7.525240] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    7.525241] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    7.525243] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[    7.563979] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    7.583633] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    7.583635] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    7.583636] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.583637] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    7.723408] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.743741] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[    7.744230] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[    7.744233] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.744235] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[    7.744236] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    7.744237] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    7.744239] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x23
[    7.744241] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1b
[    7.744243] snd_hda_codec_conexant hdaudioC0D0:      Dock Mic=0x1a
[    7.763143] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    7.763222] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    7.763296] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    7.763360] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    7.763427] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    7.763496] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    7.763565] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    7.902318] mc: Linux media interface: v0.10
[    7.905804] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[    7.920467] videodev: Linux video capture interface: v2.00
[    7.925783] random: crng init done
[    7.925786] random: 178 urandom warning(s) missed due to ratelimiting
[    7.981087] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b221)
[    7.991050] intel_rapl_common: Found RAPL domain package
[    7.991051] intel_rapl_common: Found RAPL domain core
[    7.991053] intel_rapl_common: Found RAPL domain uncore
[    7.991058] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    7.995879] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    8.038389] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input16
[    8.038482] usbcore: registered new interface driver uvcvideo
[    8.038483] USB Video Class driver (1.1.1)
[    8.201791] Adding 39062516k swap on /dev/sda8.  Priority:-2 extents:1 across:39062516k SSFS
[    8.213846] EXT4-fs (sda5): mounting ext2 file system using the ext4 subsystem
[    8.217574] EXT4-fs (sda5): mounted filesystem without journal. Opts: (null)
[    8.260397] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    8.401785] usb 1-1.4: device not accepting address 4, error -32
[    8.419970] audit: type=1400 audit(1680168285.031:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=716 comm="apparmor_parser"
[    8.420934] audit: type=1400 audit(1680168285.031:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=717 comm="apparmor_parser"
[    8.420939] audit: type=1400 audit(1680168285.031:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=717 comm="apparmor_parser"
[    8.425214] audit: type=1400 audit(1680168285.035:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=718 comm="apparmor_parser"
[    8.426286] audit: type=1400 audit(1680168285.039:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=720 comm="apparmor_parser"
[    8.428648] audit: type=1400 audit(1680168285.039:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=721 comm="apparmor_parser"
[    8.432781] audit: type=1400 audit(1680168285.043:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=724 comm="apparmor_parser"
[    8.442284] audit: type=1400 audit(1680168285.055:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="url-dispatcher-bad-url-helper" pid=728 comm="apparmor_parser"
[    8.445406] audit: type=1400 audit(1680168285.055:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=726 comm="apparmor_parser"
[    8.445411] audit: type=1400 audit(1680168285.055:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=726 comm="apparmor_parser"
[   10.375239] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   10.443669] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   11.170134] wlp3s0: authenticate with 00:1c:f0:fc:e5:02
[   11.175065] wlp3s0: send auth to 00:1c:f0:fc:e5:02 (try 1/3)
[   11.177622] wlp3s0: authenticated
[   11.182995] wlp3s0: associate with 00:1c:f0:fc:e5:02 (try 1/3)
[   11.191660] wlp3s0: RX AssocResp from 00:1c:f0:fc:e5:02 (capab=0x431 status=0 aid=1)
[   11.207399] wlp3s0: associated
[   11.654558] NFSD: Using UMH upcall client tracking operations.
[   11.654561] NFSD: starting 90-second grace period (net f0000098)
[   13.017781] usb 1-1.1: new full-speed USB device number 6 using ehci-pci
[   13.127537] usb 1-1.1: New USB device found, idVendor=0d8c, idProduct=0012, bcdDevice= 1.00
[   13.127540] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   13.127542] usb 1-1.1: Product: USB Audio Device
[   13.127543] usb 1-1.1: Manufacturer: C-Media Electronics Inc.
[   13.204174] hidraw: raw HID events driver (C) Jiri Kosina
[   13.290860] usbcore: registered new interface driver snd-usb-audio
[   13.291610] usbcore: registered new interface driver usbhid
[   13.291611] usbhid: USB HID core driver
[   13.306759] input: C-Media Electronics Inc. USB Audio Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.3/0003:0D8C:0012.0001/input/input17
[   13.366017] hid-generic 0003:0D8C:0012.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc. USB Audio Device] on usb-0000:00:1a.0-1.1/input3
[   14.233809] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   16.503599] vboxdrv: loading out-of-tree module taints kernel.
[   16.506412] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[   16.530565] vboxdrv: Found 4 processor cores
[   16.565829] vboxdrv: TSC mode is Invariant, tentative frequency 2491829682 Hz
[   16.565831] vboxdrv: Successfully loaded version 6.1.38_Ubuntu r153438 (interface 0x00320000)
[   16.591523] VBoxNetFlt: Successfully started.
[   16.613862] VBoxNetAdp: Successfully started.
[   19.078402] rfkill: input handler disabled
[   26.994463] rfkill: input handler enabled
[  126.306073] usb 1-1.1: USB disconnect, device number 6
[  135.663538] usb 1-1.1: new high-speed USB device number 7 using ehci-pci
[  135.863035] usb 1-1.1: New USB device found, idVendor=152d, idProduct=2561, bcdDevice=91.22
[  135.863042] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[  135.863046] usb 1-1.1: Product: USB to SATA bridge
[  135.863050] usb 1-1.1: Manufacturer: OImaster
[  135.863052] usb 1-1.1: SerialNumber: 2018010860C8
[  135.926095] usbcore: registered new interface driver usb-storage
[  135.930320] scsi host6: uas
[  135.930476] usbcore: registered new interface driver uas
[  135.931799] scsi 6:0:0:0: Direct-Access     JMicron                   9122 PQ: 0 ANSI: 6
[  135.934796] scsi 6:0:0:1: Direct-Access     JMicron                   9122 PQ: 0 ANSI: 6
[  135.936475] sd 6:0:0:0: Attached scsi generic sg2 type 0
[  135.936723] sd 6:0:0:1: Attached scsi generic sg3 type 0
[  135.940159] sd 6:0:0:0: [sdb] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
[  135.940529] sd 6:0:0:1: [sdc] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
[  135.940903] sd 6:0:0:0: [sdb] Write Protect is off
[  135.940905] sd 6:0:0:0: [sdb] Mode Sense: 67 00 10 08
[  135.941277] sd 6:0:0:1: [sdc] Write Protect is off
[  135.941278] sd 6:0:0:1: [sdc] Mode Sense: 67 00 10 08
[  135.942411] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  135.942792] sd 6:0:0:1: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  135.943534] sd 6:0:0:0: [sdb] Optimal transfer size 33553920 bytes
[  135.943914] sd 6:0:0:1: [sdc] Optimal transfer size 33553920 bytes
[  136.027963]  sdc: sdc1 sdc2 sdc3
[  136.068062]  sdb: sdb1 sdb2
[  136.070937] sd 6:0:0:1: [sdc] Attached SCSI disk
[  136.119318] sd 6:0:0:0: [sdb] Attached SCSI disk
[  137.578882] EXT4-fs (sdc1): recovery complete
[  137.578889] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[  137.578904] ext4 filesystem being mounted at /media/samuel/6fa70c4d-bad7-4cf4-b96a-3b9757bb829f supports timestamps until 2038 (0x7fffffff)
[  137.652425] EXT4-fs (sdc2): warning: mounting unchecked fs, running e2fsck is recommended
[  137.656067] EXT4-fs (sdc2): recovery complete
[  137.656082] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04f2:b221 Chicony Electronics Co., Ltd integrated camera
Bus 001 Device 007: ID 152d:2561 JMicron Technology Corp. / JMicron USA Technology Corp. CEB-2235S-U3 external RAID box
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
can't get debug descriptor: Resource temporarily unavailable

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.04
  iManufacturer           3 Linux 5.4.0-144-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0507 highspeed power suspend enable connect
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 001 Device 003: ID 04f2:b221 Chicony Electronics Co., Ltd integrated camera
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x04f2 Chicony Electronics Co., Ltd
  idProduct          0xb221 integrated camera
  bcdDevice            7.52
  iManufacturer           1 Chicony Electronics Co., Ltd.
  iProduct                2 Integrated Camera
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0320
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              200mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               4 Integrated Camera
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              4 Integrated Camera
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x004e
        dwClockFrequency       30.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          4
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x00040a0e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
          Zoom (Absolute)
          PanTilt (Absolute)
          Privacy
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000157f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x1b
          None
          NTSC - 525/60
          SECAM - 625/50
          NTSC - 625/50
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 3
        guidExtensionCode         {74183e0a-5482-481a-b402-48b8b8c49cc8}
        bNumControl            11
        bNrPins                 1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0xff
        bmControls( 1)       0x07
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             4
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               3
        iTerminal               0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               8
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                   0x0233
        bEndPointAddress                  130
        bmInfo                              1
        bTerminalLink                       4
        bStillCaptureMethod                 1
        bTriggerSupport                     0
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                8
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x02
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x01
          Still image supported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                 73728000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x01
          Still image supported
        wWidth                            640
        wHeight                           360
        dwMinBitRate                 55296000
        dwMaxBitRate                110592000
        dwMaxVideoFrameBufferSize      460800
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x01
          Still image supported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 24330240
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x01
          Still image supported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 18432000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x01
          Still image supported
        wWidth                            800
        wHeight                           448
        dwMinBitRate                 86016000
        dwMaxBitRate                 86016000
        dwMaxVideoFrameBufferSize      716800
        dwDefaultFrameInterval         666666
        bFrameIntervalType                  1
        dwFrameInterval( 0)            666666
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x01
          Still image supported
        wWidth                            960
        wHeight                           544
        dwMinBitRate                 83558400
        dwMaxBitRate                 83558400
        dwMaxVideoFrameBufferSize     1044480
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         7
        bmCapabilities                   0x01
          Still image supported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         8
        bmCapabilities                   0x01
          Still image supported
        wWidth                            424
        wHeight                           240
        dwMinBitRate                 24422400
        dwMaxBitRate                 48844800
        dwMaxVideoFrameBufferSize      203520
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        2
        bNumFrameDescriptors                7
        bFlags                              0
          Fixed-size samples: No
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x02
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x01
          Still image supported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                110592000
        dwMaxBitRate                221184000
        dwMaxVideoFrameBufferSize      921600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x01
          Still image supported
        wWidth                            640
        wHeight                           360
        dwMinBitRate                 82944000
        dwMaxBitRate                165888000
        dwMaxVideoFrameBufferSize      691200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x01
          Still image supported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 36495360
        dwMaxBitRate                 72990720
        dwMaxVideoFrameBufferSize      304128
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x01
          Still image supported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 27648000
        dwMaxBitRate                 55296000
        dwMaxVideoFrameBufferSize      230400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x01
          Still image supported
        wWidth                            800
        wHeight                           448
        dwMinBitRate                129024000
        dwMaxBitRate                258048000
        dwMaxVideoFrameBufferSize     1075200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x01
          Still image supported
        wWidth                            960
        wHeight                           544
        dwMinBitRate                188006400
        dwMaxBitRate                376012800
        dwMaxVideoFrameBufferSize     1566720
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         7
        bmCapabilities                   0x01
          Still image supported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                331776000
        dwMaxBitRate                663552000
        dwMaxVideoFrameBufferSize     2764800
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  2
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x03c0  1x 960 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b5c  2x 860 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x135c  3x 860 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x13c0  3x 960 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x13fc  3x 1020 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLengtcan't get debug descriptor: Resource temporarily unavailable
h                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 007: ID 152d:2561 JMicron Technology Corp. / JMicron USA Technology Corp. CEB-2235S-U3 external RAID box
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x152d JMicron Technology Corp. / JMicron USA Technology Corp.
  idProduct          0x2561 CEB-2235S-U3 external RAID box
  bcdDevice           91.22
  iManufacturer           1 OImaster
  iProduct                2 USB to SATA bridge
  iSerial                 5 2018010860C8
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0055
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 USB Mass Storage
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              6 MSC Bulk-Only Transfer
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           4
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     98 
      iInterface             10 MSC BOT/UAS Transfer
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
        Command pipe (0x01)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
        Status pipe (0x02)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
        Data-in pipe (0x03)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAtcan't get debug descriptor: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
tributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
        Data-out pipe (0x04)
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x0016
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000f0e
      BESL Link Power Management (LPM) Supported
    BESL value     3840 us 
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   1
      Lowest fully-functional device speed is Full Speed (12Mbps)
    bU1DevExitLat          10 micro seconds
    bU2DevExitLat          32 micro seconds
Device Status:     0x0001
  Self Powered

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice       can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
     5.04
  iManufacturer           3 Linux 5.4.0-144-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1a.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0001
  Self Powered
Disk /dev/sda: 1.84 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Seagate BarraCud
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000c4943

Device     Boot      Start        End    Sectors  Size Id Type
/dev/sda1             2048     718847     716800  350M  7 HPFS/NTFS/exFAT
/dev/sda2           718848  123633663  122914816 58.6G  7 HPFS/NTFS/exFAT
/dev/sda3        123633664  154071039   30437376 14.5G  7 HPFS/NTFS/exFAT
/dev/sda4        154072785 3907000094 3752927310  1.8T  f W95 Ext'd (LBA)
/dev/sda5        154138320  157611674    3473355  1.7G 83 Linux
/dev/sda6        157677210  265613354  107936145 51.5G 83 Linux
/dev/sda7        265678890 3828095954 3562417065  1.7T 83 Linux
/dev/sda8       3828161490 3907000094   78838605 37.6G 82 Linux swap / Solaris




Disk /dev/sdc: 74.52 GiB, 80000000000 bytes, 156250000 sectors
Disk model:                 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos
Disk identifier: 0xb66b1d61

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sdc1  *         2048    616447    614400  300M 83 Linux
/dev/sdc2          616448 154677247 154060800 73.5G 83 Linux
/dev/sdc3       154677248 156248063   1570816  767M 82 Linux swap / Solaris


Disk /dev/sdb: 74.52 GiB, 80000000000 bytes, 156250000 sectors
Disk model:                 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: E6985DC2-141C-4722-ADF1-88B4DADE5AD6

Device       Start       End   Sectors  Size Type
/dev/sdb1    65535   1048559    983025  480M EFI System
/dev/sdb2  1048560 156235439 155186880   74G Linux LVM

Partition 1 does not start on physical sector boundary.


Disk /dev/mapper/vgmint-root: 72.102 GiB, 78374764544 bytes, 153075712 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Alignment offset: 512 bytes


Disk /dev/mapper/vgmint-swap_1: 976 MiB, 1023410176 bytes, 1998848 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Alignment offset: 512 bytes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux