Vanilla Dpup 11.0.x Development Builds

Moderators: dimkr, Forum moderators

Post Reply
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

11.0.147 will add a mouse/touchpad configuration tool:

Image

d-pupp
Posts: 292
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 164 times
Been thanked: 50 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by d-pupp »

@dimkr I have been trying to get the icons to work on spacefm by mime type.
I have succeeded by following the help section MIME Menu and adding my own.
First set the root editor
View > Preferences > Advanced > Root's editor: l3afpad
To set an icon
Right click a mime type and pick Open
From that sub menu pick one of the apps and right click again. That opens the mime sub menu.
From that sub menu pick "Application-'mime type you selected'.xml (*new)" and it will copy files to ~/.local/share/mime
and open the editor
Add for example
<icon name="/usr/share/icons/Adwaita/16x16/mimetypes/text-x-script.png"/>

My question is as spacefm uses mime type to set the icon and manual setting works. Is there something wrong with the icon path or the .xml files used to set the mime type that is causing the icon to show only generic icons?

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

d-pupp wrote: Sat Jun 29, 2024 11:20 pm

Is there something wrong with the icon path or the .xml files used to set the mime type that is causing the icon to show only generic icons?

First of all, use file -bi /path/to/file to get its MIME type. Many text files are incorrectly identified as text/plain because it's not always possible to distinguish between similar types.

d-pupp
Posts: 292
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 164 times
Been thanked: 50 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by d-pupp »

First of all, use file -bi /path/to/file to get its MIME type. Many text files are incorrectly identified as text/plain because it's not always possible to distinguish between similar types.

Can I get more information? I don't understand what you are trying to tell me.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

@d-pupp Open a terminal, run file -bi followed by the path of the file you're trying to change the icon for. This will give you the correct MIME type.

d-pupp
Posts: 292
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 164 times
Been thanked: 50 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by d-pupp »

@dimkr Thanks I understand the file -bi part now. However when setting it up spacefm determines the mime type and only offers me a copy of the xml file to edit. I notices that some the them have a <generic-icon name="x-office-document"/> tag. So my question it really why is that icon not being displayed? Is it a path issue to the icon or an problem with the generic-icon tag? Just curious.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

d-pupp wrote: Sun Jun 30, 2024 3:20 pm

So my question it really why is that icon not being displayed?

I have no idea, but my best guess (without looking too deeply) is inability to detect the MIME type. Some MIME types are hard to identify, especially those that are essentially plain text without any headers, so it's nothing but a wild guess.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

Good progress :)

Image

Image

d-pupp
Posts: 292
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 164 times
Been thanked: 50 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by d-pupp »

Testing dpup 11.0150
Nicely done dimkr.
The setup tools and extra software is just what it needed to feel complete.

Attachments
screenshot.150.jpg
screenshot.150.jpg (179.42 KiB) Viewed 1843 times
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

d-pupp wrote: Wed Jul 03, 2024 8:00 pm

The setup tools and extra software is just what it needed to feel complete.

What do you think about starting a customization/tweaking thread, with things like your dark mode settings? At some point, 11.0.x will need to develop a "user culture" alongside the "development culture", with traditions of troubleshooting or customization, methods of building third-party addons, tips for newcomers, etc'.

d-pupp
Posts: 292
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 164 times
Been thanked: 50 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by d-pupp »

What do you think about starting a customization/tweaking thread,

I agree. I think a customization/tweaking thread is a good idea. I can start one and post a few things.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

11.0.153 bumps the kernel to 6.9.x and includes more cleanup work. Now it should be possible to build a really barebones dpup, so I might add a 'barebones' flavor for those interested in something as small as possible.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

11.0.155 fixes several important issues:
1. connman no longer changes the hostname if instructed to do so over DHCP - this fixes a problem where legacy applications that use Xwayland fail to start (xauth fails) if the network connection was established *after* the desktop was started
2. I added nss-myhostname to ensure that the hostname (the default is puppypc) things like localhost or localhost.localdomain can be resolved without having to define them in /etc/hosts - many applications are slow to start when they try to resolve the local hostname over the network (!), against a DNS server
3. The memory consumed by SFSs cached in RAM is not freed if you have swap (and everyone has swap by default due to the fallback to zra) because the system never reaches an OOM condition where sfslock "volunteers" to be the first process to be killed. With swap enabled, the kernel starts using swap when physical RAM is full and everything becomes extremely slow but nothing kills sfslock. I added a daemon called sfsunlockd, which kills sfslock if at least one process hangs and waits for memory allocation in at least one 100ms time window.

Other recent fixes:
1. /etc/init.d/trim, which implements weekly TRIM if the save partition is a SSD, now polls the clock once an hour. Previously, it used to sleep for one week, without checking if the system was suspended and woken up and compensating for this. For example, if you're on <11.0.155, close the lid and your laptop is suspended for one day, it doesn't reduce the interval to 6d on wakeup and keeps waiting for 7d. In many cases, it will just miss the 7d mark and won't actually do the TRIM once a week. Now, it polls the clock once an hour, and it will do the TRIM if the laptop is awake for at least an hour in total, and it's been a week since the last TRIM.
2. /etc/init.d/trim now exits if the save partition is not a SSD, instead of running in the background and doing nothing.
3. Power button press now shows a shutdown prompt.
4. pupsave now skips partitions with unknown type (reported by @TerryH).
5. More unneeded packages have been removed, to speed up the build process.

(As always, you can spy on my activity and audit the code in https://github.com/vanilla-dpup/woof-CE ... pup-11.0.x)

retiredt00
Posts: 222
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 11 times
Been thanked: 35 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by retiredt00 »

Dear dimkr
Tried to give another shot installing 155 to the HD using Bookworm64_10.0.6, but I got the problem showing bellow
Is something changed in the image or I forgot to do something?
Thanks

Attachments
mount_img.jpg
mount_img.jpg (50.77 KiB) Viewed 1651 times
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

retiredt00 wrote: Thu Jul 11, 2024 7:37 am

Is something changed in the image or I forgot to do something?

You can mount /dev/loop7p1 or /dev/loop7p2, not /dev/loop7.

retiredt00
Posts: 222
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 11 times
Been thanked: 35 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by retiredt00 »

Dear dirkm
Thanks for the clarification on the proper mounting partition
So I installed it in my semi-bloken i7 laptop got the dependencies for broadcom-sta-dkms_6.30.223.271-24_all.deb (binutils_2.42.50.20240625-1_amd64.deb, make_4.3-4.1_amd64.deb, patch_2.7.6-7_amd64.deb, dpkg-dev_1.22.6_all.deb and dkms_3.0.13-1_all.deb) and all installed without any complain but broadcom-sta itself failed with the log bellow.
If I understand correctly is missing the gcc compiler or something to that extend.
Interestingly when I installed 155 in a qemu VM in a wired machine and apt-get installed broadcom-sta, did not try to get gcc and there installation also failed
Any suggestions?
Thank you again.

Code: Select all

DKMS make.log for broadcom-sta-6.30.223.271 for kernel 6.9.7 (x86_64)
Thu Jul 11 03:38:45 PM UTC 2024
CFG80211 API is prefered for this kernel version
Makefile:91: Neither CFG80211 nor Wireless Extension is enabled in kernel
/bin/sh: 1: cc: not found
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
KBUILD_NOPEDANTIC=1 make -C /lib/modules/6.9.7/build M=`pwd`
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/usr/src/kbuild-6.9.7'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (Debian 13.3.0-1) 13.3.0
  You are using:           
CFG80211 API is prefered for this kernel version
/bin/sh: 1: gcc: not found
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
expr: missing operand
Try 'expr --help' for more information.
Using CFG80211 API
Kernel architecture is X86_64
  CC [M]  /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.o
/bin/sh: 1: gcc: not found
make[3]: *** [scripts/Makefile.build:249: /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.o] Error 127
make[2]: *** [/usr/src/kbuild-6.9.7/Makefile:1943: /var/lib/dkms/broadcom-sta/6.30.223.271/build] Error 2
make[1]: *** [Makefile:252: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/kbuild-6.9.7'
make: *** [Makefile:183: all] Error 2
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

retiredt00 wrote: Thu Jul 11, 2024 4:32 pm

/bin/sh: 1: gcc: not found

retiredt00 wrote: Thu Jul 11, 2024 4:32 pm

Any suggestions?

Yes, install GCC and all other missing dependencies of dkms.

retiredt00
Posts: 222
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 11 times
Been thanked: 35 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by retiredt00 »

Dear dimkr
I assume you are too busy too look at the details of the post but I think that when I installed 155 in a qemu VM in a wired machine and apt-get installed broadcom-sta, did not try to get gcc is a bug. The idea of apt-get (and its power over PPM claimed many times over) or any other package manager is that it can go deep down and fetch whatever is missing. Apparently this is not the case in dpup 11 and somehow it thinks GCC is there.
I understand that dkms is not a priority right now but it looks broken.
As for hunting down gcc and dependencies maybe in they next attempt when dpup11 matures a bit more

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

How did you install the .deb packages?

Technically, gcc is not a dependency of dkms but a Recommends line, so apt install --install-recommends dkms should also install gcc. It will also install other non-essential dependencies, though.

retiredt00
Posts: 222
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 11 times
Been thanked: 35 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by retiredt00 »

Dear dimkr
broadcom module was installed in a fresh VM with apt-get install broadcom-sta-dkms and pulled the required dependencies. Is hard to see how installing a kernel module from source will have the compiler recommended and not required. If it is not a vdpup-specific issue is an upstream bug.
Regarding manually installing gcc, if I understand correctly has more than 20 dependencies and doing all these in a new system without network can by really a hassle, more so as packages in trixie change often
I would think that a dkms module with gcc would be under 50MB. You might want to consider providing as a separate SFS if not within the image. The process should be already there from the 10.x versions, so not much more work.

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

First, the 11.0.x build process is completely different, so I can't reuse code from 10.0.x. Second, dkms is not going to be preinstalled and this is my final decision. I can't add big packages like gcc and packages that slow down boot because some users want to install something that depends on them. I don't mind adding a big package that benefits all users, but if the user is going to use the package manager anyway, I'm delegating the work of installing dependencies, recommended and suggested packages to the user.

Anyone who is unhappy with my decision can rebuild everything easily with extra packages, there's a guide in the documentation (Help menu item or through top bar).

If you don't want a distro that changes often, then 11.0.x development builds are not a stable distro and they're built from Debian testing (not Debian stable). It's normal and expected for it to change a lot and change often.

retiredt00
Posts: 222
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 11 times
Been thanked: 35 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by retiredt00 »

Dear dimkr
I can appreciate the size/usage concern but I think it does not hold a lot of water.
Kernel and firmware is ~200MB compressed and yet 80% is barely used by anyone (any specific personal computer can work with less than 10GB), and any special new peripheral comes with divers or dkms modules. So dkms can take care of any rare needs with a smaller footprint overall, if size/usage was the issue.
The kernel/firmware ballooned in puppy from ~60GB to ~200GB presumably because of some rare reports (I can find a handful of complains in the forum for all puppies) that a module/firmware was missing. Considerably fewer than the broadcom wifi module requests that I can find.
However, I believe the reason for the kernel increase is that selecting modules and firmware is pretty hard and high maintenance work. On the other hand, adopting the Debian settings and include all the rare modules and firmware is almost maintenance free. Debian is justified though to include all those because is has 10000+ wider user base and 10+ fold wider spectrum of usage than vdpup11.
The kernel/firmware size increase is justified because "the user should have things working out of the box no mater what the hardware". Strangely, increase in size is not justifiable if the needed parts are not in the main kernel tree. The distinction makes little sense I believe if the user is the focus.
Anyway is unambiguously your decision and you can do as you whimsy.
Is the size/user base logic that I'm arguing as is hard to get my head around it.
Or maybe you just discriminate against users with out of tree hardware :-)
Take care

dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

retiredt00 wrote: Sat Jul 13, 2024 7:56 am

Dear dimkr
I can appreciate the size/usage concern but I think it does not hold a lot of water.

I know it doesn't, but I must draw a line in the sand. dkms itself, without any driver (and the popular ones that need dkms are non-free, non-redistributable - NVIDIA, Broadcom) doesn't have any value.

retiredt00 wrote: Sat Jul 13, 2024 7:56 am

Or maybe you just discriminate against users with out of tree hardware :-)

I'm only aligning with other distros. In Debian or Ubuntu, you need to install the out of tree driver to get your hardware to work, so same here. The manufacturer who doesn't supply an upstream, open source driver is to blame, and this is something I can't fix. Including dkms won't fix this either.

alibadrelsayed
Posts: 13
Joined: Mon May 30, 2022 6:46 am

Re: Vanilla Dpup 11.0.x Development Builds

Post by alibadrelsayed »

thanks dimkr for the good work, I've this error, can you please tell me what to do to fix it.

Attachments
screenshot.AMl2jqBoOY.jpg
screenshot.AMl2jqBoOY.jpg (35.03 KiB) Viewed 1416 times
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

@alibadrelsayed Go to the terminal, run mkdir /tmp/x && mount /dev/sda3 /tmp/x && dmesg and attach the output here.

---

If 11.0.157 is not broken, it will include:
1. A keyboard shortcuts list under Help
2. A simplified taskbar in the horizontal layout - without window titles (only in tooltip), to prevent it from overflowing
3. More save2flash optimizations, it should be slightly faster
4. A simpler firewall that's faster to start, with fewer rules and without any use of legacy tables (to allow easy porting to nftables)
5. Firewall bug fix - dropped packet logging was enabled by default
6. Additional security hardening through sysctl
7. EDIT: forgot to mention this previously - 3 predefined workspaces

alibadrelsayed
Posts: 13
Joined: Mon May 30, 2022 6:46 am

Re: Vanilla Dpup 11.0.x Development Builds

Post by alibadrelsayed »

Thanks a lot, this is the output

Attachments
screenshot.yjzfolPiFh.jpg
screenshot.yjzfolPiFh.jpg (33.89 KiB) Viewed 1354 times
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

alibadrelsayed wrote: Mon Jul 15, 2024 9:34 am

Thanks a lot, this is the output

What is the output of dmesg?

alibadrelsayed
Posts: 13
Joined: Mon May 30, 2022 6:46 am

Re: Vanilla Dpup 11.0.x Development Builds

Post by alibadrelsayed »

What is the output of dmesg?

sorry, I forgot! this is the output of dmesg:

Code: Select all

[    0.018417] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.018419] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.018424] TSC deadline timer available
[    0.018431] CPU topo: Max. logical packages:   1
[    0.018432] CPU topo: Max. logical dies:       1
[    0.018432] CPU topo: Max. dies per package:   1
[    0.018439] CPU topo: Max. threads per core:   2
[    0.018440] CPU topo: Num. cores per package:     4
[    0.018441] CPU topo: Num. threads per package:   8
[    0.018442] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.018458] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.018460] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.018462] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.018463] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.018463] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.018465] PM: hibernation: Registered nosave memory: [mem 0x9cb7f000-0x9de7efff]
[    0.018466] PM: hibernation: Registered nosave memory: [mem 0x9de7f000-0x9df7efff]
[    0.018467] PM: hibernation: Registered nosave memory: [mem 0x9df7f000-0x9dffefff]
[    0.018469] PM: hibernation: Registered nosave memory: [mem 0x9e000000-0xbf1fffff]
[    0.018470] PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
[    0.018471] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.018472] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.018472] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.018473] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.018474] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.018475] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.018476] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.018477] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.018478] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.018479] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.018480] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.018481] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.018481] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.018484] [mem 0xbf200000-0xdfffffff] available for PCI devices
[    0.018486] Booting paravirtualized kernel on bare hardware
[    0.018488] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.026512] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.027421] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[    0.027429] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[    0.027432] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.027455] Kernel command line: BOOT_IMAGE=vmlinuz pfix=fsckp,fsck pmedia=usbflash pupsfs=d75fbfeb-39be-48c9-922b-c6e2effd9940 psave=d75fbfeb-39be-48c9-922b-c6e2effd9940 initrd=ucode.cpio,initrd.zst
[    0.027576] Unknown kernel command line parameters "BOOT_IMAGE=vmlinuz pfix=fsckp,fsck pmedia=usbflash pupsfs=d75fbfeb-39be-48c9-922b-c6e2effd9940 psave=d75fbfeb-39be-48c9-922b-c6e2effd9940", will be passed to user space.
[    0.027595] random: crng init done
[    0.028972] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029711] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029870] Fallback order for Node 0: 0 
[    0.029876] Built 1 zonelists, mobility grouping on.  Total pages: 1921370
[    0.029877] Policy zone: Normal
[    0.029885] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.029889] software IO TLB: area num 8.
[    0.065225] Memory: 2615932K/7808112K available (20480K kernel code, 3215K rwdata, 14524K rodata, 4700K init, 4444K bss, 275844K reserved, 0K cma-reserved)
[    0.065515] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.065550] Kernel/User page tables isolation: enabled
[    0.065592] ftrace: allocating 57858 entries in 227 pages
[    0.076804] ftrace: allocated 227 pages with 5 groups
[    0.078038] Dynamic Preempt: voluntary
[    0.078101] rcu: Preemptible hierarchical RCU implementation.
[    0.078102] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.078103] 	Trampoline variant of Tasks RCU enabled.
[    0.078104] 	Rude variant of Tasks RCU enabled.
[    0.078105] 	Tracing variant of Tasks RCU enabled.
[    0.078105] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.078107] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.078114] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.078117] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.078119] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.082248] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.082457] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.084138] Console: colour VGA+ 80x25
[    0.084141] printk: legacy console [tty0] enabled
[    0.084186] ACPI: Core revision 20230628
[    0.084351] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.084366] APIC: Switch to symmetric I/O mode setup
[    0.084765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.104368] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22834e2d5e5, max_idle_ns: 440795293822 ns
[    0.104373] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.66 BogoMIPS (lpj=9577332)
[    0.104399] CPU0: Thermal monitoring enabled (TM1)
[    0.104434] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.104436] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.104439] process: using mwait in idle threads
[    0.104442] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.104444] Spectre V2 : Mitigation: Retpolines
[    0.104445] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.104446] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.104447] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.104449] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.104450] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.104452] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.104454] MDS: Mitigation: Clear CPU buffers
[    0.104455] MMIO Stale Data: Unknown: No mitigations
[    0.104456] SRBDS: Mitigation: Microcode
[    0.104461] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.104463] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.104464] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.104466] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.104468] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.129421] Freeing SMP alternatives memory: 52K
[    0.129425] pid_max: default: 32768 minimum: 301
[    0.129472] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ima,evm
[    0.129488] landlock: Up and running.
[    0.129489] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.129513] AppArmor: AppArmor initialized
[    0.129515] TOMOYO Linux initialized
[    0.129521] LSM support for eBPF active
[    0.129555] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.129567] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.132205] smpboot: CPU0: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.132370] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.132370] ... version:                3
[    0.132370] ... bit width:              48
[    0.132370] ... generic registers:      4
[    0.132370] ... value mask:             0000ffffffffffff
[    0.132370] ... max period:             00007fffffffffff
[    0.132370] ... fixed-purpose events:   3
[    0.132370] ... event mask:             000000070000000f
[    0.132370] signal: max sigframe size: 1776
[    0.132370] Estimated ratio of average max frequency by base frequency (times 1024): 1365
[    0.132370] rcu: Hierarchical SRCU implementation.
[    0.132370] rcu: 	Max phase no-delay instances is 1000.
[    0.132370] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.132370] smp: Bringing up secondary CPUs ...
[    0.132370] smpboot: x86: Booting SMP configuration:
[    0.132370] .... node  #0, CPUs:      #2 #4 #6 #1 #3 #5 #7
[    0.132555] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.132555] smp: Brought up 1 node, 8 CPUs
[    0.132555] smpboot: Total of 8 processors activated (38309.32 BogoMIPS)
[    0.151153] node 0 deferred pages initialised in 12ms
[    0.151157] devtmpfs: initialized
[    0.151157] x86/mm: Memory block size: 128MB
[    0.152588] ACPI: PM: Registering ACPI NVS region [mem 0x9de7f000-0x9df7efff] (1048576 bytes)
[    0.152588] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152588] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.152588] pinctrl core: initialized pinctrl subsystem
[    0.153161] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.153357] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.153443] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.153523] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.153536] audit: initializing netlink subsys (disabled)
[    0.153548] audit: type=2000 audit(1721048575.068:1): state=initialized audit_enabled=0 res=1
[    0.153548] thermal_sys: Registered thermal governor 'fair_share'
[    0.153548] thermal_sys: Registered thermal governor 'bang_bang'
[    0.153548] thermal_sys: Registered thermal governor 'step_wise'
[    0.153548] thermal_sys: Registered thermal governor 'user_space'
[    0.153548] thermal_sys: Registered thermal governor 'power_allocator'
[    0.153548] cpuidle: using governor ladder
[    0.153548] cpuidle: using governor menu
[    0.153548] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.153548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.153548] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.153548] PCI: Using configuration type 1 for base access
[    0.153548] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.153548] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.153548] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.153548] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.153548] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.153548] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.153548] Demotion targets for Node 0: null
[    0.216379] raid6: avx2x4   gen() 23828 MB/s
[    0.284382] raid6: avx2x2   gen() 23522 MB/s
[    0.352386] raid6: avx2x1   gen() 21724 MB/s
[    0.352388] raid6: using algorithm avx2x4 gen() 23828 MB/s
[    0.420387] raid6: .... xor() 8968 MB/s, rmw enabled
[    0.420389] raid6: using avx2x2 recovery algorithm
[    0.420478] ACPI: Added _OSI(Module Device)
[    0.420480] ACPI: Added _OSI(Processor Device)
[    0.420481] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.420482] ACPI: Added _OSI(Processor Aggregator Device)
[    0.432375] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.432469] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.436693] ACPI: Dynamic OEM Table Load:
[    0.436702] ACPI: SSDT 0xFFFF98F7AEE9EC00 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.437354] ACPI: Dynamic OEM Table Load:
[    0.437360] ACPI: SSDT 0xFFFF98F8B81C8800 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.438041] ACPI: Dynamic OEM Table Load:
[    0.438046] ACPI: SSDT 0xFFFF98F780BBFC00 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    0.441838] ACPI: _OSC evaluated successfully for all CPUs
[    0.441893] ACPI: EC: EC started
[    0.441894] ACPI: EC: interrupt blocked
[    2.429393] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.429397] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    2.429400] ACPI: Interpreter enabled
[    2.429428] ACPI: PM: (supports S0 S3 S4 S5)
[    2.429429] ACPI: Using IOAPIC for interrupt routing
[    2.429450] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.429451] PCI: Using E820 reservations for host bridge windows
[    2.429669] ACPI: Enabled 7 GPEs in block 00 to 3F
[    2.431308] ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
[    2.434564] ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
[    2.435123] ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
[    2.437946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    2.437953] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.438347] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    2.439265] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.439267] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.439807] PCI host bridge to bus 0000:00
[    2.439810] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.439812] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.439814] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.439816] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
[    2.439817] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
[    2.439819] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    2.439820] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    2.439822] pci_bus 0000:00: root bus resource [bus 00-fe]
[    2.439837] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000 conventional PCI endpoint
[    2.439914] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000 conventional PCI endpoint
[    2.439923] pci 0000:00:02.0: BAR 0 [mem 0xd0000000-0xd03fffff 64bit]
[    2.439929] pci 0000:00:02.0: BAR 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    2.439933] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    2.439950] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.440077] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    2.440087] pci 0000:00:03.0: BAR 0 [mem 0xd0730000-0xd0733fff 64bit]
[    2.440199] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint
[    2.440214] pci 0000:00:14.0: BAR 0 [mem 0xd0720000-0xd072ffff 64bit]
[    2.440268] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    2.440370] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint
[    2.440389] pci 0000:00:16.0: BAR 0 [mem 0xd0739000-0xd073900f 64bit]
[    2.440456] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    2.440518] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000 conventional PCI endpoint
[    2.440532] pci 0000:00:19.0: BAR 0 [mem 0xd0700000-0xd071ffff]
[    2.440540] pci 0000:00:19.0: BAR 1 [mem 0xd073f000-0xd073ffff]
[    2.440548] pci 0000:00:19.0: BAR 2 [io  0x3080-0x309f]
[    2.440608] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    2.440680] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint
[    2.440696] pci 0000:00:1a.0: BAR 0 [mem 0xd073e000-0xd073e3ff]
[    2.440781] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    2.440859] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    2.440876] pci 0000:00:1b.0: BAR 0 [mem 0xd0734000-0xd0737fff 64bit]
[    2.440950] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.441031] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 PCIe Root Port
[    2.441056] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    2.441062] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    2.441128] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.441341] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400 PCIe Root Port
[    2.441367] pci 0000:00:1c.6: PCI bridge to [bus 02]
[    2.441373] pci 0000:00:1c.6:   bridge window [mem 0xd0500000-0xd05fffff]
[    2.441438] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    2.441648] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400 PCIe Root Port
[    2.441673] pci 0000:00:1c.7: PCI bridge to [bus 03]
[    2.441679] pci 0000:00:1c.7:   bridge window [mem 0xd0400000-0xd04fffff]
[    2.441744] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    2.441943] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint
[    2.441959] pci 0000:00:1d.0: BAR 0 [mem 0xd073d000-0xd073d3ff]
[    2.442046] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    2.442132] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100 conventional PCI endpoint
[    2.442316] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601 conventional PCI endpoint
[    2.442328] pci 0000:00:1f.2: BAR 0 [io  0x30a8-0x30af]
[    2.442336] pci 0000:00:1f.2: BAR 1 [io  0x30b4-0x30b7]
[    2.442343] pci 0000:00:1f.2: BAR 2 [io  0x30a0-0x30a7]
[    2.442350] pci 0000:00:1f.2: BAR 3 [io  0x30b0-0x30b3]
[    2.442358] pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
[    2.442365] pci 0000:00:1f.2: BAR 5 [mem 0xd073c000-0xd073c7ff]
[    2.442404] pci 0000:00:1f.2: PME# supported from D3hot
[    2.442471] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint
[    2.442487] pci 0000:00:1f.3: BAR 0 [mem 0xd0738000-0xd07380ff 64bit]
[    2.442507] pci 0000:00:1f.3: BAR 4 [io  0xef80-0xef9f]
[    2.442615] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    2.442751] pci 0000:02:00.0: [8086:088e] type 00 class 0x028000 PCIe Endpoint
[    2.442819] pci 0000:02:00.0: BAR 0 [mem 0xd0500000-0xd0501fff 64bit]
[    2.443122] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.443465] pci 0000:00:1c.6: PCI bridge to [bus 02]
[    2.443589] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000 PCIe Endpoint
[    2.443671] pci 0000:03:00.0: BAR 0 [mem 0xd0400000-0xd0400fff]
[    2.444116] pci 0000:03:00.0: supports D1 D2
[    2.444117] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.444380] pci 0000:00:1c.7: PCI bridge to [bus 03]
[    2.445418] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    2.445455] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    2.445487] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[    2.445519] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    2.445552] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    2.445584] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.445585] ACPI: PCI: Interrupt link LNKF disabled
[    2.445616] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    2.445648] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.445649] ACPI: PCI: Interrupt link LNKH disabled
[    2.446015] ACPI: EC: interrupt unblocked
[    2.446017] ACPI: EC: event unblocked
[    2.446019] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.446021] ACPI: EC: GPE=0x16
[    2.446022] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    2.446024] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    2.446085] iommu: Default domain type: Translated
[    2.446085] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.446085] SCSI subsystem initialized
[    2.446085] libata version 3.00 loaded.
[    2.446085] ACPI: bus type USB registered
[    2.446085] usbcore: registered new interface driver usbfs
[    2.446085] usbcore: registered new interface driver hub
[    2.446085] usbcore: registered new device driver usb
[    2.446085] pps_core: LinuxPPS API ver. 1 registered
[    2.446085] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.446085] PTP clock support registered
[    2.446085] EDAC MC: Ver: 3.0.0
[    2.446085] NetLabel: Initializing
[    2.446085] NetLabel:  domain hash size = 128
[    2.446085] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.446085] NetLabel:  unlabeled traffic allowed by default
[    2.446085] PCI: Using ACPI for IRQ routing
[    2.448228] PCI: pci_cache_line_size set to 64 bytes
[    2.448332] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    2.448334] e820: reserve RAM buffer [mem 0x9cb7f000-0x9fffffff]
[    2.448336] e820: reserve RAM buffer [mem 0x9e000000-0x9fffffff]
[    2.448337] e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
[    2.448379] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    2.448381] pci 0000:00:02.0: vgaarb: bridge control possible
[    2.448382] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.448387] vgaarb: loaded
[    2.448428] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.448436] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    2.452372] clocksource: Switched to clocksource tsc-early
[    2.452379] VFS: Disk quotas dquot_6.6.0
[    2.452379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.452379] AppArmor: AppArmor Filesystem Enabled
[    2.452379] pnp: PnP ACPI init
[    2.452379] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    2.452379] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    2.452379] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.452379] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.452379] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    2.452379] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.452379] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.452379] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    2.452379] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.452379] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    2.452379] system 00:01: [io  0x0200-0x027f] has been reserved
[    2.452379] system 00:01: [io  0xffff] has been reserved
[    2.452379] system 00:01: [io  0xffff] has been reserved
[    2.452379] system 00:01: [io  0xffff] has been reserved
[    2.452379] system 00:01: [io  0x1800-0x18fe] has been reserved
[    2.452379] system 00:01: [io  0xef80-0xef9f] has been reserved
[    2.452379] system 00:02: [io  0x0800-0x087f] has been reserved
[    2.452379] pnp 00:05: [dma 0 disabled]
[    2.452379] system 00:08: [mem 0x20000000-0x201fffff] could not be reserved
[    2.452379] system 00:08: [mem 0x40004000-0x40004fff] could not be reserved
[    2.452379] pnp: PnP ACPI: found 10 devices
[    2.460089] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.460148] NET: Registered PF_INET protocol family
[    2.460243] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.477341] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    2.477372] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.477409] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.477604] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.477905] TCP: Hash tables configured (established 65536 bind 65536)
[    2.477982] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    2.478015] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.478040] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.478091] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.478098] NET: Registered PF_XDP protocol family
[    2.478107] pci 0000:00:1c.7: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    2.478112] pci 0000:00:1c.7: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    2.478124] pci 0000:00:1c.7: bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]: assigned
[    2.478128] pci 0000:00:1c.7: bridge window [io  0x2000-0x2fff]: assigned
[    2.478131] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    2.478138] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    2.478146] pci 0000:00:1c.6: PCI bridge to [bus 02]
[    2.478150] pci 0000:00:1c.6:   bridge window [mem 0xd0500000-0xd05fffff]
[    2.478158] pci 0000:00:1c.7: PCI bridge to [bus 03]
[    2.478160] pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
[    2.478165] pci 0000:00:1c.7:   bridge window [mem 0xd0400000-0xd04fffff]
[    2.478169] pci 0000:00:1c.7:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    2.478175] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.478177] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.478179] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.478180] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
[    2.478182] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
[    2.478183] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
[    2.478185] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
[    2.478187] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    2.478188] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    2.478190] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    2.478191] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    2.478193] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    2.478287] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    2.478874] PCI: CLS 64 bytes, default 64
[    2.478888] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.478890] software IO TLB: mapped [mem 0x0000000098b7f000-0x000000009cb7f000] (64MB)
[    2.478956] Trying to unpack rootfs image as initramfs...
[    2.479371] Initialise system trusted keyrings
[    2.479382] Key type blacklist registered
[    2.479450] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    2.479460] zbud: loaded
[    2.479644] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.479672] ntfs3: Read-only LZX/Xpress compression included
[    2.479681] fuse: init (API version 7.40)
[    2.479950] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[    2.480522] integrity: Platform Keyring initialized
[    2.480529] integrity: Machine keyring initialized
[    2.480538] xor: automatically using best checksumming function   avx       
[    2.480540] Key type asymmetric registered
[    2.480542] Asymmetric key parser 'x509' registered
[    2.505040] Freeing initrd memory: 16000K
[    2.506083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.506113] io scheduler mq-deadline registered
[    2.508114] pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
[    2.508330] pcieport 0000:00:1c.6: PME: Signaling with IRQ 25
[    2.508525] pcieport 0000:00:1c.7: PME: Signaling with IRQ 26
[    2.508550] pcieport 0000:00:1c.7: pciehp: Slot #7 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    2.508661] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.534957] thermal LNXTHERM:00: registered as thermal_zone0
[    2.534963] ACPI: thermal: Thermal Zone [CPUZ] (58 C)
[    2.559128] thermal LNXTHERM:01: registered as thermal_zone1
[    2.559133] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    2.574197] thermal LNXTHERM:02: registered as thermal_zone2
[    2.574202] ACPI: thermal: Thermal Zone [EXTZ] (42 C)
[    2.589312] thermal LNXTHERM:03: registered as thermal_zone3
[    2.589318] ACPI: thermal: Thermal Zone [LOCZ] (49 C)
[    2.604442] thermal LNXTHERM:04: registered as thermal_zone4
[    2.604448] ACPI: thermal: Thermal Zone [BATZ] (36 C)
[    2.604722] thermal LNXTHERM:05: registered as thermal_zone5
[    2.604724] ACPI: thermal: Thermal Zone [PCHZ] (114 C)
[    2.604965] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.605140] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.606162] Linux agpgart interface v0.103
[    2.609454] tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
[    2.642412] loop: module loaded
[    2.653196] usbcore: registered new interface driver rtsx_usb
[    2.653546] ahci 0000:00:1f.2: version 3.0
[    2.653742] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.653777] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    2.653780] ahci 0000:00:1f.2: 5/6 ports implemented (port mask 0x37)
[    2.653782] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
[    2.698697] scsi host0: ahci
[    2.699068] scsi host1: ahci
[    2.699384] scsi host2: ahci
[    2.699545] scsi host3: ahci
[    2.699686] scsi host4: ahci
[    2.699833] scsi host5: ahci
[    2.699876] ata1: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c100 irq 28 lpm-pol 3
[    2.699880] ata2: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c180 irq 28 lpm-pol 3
[    2.699882] ata3: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c200 irq 28 lpm-pol 0
[    2.699883] ata4: DUMMY
[    2.699886] ata5: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c300 irq 28 lpm-pol 0
[    2.699888] ata6: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c380 irq 28 lpm-pol 0
[    2.700394] scsi host6: pata_legacy
[    2.700426] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14 lpm-pol 0
[    3.013366] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.014866] ata1.00: ATA-9: TEAM T253512GB, V1027A0, max UDMA/133
[    3.015717] ata1.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.019258] ata1.00: configured for UDMA/133
[    3.029614] scsi 0:0:0:0: Direct-Access     ATA      TEAM T253512GB   7A0  PQ: 0 ANSI: 5
[    3.030333] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    3.030371] sd 0:0:0:0: [sda] Write Protect is off
[    3.030375] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.030403] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.030447] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.030980]  sda: sda1 sda2 sda3
[    3.031159] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.345375] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.374755] ata2.00: ATA-10: ST500LM034-2GH17A, 1001, max UDMA/133
[    3.461395] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.505956] tsc: Refined TSC clocksource calibration: 2394.443 MHz
[    3.505967] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283b5ffec6, max_idle_ns: 440795240334 ns
[    3.506001] clocksource: Switched to clocksource tsc
[    3.511082] ata2.00: configured for UDMA/133
[    3.520507] scsi 1:0:0:0: Direct-Access     ATA      ST500LM034-2GH17 1001 PQ: 0 ANSI: 5
[    3.521391] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.521395] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    3.521411] sd 1:0:0:0: [sdb] Write Protect is off
[    3.521414] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.521435] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.521471] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    3.539820]  sdb: sdb1
[    3.539918] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.837336] ata3: SATA link down (SStatus 0 SControl 300)
[    4.153362] ata5: SATA link down (SStatus 0 SControl 300)
[    4.469363] ata6: SATA link down (SStatus 0 SControl 300)
[    4.482678] scsi host6: pata_legacy
[    4.482728] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15 lpm-pol 0
[    4.658571] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    4.658582] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.658598] ehci-pci 0000:00:1a.0: debug port 2
[    4.662523] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd073e000
[    4.677958] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.678356] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[    4.678371] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.678373] usb usb1: Product: EHCI Host Controller
[    4.678375] usb usb1: Manufacturer: Linux 6.9.7 ehci_hcd
[    4.678377] usb usb1: SerialNumber: 0000:00:1a.0
[    4.678662] hub 1-0:1.0: USB hub found
[    4.678706] hub 1-0:1.0: 2 ports detected
[    4.679064] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.679072] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    4.680150] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    4.680361] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    4.680369] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    4.680371] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.680375] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    4.680378] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    4.680385] ehci-pci 0000:00:1d.0: debug port 2
[    4.680459] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[    4.680463] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.680465] usb usb2: Product: xHCI Host Controller
[    4.680466] usb usb2: Manufacturer: Linux 6.9.7 xhci-hcd
[    4.680468] usb usb2: SerialNumber: 0000:00:14.0
[    4.680648] hub 2-0:1.0: USB hub found
[    4.680678] hub 2-0:1.0: 14 ports detected
[    4.681519] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[    4.681523] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.681524] usb usb4: Product: xHCI Host Controller
[    4.681526] usb usb4: Manufacturer: Linux 6.9.7 xhci-hcd
[    4.681527] usb usb4: SerialNumber: 0000:00:14.0
[    4.681647] hub 4-0:1.0: USB hub found
[    4.681665] hub 4-0:1.0: 6 ports detected
[    4.682153] usbcore: registered new interface driver uas
[    4.682164] usbcore: registered new interface driver usb-storage
[    4.682170] usbcore: registered new interface driver ums-realtek
[    4.682211] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    4.683330] i8042: Detected active multiplexing controller, rev 1.1
[    4.684002] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.684007] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    4.684038] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    4.684058] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    4.684077] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    4.684218] mousedev: PS/2 mouse device common for all mice
[    4.684248] rtc_cmos 00:03: RTC can wake from S4
[    4.684310] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    4.684502] rtc_cmos 00:03: registered as rtc0
[    4.684541] rtc_cmos 00:03: setting system clock to 2024-07-15T13:03:00 UTC (1721048580)
[    4.684571] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    4.684736] intel_pstate: Intel P-state driver initializing
[    4.685046] sdhci: Secure Digital Host Controller Interface driver
[    4.685051] sdhci: Copyright(c) Pierre Ossman
[    4.685114] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    4.685116] wbsd: Copyright(c) Pierre Ossman
[    4.685168] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.685524] ledtrig-cpu: registered to indicate activity on CPUs
[    4.685678] hid: raw HID events driver (C) Jiri Kosina
[    4.685711] usbcore: registered new interface driver usbhid
[    4.685712] usbhid: USB HID core driver
[    4.685844] NET: Registered PF_INET6 protocol family
[    4.686634] Segment Routing with IPv6
[    4.686644] In-situ OAM (IOAM) with IPv6
[    4.686659] mip6: Mobile IPv6
[    4.686662] NET: Registered PF_PACKET protocol family
[    4.686701] mpls_gso: MPLS GSO support
[    4.695817] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    4.695959] microcode: Current revision: 0x00000028
[    4.696134] IPI shorthand broadcast: enabled
[    4.697540] sched_clock: Marking stable (4694226083, 1883860)->(4704037576, -7927633)
[    4.697681] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    4.697761] registered taskstats version 1
[    4.697836] Loading compiled-in X.509 certificates
[    4.697898] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.697966] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[    4.697970] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.697971] usb usb3: Product: EHCI Host Controller
[    4.697972] usb usb3: Manufacturer: Linux 6.9.7 ehci_hcd
[    4.697973] usb usb3: SerialNumber: 0000:00:1d.0
[    4.698123] hub 3-0:1.0: USB hub found
[    4.698133] hub 3-0:1.0: 2 ports detected
[    4.699564] Key type .fscrypt registered
[    4.699566] Key type fscrypt-provisioning registered
[    4.700187] Btrfs loaded, zoned=yes, fsverity=yes
[    4.700199] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    4.700925] Key type encrypted registered
[    4.700928] AppArmor: AppArmor sha256 policy hashing enabled
[    4.700938] ima: Allocated hash algorithm: sha256
[    4.741981] ima: No architecture policies found
[    4.742003] evm: Initialising EVM extended attributes:
[    4.742004] evm: security.selinux
[    4.742006] evm: security.SMACK64 (disabled)
[    4.742007] evm: security.SMACK64EXEC (disabled)
[    4.742008] evm: security.SMACK64TRANSMUTE (disabled)
[    4.742009] evm: security.SMACK64MMAP (disabled)
[    4.742010] evm: security.apparmor
[    4.742011] evm: security.ima
[    4.742012] evm: security.capability
[    4.742012] evm: HMAC attrs: 0x1
[    4.834238] RAS: Correctable Errors collector initialized.
[    4.845485] clk: Disabling unused clocks
[    4.845489] PM: genpd: Disabling unused power domains
[    4.846703] Freeing unused decrypted memory: 2028K
[    4.847268] Freeing unused kernel image (initmem) memory: 4700K
[    4.847319] Write protecting the kernel read-only data: 36864k
[    4.847853] Freeing unused kernel image (rodata/data gap) memory: 1860K
[    4.886099] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.886101] x86/mm: Checking user space page tables
[    4.922789] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.923079] Run /init as init process
[    4.923080]   with arguments:
[    4.923081]     /init
[    4.923082]   with environment:
[    4.923082]     HOME=/
[    4.923083]     TERM=linux
[    4.923083]     BOOT_IMAGE=vmlinuz
[    4.923084]     pfix=fsckp,fsck
[    4.923085]     pmedia=usbflash
[    4.923085]     pupsfs=d75fbfeb-39be-48c9-922b-c6e2effd9940
[    4.923086]     psave=d75fbfeb-39be-48c9-922b-c6e2effd9940
[    4.937931] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    4.937960] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.981916] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    5.099800] usb 2-3: New USB device found, idVendor=346d, idProduct=5678, bcdDevice= 2.00
[    5.099806] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.099808] usb 2-3: Product: Disk 2.0
[    5.099809] usb 2-3: Manufacturer: USB
[    5.099811] usb 2-3: SerialNumber: 8042191070190471532
[    5.100761] usb-storage 2-3:1.0: USB Mass Storage device detected
[    5.100933] scsi host6: usb-storage 2-3:1.0
[    5.106212] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    5.106215] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.106515] hub 1-1:1.0: USB hub found
[    5.106580] hub 1-1:1.0: 6 ports detected
[    5.138408] usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    5.138413] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.138790] hub 3-1:1.0: USB hub found
[    5.138997] hub 3-1:1.0: 8 ports detected
[    5.229984] usb 2-5: new full-speed USB device number 3 using xhci_hcd
[    5.299408] block device autoloading is deprecated and will be removed.
[    5.299711] block device autoloading is deprecated and will be removed.
[    5.299998] block device autoloading is deprecated and will be removed.
[    5.300274] block device autoloading is deprecated and will be removed.
[    5.300515] block device autoloading is deprecated and will be removed.
[    5.300783] block device autoloading is deprecated and will be removed.
[    5.300981] block device autoloading is deprecated and will be removed.
[    5.301191] block device autoloading is deprecated and will be removed.
[    5.379414] usb 2-5: New USB device found, idVendor=138a, idProduct=003f, bcdDevice= 1.04
[    5.379420] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    5.379423] usb 2-5: SerialNumber: 002072afe793
[    5.505956] usb 2-7: new high-speed USB device number 4 using xhci_hcd
[    5.706125] usb 2-7: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
[    5.706131] usb 2-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    5.706133] usb 2-7: Product: USB 2.0 Camera
[    5.706135] usb 2-7: Manufacturer: Sonix Technology Co., Ltd.
[    5.837994] usb 2-12: new full-speed USB device number 5 using xhci_hcd
[    5.989783] usb 2-12: New USB device found, idVendor=8087, idProduct=07da, bcdDevice=78.69
[    5.989790] usb 2-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.130675] scsi 6:0:0:0: Direct-Access     VendorCo ProductCode      2.00 PQ: 0 ANSI: 4
[    6.132101] sd 6:0:0:0: [sdc] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[    6.132229] sd 6:0:0:0: [sdc] Write Protect is off
[    6.132232] sd 6:0:0:0: [sdc] Mode Sense: 03 00 00 00
[    6.132349] sd 6:0:0:0: [sdc] No Caching mode page found
[    6.132351] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    6.134356]  sdc: sdc1 sdc2
[    6.134473] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    6.467864] EXT4-fs (sdc2): mounted filesystem d75fbfeb-39be-48c9-922b-c6e2effd9940 r/w without journal. Quota mode: none.
[    6.534074] loop0: detected capacity change from 0 to 894560
[    6.547001] overlayfs: "xino" feature enabled using 2 upper inode bits.
[    8.908700] overlayfs: "xino" feature enabled using 3 upper inode bits.
[    8.920905] loop1: detected capacity change from 0 to 386080
[    8.931860] overlayfs: "xino" feature enabled using 3 upper inode bits.
[    8.933864] loop2: detected capacity change from 0 to 78976
[    8.947280] overlayfs: "xino" feature enabled using 4 upper inode bits.
[    8.949477] loop3: detected capacity change from 0 to 34080
[    8.961172] overlayfs: "xino" feature enabled using 4 upper inode bits.
[    8.963293] loop4: detected capacity change from 0 to 234856
[    8.975560] overlayfs: "xino" feature enabled using 4 upper inode bits.
[    8.977814] loop5: detected capacity change from 0 to 166072
[    8.989526] overlayfs: "xino" feature enabled using 4 upper inode bits.
[    9.337651] evm: overlay not supported
[    9.926871] fscrypt: AES-256-CBC-CTS using implementation "cts(cbc(ecb(aes-generic)))"
[   10.264880] battery: module verification failed: signature and/or required key missing - tainting kernel
[   10.282868] ACPI: AC: AC Adapter [AC] (on-line)
[   10.285316] ACPI: battery: Slot [BAT0] (battery present)
[   10.304424] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   10.315524] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[   10.316110] ACPI: button: Sleep Button [SLPB]
[   10.316675] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
[   10.316709] ACPI: button: Lid Switch [LID]
[   10.316762] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[   10.329922] ACPI: button: Power Button [PWRF]
[   10.330451] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[   10.363248] EDAC ie31200: No ECC support
[   10.363278] EDAC ie31200: No ECC support
[   10.406936] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20230628/utaddress-204)
[   10.406948] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   10.406957] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPIO) (20230628/utaddress-204)
[   10.406963] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   10.406965] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000083F (\GPRL) (20230628/utaddress-204)
[   10.406971] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPIO) (20230628/utaddress-204)
[   10.406976] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   10.406977] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000083F (\GPRL) (20230628/utaddress-204)
[   10.406983] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPIO) (20230628/utaddress-204)
[   10.406989] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20230628/utaddress-204)
[   10.406994] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20230628/utaddress-204)
[   10.406999] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   10.407000] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.409982] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.410029] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   10.410055] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   10.532491] parport_pc 00:05: reported by Plug and Play ACPI
[   10.532573] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
[   10.638757] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   10.638779] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   10.673764] hp_accel: laptop model unknown, using default axes configuration
[   10.805643] lis3lv02d: 8 bits 3DC sensor found
[   10.973989] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input12
[   11.082331] e1000e: Intel(R) PRO/1000 Network Driver
[   11.082337] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   11.082688] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   11.156022] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   11.156132] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   11.156138] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   11.156140] RAPL PMU: hw unit of domain package 2^-14 Joules
[   11.156143] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   11.156145] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   11.208253] input: HP WMI hotkeys as /devices/virtual/input/input13
[   11.224799] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 14:58:d0:03:ad:c5
[   11.224804] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   11.224840] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   11.231090] ppdev: user-space parallel port driver
[   11.357668] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[   11.457562] psmouse serio3: synaptics: queried max coordinates: x [..5658], y [..4746]
[   11.490970] psmouse serio3: synaptics: queried min coordinates: x [1368..], y [1240..]
[   11.490980] psmouse serio3: synaptics: Your touchpad (PNP: SYN3002 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[   11.498272] iTCO_vendor_support: vendor-support=0
[   11.519062] cryptd: max_cpu_qlen set to 1000
[   11.548417] psmouse serio3: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26800/0x0, board id: 2759, fw id: 1499454
[   11.550746] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   11.574478] mc: Linux media interface: v0.10
[   11.583049] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   11.583297] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[   11.586217] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input11
[   11.602539] AVX2 version of gcm_enc/dec engaged.
[   11.602580] AES CTR mode by8 optimization enabled
[   11.721390] videodev: Linux video capture interface: v2.00
[   11.777120] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.788339] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   11.788587] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   11.788826] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.789062] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   11.801080] ACPI: bus type drm_connector registered
[   11.878359] usb 2-7: Found UVC 1.00 device USB 2.0 Camera (0c45:6321)
[   11.897497] Intel(R) Wireless WiFi driver for Linux
[   11.897711] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.904644] iwlwifi 0000:02:00.0: Detected crf-id 0xa5a5a5a1, cnv-id 0xa5a5a5a1 wfpm id 0xa5a5a5a1
[   11.904674] iwlwifi 0000:02:00.0: PCI dev 088e/4060, rev=0xb0, rfid=0xd55555d5
[   11.911389] usbcore: registered new interface driver uvcvideo
[   11.975834] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 6000g2b-6.ucode op_mode iwldvm
[   12.084014] Bluetooth: Core ver 2.22
[   12.084040] NET: Registered PF_BLUETOOTH protocol family
[   12.084043] Bluetooth: HCI device and connection manager initialized
[   12.084047] Bluetooth: HCI socket layer initialized
[   12.084050] Bluetooth: L2CAP socket layer initialized
[   12.084055] Bluetooth: SCO socket layer initialized
[   12.175234] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[   12.175240] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   12.175243] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   12.175244] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   12.175245] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   12.175246] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
[   12.175247] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[   12.175249] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
[   12.233299] usbcore: registered new interface driver btusb
[   12.233944] Bluetooth: hci0: unexpected event for opcode 0x0000
[   12.260515] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   12.260519] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   12.260521] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   12.260522] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
[   12.273614] intel_rapl_common: Found RAPL domain package
[   12.273617] intel_rapl_common: Found RAPL domain core
[   12.273619] intel_rapl_common: Found RAPL domain uncore
[   12.273620] intel_rapl_common: Found RAPL domain dram
[   12.285372] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   12.285428] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   12.285472] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   12.285510] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   12.285543] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[   12.294340] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   12.301796] iwlwifi 0000:02:00.0 wlo1: renamed from wlan0
[   12.739122] i915 0000:00:02.0: vgaarb: deactivate vga console
[   12.739545] Console: switching to colour dummy device 80x25
[   12.740348] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.573144] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
[   13.574298] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.574446] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20
[   13.611743] fbcon: i915drmfb (fb0) is primary device
[   14.738555] Console: switching to colour frame buffer device 170x48
[   14.757849] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   14.771380] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   14.778464] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input21
[   14.778690] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input22
[   14.778946] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input23
[   14.970710] zram: Added device: zram0
[   14.976616] zram0: detected capacity change from 0 to 14759592
[   15.064840] Adding 7379792k swap on /dev/zram0.  Priority:-2 extents:1 across:7379792k SS
[   21.587698] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.587703] Bluetooth: BNEP filters: protocol multicast
[   21.587708] Bluetooth: BNEP socket layer initialized
[   21.589648] Bluetooth: MGMT ver 1.22
[   21.650652] NET: Registered PF_ALG protocol family
[   25.015268] fscrypt: AES-256-XTS using implementation "xts-aes-aesni"
[   30.898604] Bluetooth: RFCOMM TTY layer initialized
[   30.898619] Bluetooth: RFCOMM socket layer initialized
[   30.898623] Bluetooth: RFCOMM ver 1.11
Last edited by rockedge on Mon Jul 15, 2024 11:27 am, edited 1 time in total.
Reason: fixed BBCode tags
dimkr
Posts: 2321
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1129 times

Re: Vanilla Dpup 11.0.x Development Builds

Post by dimkr »

alibadrelsayed wrote: Mon Jul 15, 2024 11:24 am

sorry, I forgot! this is the output of dmesg:

It looks truncated. I need the end of the output, and I need the output of dmesg after you ran the mount command, otherwise it won't show anything relevant.

alibadrelsayed
Posts: 13
Joined: Mon May 30, 2022 6:46 am

Re: Vanilla Dpup 11.0.x Development Builds

Post by alibadrelsayed »

thanks a lot for your efforts, I hope this help:

Attachments
1.jpg
1.jpg (34.12 KiB) Viewed 1303 times
Post Reply

Return to “Vanilla Dpup”