Hello, This issue was initially reported at
https://www.linuxquestions.org/questions/linux-hardware-18/intermittent-black-screen-on-lvds-display-with-gma500_gfx-driver-on-atom-n2600-4175732670/. mrmazda suggested to report this on
intel-gfx@xxxxxxxxxxxxxxxxxxxxx. I also created a gitlab issue at
https://gitlab.freedesktop.org/drm/misc/-/issues/35, but based on the comment ‘Hi. No one reads this issue tracker.’ here
https://gitlab.freedesktop.org/drm/misc/-/issues/33 I decided to post to this list instead. Problem description follows: Our device containing the Atom N2600 processor sometimes boots to a black display just before displaying an xfce desktop. When this problem occurs, I see the BIOS screen and startup text for grub and initramfs, but the screen goes black
at some point before displaying the desktop and remains black. The backlight seems to work. This occurs about once out of every 5 reboots of my device. I am running Ubuntu 22 with an xfce desktop, but this same problem occurs on Ubuntu 20 with an LXQt desktop. Our display is connected via an LVDS interface. I've used an oscillisciope to probe the LVDS A clock and the 3 data pair signals (A0-A2) when this problem occurs, and it appears that the processor is setting every pixel to black on the
display. I suspect this is the casebecause if I force the display to solid black (via the command 'dd if=/dev/zero of=/dev/fb0' after pressing Ctrl+Alt+F1 to get into a virtual console) when the device starts normally I see the same activity on the LVDS clock
and data lines. When the display is showing black the LVDS clock is running at 25MHz, the A0 data line is very busy, and the A1 and A2 data lines are idle. When this problem occurs everything else works fine - I can connect to the device via SSH and VNC. VNC
shows the XFCE desktop I normally see. I believe this is an issue with the gma500_gfx driver because if I blacklist the gma500_gfx driver, only the i915 driver is used (with a non-optimal 800x600 resolution) and no matter how many times I reboot this device the LVDS display
always works as expected. I've tried to debug this issue by using drm.debug=6 as a kernel command line argument and recompiling the gma500_gfx driver to output additional register information, but nothing I've seen yet in dmesg or xrandr output is different between
a normal and bad boot up of this device. I've just discovered the intel-gpu-tools package, but most of those tools fail with a message 'Couldn't map MMIO region' or 'No known gpu found for chipset flags 0x1 (intel)'. I suspect these tools don't support the
gpu in the Atom N2600 processor. Note that when the problem occurs, if I switch from TTY7 (default) to TTY1 the display remains blank (ie. no text login prompt). Also I don't even see a mouse cursor. Once the device boots up with this issue, I haven't yet found a way to
get the display working again without another reboot. I'd appreciate any other debugging advice. I'm new to gpu debugging and have already looked into this problem for days. Output from 'uname -a' is below. Attached is output from the more verbose lspci, dmesg (when the problem occurs with original driver and drm.debug=6), xrandr, dmidecode and intel_bios_dumper commands. volaris@Ubuntu-V8:~$ uname -a Linux Ubuntu-V8 5.15.0-72-generic #79-Ubuntu SMP Wed Apr 19 08:22:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Thank you, Jared |
volaris@Ubuntu-V8:~$ sudo dmesg [ 0.000000] Linux version 5.15.0-72-generic (buildd@lcy02-amd64-035) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #79-Ubuntu SMP Wed Apr 19 08:22:18 UTC 2023 (Ubuntu 5.15.0-72.79-generic 5.15.98) [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.15.0-72-generic root=PARTUUID=3823eb34-02 ro failtobootos= ipv6.disable=1 biosdevname=0 net.ifnames=0 consoleblank=0 rw systemd.show_status=true drm.debug=6 [ 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: x87 FPU will use FXSAVE [ 0.000000] signal: max sigframe size: 1440 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007eb79fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007eb7a000-0x000000007ebbbfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ebbc000-0x000000007ecd0fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007ecd1000-0x000000007ef7bfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ef7c000-0x000000007ef7cfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ef7d000-0x000000007efbffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007efc0000-0x000000007f56afff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f56b000-0x000000007f6e2fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007f6e3000-0x000000007f6effff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f6f0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./Tiger Hill, BIOS 4.6.5 01/26/2022 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1599.921 MHz processor [ 0.003781] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.003798] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.003831] last_pfn = 0x7f6f0 max_arch_pfn = 0x400000000 [ 0.003929] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.014719] found SMP MP-table at [mem 0x000fd730-0x000fd73f] [ 0.016119] RAMDISK: [mem 0x2fe73000-0x33f30fff] [ 0.016142] ACPI: Early table checksum verification disabled [ 0.016160] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA) [ 0.016179] ACPI: XSDT 0x000000007ECBE070 000064 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.016206] ACPI: FACP 0x000000007ECC4690 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013) [ 0.016237] ACPI: DSDT 0x000000007ECBE170 00651C (v02 ALASKA A M I 00000002 INTL 20051117) [ 0.016259] ACPI: FACS 0x000000007ECCEF80 000040 [ 0.016277] ACPI: APIC 0x000000007ECC4788 000072 (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.016298] ACPI: FPDT 0x000000007ECC4800 000044 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.016319] ACPI: MCFG 0x000000007ECC4848 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) [ 0.016339] ACPI: HPET 0x000000007ECC4888 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) [ 0.016359] ACPI: SSDT 0x000000007ECC48C0 000655 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.016380] ACPI: SSDT 0x000000007ECC4F18 000259 (v01 PmRef Cpu0Tst 00003000 INTL 20051117) [ 0.016401] ACPI: SSDT 0x000000007ECC5178 00020F (v01 PmRef ApTst 00003000 INTL 20051117) [ 0.016419] ACPI: Reserving FACP table memory at [mem 0x7ecc4690-0x7ecc4783] [ 0.016428] ACPI: Reserving DSDT table memory at [mem 0x7ecbe170-0x7ecc468b] [ 0.016436] ACPI: Reserving FACS table memory at [mem 0x7eccef80-0x7eccefbf] [ 0.016444] ACPI: Reserving APIC table memory at [mem 0x7ecc4788-0x7ecc47f9] [ 0.016452] ACPI: Reserving FPDT table memory at [mem 0x7ecc4800-0x7ecc4843] [ 0.016459] ACPI: Reserving MCFG table memory at [mem 0x7ecc4848-0x7ecc4883] [ 0.016467] ACPI: Reserving HPET table memory at [mem 0x7ecc4888-0x7ecc48bf] [ 0.016475] ACPI: Reserving SSDT table memory at [mem 0x7ecc48c0-0x7ecc4f14] [ 0.016483] ACPI: Reserving SSDT table memory at [mem 0x7ecc4f18-0x7ecc5170] [ 0.016491] ACPI: Reserving SSDT table memory at [mem 0x7ecc5178-0x7ecc5386] [ 0.017152] No NUMA configuration found [ 0.017163] Faking a node at [mem 0x0000000000000000-0x000000007f6effff] [ 0.017225] NODE_DATA(0) allocated [mem 0x7f541000-0x7f56afff] [ 0.018861] Zone ranges: [ 0.018872] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.018883] DMA32 [mem 0x0000000001000000-0x000000007f6effff] [ 0.018893] Normal empty [ 0.018901] Device empty [ 0.018908] Movable zone start for each node [ 0.018920] Early memory node ranges [ 0.018925] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.018933] node 0: [mem 0x0000000000100000-0x000000007eb79fff] [ 0.018941] node 0: [mem 0x000000007ef7c000-0x000000007ef7cfff] [ 0.018949] node 0: [mem 0x000000007efc0000-0x000000007f56afff] [ 0.018956] node 0: [mem 0x000000007f6e3000-0x000000007f6effff] [ 0.018965] Initmem setup node 0 [mem 0x0000000000001000-0x000000007f6effff] [ 0.018987] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.019134] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.048532] On node 0, zone DMA32: 1026 pages in unavailable ranges [ 0.048636] On node 0, zone DMA32: 67 pages in unavailable ranges [ 0.048682] On node 0, zone DMA32: 376 pages in unavailable ranges [ 0.048900] On node 0, zone DMA32: 2320 pages in unavailable ranges [ 0.049441] ACPI: PM-Timer IO Port: 0x408 [ 0.049518] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.049565] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 [ 0.049591] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.049604] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.049636] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.049651] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.049681] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.049817] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.049835] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.049845] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.049854] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.049870] PM: hibernation: Registered nosave memory: [mem 0x7eb7a000-0x7ebbbfff] [ 0.049880] PM: hibernation: Registered nosave memory: [mem 0x7ebbc000-0x7ecd0fff] [ 0.049889] PM: hibernation: Registered nosave memory: [mem 0x7ecd1000-0x7ef7bfff] [ 0.049905] PM: hibernation: Registered nosave memory: [mem 0x7ef7d000-0x7efbffff] [ 0.049921] PM: hibernation: Registered nosave memory: [mem 0x7f56b000-0x7f6e2fff] [ 0.049934] [mem 0x80000000-0xdfffffff] available for PCI devices [ 0.049943] Booting paravirtualized kernel on bare hardware [ 0.049957] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.050006] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.056660] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288 [ 0.056704] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152 [ 0.056717] pcpu-alloc: [0] 0 1 2 3 [ 0.056885] Built 1 zonelists, mobility grouping on. Total pages: 512087 [ 0.056900] Policy zone: DMA32 [ 0.056907] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.0-72-generic root=PARTUUID=3823eb34-02 ro failtobootos= ipv6.disable=1 biosdevname=0 net.ifnames=0 consoleblank=0 rw systemd.show_status=true drm.debug=6 [ 0.057436] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-5.15.0-72-generic failtobootos= biosdevname=0", will be passed to user space. [ 0.059755] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.060939] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.061113] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.115074] Memory: 1932264K/2081604K available (16393K kernel code, 4383K rwdata, 10840K rodata, 3244K init, 6548K bss, 149080K reserved, 0K cma-reserved) [ 0.116471] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.116564] ftrace: allocating 50604 entries in 198 pages [ 0.179608] ftrace: allocated 198 pages with 4 groups [ 0.180195] rcu: Hierarchical RCU implementation. [ 0.180209] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. [ 0.180216] Rude variant of Tasks RCU enabled. [ 0.180221] Tracing variant of Tasks RCU enabled. [ 0.180227] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.180233] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.203624] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16 [ 0.204299] spurious 8259A interrupt: IRQ7. [ 0.206940] Console: colour VGA+ 80x25 [ 0.215039] printk: console [tty0] enabled [ 0.215205] ACPI: Core revision 20210730 [ 0.215659] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.215789] APIC: Switch to symmetric I/O mode setup [ 0.216495] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.235790] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fda50301, max_idle_ns: 440795251484 ns [ 0.235900] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.84 BogoMIPS (lpj=6399684) [ 0.235997] pid_max: default: 32768 minimum: 301 [ 0.236317] LSM: Security Framework initializing [ 0.236442] landlock: Up and running. [ 0.236507] Yama: becoming mindful. [ 0.236697] AppArmor: AppArmor initialized [ 0.236987] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.237092] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.238458] Disabled fast string operations [ 0.238564] CPU0: Thermal monitoring enabled (TM2) [ 0.238656] process: using mwait in idle threads [ 0.238727] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0 [ 0.238794] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0 [ 0.304901] Freeing SMP alternatives memory: 44K [ 0.413918] smpboot: CPU0: Intel(R) Atom(TM) CPU N2600 @ 1.60GHz (family: 0x6, model: 0x36, stepping: 0x1) [ 0.415084] Performance Events: PEBS fmt0+, Atom events, 8-deep LBR, Intel PMU driver. [ 0.415206] ... version: 3 [ 0.415268] ... bit width: 40 [ 0.415329] ... generic registers: 2 [ 0.415390] ... value mask: 000000ffffffffff [ 0.415453] ... max period: 000000007fffffff [ 0.415517] ... fixed-purpose events: 3 [ 0.415578] ... event mask: 0000000700000003 [ 0.415888] rcu: Hierarchical SRCU implementation. [ 0.416453] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.417019] smp: Bringing up secondary CPUs ... [ 0.417860] x86: Booting SMP configuration: [ 0.417937] .... node #0, CPUs: #1 [ 0.015715] Disabled fast string operations [ 0.428698] #2 [ 0.015715] Disabled fast string operations [ 0.436637] #3 [ 0.015715] Disabled fast string operations [ 0.448088] smp: Brought up 1 node, 4 CPUs [ 0.448160] smpboot: Max logical packages: 1 [ 0.448224] smpboot: Total of 4 processors activated (12799.36 BogoMIPS) [ 0.449524] devtmpfs: initialized [ 0.449524] x86/mm: Memory block size: 128MB [ 0.452607] ACPI: PM: Registering ACPI NVS region [mem 0x7ebbc000-0x7ecd0fff] (1134592 bytes) [ 0.452607] ACPI: PM: Registering ACPI NVS region [mem 0x7ef7d000-0x7efbffff] (274432 bytes) [ 0.452742] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.452885] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.453239] pinctrl core: initialized pinctrl subsystem [ 0.453781] PM: RTC time: 15:01:52, date: 2024-01-12 [ 0.454680] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.456420] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.456647] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.456951] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.457132] audit: initializing netlink subsys (disabled) [ 0.457290] audit: type=2000 audit(1705071712.240:1): state=initialized audit_enabled=0 res=1 [ 0.457290] thermal_sys: Registered thermal governor 'fair_share' [ 0.457290] thermal_sys: Registered thermal governor 'bang_bang' [ 0.457290] thermal_sys: Registered thermal governor 'step_wise' [ 0.457290] thermal_sys: Registered thermal governor 'user_space' [ 0.457290] thermal_sys: Registered thermal governor 'power_allocator' [ 0.457290] EISA bus registered [ 0.457290] cpuidle: using governor ladder [ 0.457334] cpuidle: using governor menu [ 0.457754] ACPI: bus type PCI registered [ 0.457825] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.458283] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.460037] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.460176] PCI: Using configuration type 1 for base access [ 0.469102] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.469227] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.479977] ACPI: Added _OSI(Module Device) [ 0.480056] ACPI: Added _OSI(Processor Device) [ 0.480120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.480184] ACPI: Added _OSI(Processor Aggregator Device) [ 0.480250] ACPI: Added _OSI(Linux-Dell-Video) [ 0.480314] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.480379] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.508392] ACPI: 4 ACPI AML tables successfully acquired and loaded [ 0.512371] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.513334] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+ [ 0.513334] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+ [ 0.516366] ACPI: Dynamic OEM Table Load: [ 0.516458] ACPI: SSDT 0xFFFF9F6B4127E400 0002E9 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.519864] ACPI: Dynamic OEM Table Load: [ 0.519994] ACPI: SSDT 0xFFFF9F6B4194D800 0006DB (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.525006] ACPI: Dynamic OEM Table Load: [ 0.525097] ACPI: SSDT 0xFFFF9F6B411AD600 0001CF (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.527769] ACPI: Dynamic OEM Table Load: [ 0.527853] ACPI: SSDT 0xFFFF9F6B41A48540 00008D (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.535328] ACPI: EC: EC started [ 0.535401] ACPI: EC: interrupt blocked [ 0.535648] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.535721] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions [ 0.535807] ACPI: Interpreter enabled [ 0.535985] ACPI: PM: (supports S0 S1 S3 S4 S5) [ 0.536057] ACPI: Using IOAPIC for interrupt routing [ 0.536294] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.536386] PCI: Using E820 reservations for host bridge windows [ 0.538088] ACPI: Enabled 10 GPEs in block 00 to 1F [ 0.576817] ACPI: PM: Power Resource [FN00] [ 0.581277] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.581379] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.581760] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR) [ 0.583660] PCI host bridge to bus 0000:00 [ 0.583740] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.583813] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.583902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.583980] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window] [ 0.584089] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xfebfffff window] [ 0.584538] pci 0000:00:00.0: [8086:0bf1] type 00 class 0x060000 [ 0.585316] pci 0000:00:02.0: [8086:0be1] type 00 class 0x030000 [ 0.585404] pci 0000:00:02.0: reg 0x10: [mem 0xdfa00000-0xdfafffff] [ 0.585482] pci 0000:00:02.0: reg 0x14: [io 0xf0f0-0xf0f7] [ 0.585599] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.586411] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300 [ 0.586524] pci 0000:00:1b.0: reg 0x10: [mem 0xdff00000-0xdff03fff 64bit] [ 0.586783] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.587545] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 [ 0.587821] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.588640] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 [ 0.588921] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.589712] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400 [ 0.589992] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.590770] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400 [ 0.591048] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.591822] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 [ 0.591991] pci 0000:00:1d.0: reg 0x20: [io 0xf080-0xf09f] [ 0.592788] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 [ 0.592951] pci 0000:00:1d.1: reg 0x20: [io 0xf060-0xf07f] [ 0.593712] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 [ 0.593872] pci 0000:00:1d.2: reg 0x20: [io 0xf040-0xf05f] [ 0.594610] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 [ 0.594768] pci 0000:00:1d.3: reg 0x20: [io 0xf020-0xf03f] [ 0.595532] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 [ 0.595637] pci 0000:00:1d.7: reg 0x10: [mem 0xdff05000-0xdff053ff] [ 0.595930] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.596691] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 [ 0.597558] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100 [ 0.598462] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f [ 0.598568] pci 0000:00:1f.2: reg 0x10: [io 0xf0e0-0xf0e7] [ 0.598652] pci 0000:00:1f.2: reg 0x14: [io 0xf0d0-0xf0d3] [ 0.598736] pci 0000:00:1f.2: reg 0x18: [io 0xf0c0-0xf0c7] [ 0.598818] pci 0000:00:1f.2: reg 0x1c: [io 0xf0b0-0xf0b3] [ 0.598900] pci 0000:00:1f.2: reg 0x20: [io 0xf0a0-0xf0af] [ 0.598984] pci 0000:00:1f.2: reg 0x24: [mem 0xdff04000-0xdff043ff] [ 0.599132] pci 0000:00:1f.2: PME# supported from D3hot [ 0.599831] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500 [ 0.599993] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f] [ 0.600727] pci 0000:01:00.0: [13a8:8358] type 00 class 0x070002 [ 0.600840] pci 0000:01:00.0: reg 0x10: [mem 0xdfe00000-0xdfe03fff] [ 0.601136] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.612012] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.612097] pci 0000:00:1c.0: bridge window [mem 0xdfe00000-0xdfefffff] [ 0.612460] pci 0000:02:00.0: [13a8:0358] type 00 class 0x070002 [ 0.612568] pci 0000:02:00.0: reg 0x10: [mem 0xdfd00000-0xdfd03fff] [ 0.612860] pci 0000:02:00.0: PME# supported from D0 D3hot [ 0.623993] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 0.624082] pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff] [ 0.624446] pci 0000:03:00.0: [168c:0034] type 00 class 0x028000 [ 0.624560] pci 0000:03:00.0: reg 0x10: [mem 0xdfc00000-0xdfc7ffff 64bit] [ 0.624704] pci 0000:03:00.0: reg 0x30: [mem 0xdfc80000-0xdfc8ffff pref] [ 0.624917] pci 0000:03:00.0: supports D1 [ 0.624983] pci 0000:03:00.0: PME# supported from D0 D1 D3hot [ 0.625458] pci 0000:00:1c.2: PCI bridge to [bus 03] [ 0.625538] pci 0000:00:1c.2: bridge window [mem 0xdfc00000-0xdfcfffff] [ 0.625925] pci 0000:04:00.0: [8086:10d3] type 00 class 0x020000 [ 0.626047] pci 0000:04:00.0: reg 0x10: [mem 0xdfb00000-0xdfb1ffff] [ 0.626165] pci 0000:04:00.0: reg 0x18: [io 0xe000-0xe01f] [ 0.626258] pci 0000:04:00.0: reg 0x1c: [mem 0xdfb20000-0xdfb23fff] [ 0.626569] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 0.627091] pci 0000:00:1c.3: PCI bridge to [bus 04] [ 0.627168] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff] [ 0.627242] pci 0000:00:1c.3: bridge window [mem 0xdfb00000-0xdfbfffff] [ 0.627361] pci_bus 0000:05: extended config space not accessible [ 0.627567] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode) [ 0.627657] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.627748] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.627837] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000fffff window] (subtractive decode) [ 0.627906] pci 0000:00:1e.0: bridge window [mem 0x7f800000-0xfebfffff window] (subtractive decode) [ 0.631389] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 0.631941] ACPI: PCI: Interrupt link LNKB configured for IRQ 5 [ 0.632426] ACPI: PCI: Interrupt link LNKC configured for IRQ 7 [ 0.632890] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 0.633346] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 0.633416] ACPI: PCI: Interrupt link LNKE disabled [ 0.633866] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 0.633936] ACPI: PCI: Interrupt link LNKF disabled [ 0.634387] ACPI: PCI: Interrupt link LNKG configured for IRQ 10 [ 0.634847] ACPI: PCI: Interrupt link LNKH configured for IRQ 10 [ 0.636496] ACPI: EC: interrupt unblocked [ 0.636571] ACPI: EC: event unblocked [ 0.636640] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.636705] ACPI: EC: GPE=0x16 [ 0.637827] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete [ 0.637902] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events [ 0.638313] iommu: Default domain type: Translated [ 0.638313] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.638313] SCSI subsystem initialized [ 0.639918] libata version 3.00 loaded. [ 0.640015] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.640015] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.640110] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.640179] vgaarb: loaded [ 0.640371] ACPI: bus type USB registered [ 0.640521] usbcore: registered new interface driver usbfs [ 0.640619] usbcore: registered new interface driver hub [ 0.640714] usbcore: registered new device driver usb [ 0.640908] pps_core: LinuxPPS API ver. 1 registered [ 0.640975] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 0.641071] PTP clock support registered [ 0.641205] EDAC MC: Ver: 3.0.0 [ 0.641205] NetLabel: Initializing [ 0.641205] NetLabel: domain hash size = 128 [ 0.641205] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.641205] NetLabel: unlabeled traffic allowed by default [ 0.641205] PCI: Using ACPI for IRQ routing [ 0.658319] PCI: pci_cache_line_size set to 64 bytes [ 0.658444] Expanded resource Reserved due to conflict with PCI Bus 0000:00 [ 0.658517] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] [ 0.658526] e820: reserve RAM buffer [mem 0x7eb7a000-0x7fffffff] [ 0.658532] e820: reserve RAM buffer [mem 0x7ef7d000-0x7fffffff] [ 0.658538] e820: reserve RAM buffer [mem 0x7f56b000-0x7fffffff] [ 0.658543] e820: reserve RAM buffer [mem 0x7f6f0000-0x7fffffff] [ 0.665115] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.665210] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.668066] clocksource: Switched to clocksource tsc-early [ 0.734672] VFS: Disk quotas dquot_6.6.0 [ 0.734849] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.735782] AppArmor: AppArmor Filesystem Enabled [ 0.736091] pnp: PnP ACPI init [ 0.737128] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.737545] system 00:01: [io 0x0680-0x069f] has been reserved [ 0.737628] system 00:01: [io 0x1000-0x100f] has been reserved [ 0.737704] system 00:01: [io 0xffff] has been reserved [ 0.737778] system 00:01: [io 0xffff] has been reserved [ 0.737852] system 00:01: [io 0x0400-0x047f] has been reserved [ 0.737927] system 00:01: [io 0x0500-0x057f] has been reserved [ 0.738001] system 00:01: [io 0x0600-0x061f] has been reserved [ 0.738456] system 00:02: [io 0x06a0-0x06af] has been reserved [ 0.738539] system 00:02: [io 0x06b0-0x06ff] has been reserved [ 0.739191] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.740118] system 00:05: [io 0x0a00-0x0a0f] has been reserved [ 0.742290] system 00:08: [io 0x029c-0x029d] has been reserved [ 0.743963] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.744057] system 00:09: [mem 0x00000000-0x00003fff] could not be reserved [ 0.744137] system 00:09: [mem 0x00000000-0x00000fff] could not be reserved [ 0.744215] system 00:09: [mem 0x00000000-0x00000fff] could not be reserved [ 0.744292] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.746184] system 00:0a: [mem 0xfed14000-0xfed19fff] has been reserved [ 0.746274] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved [ 0.747908] system 00:0b: [io 0x0400-0x047f] has been reserved [ 0.748000] system 00:0b: [io 0x0500-0x053f] has been reserved [ 0.748079] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.748158] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.748236] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.748314] system 00:0b: [mem 0xfed20000-0xfed8ffff] could not be reserved [ 0.748392] system 00:0b: [mem 0xffe00000-0xffffffff] has been reserved [ 0.748509] pnp: PnP ACPI: found 12 devices [ 0.762863] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.763494] NET: Registered PF_INET protocol family [ 0.763795] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.766210] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.766420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.766572] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.766935] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.767189] TCP: Hash tables configured (established 16384 bind 16384) [ 0.767803] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) [ 0.768132] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.768364] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.768678] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.768789] NET: Registered PF_XDP protocol family [ 0.768890] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000 [ 0.768986] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000 [ 0.769102] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.769193] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 0.769293] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 [ 0.769383] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 [ 0.769482] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000 [ 0.769604] clipped [mem size 0x00000000 64bit pref] to [mem size 0xffffffffff800000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.769706] clipped [mem size 0x00050000 64bit pref] to [mem size 0x00040000 64bit pref] for e820 entry [mem 0x000e0000-0x000fffff] [ 0.769803] clipped [mem size 0x60200000 64bit pref] to [mem size 0x5fa00000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.769900] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref] [ 0.769990] clipped [mem size 0x00000000 64bit pref] to [mem size 0xffffffffff800000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.770090] clipped [mem size 0x00050000 64bit pref] to [mem size 0x00040000 64bit pref] for e820 entry [mem 0x000e0000-0x000fffff] [ 0.770186] clipped [mem size 0x00800000 64bit pref] to [mem size 0x00000000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.770282] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref] [ 0.770372] clipped [mem size 0x00000000 64bit pref] to [mem size 0xffffffffff800000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.770471] clipped [mem size 0x00050000 64bit pref] to [mem size 0x00040000 64bit pref] for e820 entry [mem 0x000e0000-0x000fffff] [ 0.770567] clipped [mem size 0x00800000 64bit pref] to [mem size 0x00000000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.770663] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref] [ 0.770753] clipped [mem size 0x00000000 64bit pref] to [mem size 0xffffffffff800000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.770852] clipped [mem size 0x00050000 64bit pref] to [mem size 0x00040000 64bit pref] for e820 entry [mem 0x000e0000-0x000fffff] [ 0.770948] clipped [mem size 0x00800000 64bit pref] to [mem size 0x00000000 64bit pref] for e820 entry [mem 0x7f6f0000-0x7fffffff] [ 0.771045] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref] [ 0.771137] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 0.771210] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff] [ 0.771285] pci 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff] [ 0.771374] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.771471] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.771556] pci 0000:00:1c.0: bridge window [mem 0xdfe00000-0xdfefffff] [ 0.771632] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff 64bit pref] [ 0.771747] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 0.771818] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] [ 0.771894] pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff] [ 0.771969] pci 0000:00:1c.1: bridge window [mem 0x80200000-0x803fffff 64bit pref] [ 0.772065] pci 0000:00:1c.2: PCI bridge to [bus 03] [ 0.772134] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] [ 0.772209] pci 0000:00:1c.2: bridge window [mem 0xdfc00000-0xdfcfffff] [ 0.772284] pci 0000:00:1c.2: bridge window [mem 0x80400000-0x805fffff 64bit pref] [ 0.772380] pci 0000:00:1c.3: PCI bridge to [bus 04] [ 0.772448] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff] [ 0.772522] pci 0000:00:1c.3: bridge window [mem 0xdfb00000-0xdfbfffff] [ 0.772597] pci 0000:00:1c.3: bridge window [mem 0x80600000-0x807fffff 64bit pref] [ 0.772694] pci 0000:00:1e.0: PCI bridge to [bus 05] [ 0.772781] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.772853] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.772922] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window] [ 0.772993] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xfebfffff window] [ 0.773071] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.773145] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff] [ 0.773215] pci_bus 0000:01: resource 2 [mem 0x80000000-0x801fffff 64bit pref] [ 0.773301] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] [ 0.773369] pci_bus 0000:02: resource 1 [mem 0xdfd00000-0xdfdfffff] [ 0.773438] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref] [ 0.773524] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff] [ 0.773592] pci_bus 0000:03: resource 1 [mem 0xdfc00000-0xdfcfffff] [ 0.773662] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref] [ 0.773748] pci_bus 0000:04: resource 0 [io 0xe000-0xefff] [ 0.773817] pci_bus 0000:04: resource 1 [mem 0xdfb00000-0xdfbfffff] [ 0.773887] pci_bus 0000:04: resource 2 [mem 0x80600000-0x807fffff 64bit pref] [ 0.773974] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7 window] [ 0.774044] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff window] [ 0.774114] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000fffff window] [ 0.774185] pci_bus 0000:05: resource 7 [mem 0x7f800000-0xfebfffff window] [ 0.800010] pci 0000:00:1d.7: quirk_usb_early_handoff+0x0/0x160 took 23119 usecs [ 0.800181] PCI: CLS 64 bytes, default 64 [ 0.800555] Trying to unpack rootfs image as initramfs... [ 0.803540] Initialise system trusted keyrings [ 0.804969] Key type blacklist registered [ 0.807562] workingset: timestamp_bits=36 max_order=19 bucket_order=0 [ 0.819341] zbud: loaded [ 0.821308] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.822581] fuse: init (API version 7.34) [ 0.823768] integrity: Platform Keyring initialized [ 0.840211] Key type asymmetric registered [ 0.840297] Asymmetric key parser 'x509' registered [ 0.840498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.840826] io scheduler mq-deadline registered [ 0.843772] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.847506] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.847710] ACPI: button: Lid Switch [LID1] [ 0.847927] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 0.848106] ACPI: button: Sleep Button [SLPB] [ 0.848312] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2 [ 0.848490] ACPI: button: Power Button [PWRB] [ 0.848694] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.849342] ACPI: button: Power Button [PWRF] [ 0.864545] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.864646] ACPI: thermal: Thermal Zone [TZ01] (27 C) [ 0.865793] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.879105] Linux agpgart interface v0.103 [ 0.891495] loop: module loaded [ 0.892478] ata_piix 0000:00:1f.2: version 2.13 [ 0.892745] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] [ 1.052785] scsi host0: ata_piix [ 1.053615] scsi host1: ata_piix [ 1.053876] ata1: SATA max UDMA/133 cmd 0xf0e0 ctl 0xf0d0 bmdma 0xf0a0 irq 19 [ 1.053955] ata2: SATA max UDMA/133 cmd 0xf0c0 ctl 0xf0b0 bmdma 0xf0a8 irq 19 [ 1.054987] tun: Universal TUN/TAP device driver, 1.6 [ 1.055277] PPP generic driver version 2.4.2 [ 1.055737] VFIO - User Level meta-driver version: 0.3 [ 1.056180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.056284] ehci-pci: EHCI PCI platform driver [ 1.056767] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 1.056859] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.056974] ehci-pci 0000:00:1d.7: debug port 1 [ 1.061036] ehci-pci 0000:00:1d.7: irq 23, io mem 0xdff05000 [ 1.075736] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.076011] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.076107] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.076194] usb usb1: Product: EHCI Host Controller [ 1.076261] usb usb1: Manufacturer: Linux 5.15.0-72-generic ehci_hcd [ 1.076331] usb usb1: SerialNumber: 0000:00:1d.7 [ 1.076986] hub 1-0:1.0: USB hub found [ 1.077085] hub 1-0:1.0: 8 ports detected [ 1.078370] ehci-platform: EHCI generic platform driver [ 1.078502] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.078589] ohci-pci: OHCI PCI platform driver [ 1.078695] ohci-platform: OHCI generic platform driver [ 1.078784] uhci_hcd: USB Universal Host Controller Interface driver [ 1.079194] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.079295] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.079431] uhci_hcd 0000:00:1d.0: detected 2 ports [ 1.079570] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f080 [ 1.079891] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.079988] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.080077] usb usb2: Product: UHCI Host Controller [ 1.080143] usb usb2: Manufacturer: Linux 5.15.0-72-generic uhci_hcd [ 1.080215] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.080884] hub 2-0:1.0: USB hub found [ 1.080984] hub 2-0:1.0: 2 ports detected [ 1.081896] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.081993] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.082095] uhci_hcd 0000:00:1d.1: detected 2 ports [ 1.082200] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f060 [ 1.082507] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.082603] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.082692] usb usb3: Product: UHCI Host Controller [ 1.082760] usb usb3: Manufacturer: Linux 5.15.0-72-generic uhci_hcd [ 1.082830] usb usb3: SerialNumber: 0000:00:1d.1 [ 1.083509] hub 3-0:1.0: USB hub found [ 1.083612] hub 3-0:1.0: 2 ports detected [ 1.084505] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.084622] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.084726] uhci_hcd 0000:00:1d.2: detected 2 ports [ 1.084860] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f040 [ 1.085228] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.085325] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.085415] usb usb4: Product: UHCI Host Controller [ 1.085484] usb usb4: Manufacturer: Linux 5.15.0-72-generic uhci_hcd [ 1.085554] usb usb4: SerialNumber: 0000:00:1d.2 [ 1.086236] hub 4-0:1.0: USB hub found [ 1.086340] hub 4-0:1.0: 2 ports detected [ 1.087247] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 1.087359] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 1.087477] uhci_hcd 0000:00:1d.3: detected 2 ports [ 1.087613] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000f020 [ 1.087988] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.088082] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.088168] usb usb5: Product: UHCI Host Controller [ 1.088241] usb usb5: Manufacturer: Linux 5.15.0-72-generic uhci_hcd [ 1.088315] usb usb5: SerialNumber: 0000:00:1d.3 [ 1.088981] hub 5-0:1.0: USB hub found [ 1.089102] hub 5-0:1.0: 2 ports detected [ 1.089953] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.090939] i8042: No controller found [ 1.091546] mousedev: PS/2 mouse device common for all mice [ 1.092369] rtc_cmos 00:03: RTC can wake from S4 [ 1.093165] rtc_cmos 00:03: registered as rtc0 [ 1.093295] rtc_cmos 00:03: setting system clock to 2024-01-12T15:01:53 UTC (1705071713) [ 1.093485] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram [ 1.093601] i2c_dev: i2c /dev entries driver [ 1.095336] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 1.095601] device-mapper: uevent: version 1.0.3 [ 1.096087] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@xxxxxxxxxx [ 1.096298] platform eisa.0: Probing EISA bus 0 [ 1.096388] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 1.096469] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 1.096540] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 1.096613] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 1.096687] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 1.096758] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 1.096829] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 1.096901] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 1.096972] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 1.097045] platform eisa.0: EISA: Detected 0 cards [ 1.097124] intel_pstate: CPU model not supported [ 1.098042] ledtrig-cpu: registered to indicate activity on CPUs [ 1.098513] drop_monitor: Initializing network drop monitor service [ 1.098796] IPv6: Loaded, but administratively disabled, reboot required to enable [ 1.098905] NET: Registered PF_PACKET protocol family [ 1.099220] Key type dns_resolver registered [ 1.101543] microcode: sig=0x30661, pf=0x8, revision=0x10d [ 1.101920] microcode: Microcode Update Driver: v2.2. [ 1.101938] IPI shorthand broadcast: enabled [ 1.102136] sched_clock: Marking stable (1090176189, 11715381)->(1104389809, -2498239) [ 1.103055] registered taskstats version 1 [ 1.103624] Loading compiled-in X.509 certificates [ 1.109913] Loaded X.509 cert 'Build time autogenerated kernel key: b90c334466bcc11badc67eaa0268e83fd80ac687' [ 1.115774] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 1.121516] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 1.121612] blacklist: Loading compiled-in revocation X.509 certificates [ 1.121790] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 1.121966] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03' [ 1.122143] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b' [ 1.122341] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8' [ 1.122520] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d' [ 1.122704] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c' [ 1.122890] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af' [ 1.123080] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9' [ 1.124226] zswap: loaded using pool lzo/zbud [ 1.127054] Key type .fscrypt registered [ 1.128306] Key type fscrypt-provisioning registered [ 1.228174] ata1.00: ATA-9: StorFly VSFCS2XI016G-150, 0202-000, max UDMA/133 [ 1.228286] ata1.00: 30867456 sectors, multi 2: LBA48 NCQ (depth 0/32) [ 1.229734] ata1.00: Features: Dev-Sleep [ 1.231902] scsi 0:0:0:0: Direct-Access ATA StorFly VSFCS2XI -000 PQ: 0 ANSI: 5 [ 1.233010] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.233388] sd 0:0:0:0: [sda] 30867456 512-byte logical blocks: (15.8 GB/14.7 GiB) [ 1.233564] sd 0:0:0:0: [sda] Write Protect is off [ 1.233641] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.233742] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.256879] sda: sda1 sda2 sda3 [ 1.276246] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.559941] usb 2-1: new low-speed USB device number 2 using uhci_hcd [ 1.755846] usb 2-1: New USB device found, idVendor=046d, idProduct=c05a, bcdDevice=54.00 [ 1.755974] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.756052] usb 2-1: Product: USB Optical Mouse [ 1.756121] usb 2-1: Manufacturer: Logitech [ 1.815946] tsc: Refined TSC clocksource calibration: 1599.999 MHz [ 1.816051] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171023f09ff, max_idle_ns: 440795233615 ns [ 1.816219] clocksource: Switched to clocksource tsc [ 2.375955] usb 2-2: new low-speed USB device number 3 using uhci_hcd [ 2.571844] usb 2-2: New USB device found, idVendor=413c, idProduct=2106, bcdDevice= 1.77 [ 2.571970] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.572048] usb 2-2: Product: Dell QuietKey Keyboard [ 2.572117] usb 2-2: Manufacturer: Dell [ 3.144891] usb 3-1: new full-speed USB device number 2 using uhci_hcd [ 3.356883] usb 3-1: string descriptor 0 read error: -22 [ 3.356978] usb 3-1: New USB device found, idVendor=0cf3, idProduct=3004, bcdDevice= 0.01 [ 3.357092] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.767758] Freeing initrd memory: 66296K [ 3.782581] Key type encrypted registered [ 3.782678] AppArmor: AppArmor sha1 policy hashing enabled [ 3.782780] ima: No TPM chip found, activating TPM-bypass! [ 3.782867] Loading compiled-in module X.509 certificates [ 3.788650] Loaded X.509 cert 'Build time autogenerated kernel key: b90c334466bcc11badc67eaa0268e83fd80ac687' [ 3.788754] ima: Allocated hash algorithm: sha1 [ 3.788834] ima: No architecture policies found [ 3.788966] evm: Initialising EVM extended attributes: [ 3.789032] evm: security.selinux [ 3.789092] evm: security.SMACK64 [ 3.789152] evm: security.SMACK64EXEC [ 3.789212] evm: security.SMACK64TRANSMUTE [ 3.789273] evm: security.SMACK64MMAP [ 3.789333] evm: security.apparmor [ 3.789392] evm: security.ima [ 3.789451] evm: security.capability [ 3.789511] evm: HMAC attrs: 0x1 [ 3.790739] PM: Magic number: 8:422:32 [ 3.794859] RAS: Correctable Errors collector initialized. [ 3.803008] Freeing unused decrypted memory: 2036K [ 3.807182] Freeing unused kernel image (initmem) memory: 3244K [ 3.832019] Write protecting the kernel read-only data: 30720k [ 3.836142] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 3.838510] Freeing unused kernel image (rodata/data gap) memory: 1448K [ 3.840102] usb 1-4: new high-speed USB device number 5 using ehci-pci [ 3.942301] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.942402] Run /init as init process [ 3.942466] with arguments: [ 3.942470] /init [ 3.942474] with environment: [ 3.942477] HOME=/ [ 3.942480] TERM=linux [ 3.942484] BOOT_IMAGE=/vmlinuz-5.15.0-72-generic [ 3.942487] failtobootos= [ 3.942491] biosdevname=0 [ 4.002113] usb 1-4: config 1 has an invalid interface number: 8 but max is 3 [ 4.002203] usb 1-4: config 1 has no interface number 1 [ 4.003233] usb 1-4: New USB device found, idVendor=1199, idProduct=68c0, bcdDevice= 0.06 [ 4.003335] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.003406] usb 1-4: Product: MC7354 [ 4.003466] usb 1-4: Manufacturer: Sierra Wireless, Incorporated [ 4.560168] hid: raw HID events driver (C) Jiri Kosina [ 4.604233] e1000e: Intel(R) PRO/1000 Network Driver [ 4.604337] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.605059] e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.606730] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000042F (\SWC1) (20210730/utaddress-204) [ 4.606907] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20210730/utaddress-204) [ 4.607064] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 4.607152] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053B (\GPIO) (20210730/utaddress-204) [ 4.607309] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 4.607392] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053B (\GPIO) (20210730/utaddress-204) [ 4.607544] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 4.607624] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 4.619798] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 4.623184] i2c i2c-0: 1/2 memory slots populated (from DMI) [ 4.627510] i2c i2c-0: Successfully instantiated SPD at 0x51 [ 4.641581] usbcore: registered new interface driver usbhid [ 4.641687] usbhid: USB HID core driver [ 4.659218] e1000e 0000:04:00.0 0000:04:00.0 (uninitialized): registered PHC clock [ 4.716674] e1000e 0000:04:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:19:0f:16:fe:d4 [ 4.716840] e1000e 0000:04:00.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.717071] e1000e 0000:04:00.0 eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF [ 4.765704] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:046D:C05A.0001/input/input4 [ 4.767087] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1/input0 [ 4.768668] input: Dell Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:413C:2106.0002/input/input5 [ 4.828553] hid-generic 0003:413C:2106.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell QuietKey Keyboard] on usb-0000:00:1d.0-2/input0 [ 4.858668] xr17v35x: loading out-of-tree module taints kernel. [ 4.859004] xr17v35x: module verification failed: signature and/or required key missing - tainting kernel [ 4.859784] Exar PCIe (XR17V35x) serial driver Revision: 2.6 [ 4.860550] 0000:01:00.0: ttyXR0 at MMIO 0xdfe00000 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.863134] init_one_xrpciserialcard line:0 [ 4.863260] 0000:01:00.0: ttyXR1 at MMIO 0xdfe00400 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.866005] init_one_xrpciserialcard line:1 [ 4.866154] 0000:01:00.0: ttyXR2 at MMIO 0xdfe00800 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.869292] init_one_xrpciserialcard line:2 [ 4.869423] 0000:01:00.0: ttyXR3 at MMIO 0xdfe00c00 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.871614] init_one_xrpciserialcard line:3 [ 4.871734] 0000:01:00.0: ttyXR4 at MMIO 0xdfe01000 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.874616] init_one_xrpciserialcard line:4 [ 4.874747] 0000:01:00.0: ttyXR5 at MMIO 0xdfe01400 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.877666] init_one_xrpciserialcard line:5 [ 4.877797] 0000:01:00.0: ttyXR6 at MMIO 0xdfe01800 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.880677] init_one_xrpciserialcard line:6 [ 4.880808] 0000:01:00.0: ttyXR7 at MMIO 0xdfe01c00 (irq = 16, base_baud = 7812500) is a XR17v35x [ 4.883629] init_one_xrpciserialcard line:7 [ 4.883761] 0000:01:00.0: ttyXR8 at MMIO 0xdfe02000 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.886656] init_one_xrpciserialcard line:8 [ 4.886790] 0000:01:00.0: ttyXR9 at MMIO 0xdfe02400 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.889737] init_one_xrpciserialcard line:9 [ 4.889869] 0000:01:00.0: ttyXR10 at MMIO 0xdfe02800 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.892760] init_one_xrpciserialcard line:10 [ 4.892895] 0000:01:00.0: ttyXR11 at MMIO 0xdfe02c00 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.895706] init_one_xrpciserialcard line:11 [ 4.895845] 0000:01:00.0: ttyXR12 at MMIO 0xdfe03000 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.898754] init_one_xrpciserialcard line:12 [ 4.898889] 0000:01:00.0: ttyXR13 at MMIO 0xdfe03400 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.901785] init_one_xrpciserialcard line:13 [ 4.901914] 0000:01:00.0: ttyXR14 at MMIO 0xdfe03800 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.904787] init_one_xrpciserialcard line:14 [ 4.904924] 0000:01:00.0: ttyXR15 at MMIO 0xdfe03c00 (irq = 16, base_baud = 3906250) is a XR17v35x [ 4.907777] init_one_xrpciserialcard line:15 [ 4.908292] 0000:02:00.0: ttyXR16 at MMIO 0xdfd00000 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.911134] init_one_xrpciserialcard line:16 [ 4.911270] 0000:02:00.0: ttyXR17 at MMIO 0xdfd00400 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.914218] init_one_xrpciserialcard line:17 [ 4.914352] 0000:02:00.0: ttyXR18 at MMIO 0xdfd00800 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.917274] init_one_xrpciserialcard line:18 [ 4.917410] 0000:02:00.0: ttyXR19 at MMIO 0xdfd00c00 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.919605] init_one_xrpciserialcard line:19 [ 4.919724] 0000:02:00.0: ttyXR20 at MMIO 0xdfd01000 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.923592] init_one_xrpciserialcard line:20 [ 4.923722] 0000:02:00.0: ttyXR21 at MMIO 0xdfd01400 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.925985] init_one_xrpciserialcard line:21 [ 4.926104] 0000:02:00.0: ttyXR22 at MMIO 0xdfd01800 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.929002] init_one_xrpciserialcard line:22 [ 4.929133] 0000:02:00.0: ttyXR23 at MMIO 0xdfd01c00 (irq = 17, base_baud = 7812500) is a XR17v35x [ 4.932161] init_one_xrpciserialcard line:23 [ 4.951126] EXT4-fs (sda2): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 4.952565] EXT4-fs (sda2): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 4.953811] EXT4-fs (sda2): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 4.959250] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.992262] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.010477] EXT4-fs (sda3): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 5.011854] EXT4-fs (sda3): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 5.013286] EXT4-fs (sda3): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 5.018321] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.174352] EXT4-fs (sda2): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 5.181385] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.696607] systemd[1]: Inserted module 'autofs4' [ 5.769138] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 5.792605] systemd[1]: Detected architecture x86-64. [ 5.799813] systemd[1]: Hostname set to <Ubuntu-V8>. [ 6.252326] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6. [ 6.476320] systemd[1]: Queued start job for default target Graphical Interface. [ 6.477964] random: systemd: uninitialized urandom read (16 bytes read) [ 6.482388] systemd[1]: Created slice Slice /system/modprobe. [ 6.483118] random: systemd: uninitialized urandom read (16 bytes read) [ 6.485018] systemd[1]: Created slice Slice /system/systemd-fsck. [ 6.485516] random: systemd: uninitialized urandom read (16 bytes read) [ 6.487632] systemd[1]: Created slice Slice /system/systemd-journald. [ 6.489939] systemd[1]: Created slice Slice /system/systemd-journald-varlink. [ 6.491750] systemd[1]: Created slice User and Session Slice. [ 6.492648] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 6.494059] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 6.494987] systemd[1]: Reached target Remote File Systems. [ 6.495471] systemd[1]: Reached target Slice Units. [ 6.496050] systemd[1]: Reached target Swaps. [ 6.496613] systemd[1]: Reached target Local Verity Protected Volumes. [ 6.497901] systemd[1]: Listening on Syslog Socket. [ 6.498995] systemd[1]: Listening on fsck to fsckd communication Socket. [ 6.499837] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 6.501499] systemd[1]: Listening on Journal Audit Socket. [ 6.502570] systemd[1]: Listening on Journal Socket (/dev/log). [ 6.503787] systemd[1]: Listening on Journal Socket. [ 6.505707] systemd[1]: Listening on udev Control Socket. [ 6.506825] systemd[1]: Listening on udev Kernel Socket. [ 6.511321] systemd[1]: Mounting Huge Pages File System... [ 6.516574] systemd[1]: Mounting POSIX Message Queue File System... [ 6.523995] systemd[1]: Mounting Kernel Debug File System... [ 6.531545] systemd[1]: Mounting Kernel Trace File System... [ 6.541843] systemd[1]: Starting Journal Service... [ 6.549842] systemd[1]: Starting Set the console keyboard layout... [ 6.557576] systemd[1]: Starting Create List of Static Device Nodes... [ 6.565708] systemd[1]: Starting Load Kernel Module configfs... [ 6.574057] systemd[1]: Starting Load Kernel Module drm... [ 6.582308] systemd[1]: Starting Load Kernel Module efi_pstore... [ 6.590431] systemd[1]: Starting Load Kernel Module fuse... [ 6.597969] systemd[1]: Starting nftables... [ 6.621695] systemd[1]: Starting Load Kernel Modules... [ 6.638308] systemd[1]: Starting Remount Root and Kernel File Systems... [ 6.644569] systemd[1]: Starting Coldplug All udev Devices... [ 6.658762] systemd[1]: Mounted Huge Pages File System. [ 6.660049] systemd[1]: Mounted POSIX Message Queue File System. [ 6.661335] systemd[1]: Mounted Kernel Debug File System. [ 6.662695] systemd[1]: Mounted Kernel Trace File System. [ 6.666111] systemd[1]: Finished Create List of Static Device Nodes. [ 6.669052] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 6.671035] systemd[1]: Finished Load Kernel Module configfs. [ 6.674088] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 6.676743] systemd[1]: Finished Load Kernel Module efi_pstore. [ 6.680084] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 6.681969] systemd[1]: Finished Load Kernel Module fuse. [ 6.685217] systemd[1]: Finished Remount Root and Kernel File Systems. [ 6.694654] systemd[1]: Mounting FUSE Control File System... [ 6.703122] systemd[1]: Mounting Kernel Configuration File System... [ 6.708250] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 6.724900] systemd[1]: Starting Load/Save Random Seed... [ 6.757759] systemd[1]: Starting Create System Users... [ 6.791172] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 6.793257] systemd[1]: Finished Load Kernel Module drm. [ 6.794770] systemd[1]: Mounted FUSE Control File System. [ 6.795835] systemd[1]: Mounted Kernel Configuration File System. [ 6.845200] systemd[1]: Finished Create System Users. [ 6.853630] systemd[1]: Starting Create Static Device Nodes in /dev... [ 6.947088] systemd[1]: Finished Create Static Device Nodes in /dev. [ 6.971051] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 7.006307] systemd[1]: Finished nftables. [ 7.045311] [drm:psb_intel_opregion_setup [gma500_gfx]] Public ACPI methods supported [ 7.045380] [drm:psb_intel_opregion_setup [gma500_gfx]] ASLE supported [ 7.045587] [drm:psb_intel_init_bios [gma500_gfx]] Using VBT from OpRegion: $VBT CEDARVIEW d [ 7.045647] [drm:psb_intel_init_bios [gma500_gfx]] LVDS VBT config bits: 0x1 [ 7.045705] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.045902] [drm:parse_sdvo_device_mapping [gma500_gfx]] No SDVO device info is found in VBT [ 7.045964] [drm:parse_edp [gma500_gfx]] EDP timing in vbt t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 5000 [ 7.046017] [drm:parse_edp [gma500_gfx]] VBT reports EDP: Lane_count 1, Lane_rate 6, Bpp 18 [ 7.046069] [drm:parse_edp [gma500_gfx]] VBT reports EDP: VSwing 0, Preemph 0 [ 7.046237] pmd_set_huge: Cannot satisfy [mem 0x7f800000-0x7fa00000] with a huge-page mapping due to MTRR override. [ 7.071261] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 7.085158] acpi device:25: registered as cooling_device5 [ 7.085616] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6 [ 7.121495] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSDDC_C [ 7.129195] [drm:cdv_intel_dp_init [gma500_gfx]] i2c_init DPDDC-C [ 7.129755] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 7.129801] [drm:cdv_intel_dp_i2c_aux_ch [gma500_gfx]] aux_ch failed -110 [ 7.130345] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 7.130390] [drm:cdv_intel_dp_i2c_aux_ch [gma500_gfx]] aux_ch failed -110 [ 7.314535] systemd[1]: Started Journal Service. [ 7.420845] systemd-journald[263]: Received client request to flush runtime journal. [ 7.504848] [drm:drm_client_modeset_probe [drm]] [ 7.505065] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 7.531999] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] status updated from unknown to disconnected [ 7.532132] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 7.532237] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 7.532337] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] status updated from unknown to connected [ 7.536986] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 7.537236] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 7.537348] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.537543] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 7.551338] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 7.551521] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] status updated from unknown to disconnected [ 7.551625] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 7.551723] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 7.552354] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 7.552416] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] status updated from unknown to disconnected [ 7.552515] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 7.552610] [drm:drm_client_modeset_probe [drm]] connector 37 enabled? no [ 7.552774] [drm:drm_client_modeset_probe [drm]] connector 39 enabled? yes [ 7.552930] [drm:drm_client_modeset_probe [drm]] connector 41 enabled? no [ 7.553080] [drm:drm_client_modeset_probe [drm]] connector 43 enabled? no [ 7.553234] [drm:drm_client_target_preferred [drm]] looking for cmdline mode on connector 39 [ 7.553385] [drm:drm_client_target_preferred [drm]] looking for preferred mode on connector 39 0 [ 7.553538] [drm:drm_client_target_preferred [drm]] found mode 1024x600 [ 7.553694] [drm:drm_client_modeset_probe [drm]] picking CRTCs for 4096x4096 config [ 7.553860] [drm:drm_client_modeset_probe [drm]] desired mode 1024x600 set on crtc 34 (0,0) [ 7.554029] gma500 0000:00:02.0: [drm:drm_fb_helper_single_fb_probe [drm_kms_helper]] test CRTC 0 primary plane [ 7.554135] gma500 0000:00:02.0: [drm:drm_fb_helper_single_fb_probe [drm_kms_helper]] test CRTC 1 primary plane [ 7.555713] fbcon: gma500drmfb (fb0) is primary device [ 7.557047] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 7.557151] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:32:crtc-0] [NOFB] [ 7.562392] random: systemd-journal: uninitialized urandom read (16 bytes read) [ 7.567679] random: systemd-journal: uninitialized urandom read (16 bytes read) [ 7.596983] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 7.597066] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 7.597142] [drm:drm_crtc_helper_set_config [drm_kms_helper]] crtc has no fb, full mode set [ 7.597216] [drm:drm_crtc_helper_set_config [drm_kms_helper]] modes are different, full mode set [ 7.597304] [drm:drm_mode_debug_printmodeline [drm]] Modeline "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0 [ 7.597472] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.597661] [drm:drm_crtc_helper_set_config [drm_kms_helper]] encoder changed, full mode switch [ 7.597762] [drm:drm_crtc_helper_set_config [drm_kms_helper]] crtc changed, full mode switch [ 7.597850] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 7.597950] [drm:drm_crtc_helper_set_config [drm_kms_helper]] attempting to set mode from userspace [ 7.598040] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.598238] [drm:drm_crtc_helper_set_mode [drm_kms_helper]] [CRTC:34:crtc-1] [ 7.618213] [drm:cdv_intel_crtc_mode_set [gma500_gfx]] Use SSC reference clock 100 Mhz [ 7.618282] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.627989] [drm:cdv_sb_write [gma500_gfx]] 0x00008038: 0x0068a701 (before) [ 7.628058] [drm:cdv_sb_write [gma500_gfx]] 0x00008038: 0x0068a701 [ 7.651988] [drm:cdv_sb_write [gma500_gfx]] 0x00008038: 0x0068a701 (after) [ 7.663986] [drm:cdv_dpll_set_clock_cdv.isra.0 [gma500_gfx]] use their DPLL for pipe A/B [ 7.676010] [drm:cdv_sb_write [gma500_gfx]] 0x00008030: 0x7e40221c (before) [ 7.676079] [drm:cdv_sb_write [gma500_gfx]] 0x00008030: 0x7e40221c [ 7.699990] [drm:cdv_sb_write [gma500_gfx]] 0x00008030: 0x7e40221c (after) [ 7.723988] [drm:cdv_sb_write [gma500_gfx]] 0x00008028: 0x3f00217f (before) [ 7.724057] [drm:cdv_sb_write [gma500_gfx]] 0x00008028: 0x3f00217f [ 7.748031] [drm:cdv_sb_write [gma500_gfx]] 0x00008028: 0x3f00217f (after) [ 7.772009] [drm:cdv_sb_write [gma500_gfx]] 0x00008034: 0x88000157 (before) [ 7.772073] [drm:cdv_sb_write [gma500_gfx]] 0x00008034: 0x88000157 [ 7.796000] [drm:cdv_sb_write [gma500_gfx]] 0x00008034: 0x88000157 (after) [ 7.819998] [drm:cdv_sb_write [gma500_gfx]] 0x0000803c: 0x85558000 (before) [ 7.820063] [drm:cdv_sb_write [gma500_gfx]] 0x0000803c: 0x85558000 [ 7.843972] [drm:cdv_sb_write [gma500_gfx]] 0x0000803c: 0x85558000 (after) [ 7.844189] [drm:cdv_intel_crtc_mode_set [gma500_gfx]] Mode for pipe B: [ 7.844235] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 7.891948] [drm:drm_crtc_helper_set_mode [drm_kms_helper]] [ENCODER:40:LVDS-40] set [MODE:1024x600] [ 7.932054] [drm:drm_crtc_helper_set_config [drm_kms_helper]] Setting connector DPMS state to on [ 7.932160] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] set DPMS on [ 8.011923] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 8.012025] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 8.012125] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 8.022356] Console: switching to colour frame buffer device 128x37 [ 8.022485] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 8.022579] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 8.022677] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 8.033626] gma500 0000:00:02.0: [drm] fb0: gma500drmfb frame buffer device [ 8.040398] random: systemd: uninitialized urandom read (16 bytes read) [ 8.079205] [drm] Initialized gma500 1.0.0 20140314 for 0000:00:02.0 on minor 0 [ 8.217330] [drm:psb_intel_opregion_asle_work [gma500_gfx]] asle set backlight 800000ff [ 8.518178] serialxr_set_termios: Port Index:5 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 8.518202] Using the 16x Mode [ 8.525511] Hardware Flow Control Disabled [ 8.528124] No Software Flow Control [ 8.530790] AUTO XANY NOT Enabled [ 8.570092] random: systemd: uninitialized urandom read (16 bytes read) [ 8.573468] random: systemd: uninitialized urandom read (16 bytes read) [ 8.580089] serialxr_set_termios: Port Index:5 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 8.580112] Using the 16x Mode [ 8.585080] random: systemd: uninitialized urandom read (16 bytes read) [ 8.586278] Hardware Flow Control Disabled [ 8.596334] No Software Flow Control [ 8.599984] AUTO XANY NOT Enabled [ 8.711985] random: crng init done [ 8.715535] random: 117 urandom warning(s) missed due to ratelimiting [ 8.867862] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 8.876845] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.076086] gma500 0000:00:02.0: [drm:drm_fb_helper_hotplug_event [drm_kms_helper]] [ 9.076213] [drm:drm_client_modeset_probe [drm]] [ 9.076404] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 9.099957] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 9.100100] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 9.104735] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 9.105153] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 9.105234] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 9.105359] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 9.109996] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 9.110185] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 9.110308] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 9.110913] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 9.110964] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 9.111073] [drm:drm_client_modeset_probe [drm]] connector 37 enabled? no [ 9.111242] [drm:drm_client_modeset_probe [drm]] connector 39 enabled? yes [ 9.111408] [drm:drm_client_modeset_probe [drm]] connector 41 enabled? no [ 9.111581] [drm:drm_client_modeset_probe [drm]] connector 43 enabled? no [ 9.111739] [drm:drm_client_target_preferred [drm]] looking for cmdline mode on connector 39 [ 9.111887] [drm:drm_client_target_preferred [drm]] looking for preferred mode on connector 39 0 [ 9.112105] [drm:drm_client_target_preferred [drm]] found mode 1024x600 [ 9.112276] [drm:drm_client_modeset_probe [drm]] picking CRTCs for 1024x600 config [ 9.112466] [drm:drm_client_modeset_probe [drm]] desired mode 1024x600 set on crtc 34 (0,0) [ 9.112661] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 9.112763] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:32:crtc-0] [NOFB] [ 9.192360] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 9.192473] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 9.192729] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 9.290117] usbcore: registered new interface driver usbserial_generic [ 9.290179] usbserial: USB Serial support registered for generic [ 9.334852] usbcore: registered new interface driver qcserial [ 9.334910] usbserial: USB Serial support registered for Qualcomm USB modem [ 9.335637] qcserial 1-4:1.0: Qualcomm USB modem converter detected [ 9.344626] usb 1-4: Qualcomm USB modem converter now attached to ttyUSB0 [ 9.363613] qcserial 1-4:1.2: Qualcomm USB modem converter detected [ 9.376173] usb 1-4: Qualcomm USB modem converter now attached to ttyUSB1 [ 9.378042] qcserial 1-4:1.3: Qualcomm USB modem converter detected [ 9.454377] usb 1-4: Qualcomm USB modem converter now attached to ttyUSB2 [ 9.477572] ath: EEPROM regdomain: 0x0 [ 9.477589] ath: EEPROM indicates default country code should be used [ 9.477594] ath: doing EEPROM country->regdmn map search [ 9.477601] ath: country maps to regdmn code: 0x3a [ 9.477607] ath: Country alpha2 being used: US [ 9.477613] ath: Regpair used: 0x3a [ 9.477871] Bluetooth: Core ver 2.22 [ 9.478060] NET: Registered PF_BLUETOOTH protocol family [ 9.478080] Bluetooth: HCI device and connection manager initialized [ 9.478099] Bluetooth: HCI socket layer initialized [ 9.478114] Bluetooth: L2CAP socket layer initialized [ 9.478161] at24 0-0051: supply vcc not found, using dummy regulator [ 9.478163] Bluetooth: SCO socket layer initialized [ 9.491682] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 9.515564] at24 0-0051: 256 byte spd EEPROM, read-only [ 9.532956] usbcore: registered new interface driver cdc_wdm [ 9.557192] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xffffb8a240c00000, irq=18 [ 9.629854] qmi_wwan 1-4:1.8: cdc-wdm0: USB WDM device [ 9.631259] qmi_wwan 1-4:1.8 wwan0: register 'qmi_wwan' at usb-0000:00:1d.7-4, WWAN/QMI device, 2e:c5:29:21:21:d8 [ 9.631448] usbcore: registered new interface driver qmi_wwan [ 9.692837] usbcore: registered new interface driver btusb [ 9.790716] usb 3-1: Direct firmware load for ar3k/AthrBT_0x11020000.dfu failed with error -2 [ 9.790744] Bluetooth: Patch file not found ar3k/AthrBT_0x11020000.dfu [ 9.795061] Bluetooth: Loading patch file failed [ 9.799648] ath3k: probe of 3-1:1.0 failed with error -2 [ 9.830014] usbcore: registered new interface driver ath3k [ 10.139796] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD73E1X5: line_outs=4 (0xa/0xd/0xc/0xe/0x0) type:speaker [ 10.139820] snd_hda_codec_idt hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.139832] snd_hda_codec_idt hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.139843] snd_hda_codec_idt hdaudioC0D0: mono: mono_out=0x0 [ 10.139851] snd_hda_codec_idt hdaudioC0D0: inputs: [ 10.139858] snd_hda_codec_idt hdaudioC0D0: Line=0xb [ 10.318753] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 10.324462] EXT4-fs (sda3): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0 [ 10.364079] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 10.380942] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 10.691196] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 10.691320] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 10.691432] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 10.708469] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 10.708590] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 10.708704] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 10.750232] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 10.750347] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 10.750455] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 10.767548] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 10.767636] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 10.767714] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 11.958132] serialxr_set_termios: Port Index:5 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 11.958162] Using the 16x Mode [ 11.958176] Hardware Flow Control Disabled [ 11.958180] No Software Flow Control [ 11.958191] AUTO XANY NOT Enabled [ 13.139675] serialxr_set_termios: Port Index:5 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 13.139703] Using the 16x Mode [ 13.139713] Hardware Flow Control Disabled [ 13.139716] No Software Flow Control [ 13.139725] AUTO XANY NOT Enabled [ 13.141300] handling port<5> Parity error....(0) [ 13.260795] serialxr_set_termios: Port Index:0 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 13.260820] Using the 16x Mode [ 13.260829] Hardware Flow Control Disabled [ 13.260832] No Software Flow Control [ 13.260841] AUTO XANY NOT Enabled [ 13.267495] serialxr_set_termios: Port Index:0 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 13.267523] Using the 16x Mode [ 13.267534] Hardware Flow Control Disabled [ 13.267539] No Software Flow Control [ 13.267548] AUTO XANY NOT Enabled [ 14.212632] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 14.212737] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:32:crtc-0] [NOFB] [ 14.292651] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 14.292801] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 14.293004] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 14.372717] serialxr_set_termios: Port Index:3 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 14.372746] Using the 16x Mode [ 14.372760] Hardware Flow Control Disabled [ 14.372765] No Software Flow Control [ 14.372776] AUTO XANY NOT Enabled [ 14.372930] serialxr_set_termios: Port Index:3 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 14.372951] Using the 16x Mode [ 14.372962] Hardware Flow Control Disabled [ 14.372967] No Software Flow Control [ 14.372977] AUTO XANY NOT Enabled [ 14.406603] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 14.406744] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 14.406857] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 14.448653] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 14.448813] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:32:crtc-0] [NOFB] [ 14.488732] serialxr_set_termios: Port Index:5 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 14.488762] Using the 16x Mode [ 14.488775] Hardware Flow Control Disabled [ 14.488781] No Software Flow Control [ 14.488790] AUTO XANY NOT Enabled [ 14.529146] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 14.529252] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:47] #connectors=1 (x y) (0 0) [ 14.529693] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 14.542160] [drm:drm_mode_addfb2 [drm]] [FB:48] [ 14.545908] serialxr_set_termios: Port Index:0 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 14.545934] Using the 16x Mode [ 14.545946] Hardware Flow Control Disabled [ 14.545949] No Software Flow Control [ 14.545958] AUTO XANY NOT Enabled [ 14.776449] serialxr_set_termios: Port Index:5 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 14.776478] Using the 16x Mode [ 14.776491] Hardware Flow Control Disabled [ 14.776494] No Software Flow Control [ 14.776504] AUTO XANY NOT Enabled [ 15.136049] serialxr_set_termios: Port Index:5 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 15.136077] Using the 16x Mode [ 15.136090] Hardware Flow Control Disabled [ 15.136094] No Software Flow Control [ 15.136103] AUTO XANY NOT Enabled [ 15.700923] input: UPDD single touch as /devices/virtual/input/input8 [ 15.708109] input: UPDD right mouse button as /devices/virtual/input/input9 [ 16.064762] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 16.092066] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 16.092827] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 16.097541] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 16.097807] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 16.097943] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 16.098475] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 16.104052] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 16.104234] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 16.104680] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 16.105272] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 16.105335] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 16.106624] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 16.139991] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 16.140302] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 16.144993] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 16.145286] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 16.145419] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 16.150645] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 16.155416] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 16.155602] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 16.156079] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 16.156716] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 16.156768] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 16.865091] e1000e 0000:04:00.0 eth0: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx [ 16.865240] e1000e 0000:04:00.0 eth0: 10/100 speed: disabling TSO [ 17.235501] [drm:drm_mode_setcrtc [drm]] [CRTC:32:crtc-0] [ 17.235698] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 17.235811] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:32:crtc-0] [NOFB] [ 17.316300] [drm:drm_mode_addfb2 [drm]] [FB:48] [ 17.316545] [drm:drm_mode_setcrtc [drm]] [CRTC:34:crtc-1] [ 17.316755] [drm:drm_mode_setcrtc [drm]] [CONNECTOR:39:LVDS-1] [ 17.316931] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [ 17.317041] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CRTC:34:crtc-1] [FB:48] #connectors=1 (x y) (0 0) [ 17.317150] [drm:drm_crtc_helper_set_config [drm_kms_helper]] [CONNECTOR:39:LVDS-1] to [CRTC:34:crtc-1] [ 20.371576] serialxr_set_termios: Port Index:0 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 20.371598] Using the 16x Mode [ 20.371607] Hardware Flow Control Disabled [ 20.371610] No Software Flow Control [ 20.371619] AUTO XANY NOT Enabled [ 20.371731] serialxr_set_termios: Port Index:0 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 20.371747] Using the 16x Mode [ 20.371754] Hardware Flow Control Disabled [ 20.371757] No Software Flow Control [ 20.371765] AUTO XANY NOT Enabled [ 20.371844] serialxr_set_termios: Port Index:0 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 20.371861] Using the 16x Mode [ 20.371869] Hardware Flow Control Disabled [ 20.371872] No Software Flow Control [ 20.371880] AUTO XANY NOT Enabled [ 22.514890] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 22.548066] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 22.548364] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 22.553813] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 22.554058] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 22.554164] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 22.556718] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 22.563006] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 22.563186] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 22.563392] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 22.564070] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 22.564124] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 30.128933] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] [ 30.152020] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:37:VGA-1] disconnected [ 30.152258] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] [ 30.157656] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm LVDSBLC_B [ 30.157944] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:39:LVDS-1] probed modes : [ 30.158069] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x600": 42 29000 1024 1076 1080 1130 600 608 612 618 0x8 0xa [ 30.160381] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] [ 30.165037] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter intel drm HDMIC [ 30.165165] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:41:DVI-D-1] disconnected [ 30.165330] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] [ 30.165908] [drm:cdv_intel_dp_aux_ch [gma500_gfx]] dp_aux_ch timeout status 0x51440064 [ 30.165938] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:DP-1] disconnected [ 32.359405] serialxr_set_termios: Port Index:12 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.359436] Using the 16x Mode [ 32.359451] Hardware Flow Control Disabled [ 32.359457] No Software Flow Control [ 32.359468] AUTO XANY NOT Enabled [ 32.359580] serialxr_set_termios: Port Index:12 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.359603] Using the 16x Mode [ 32.359615] Hardware Flow Control Disabled [ 32.359619] No Software Flow Control [ 32.359631] AUTO XANY NOT Enabled [ 32.359699] serialxr_set_termios: Port Index:12 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 32.359722] Using the 16x Mode [ 32.359733] Hardware Flow Control Disabled [ 32.359738] No Software Flow Control [ 32.359749] AUTO XANY NOT Enabled [ 32.359848] serialxr_set_termios: Port Index:12 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 32.359871] Using the 16x Mode [ 32.359882] Hardware Flow Control Disabled [ 32.359887] No Software Flow Control [ 32.359899] AUTO XANY NOT Enabled [ 32.371777] serialxr_set_termios: Port Index:13 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.371808] Using the 16x Mode [ 32.371827] Hardware Flow Control Disabled [ 32.371831] No Software Flow Control [ 32.371841] AUTO XANY NOT Enabled [ 32.372130] serialxr_set_termios: Port Index:13 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.372156] Using the 16x Mode [ 32.372168] Hardware Flow Control Disabled [ 32.372172] No Software Flow Control [ 32.372184] AUTO XANY NOT Enabled [ 32.372346] serialxr_set_termios: Port Index:13 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 32.372369] Using the 16x Mode [ 32.372381] Hardware Flow Control Disabled [ 32.372387] No Software Flow Control [ 32.372399] AUTO XANY NOT Enabled [ 32.372503] serialxr_set_termios: Port Index:13 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 32.372525] Using the 16x Mode [ 32.372537] Hardware Flow Control Disabled [ 32.372542] No Software Flow Control [ 32.372554] AUTO XANY NOT Enabled [ 32.395370] serialxr_set_termios: Port Index:1 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.395397] Using the 16x Mode [ 32.395409] Hardware Flow Control Disabled [ 32.395414] No Software Flow Control [ 32.395423] AUTO XANY NOT Enabled [ 32.395519] serialxr_set_termios: Port Index:1 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 32.395539] Using the 16x Mode [ 32.395549] Hardware Flow Control Disabled [ 32.395553] No Software Flow Control [ 32.395562] AUTO XANY NOT Enabled [ 32.395609] serialxr_set_termios: Port Index:1 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 32.395628] Using the 16x Mode [ 32.395637] Hardware Flow Control Disabled [ 32.395641] No Software Flow Control [ 32.395650] AUTO XANY NOT Enabled [ 32.395718] serialxr_set_termios: Port Index:1 c_ispeed:38400 c_ospeed:38400 baud=38400 [ 32.395736] Using the 16x Mode [ 32.395746] Hardware Flow Control Disabled [ 32.395749] No Software Flow Control [ 32.395759] AUTO XANY NOT Enabled [ 33.192742] serialxr_set_termios: Port Index:8 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 33.192766] Using the 16x Mode [ 33.192778] Hardware Flow Control Disabled [ 33.192782] No Software Flow Control [ 33.192791] AUTO XANY NOT Enabled [ 33.192898] serialxr_set_termios: Port Index:8 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 33.192919] Using the 16x Mode [ 33.192930] Hardware Flow Control Disabled [ 33.192934] No Software Flow Control [ 33.192945] AUTO XANY NOT Enabled [ 33.192999] serialxr_set_termios: Port Index:8 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 33.193019] Using the 16x Mode [ 33.193029] Hardware Flow Control Disabled [ 33.193033] No Software Flow Control [ 33.193044] AUTO XANY NOT Enabled [ 33.193118] serialxr_set_termios: Port Index:8 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 33.193137] Using the 16x Mode [ 33.193148] Hardware Flow Control Disabled [ 33.193153] No Software Flow Control [ 33.193163] AUTO XANY NOT Enabled [ 34.670071] serialxr_set_termios: Port Index:2 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 34.670108] Using the 16x Mode [ 34.670125] Hardware Flow Control Disabled [ 34.670132] No Software Flow Control [ 34.670144] AUTO XANY NOT Enabled [ 34.670389] serialxr_set_termios: Port Index:2 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 34.670417] Using the 16x Mode [ 34.670431] Hardware Flow Control Disabled [ 34.670437] No Software Flow Control [ 34.670449] AUTO XANY NOT Enabled [ 34.670532] serialxr_set_termios: Port Index:2 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 34.670558] Using the 16x Mode [ 34.670571] Hardware Flow Control Disabled [ 34.670577] No Software Flow Control [ 34.670589] AUTO XANY NOT Enabled [ 34.670716] serialxr_set_termios: Port Index:2 c_ispeed:115200 c_ospeed:115200 baud=115200 [ 34.670742] Using the 16x Mode [ 34.670754] Hardware Flow Control Disabled [ 34.670761] No Software Flow Control [ 34.670772] AUTO XANY NOT Enabled [ 36.011072] serialxr_set_termios: Port Index:6 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 36.011093] Using the 16x Mode [ 36.011102] Hardware Flow Control Disabled [ 36.011105] No Software Flow Control [ 36.011113] AUTO XANY NOT Enabled [ 36.011182] serialxr_set_termios: Port Index:6 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 36.011197] Using the 16x Mode [ 36.011204] Hardware Flow Control Disabled [ 36.011206] No Software Flow Control [ 36.011214] AUTO XANY NOT Enabled [ 36.011348] serialxr_set_termios: Port Index:6 c_ispeed:9600 c_ospeed:9600 baud=9600 [ 36.011363] Using the 16x Mode [ 36.011370] Hardware Flow Control Disabled [ 36.011373] No Software Flow Control [ 36.011381] AUTO XANY NOT Enabled [ 169.158904] perf: interrupt took too long (7643 > 2500), lowering kernel.perf_event_max_sample_rate to 26000 volaris@Ubuntu-V8:~$
volaris@Ubuntu-V8:~$ lspci 00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 04) 00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 0b) 00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 02) 00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 02) 00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02) 01:00.0 Serial controller: Exar Corp. Device 8358 (rev 03) 02:00.0 Serial controller: Exar Corp. Device 0358 (rev 03) 03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01) 04:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection volaris@Ubuntu-V8:~$
volaris@Ubuntu-V8:~$ xrandr --verbose Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096 VGA-1 disconnected (normal left inverted right x axis y axis) Identifier: 0x40 Timestamp: 14144 Subpixel: unknown Clones: CRTCs: 0 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: link-status: Good supported: Good, Bad CONNECTOR_ID: 37 supported: 37 non-desktop: 0 range: (0, 1) LVDS-1 connected 1024x600+0+0 (0x45) normal (normal left inverted right x axis y axis) 0mm x 0mm Identifier: 0x41 Timestamp: 14144 Subpixel: horizontal rgb Gamma: 1.0:1.0:1.0 Brightness: 1.0 Clones: CRTC: 1 CRTCs: 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: backlight: 100 range: (0, 100) scaling mode: Full supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad CONNECTOR_ID: 39 supported: 39 non-desktop: 0 range: (0, 1) 1024x600 (0x45) 29.000MHz -HSync -VSync *current +preferred h: width 1024 start 1076 end 1080 total 1130 skew 0 clock 25.66KHz v: height 600 start 608 end 612 total 618 clock 41.53Hz 1024x576 (0x46) 29.156MHz +HSync -VSync h: width 1024 start 1072 end 1104 total 1184 skew 0 clock 24.62KHz v: height 576 start 579 end 584 total 593 clock 41.53Hz 960x600 (0x47) 53.294MHz +HSync -VSync DoubleScan h: width 960 start 984 end 1000 total 1040 skew 0 clock 51.24KHz v: height 600 start 601 end 604 total 617 clock 41.53Hz 960x540 (0x48) 25.859MHz +HSync -VSync h: width 960 start 1008 end 1040 total 1120 skew 0 clock 23.09KHz v: height 540 start 543 end 548 total 556 clock 41.53Hz 800x600 (0x49) 26.577MHz +HSync +VSync h: width 800 start 824 end 896 total 1024 skew 0 clock 25.95KHz v: height 600 start 601 end 603 total 625 clock 41.53Hz 840x525 (0x4a) 41.261MHz +HSync -VSync DoubleScan h: width 840 start 864 end 880 total 920 skew 0 clock 44.85KHz v: height 525 start 526 end 529 total 540 clock 41.53Hz 864x486 (0x4b) 21.261MHz +HSync -VSync h: width 864 start 912 end 944 total 1024 skew 0 clock 20.76KHz v: height 486 start 489 end 494 total 500 clock 41.53Hz 700x525 (0x4c) 42.236MHz +HSync +VSync DoubleScan h: width 700 start 744 end 820 total 940 skew 0 clock 44.93KHz v: height 525 start 526 end 532 total 541 clock 41.53Hz 800x450 (0x4d) 33.839MHz +HSync -VSync DoubleScan h: width 800 start 824 end 840 total 880 skew 0 clock 38.45KHz v: height 450 start 451 end 454 total 463 clock 41.53Hz 640x512 (0x4e) 37.362MHz +HSync +VSync DoubleScan h: width 640 start 664 end 720 total 844 skew 0 clock 44.27KHz v: height 512 start 512 end 514 total 533 clock 41.53Hz 700x450 (0x4f) 29.994MHz +HSync -VSync DoubleScan h: width 700 start 724 end 740 total 780 skew 0 clock 38.45KHz v: height 450 start 451 end 456 total 463 clock 41.53Hz 640x480 (0x50) 17.441MHz -HSync -VSync h: width 640 start 656 end 752 total 800 skew 0 clock 21.80KHz v: height 480 start 490 end 492 total 525 clock 41.53Hz 720x405 (0x51) 15.311MHz +HSync -VSync h: width 720 start 768 end 800 total 880 skew 0 clock 17.40KHz v: height 405 start 408 end 413 total 419 clock 41.52Hz 684x384 (0x52) 25.064MHz +HSync -VSync DoubleScan h: width 684 start 708 end 724 total 764 skew 0 clock 32.81KHz v: height 384 start 385 end 390 total 395 clock 41.53Hz 640x360 (0x53) 12.424MHz +HSync -VSync h: width 640 start 688 end 720 total 800 skew 0 clock 15.53KHz v: height 360 start 363 end 368 total 374 clock 41.52Hz 512x384 (0x54) 22.492MHz -HSync -VSync DoubleScan h: width 512 start 524 end 592 total 672 skew 0 clock 33.47KHz v: height 384 start 385 end 388 total 403 clock 41.53Hz 512x288 (0x55) 14.553MHz +HSync -VSync DoubleScan h: width 512 start 536 end 552 total 592 skew 0 clock 24.58KHz v: height 288 start 289 end 292 total 296 clock 41.52Hz 480x270 (0x56) 12.929MHz +HSync -VSync DoubleScan h: width 480 start 504 end 520 total 560 skew 0 clock 23.09KHz v: height 270 start 271 end 274 total 278 clock 41.52Hz 400x300 (0x57) 13.267MHz +HSync +VSync DoubleScan h: width 400 start 412 end 448 total 512 skew 0 clock 25.91KHz v: height 300 start 300 end 301 total 312 clock 41.53Hz 432x243 (0x58) 10.630MHz +HSync -VSync DoubleScan h: width 432 start 456 end 472 total 512 skew 0 clock 20.76KHz v: height 243 start 244 end 247 total 250 clock 41.52Hz 320x240 (0x59) 8.704MHz -HSync -VSync DoubleScan h: width 320 start 328 end 376 total 400 skew 0 clock 21.76KHz v: height 240 start 245 end 246 total 262 clock 41.53Hz 360x202 (0x5a) 7.637MHz +HSync -VSync DoubleScan h: width 360 start 384 end 400 total 440 skew 0 clock 17.36KHz v: height 202 start 204 end 206 total 209 clock 41.52Hz 320x180 (0x5b) 6.212MHz +HSync -VSync DoubleScan h: width 320 start 344 end 360 total 400 skew 0 clock 15.53KHz v: height 180 start 181 end 184 total 187 clock 41.52Hz DVI-D-1 disconnected (normal left inverted right x axis y axis) Identifier: 0x42 Timestamp: 14144 Subpixel: horizontal rgb Clones: CRTCs: 0 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: scaling mode: Full supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad CONNECTOR_ID: 41 supported: 41 non-desktop: 0 range: (0, 1) DP-1 disconnected (normal left inverted right x axis y axis) Identifier: 0x43 Timestamp: 14144 Subpixel: unknown Clones: CRTCs: 0 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: Broadcast RGB: Full supported: Full, Limited 16:235 audio: auto supported: off, auto, on link-status: Good supported: Good, Bad CONNECTOR_ID: 43 supported: 43 non-desktop: 0 range: (0, 1) volaris@Ubuntu-V8:~$
volaris@Ubuntu-V8:~$ sudo dmidecode # dmidecode 3.3 Getting SMBIOS data from sysfs. SMBIOS 2.7 present. 51 structures occupying 1985 bytes. Table at 0x7EEB3018. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: American Megatrends Inc. Version: 4.6.5 Release Date: 01/26/2022 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 1 MB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 kB floppy services are supported (int 13h) 3.5"/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 4.6 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: To be filled by O.E.M. Product Name: To be filled by O.E.M. Version: To be filled by O.E.M. Serial Number: To be filled by O.E.M. UUID: 03000200-0400-0500-0006-000700080009 Wake-up Type: Power Switch SKU Number: To be filled by O.E.M. Family: To be filled by O.E.M. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: INTEL Corporation Product Name: Tiger Hill Version: To be filled by O.E.M. Serial Number: To be filled by O.E.M. Asset Tag: To be filled by O.E.M. Features: Board is a hosting board Board is replaceable Location In Chassis: To be filled by O.E.M. Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Handle 0x0003, DMI type 3, 22 bytes Chassis Information Manufacturer: To Be Filled By O.E.M. Type: Desktop Lock: Not Present Version: To Be Filled By O.E.M. Serial Number: To Be Filled By O.E.M. Asset Tag: To Be Filled By O.E.M. Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: To be filled by O.E.M. Handle 0x0004, DMI type 4, 42 bytes Processor Information Socket Designation: CPU 1 Type: Central Processor Family: Other Manufacturer: Intel ID: 61 06 03 00 FF FB EB BF Version: Intel(R) Atom(TM) CPU N2600 @ 1.60GHz Voltage: 0.9 V External Clock: 400 MHz Max Speed: 1600 MHz Current Speed: 1600 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x0005 L2 Cache Handle: 0x0006 L3 Cache Handle: Not Provided Serial Number: To Be Filled By O.E.M. Asset Tag: To Be Filled By O.E.M. Part Number: To Be Filled By O.E.M. Core Count: 2 Core Enabled: 1 Thread Count: 2 Characteristics: 64-bit capable Handle 0x0005, DMI type 7, 19 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 24 kB Maximum Size: 24 kB Supported SRAM Types: Other Installed SRAM Type: Other Speed: Unknown Error Correction Type: None System Type: Unified Associativity: Other Handle 0x0006, DMI type 7, 19 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Varies With Memory Address Location: Internal Installed Size: 512 kB Maximum Size: 512 kB Supported SRAM Types: Other Installed SRAM Type: Other Speed: Unknown Error Correction Type: None System Type: Unified Associativity: 8-way Set-associative Handle 0x0007, DMI type 126, 19 bytes Inactive Handle 0x0008, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J1A1 Internal Connector Type: None External Reference Designator: PS2Mouse External Connector Type: PS/2 Port Type: Mouse Port Handle 0x0009, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J1A1 Internal Connector Type: None External Reference Designator: Keyboard External Connector Type: PS/2 Port Type: Keyboard Port Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2A1 Internal Connector Type: None External Reference Designator: TV Out External Connector Type: Mini Centronics Type-14 Port Type: Other Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2A2A Internal Connector Type: None External Reference Designator: COM A External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2A2B Internal Connector Type: None External Reference Designator: Video External Connector Type: DB-15 female Port Type: Video Port Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J3A1 Internal Connector Type: None External Reference Designator: USB1 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J3A1 Internal Connector Type: None External Reference Designator: USB2 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J3A1 Internal Connector Type: None External Reference Designator: USB3 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9A1 - TPM HDR Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0011, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9C1 - PCIE DOCKING CONN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0012, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2B3 - CPU FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J6C2 - EXT HDMI Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J3C1 - GMCH FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J1D1 - ITP Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E2 - MDC INTPSR Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E4 - MDC INTPSR Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E3 - LPC HOT DOCKING Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E1 - SCAN MATRIX Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9G1 - LPC SIDE BAND Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J8F1 - UNIFIED Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J6F1 - LVDS Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2F1 - LAI FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J2G1 - GFX VID Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J1G6 - AC JACK Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0020, DMI type 9, 17 bytes System Slot Information Designation: J6B2 Type: x16 PCI Express Current Usage: In Use Length: Long ID: 0 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:00:01.0 Handle 0x0021, DMI type 9, 17 bytes System Slot Information Designation: J6B1 Type: x1 PCI Express Current Usage: In Use Length: Short ID: 1 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:00:1c.3 Handle 0x0022, DMI type 9, 17 bytes System Slot Information Designation: J6D1 Type: x1 PCI Express Current Usage: In Use Length: Short ID: 2 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:00:1c.4 Handle 0x0023, DMI type 9, 17 bytes System Slot Information Designation: J7B1 Type: x1 PCI Express Current Usage: In Use Length: Short ID: 3 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:00:1c.5 Handle 0x0024, DMI type 9, 17 bytes System Slot Information Designation: J8B4 Type: x1 PCI Express Current Usage: In Use Length: Short ID: 4 Characteristics: 3.3 V is provided Opening is shared PME signal is supported Bus Address: 0000:00:1c.6 Handle 0x0025, DMI type 10, 6 bytes On Board Device Information Type: Video Status: Enabled Description: To Be Filled By O.E.M. Handle 0x0026, DMI type 11, 5 bytes OEM Strings String 1: To Be Filled By O.E.M. Handle 0x0027, DMI type 12, 5 bytes System Configuration Options Option 1: To Be Filled By O.E.M. Handle 0x0028, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: Not Provided Number Of Devices: 2 Handle 0x0029, DMI type 17, 34 bytes Memory Device Array Handle: 0x0028 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: SODIMM Set: None Locator: DIMM0 Bank Locator: BANK 0 Type: Unknown Type Detail: None Speed: Unknown Manufacturer: [Empty] Serial Number: [Empty] Asset Tag: Unknown Part Number: [Empty] Rank: Unknown Configured Memory Speed: Unknown Handle 0x002A, DMI type 17, 34 bytes Memory Device Array Handle: 0x0028 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2 GB Form Factor: SODIMM Set: None Locator: DIMM1 Bank Locator: BANK 1 Type: DDR3 Type Detail: Synchronous Speed: 800 MT/s Manufacturer: 00 Serial Number: 00156663 Asset Tag: Unknown Part Number: TS256MSK64V3N Rank: Unknown Configured Memory Speed: Unknown Handle 0x002B, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0007FFFFFFF Range Size: 2 GB Physical Device Handle: 0x002A Memory Array Mapped Address Handle: 0x002C Partition Row Position: Unknown Handle 0x002C, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0007FFFFFFF Range Size: 2 GB Physical Array Handle: 0x0028 Partition Width: 2 Handle 0x002E, DMI type 32, 20 bytes System Boot Information Status: No errors detected Handle 0x002F, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard IGD Type: Video Status: Enabled Type Instance: 1 Bus Address: 0000:00:02.0 Handle 0x0030, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard LAN Type: Ethernet Status: Enabled Type Instance: 1 Bus Address: 0000:00:19.0 Handle 0x0031, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard 1394 Type: Other Status: Enabled Type Instance: 1 Bus Address: 0000:03:1c.2 Handle 0x0037, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Handle 0x0039, DMI type 127, 4 bytes End Of Table volaris@Ubuntu-V8:~$
Attachment:
intel_bios_dump
Description: intel_bios_dump