[OPEN] thunar and ssd

First check the forums - Do not know where to put it then put it here
User avatar
fennec
Crewman
Posts: 105
Joined: Wed Dec 28, 2022 9:54 pm
Location: UK
Contact:

Retest with the LTS kernel

https://archlinux.org/packages/core/x86_64/linux-lts/

Going back to your initial problem
but if you do any moving of files or copying files to drive or from drive and you un mount the drive it tells you not to
disconnect the drive there is data needing to be written, i have left it sit for a while and the message doesn't go away.
but if you cd /run/media/user it is empty , it un mounted the drive.
Forget using Thunar for now.
Use the command line and cp, mv files across to your SSD. see if any errors pop up or even inside the journal logs.
The fact that you can't run smartctl doesn't forebode well.
However, try searching around for that error you are getting in dmesg,
klein
Crewman
Posts: 25
Joined: Mon Oct 10, 2022 2:05 am

i installed 6.1.27-1-lts

ok so i got smartctl working:

Code: Select all

sudo smartctl -a /dev/sdb -d scsi 
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.27-1-lts] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               Seagate
Product:              BUP Slim SL
Revision:             0304
Compliance:           SPC-4
User Capacity:        2,000,398,933,504 bytes [2.00 TB]
Logical block size:   512 bytes
Physical block size:  4096 bytes
Logical Unit id:      0x5000000000000001
Serial number:        NA7RNXSR
Device type:          disk
Local Time is:        Thu May  4 22:54:24 2023 EDT
SMART support is:     Available - device has SMART capability.
SMART support is:     Disabled
Temperature Warning:  Disabled or Not Supported

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

Device does not support Self Test logging
klein
Crewman
Posts: 25
Joined: Mon Oct 10, 2022 2:05 am

so i updated my arcolinux-lts laptop, now when i plug in my "Seagate Backup Plus Drive" in thunar i get this error when i try to mount the drive.
also at this point "Seagate Backup Plus Drive" on the left of thunar goes away, also my second partition icon goes away.
if i go to /run/media/klein/Seagate Backup Plus Drive the folder has a white circle with a red x, and the permission for the drive is root:root if i change it on reboot is changes from klein:klein to root:root. i conected it to a rolling arcolinux computer and it mounted with the right permission. and seemed fine .
my laptop is duel booted so i used sparkylinux to copy my files to the drive , and it works as expected.

im sure it was the update i did, just wasn't shore where to poast a comment.

Code: Select all

Failed to mount "Seagate Backup Plus Drive".
operation was canelled 
klein
Crewman
Posts: 25
Joined: Mon Oct 10, 2022 2:05 am

Code: Select all

[klein@dv7-arco-ob ~]$ sudo dmesg
[sudo] password for klein: 
[    0.000000] Linux version 6.1.29-1-lts (linux-lts@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 17 May 2023 11:35:20 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=20f83167-69f6-4925-92a8-7678b099bfa6 rw quiet loglevel=3 audit=0 nvme_load=yes
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] signal: max sigframe size: 1440
[    0.000000] BIOS-provided physical RAM map:

[    0.270989] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.270991] mtrr: probably your BIOS does not setup all CPUs.
[    0.270992] mtrr: corrected configuration.
[    0.274386] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.288749] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.288757] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.290940] fbcon: Taking over console
[    0.290940] ACPI: Added _OSI(Module Device)
[    0.290940] ACPI: Added _OSI(Processor Device)
[    0.290940] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.290940] ACPI: Added _OSI(Processor Aggregator Device)
[    0.303809] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.305273] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.314922] ACPI: EC: EC started
[    0.314927] ACPI: EC: interrupt blocked
[    0.329396] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.329401] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.329404] ACPI: Interpreter enabled
[    0.329442] ACPI: PM: (supports S0 S3 S4 S5)
[    0.329444] ACPI: Using IOAPIC for interrupt routing
[    0.329593] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.329596] PCI: Using E820 reservations for host bridge windows
[    0.330036] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.422372] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.422391] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.422708] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR DPC]
[    0.423001] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.423005] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.423008] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.423011] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[    0.423029] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-0f] only partially covers this bridge
[    0.424113] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce9ff])
[    0.424728] PCI host bridge to bus 0000:00
[    0.424732] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.424736] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.424739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.424742] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
[    0.424745] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.424748] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.424751] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xffffffff window]
[    0.424754] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.424787] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000
[    0.424947] pci 0000:00:01.0: [103c:9602] type 01 class 0x060400
[    0.425177] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
[    0.425211] pci 0000:00:04.0: enabling Extended Tags
[    0.425260] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.425420] pci 0000:00:05.0: [1022:9605] type 01 class 0x060400
[    0.425454] pci 0000:00:05.0: enabling Extended Tags
[    0.425501] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.425667] pci 0000:00:06.0: [1022:9606] type 01 class 0x060400
[    0.425701] pci 0000:00:06.0: enabling Extended Tags
[    0.425746] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.425899] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
[    0.425932] pci 0000:00:07.0: enabling Extended Tags
[    0.425978] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.426198] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.426223] pci 0000:00:11.0: reg 0x10: [io  0x8038-0x803f]
[    0.426236] pci 0000:00:11.0: reg 0x14: [io  0x804c-0x804f]
[    0.426249] pci 0000:00:11.0: reg 0x18: [io  0x8030-0x8037]
[    0.426262] pci 0000:00:11.0: reg 0x1c: [io  0x8048-0x804b]
[    0.426275] pci 0000:00:11.0: reg 0x20: [io  0x8010-0x801f]
[    0.426288] pci 0000:00:11.0: reg 0x24: [mem 0xd2508000-0xd25083ff]
[    0.426515] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.426538] pci 0000:00:12.0: reg 0x10: [mem 0xd2507000-0xd2507fff]
[    0.426774] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[    0.426796] pci 0000:00:12.1: reg 0x10: [mem 0xd2506000-0xd2506fff]
[    0.427027] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.427050] pci 0000:00:12.2: reg 0x10: [mem 0xd2508500-0xd25085ff]
[    0.427158] pci 0000:00:12.2: supports D1 D2
[    0.427160] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.427338] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.427360] pci 0000:00:13.0: reg 0x10: [mem 0xd2505000-0xd2505fff]
[    0.427599] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[    0.427621] pci 0000:00:13.1: reg 0x10: [mem 0xd2504000-0xd2504fff]
[    0.427862] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.427884] pci 0000:00:13.2: reg 0x10: [mem 0xd2508400-0xd25084ff]
[    0.427991] pci 0000:00:13.2: supports D1 D2
[    0.427993] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.428177] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.428465] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.428487] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.428500] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.428513] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.428525] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.428538] pci 0000:00:14.1: reg 0x20: [io  0x8000-0x800f]
[    0.428565] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.428567] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.428570] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.428572] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.428773] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.428802] pci 0000:00:14.2: reg 0x10: [mem 0xd2500000-0xd2503fff 64bit]
[    0.428894] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.429009] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.429290] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.429489] pci 0000:00:18.0: [1022:1300] type 00 class 0x060000
[    0.429595] pci 0000:00:18.1: [1022:1301] type 00 class 0x060000
[    0.429682] pci 0000:00:18.2: [1022:1302] type 00 class 0x060000
[    0.429771] pci 0000:00:18.3: [1022:1303] type 00 class 0x060000
[    0.429952] pci 0000:00:18.4: [1022:1304] type 00 class 0x060000
[    0.430098] pci_bus 0000:01: extended config space not accessible
[    0.430200] pci 0000:01:05.0: [1002:9612] type 00 class 0x030000
[    0.430213] pci 0000:01:05.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.430221] pci 0000:01:05.0: reg 0x14: [io  0x7000-0x70ff]
[    0.430229] pci 0000:01:05.0: reg 0x18: [mem 0xd2400000-0xd240ffff]
[    0.430246] pci 0000:01:05.0: reg 0x24: [mem 0xd2300000-0xd23fffff]
[    0.430268] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.430290] pci 0000:01:05.0: supports D1 D2
[    0.430420] pci 0000:01:05.1: [1002:960f] type 00 class 0x040300
[    0.430433] pci 0000:01:05.1: reg 0x10: [mem 0xd2410000-0xd2413fff]
[    0.430495] pci 0000:01:05.1: supports D1 D2
[    0.430626] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.430633] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    0.430637] pci 0000:00:01.0:   bridge window [mem 0xd2300000-0xd24fffff]
[    0.430642] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.430774] acpiphp: Slot [1] registered
[    0.430780] pci 0000:00:04.0: PCI bridge to [bus 02-07]
[    0.430786] pci 0000:00:04.0:   bridge window [io  0x3000-0x6fff]
[    0.430790] pci 0000:00:04.0:   bridge window [mem 0xd1300000-0xd22fffff]
[    0.430795] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[    0.430977] acpiphp: Slot [1-1] registered
[    0.431038] pci 0000:08:00.0: [197b:2382] type 00 class 0x088000
[    0.431063] pci 0000:08:00.0: reg 0x10: [mem 0xd1200300-0xd12003ff]
[    0.431134] pci 0000:08:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.431399] pci 0000:08:00.2: [197b:2381] type 00 class 0x080501
[    0.431424] pci 0000:08:00.2: reg 0x10: [mem 0xd1200200-0xd12002ff]
[    0.431731] pci 0000:08:00.3: [197b:2383] type 00 class 0x088000
[    0.431755] pci 0000:08:00.3: reg 0x10: [mem 0xd1200100-0xd12001ff]
[    0.432075] pci 0000:08:00.4: [197b:2384] type 00 class 0x088000
[    0.432100] pci 0000:08:00.4: reg 0x10: [mem 0xd1200000-0xd12000ff]
[    0.432432] pci 0000:00:05.0: PCI bridge to [bus 08]
[    0.432439] pci 0000:00:05.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.432535] pci 0000:09:00.0: [168c:001c] type 00 class 0x020000
[    0.432562] pci 0000:09:00.0: reg 0x10: [mem 0xd1100000-0xd110ffff 64bit]
[    0.432879] pci 0000:09:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.432890] pci 0000:00:06.0: PCI bridge to [bus 09]
[    0.432896] pci 0000:00:06.0:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.432983] pci 0000:0a:00.0: [10ec:8136] type 00 class 0x020000
[    0.433003] pci 0000:0a:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.433030] pci 0000:0a:00.0: reg 0x18: [mem 0xd1010000-0xd1010fff 64bit pref]
[    0.433047] pci 0000:0a:00.0: reg 0x20: [mem 0xd1000000-0xd100ffff 64bit pref]
[    0.433059] pci 0000:0a:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.433148] pci 0000:0a:00.0: supports D1 D2
[    0.433150] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.433367] pci 0000:00:07.0: PCI bridge to [bus 0a]
[    0.433373] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    0.433380] pci 0000:00:07.0:   bridge window [mem 0xd1000000-0xd10fffff 64bit pref]
[    0.433432] pci_bus 0000:80: extended config space not accessible
[    0.433514] pci 0000:00:14.4: PCI bridge to [bus 80-8f] (subtractive decode)
[    0.433520] pci 0000:00:14.4:   bridge window [io  0x1000-0x1fff]
[    0.433529] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.433532] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.433535] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.433538] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000cbfff window] (subtractive decode)
[    0.433541] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000effff window] (subtractive decode)
[    0.433544] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.433547] pci 0000:00:14.4:   bridge window [mem 0xe1000000-0xffffffff window] (subtractive decode)
[    0.501351] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.501358] ACPI: PCI: Interrupt link LNKA disabled
[    0.501537] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.501539] ACPI: PCI: Interrupt link LNKB disabled
[    0.501677] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.501680] ACPI: PCI: Interrupt link LNKC disabled
[    0.501818] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.501820] ACPI: PCI: Interrupt link LNKD disabled
[    0.501958] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.501960] ACPI: PCI: Interrupt link LNKE disabled
[    0.502098] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.502100] ACPI: PCI: Interrupt link LNKF disabled
[    0.502238] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.502240] ACPI: PCI: Interrupt link LNKG disabled
[    0.502378] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.502380] ACPI: PCI: Interrupt link LNKH disabled
[    0.503259] ACPI: EC: interrupt unblocked
[    0.503263] ACPI: EC: event unblocked
[    0.503269] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.503271] ACPI: EC: GPE=0x3
[    0.503275] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.503279] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.504366] iommu: Default domain type: Translated 
[    0.504366] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.504755] SCSI subsystem initialized
[    0.504779] libata version 3.00 loaded.
[    0.504779] ACPI: bus type USB registered
[    0.504779] usbcore: registered new interface driver usbfs
[    0.504779] usbcore: registered new interface driver hub
[    0.504779] usbcore: registered new device driver usb
[    0.504779] pps_core: LinuxPPS API ver. 1 registered
[    0.504779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.504779] PTP clock support registered
[    0.504779] EDAC MC: Ver: 3.0.0
[    0.504779] NetLabel: Initializing
[    0.504779] NetLabel:  domain hash size = 128
[    0.504779] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.504779] NetLabel:  unlabeled traffic allowed by default
[    0.504779] mctp: management component transport protocol core
[    0.504779] NET: Registered PF_MCTP protocol family
[    0.504779] PCI: Using ACPI for IRQ routing
[    0.505076] PCI: pci_cache_line_size set to 64 bytes
[    0.505185] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.505189] e820: reserve RAM buffer [mem 0xafd70000-0xafffffff]
[    0.505192] e820: reserve RAM buffer [mem 0xafe58000-0xafffffff]
[    0.505194] e820: reserve RAM buffer [mem 0xafeed000-0xafffffff]
[    0.505197] e820: reserve RAM buffer [mem 0xaff00000-0xafffffff]
[    0.505232] pci 0000:01:05.0: vgaarb: setting as boot VGA device
[    0.505232] pci 0000:01:05.0: vgaarb: bridge control possible
[    0.505232] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.505232] vgaarb: loaded
[    0.507721] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.507734] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.509924] clocksource: Switched to clocksource hpet
[    0.536029] VFS: Disk quotas dquot_6.6.0
[    0.536069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.536225] pnp: PnP ACPI init
[    0.536583] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.536593] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.537129] system 00:04: [io  0x0400-0x04cf] has been reserved
[    0.537134] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.537137] system 00:04: [io  0x04d6] has been reserved
[    0.537140] system 00:04: [io  0x0680-0x06ff] has been reserved
[    0.537143] system 00:04: [io  0x077a] has been reserved
[    0.537146] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.537149] system 00:04: [io  0x0c14] has been reserved
[    0.537152] system 00:04: [io  0x0c50-0x0c52] has been reserved
[    0.537155] system 00:04: [io  0x0c6c] has been reserved
[    0.537157] system 00:04: [io  0x0c6f] has been reserved
[    0.537160] system 00:04: [io  0x0cd0-0x0cdb] has been reserved
[    0.537248] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.537253] system 00:05: [mem 0xfff00000-0xffffffff] has been reserved
[    0.594628] pnp: PnP ACPI: found 7 devices
[    0.610956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.611153] NET: Registered PF_INET protocol family
[    0.611493] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.613848] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.614013] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.614244] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.614892] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.615458] TCP: Hash tables configured (established 32768 bind 32768)
[    0.615752] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.615838] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.615902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.616028] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.616044] NET: Registered PF_XDP protocol family
[    0.616054] pci 0000:08:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    0.616063] pci 0000:0a:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.616102] clipped [mem size 0x00020000] to [mem size 0x00010000] for e820 entry [mem 0x000e0000-0x000fffff]
[    0.616108] pci 0000:00:07.0: BAR 14: assigned [mem 0xd2600000-0xd26fffff]
[    0.616116] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.616121] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    0.616127] pci 0000:00:01.0:   bridge window [mem 0xd2300000-0xd24fffff]
[    0.616131] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.616137] pci 0000:00:04.0: PCI bridge to [bus 02-07]
[    0.616140] pci 0000:00:04.0:   bridge window [io  0x3000-0x6fff]
[    0.616145] pci 0000:00:04.0:   bridge window [mem 0xd1300000-0xd22fffff]
[    0.616149] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[    0.616156] pci 0000:08:00.0: BAR 6: assigned [mem 0xd1210000-0xd121ffff pref]
[    0.616161] pci 0000:00:05.0: PCI bridge to [bus 08]
[    0.616166] pci 0000:00:05.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.616173] pci 0000:00:06.0: PCI bridge to [bus 09]
[    0.616178] pci 0000:00:06.0:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.616186] pci 0000:0a:00.0: BAR 6: assigned [mem 0xd2600000-0xd261ffff pref]
[    0.616189] pci 0000:00:07.0: PCI bridge to [bus 0a]
[    0.616192] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    0.616197] pci 0000:00:07.0:   bridge window [mem 0xd2600000-0xd26fffff]
[    0.616201] pci 0000:00:07.0:   bridge window [mem 0xd1000000-0xd10fffff 64bit pref]
[    0.616209] pci 0000:00:14.4: PCI bridge to [bus 80-8f]
[    0.616246] pci 0000:00:14.4:   bridge window [io  0x1000-0x1fff]
[    0.616265] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.616268] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.616271] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.616274] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
[    0.616276] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.616279] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xdfffffff window]
[    0.616281] pci_bus 0000:00: resource 10 [mem 0xe1000000-0xffffffff window]
[    0.616285] pci_bus 0000:01: resource 0 [io  0x7000-0x7fff]
[    0.616287] pci_bus 0000:01: resource 1 [mem 0xd2300000-0xd24fffff]
[    0.616290] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.616293] pci_bus 0000:02: resource 0 [io  0x3000-0x6fff]
[    0.616296] pci_bus 0000:02: resource 1 [mem 0xd1300000-0xd22fffff]
[    0.616298] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
[    0.616302] pci_bus 0000:08: resource 1 [mem 0xd1200000-0xd12fffff]
[    0.616305] pci_bus 0000:09: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.616308] pci_bus 0000:0a: resource 0 [io  0x2000-0x2fff]
[    0.616310] pci_bus 0000:0a: resource 1 [mem 0xd2600000-0xd26fffff]
[    0.616313] pci_bus 0000:0a: resource 2 [mem 0xd1000000-0xd10fffff 64bit pref]
[    0.616316] pci_bus 0000:80: resource 0 [io  0x1000-0x1fff]
[    0.616319] pci_bus 0000:80: resource 4 [io  0x0000-0x0cf7 window]
[    0.616321] pci_bus 0000:80: resource 5 [io  0x0d00-0xffff window]
[    0.616324] pci_bus 0000:80: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.616327] pci_bus 0000:80: resource 7 [mem 0x000c0000-0x000cbfff window]
[    0.616329] pci_bus 0000:80: resource 8 [mem 0x000d0000-0x000effff window]
[    0.616332] pci_bus 0000:80: resource 9 [mem 0xc0000000-0xdfffffff window]
[    0.616335] pci_bus 0000:80: resource 10 [mem 0xe1000000-0xffffffff window]
[    0.616487] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
[    0.618470] pci 0000:01:05.1: D0 power state depends on 0000:01:05.0
[    0.618545] PCI: CLS 64 bytes, default 64
[    0.618740] Trying to unpack rootfs image as initramfs...
[    0.630129] Initialise system trusted keyrings
[    0.630167] Key type blacklist registered
[    0.630383] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    0.633888] zbud: loaded
[    0.634621] integrity: Platform Keyring initialized
[    0.634630] integrity: Machine keyring initialized
[    0.648358] Key type asymmetric registered
[    0.648361] Asymmetric key parser 'x509' registered
[    0.778880] Freeing initrd memory: 9116K
[    0.788668] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.788755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.788894] io scheduler mq-deadline registered
[    0.788897] io scheduler kyber registered
[    0.789012] io scheduler bfq registered
[    0.791473] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.791822] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.791910] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.791946] ACPI: button: Power Button [PWRB]
[    0.792020] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.792050] ACPI: button: Lid Switch [LID]
[    0.792103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.792237] ACPI: button: Power Button [PWRF]
[    0.886319] thermal LNXTHERM:00: registered as thermal_zone0
[    0.886327] ACPI: thermal: Thermal Zone [TZ01] (62 C)
[    0.887179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.894733] Non-volatile memory driver v1.3
[    0.894741] Linux agpgart interface v0.103
[    0.894799] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.894811] ACPI: bus type drm_connector registered
[    0.895902] ahci 0000:00:11.0: version 3.0
[    0.896365] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    0.896371] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
[    0.898618] scsi host0: ahci
[    0.899125] scsi host1: ahci
[    0.899582] scsi host2: ahci
[    0.900008] scsi host3: ahci
[    0.900489] scsi host4: ahci
[    0.900902] scsi host5: ahci
[    0.901069] ata1: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508100 irq 22
[    0.901075] ata2: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508180 irq 22
[    0.901079] ata3: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508200 irq 22
[    0.901082] ata4: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508280 irq 22
[    0.901086] ata5: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508300 irq 22
[    0.901089] ata6: SATA max UDMA/133 abar m1024@0xd2508000 port 0xd2508380 irq 22
[    0.901964] QUIRK: Enable AMD PLL fix
[    0.902053] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.902067] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    0.902078] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.902081] ehci-pci 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
[    0.902136] ehci-pci 0000:00:12.2: debug port 1
[    0.902222] ehci-pci 0000:00:12.2: irq 17, io mem 0xd2508500
[    0.914155] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.914257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.914261] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.914264] usb usb1: Product: EHCI Host Controller
[    0.914267] usb usb1: Manufacturer: Linux 6.1.29-1-lts ehci_hcd
[    0.914269] usb usb1: SerialNumber: 0000:00:12.2
[    0.914531] hub 1-0:1.0: USB hub found
[    0.914545] hub 1-0:1.0: 6 ports detected
[    0.915237] ehci-pci 0000:00:13.2: EHCI Host Controller
[    0.915248] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    0.915256] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.915259] ehci-pci 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
[    0.915281] ehci-pci 0000:00:13.2: debug port 1
[    0.915359] ehci-pci 0000:00:13.2: irq 19, io mem 0xd2508400
[    0.927504] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    0.927685] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.927689] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.927692] usb usb2: Product: EHCI Host Controller
[    0.927695] usb usb2: Manufacturer: Linux 6.1.29-1-lts ehci_hcd
[    0.927698] usb usb2: SerialNumber: 0000:00:13.2
[    0.928054] hub 2-0:1.0: USB hub found
[    0.928070] hub 2-0:1.0: 6 ports detected
[    0.928860] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    0.928874] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[    0.928947] ohci-pci 0000:00:12.0: irq 16, io mem 0xd2507000
[    0.988284] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    0.988289] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.988292] usb usb3: Product: OHCI PCI host controller
[    0.988295] usb usb3: Manufacturer: Linux 6.1.29-1-lts ohci_hcd
[    0.988297] usb usb3: SerialNumber: 0000:00:12.0
[    0.988580] hub 3-0:1.0: USB hub found
[    0.988597] hub 3-0:1.0: 3 ports detected
[    0.989061] ohci-pci 0000:00:12.1: OHCI PCI host controller
[    0.989080] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4
[    0.989127] ohci-pci 0000:00:12.1: irq 16, io mem 0xd2506000
[    1.048274] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    1.048278] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.048281] usb usb4: Product: OHCI PCI host controller
[    1.048283] usb usb4: Manufacturer: Linux 6.1.29-1-lts ohci_hcd
[    1.048286] usb usb4: SerialNumber: 0000:00:12.1
[    1.048545] hub 4-0:1.0: USB hub found
[    1.048575] hub 4-0:1.0: 3 ports detected
[    1.049051] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.049062] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.049128] ohci-pci 0000:00:13.0: irq 18, io mem 0xd2505000
[    1.108266] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    1.108275] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.108278] usb usb5: Product: OHCI PCI host controller
[    1.108280] usb usb5: Manufacturer: Linux 6.1.29-1-lts ohci_hcd
[    1.108283] usb usb5: SerialNumber: 0000:00:13.0
[    1.108659] hub 5-0:1.0: USB hub found
[    1.108675] hub 5-0:1.0: 3 ports detected
[    1.109204] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    1.109223] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.109283] ohci-pci 0000:00:13.1: irq 18, io mem 0xd2504000
[    1.168365] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    1.168369] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.168372] usb usb6: Product: OHCI PCI host controller
[    1.168374] usb usb6: Manufacturer: Linux 6.1.29-1-lts ohci_hcd
[    1.168377] usb usb6: SerialNumber: 0000:00:13.1
[    1.168665] hub 6-0:1.0: USB hub found
[    1.168689] hub 6-0:1.0: 3 ports detected
[    1.169028] usbcore: registered new interface driver usbserial_generic
[    1.169038] usbserial: USB Serial support registered for generic
[    1.169279] rtc_cmos 00:01: RTC can wake from S4
[    1.169672] rtc_cmos 00:01: registered as rtc0
[    1.169735] rtc_cmos 00:01: setting system clock to 2023-05-23T16:02:56 UTC (1684857776)
[    1.169786] rtc_cmos 00:01: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.169996] ledtrig-cpu: registered to indicate activity on CPUs
[    1.170351] vesafb: mode is 1152x864x32, linelength=4608, pages=0
[    1.170354] vesafb: scrolling: redraw
[    1.170356] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.170378] vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 3904k, total 3904k
[    1.170604] Console: switching to colour frame buffer device 144x54
[    1.214635] ata6: SATA link down (SStatus 0 SControl 300)
[    1.214686] ata2: SATA link down (SStatus 0 SControl 300)
[    1.217794] ata3: SATA link down (SStatus 0 SControl 300)
[    1.217832] ata5: SATA link down (SStatus 0 SControl 300)
[    1.370823] ata1: softreset failed (device not ready)
[    1.370827] ata1: applying PMP SRST workaround and retrying
[    1.370849] ata4: softreset failed (device not ready)
[    1.370852] ata4: applying PMP SRST workaround and retrying
[    1.377493] usb 3-2: new low-speed USB device number 2 using ohci-pci
[    1.411937] ACPI: battery: Slot [BAT0] (battery present)
[    1.427337] fb0: VESA VGA frame buffer device
[    1.427378] hid: raw HID events driver (C) Jiri Kosina
[    1.427665] drop_monitor: Initializing network drop monitor service
[    1.466271] Initializing XFRM netlink socket
[    1.466578] NET: Registered PF_INET6 protocol family
[    1.477046] Segment Routing with IPv6
[    1.477054] RPL Segment Routing with IPv6
[    1.477090] In-situ OAM (IOAM) with IPv6
[    1.477150] NET: Registered PF_PACKET protocol family
[    1.477827] microcode: CPU0: patch_level=0x02000032
[    1.477837] microcode: CPU1: patch_level=0x02000032
[    1.477849] microcode: Microcode Update Driver: v2.2.
[    1.477860] IPI shorthand broadcast: enabled
[    1.478293] registered taskstats version 1
[    1.478830] Loading compiled-in X.509 certificates
[    1.486770] Loaded X.509 cert 'Build time autogenerated kernel key: 1f4340d65ed71f8c996539f6234b6db6c92bfec0'
[    1.488343] zswap: loaded using pool lz4/z3fold
[    1.489101] Key type .fscrypt registered
[    1.489104] Key type fscrypt-provisioning registered
[    1.499155] PM:   Magic number: 7:381:35
[    1.499565] RAS: Correctable Errors collector initialized.
[    1.499621] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.527529] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.527571] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.529588] ata1.00: ATA-8: WDC WD3200BEVT-60ZCT1, 13.01A13, max UDMA/100
[    1.529705] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.531936] ata1.00: configured for UDMA/100
[    1.532243] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-6 1A13 PQ: 0 ANSI: 5
[    1.533792] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.533858] sd 0:0:0:0: [sda] Write Protect is off
[    1.533864] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.533924] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.534245] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    1.540376] ata4.00: ATAPI: Optiarc DVD RW AD-7560S, SH03, max UDMA/100
[    1.553991] ata4.00: configured for UDMA/100
[    1.555695] scsi 3:0:0:0: CD-ROM            Optiarc  DVD RW AD-7560S  SH03 PQ: 0 ANSI: 5
[    1.567022] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a, bcdDevice=54.00
[    1.567028] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.567031] usb 3-2: Product: USB Optical Mouse
[    1.567034] usb 3-2: Manufacturer: Logitech
[    1.629747]  sda: sda1 sda2 sda3 sda4
[    1.630540] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.633582] Freeing unused decrypted memory: 2036K
[    1.635222] Freeing unused kernel image (initmem) memory: 2144K
[    1.644183] Write protecting the kernel read-only data: 30720k
[    1.646043] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.647053] Freeing unused kernel image (rodata/data gap) memory: 1220K
[    1.713575] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.713585] rodata_test: all tests were successful
[    1.713637] Run /init as init process
[    1.713640]   with arguments:
[    1.713643]     /init
[    1.713644]   with environment:
[    1.713646]     HOME=/
[    1.713647]     TERM=linux
[    1.713648]     BOOT_IMAGE=/boot/vmlinuz-linux-lts
[    1.713650]     nvme_load=yes
[    2.025049] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.058557] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.058578] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.116001] sdhci: Secure Digital Host Controller Interface driver
[    2.116010] sdhci: Copyright(c) Pierre Ossman
[    2.134707] scsi host6: pata_atiixp
[    2.147541] scsi host7: pata_atiixp
[    2.147733] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8000 irq 14
[    2.147738] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8008 irq 15
[    2.152821] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/0003:046D:C05A.0001/input/input3
[    2.158539] sdhci-pci 0000:08:00.0: SDHCI controller found [197b:2382] (rev 0)
[    2.159962] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-2/input0
[    2.160101] usbcore: registered new interface driver usbhid
[    2.160105] usbhid: USB HID core driver
[    2.164825] mmc0: SDHCI controller on PCI [0000:08:00.0] using ADMA
[    2.164965] sdhci-pci 0000:08:00.2: SDHCI controller found [197b:2381] (rev 0)
[    2.165157] sdhci-pci 0000:08:00.2: Refusing to bind to secondary interface.
[    2.177485] usb 1-6: new high-speed USB device number 3 using ehci-pci
[    2.194170] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.194183] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.248592] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    2.346531] usb 1-6: New USB device found, idVendor=064e, idProduct=c107, bcdDevice= 1.00
[    2.346543] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.346547] usb 1-6: Product: HP Webcam
[    2.346550] usb 1-6: Manufacturer: SuYin
[    2.346552] usb 1-6: SerialNumber: CN0314-MM00-MI06-VH-R53.90.01
[    2.352240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.501805] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[    5.710760] random: crng init done
[    6.780165] systemd[1]: systemd 253.4-1-arch 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    6.780181] systemd[1]: Detected architecture x86-64.
[    6.837971] systemd[1]: Hostname set to <dv7-arco-ob>.
[    7.461223] systemd[1]: bpf-lsm: LSM BPF program attached
[   11.565889] systemd[1]: Configuration file /etc/systemd/system/piavpn.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   11.606186] systemd[1]: Queued start job for default target Graphical Interface.
[   11.630012] systemd[1]: Created slice Slice /system/getty.
[   11.631243] systemd[1]: Created slice Slice /system/modprobe.
[   11.631996] systemd[1]: Created slice User and Session Slice.
[   11.632264] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   11.632410] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.632961] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.633070] systemd[1]: Reached target Local Encrypted Volumes.
[   11.633116] systemd[1]: Reached target Login Prompts.
[   11.633162] systemd[1]: Reached target Local Integrity Protected Volumes.
[   11.633271] systemd[1]: Reached target Remote File Systems.
[   11.633313] systemd[1]: Reached target Slice Units.
[   11.633376] systemd[1]: Reached target Swaps.
[   11.633432] systemd[1]: Reached target Local Verity Protected Volumes.
[   11.633701] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   11.634024] systemd[1]: Listening on LVM2 poll daemon socket.
[   11.637186] systemd[1]: Listening on Process Core Dump Socket.
[   11.637621] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.637951] systemd[1]: Listening on Journal Socket.
[   11.638343] systemd[1]: Listening on udev Control Socket.
[   11.638596] systemd[1]: Listening on udev Kernel Socket.
[   11.641546] systemd[1]: Mounting Huge Pages File System...
[   11.644530] systemd[1]: Mounting POSIX Message Queue File System...
[   11.647570] systemd[1]: Mounting Kernel Debug File System...
[   11.650515] systemd[1]: Mounting Kernel Trace File System...
[   11.714544] systemd[1]: Mounting Temporary Directory /tmp...
[   11.718014] systemd[1]: Starting Create List of Static Device Nodes...
[   11.721284] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   11.732555] systemd[1]: Starting Load Kernel Module configfs...
[   11.735981] systemd[1]: Starting Load Kernel Module dm_mod...
[   11.739448] systemd[1]: Starting Load Kernel Module drm...
[   11.742902] systemd[1]: Starting Load Kernel Module fuse...
[   11.751005] systemd[1]: Starting Load Kernel Module loop...
[   11.751338] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   11.756049] systemd[1]: Starting Journal Service...
[   11.851552] fuse: init (API version 7.37)
[   11.871507] systemd[1]: Starting Load Kernel Modules...
[   11.871648] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   11.874699] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.877946] systemd[1]: Starting Coldplug All udev Devices...
[   11.882443] systemd[1]: Mounted Huge Pages File System.
[   11.882770] systemd[1]: Mounted POSIX Message Queue File System.
[   11.882976] systemd[1]: Mounted Kernel Debug File System.
[   11.883186] systemd[1]: Mounted Kernel Trace File System.
[   11.883441] systemd[1]: Mounted Temporary Directory /tmp.
[   11.904764] systemd[1]: Finished Create List of Static Device Nodes.
[   11.945057] EXT4-fs (sda2): re-mounted. Quota mode: none.
[   11.976565] loop: module loaded
[   12.029107] systemd-journald[235]: Collecting audit messages is disabled.
[   12.116845] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   12.121525] systemd[1]: Finished Load Kernel Module configfs.
[   12.122356] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   12.135045] systemd[1]: Finished Load Kernel Module drm.
[   12.135807] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   12.144765] systemd[1]: Finished Load Kernel Module fuse.
[   12.145456] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   12.152106] systemd[1]: Finished Load Kernel Module loop.
[   12.165056] systemd[1]: Finished Remount Root and Kernel File Systems.
[   12.185837] device-mapper: uevent: version 1.0.3
[   12.186066] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[   12.188150] systemd[1]: Mounting FUSE Control File System...
[   12.191892] systemd[1]: Mounting Kernel Configuration File System...
[   12.192101] systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[   12.310848] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   12.328395] systemd[1]: Starting Load/Save OS Random Seed...
[   12.328666] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[   12.331630] systemd[1]: Starting Create Static Device Nodes in /dev...
[   12.334928] systemd[1]: Started Journal Service.
[   12.423794] systemd-journald[235]: Received client request to flush runtime journal.
[   15.655784] acpi_cpufreq: overriding BIOS provided _PSD data
[   15.842169] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   15.842378] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   15.868370] ene_ir: chip is 0x3926 - kbver = 0x00, rev = 0xc0
[   15.868386] ene_ir: PLL freq = 1406
[   15.868389] ene_ir: KB3926C detected
[   15.868404] ene_ir: Firmware regs: c1 01
[   15.868407] ene_ir: Hardware features:
[   15.868409] ene_ir: * Uses GPIO 40 for IR demodulated input
[   15.951935] Registered IR keymap rc-rc6-mce
[   15.968315] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   15.968510] sp5100-tco sp5100-tco: Failed to reserve MMIO or alternate MMIO region
[   15.968515] sp5100-tco: probe of sp5100-tco failed with error -16
[   16.000256] IR RC6 protocol handler initialized
[   16.031027] rc rc0: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0
[   16.031135] rc rc0: lirc_dev: driver ene_ir registered at minor = 0, raw IR receiver, no transmitter
[   16.033546] input: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0/input6
[   16.034909] ene_ir: driver has been successfully loaded
[   16.035307] rc rc0: nonsensical timing event of duration 0
[   16.035311] rc rc0: two consecutive events of type space
[   16.149513] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   16.149866] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7
[   16.181500] hp_accel: hardware type DV7 found
[   16.182317] lis3lv02d: 8 bits sensor found
[   16.219710] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input8
[   16.385102] r8169 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
[   16.391412] r8169 0000:0a:00.0 eth0: RTL8102e/RTL8103e, 00:23:5a:3d:ae:37, XID 24a, IRQ 19
[   17.171870] [drm] radeon kernel modesetting enabled.
[   17.172348] Console: switching to colour dummy device 80x25
[   17.172461] radeon 0000:01:05.0: vgaarb: deactivate vga console
[   17.172521] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input10
[   17.176845] [drm] initializing kernel modesetting (RS780 0x1002:0x9612 0x103C:0x30FC 0x00).
[   17.176935] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000cbfff window]
[   17.176942] caller pci_map_rom+0x69/0x190 mapping multiple BARs
[   17.178858] ATOM BIOS: HP_TrinityUMA
[   17.178915] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used)
[   17.178920] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[   17.178937] [drm] Detected VRAM RAM=256M, BAR=256M
[   17.178939] [drm] RAM width 32bits DDR
[   17.179018] [drm] radeon: 256M of VRAM memory ready
[   17.179021] [drm] radeon: 512M of GTT memory ready.
[   17.179049] [drm] Loading RS780 Microcode
[   17.253847] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.270606] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD71B7X: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   17.270621] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.270624] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   17.270628] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   17.270630] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x1e/0x0
[   17.270632] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   17.270635] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x18
[   17.270638] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.277592] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.337240] kvm: support for 'kvm_amd' disabled by bios
[   17.366849] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   17.366948] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[   17.377764] input: HP WMI hotkeys as /devices/virtual/input/input11
[   17.472520] [drm] radeon: power management initialized
[   17.581087] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   17.605403] [drm] PCIE GART of 512M enabled (table at 0x00000000C0146000).
[   17.608064] radeon 0000:01:05.0: WB enabled
[   17.608075] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00
[   17.612939] radeon 0000:01:05.0: fence driver on ring 5 use gpu addr 0x00000000c0056038
[   17.614574] radeon 0000:01:05.0: radeon: MSI limited to 32-bit
[   17.614606] [drm] radeon: irq initialized.
[   17.650946] [drm] ring test on 0 succeeded in 1 usecs
[   17.827172] [drm] ring test on 5 succeeded in 1 usecs
[   17.840952] [drm] UVD initialized successfully.
[   17.841637] [drm] ib test on ring 0 succeeded in 0 usecs
[   17.999054] psmouse serio1: synaptics: queried max coordinates: x [..5608], y [..4638]
[   18.093996] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1a0b1, caps: 0xd04751/0xa00000/0x20000/0x0, board id: 0, fw id: 509933
[   18.159458] r8169 0000:0a:00.0 enp10s0: renamed from eth0
[   18.210043] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[   18.267573] mousedev: PS/2 mouse device common for all mice
[   18.286199] ath5k 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[   18.286472] ath5k 0000:09:00.0: registered as 'phy0'
[   18.514454] [drm] ib test on ring 5 succeeded
[   18.522201] acpi device:03: registered as cooling_device2
[   18.522264] [drm] Radeon Display Connectors
[   18.522270] [drm] Connector 0:
[   18.522276] [drm]   VGA-1
[   18.522281] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[   18.522294] [drm]   Encoders:
[   18.522298] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   18.522303] [drm] Connector 1:
[   18.522308] [drm]   HDMI-A-1
[   18.522313] [drm]   HPD1
[   18.522317] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[   18.522328] [drm]   Encoders:
[   18.522332] [drm]     DFP1: INTERNAL_UNIPHY
[   18.522337] [drm] Connector 2:
[   18.522341] [drm]   LVDS-1
[   18.522346] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[   18.522357] [drm]   Encoders:
[   18.522361] [drm]     LCD1: INTERNAL_KLDSCP_LVTMA
[   18.824516] ath: EEPROM regdomain: 0x64
[   18.824541] ath: EEPROM indicates we should expect a direct regpair map
[   18.824554] ath: Country alpha2 being used: 00
[   18.824560] ath: Regpair used: 0x64
[   18.824665] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   18.830616] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[   18.877077] ath5k 0000:09:00.0 wlp9s0: renamed from wlan0
[   19.536073] [drm] fb mappable at 0xC0247000
[   19.536095] [drm] vram apper at 0xC0000000
[   19.536100] [drm] size 5324800
[   19.536106] [drm] fb depth is 24
[   19.536110] [drm]    pitch is 5888
[   19.541309] fbcon: radeondrmfb (fb0) is primary device
[   19.624508] Console: switching to colour frame buffer device 180x56
[   19.647743] radeon 0000:01:05.0: [drm] fb0: radeondrmfb frame buffer device
[   19.667829] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:05.0 on minor 0
[   27.661285] mc: Linux media interface: v0.10
[   27.671590] [drm] amdgpu kernel modesetting enabled.
[   27.672060] amdgpu: CRAT table not found
[   27.672067] amdgpu: Virtual CRAT table created for CPU
[   27.672090] amdgpu: Topology: Add CPU node
[   27.735210] videodev: Linux video capture interface: v2.00
[   27.946007] usb 1-6: Found UVC 1.00 device HP Webcam (064e:c107)
[   27.965025] input: HP Webcam: HP Webcam as /devices/pci0000:00/0000:00:12.2/usb1/1-6/1-6:1.0/input/input14
[   27.965528] usbcore: registered new interface driver uvcvideo
[   33.611524] RTL8201CP Ethernet r8169-0-a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-a00:00, irq=MAC)
[   33.673016] r8169 0000:0a:00.0 enp10s0: Link is Down
[   37.236638] wlp9s0: authenticate with 1e:d1:db:23:a5:46
[   37.236677] wlp9s0: 80 MHz not supported, disabling VHT
[   37.261228] wlp9s0: send auth to 1e:d1:db:23:a5:46 (try 1/3)
[   37.276291] wlp9s0: authenticated
[   37.278601] wlp9s0: associate with 1e:d1:db:23:a5:46 (try 1/3)
[   37.347375] wlp9s0: RX AssocResp from 1e:d1:db:23:a5:46 (capab=0x431 status=0 aid=7)
[   37.347788] wlp9s0: associated
[   37.348716] ath: EEPROM regdomain: 0x8348
[   37.348728] ath: EEPROM indicates we should expect a country code
[   37.348737] ath: doing EEPROM country->regdmn map search
[   37.348743] ath: country maps to regdmn code: 0x3a
[   37.348749] ath: Country alpha2 being used: US
[   37.348754] ath: Regpair used: 0x3a
[   37.348759] ath: regdomain 0x8348 dynamically updated by country element
[   37.464509] IPv6: ADDRCONF(NETDEV_CHANGE): wlp9s0: link becomes ready
[  222.604186] usb 1-5: new high-speed USB device number 4 using ehci-pci
[  222.753332] usb 1-5: New USB device found, idVendor=0bc2, idProduct=ab24, bcdDevice= 1.00
[  222.753353] usb 1-5: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[  222.753365] usb 1-5: Product: BUP Slim SL
[  222.753374] usb 1-5: Manufacturer: Seagate
[  222.753382] usb 1-5: SerialNumber: NA7RNXSR
[  223.708020] usbcore: registered new interface driver usb-storage
[  223.726455] scsi host8: uas
[  223.729924] usbcore: registered new interface driver uas
[  223.733131] scsi 8:0:0:0: Direct-Access     Seagate  BUP Slim SL      0304 PQ: 0 ANSI: 6
[  223.738925] sd 8:0:0:0: [sdb] Spinning up disk...
[  224.754199] ..ready
[  225.768316] sd 8:0:0:0: [sdb] 3907029167 512-byte logical blocks: (2.00 TB/1.82 TiB)
[  225.768335] sd 8:0:0:0: [sdb] 2048-byte physical blocks
[  226.018916] sd 8:0:0:0: [sdb] Write Protect is off
[  226.018947] sd 8:0:0:0: [sdb] Mode Sense: 4f 00 00 00
[  226.019741] sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  226.019995] sd 8:0:0:0: [sdb] Preferred minimum I/O size 512 bytes not a multiple of physical block size (2048 bytes)
[  226.020013] sd 8:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (2048 bytes)
[  226.037606]  sdb: sdb1
[  226.037989] sd 8:0:0:0: [sdb] Attached SCSI disk
[  229.975555] ntfs3: Max link count 4000
[  229.975567] ntfs3: Enabled Linux POSIX ACLs support
[  229.975569] ntfs3: Read-only LZX/Xpress compression included
[klein@dv7-arco-ob ~]$ 

Post Reply

Return to “General Questions”