[SOLVED] Freeze bug potentially related to Screensaver, Power Management, Rhythmbox, or bad Kernel

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

[SOLVED] Freeze bug potentially related to Screensaver, Power Management, Rhythmbox, or bad Kernel

Post by mintybarrels »

I'm trying to solve a suspend/hang/freeze issue.

Tx

MB
Last edited by LockBot on Tue Sep 26, 2023 10:00 pm, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: How do I change the sleep value?

Post by Cosmo. »

Heaven knows, because we do not know anything.

You did not provide the least system info.
Open in the menu -> system report -> system information -> click the copy button; paste in your next post.

What do you mean with sleep value?
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

Apologies...

I was instructed by my last mod to start a new thread.

Here is the old thread that details all that precious info... and MORE!

viewtopic.php?t=393943

Tx,

MB
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: How do I change the sleep value?

Post by Cosmo. »

I still don't know, what this sleep value might be. And the requested system info is also still invisible.
nekrub2
Level 3
Level 3
Posts: 188
Joined: Wed Nov 17, 2021 4:56 pm
Location: Zurich - Switzerland

Re: How do I change the sleep value?

Post by nekrub2 »

What I read is that you have LM Cinnamon.
On my Cinnamon installation I click on System Settings > Screensaver and have there set the delay before screensaver start. Furthermore you can set whether you want to lock the the computer in screen saving state.
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

Yes, somehow I think it could be related to the screensaver lock, or the inactive screen/suspend under power management settings.

mb
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

This is helpful. Thank you so much.

So, would this command activate screensaver after 60s?

Code: Select all

$ xset s 60
What's the difference between using this command line action and the GUI point and click option?

My freezing issue could be related to screensaver, or power managment options.

As, it seems to work as long as I'm using the computer, but sometimes it hangs coming back from suspend, or if I've left it unattended for awhile.

Sometimes the hang happens quickly after I've left, other times it happens later on.

Do you have any more of these commands for power management?

Thank you for your reply!

MB
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Tue Mar 28, 2023 12:57 am So, would this command activate screensaver after 60s?

Code: Select all

$ xset s 60
to my knowledge yes
you can check via

Code: Select all

xset s q
for the current status of your xset
mintybarrels wrote: Tue Mar 28, 2023 12:57 am
What's the difference between using this command line action and the GUI point and click option?
sorry but i don't know the exact difference, i just use xset to manage the anti-burn out time cycle when screensaver activated. By default it takes 10 mins for the screen saver to turn off but i want it to occur earlier.
mintybarrels wrote: Tue Mar 28, 2023 12:57 am
My freezing issue could be related to screensaver, or power managment options.
what screensaver app do you use? currently i use light-locker and it pauses app ative activities (i.e. vlc playing music, browser playing yt, etc.) once it activated. To mitigate that i just turn on Presentation Mode in Power Manager Plugin though the downside is your screen is unlock and it wont turn off or dim but it is not an issue for me because i am the only one using my laptop. Perhaps you can try Xscreensaver, VLC works even if it is active, though i recommend to exercise caution when using VLC and bluetooth speaker, got lock out from my machine once (for more info, viewtopic.php?t=392399)
mintybarrels wrote: Tue Mar 28, 2023 12:57 am Do you have any more of these commands for power management?
Sorry no more commands but i use some programs, this might give you some idea:
for cpu control = https://github.com/AdnanHodzic/auto-cpufreq
for locking battery charge state = https://github.com/tshakalekholoane/bat
though i don't use this, it is popularly recommended for laptops running linux https://linrunner.de/tlp/
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

I'm just using the default 21.2 cinnamon screensaver.

Could there be bluetooth Rhythmbox issue?

I have an intermittent freeze/hang - could come after minutes, or hours after booting.

It's driving me nuts.

Rhythmbox will stop playing first, then I get a few more actions, until everything locks up.

I can still Ctl, Alt, PrSc, S, U, B....

But, then I have to hard restart from a black screen after that.
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Tue Mar 28, 2023 6:55 am I'm just using the default 21.2 cinnamon screensaver.
i see but sorry i am not familiar with cinnamon been exclusive xfce user
mintybarrels wrote: Tue Mar 28, 2023 6:55 am Could there be bluetooth Rhythmbox issue?
please try this in terminal

Code: Select all

journalctl -p 0..5 --since 1 days ago
please note that the argument after since must be within time period where you are experiencing the said issues with rhythm box, else try to use

Code: Select all

journalctl -p 0..5 -b -*
wherein * = the number of previous boot where you experienced the said issue (ex. if you want to see your previous boot then * = 1)
and

Code: Select all

dmesg --level err
perhaps you can try rhythm box as flatpak?

Code: Select all

flatpak install flathub org.gnome.Rhythmbox3
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

Code: Select all

$ journalctl -p 0..5 --since 1 days ago
Failed to parse timestamp: 1
Almost every boot eventually ends in this freezing bug.

Code: Select all

$ journalctl -p 0..5 -b -5
Mar 27 21:13:08 ElectroBrainX kernel: Linux version 5.15.0-69-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ub>
Mar 27 21:13:08 ElectroBrainX kernel: random: crng init done
Mar 27 21:13:08 ElectroBrainX kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-69-generic root=UUID=eb4ed5e8-916c-46d4-8a44-fc9fc059dc57 ro quiet splash
Mar 27 21:13:08 ElectroBrainX kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-69-generic", will be passed to user space.
Mar 27 21:13:08 ElectroBrainX kernel: audit: type=2000 audit(1679976783.016:1): state=initialized audit_enabled=0 res=1
Mar 27 21:13:08 ElectroBrainX kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPD0], AE_NOT_FOUND (20210730/dswload2-162)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C1.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
Mar 27 21:13:08 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
Mar 27 21:13:08 ElectroBrainX kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Mar 27 21:13:08 ElectroBrainX kernel: SCSI subsystem initialized
Mar 27 21:13:08 ElectroBrainX kernel: VFS: Disk quotas dquot_6.6.0
Mar 27 21:13:08 ElectroBrainX kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Mar 27 21:13:08 ElectroBrainX kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Mar 27 21:13:08 ElectroBrainX kernel: caller tgl_uncore_imc_freerunning_init_box+0xb5/0x100 mapping multiple BARs
Mar 27 21:13:08 ElectroBrainX kernel: Initialise system trusted keyrings
Mar 27 21:13:08 ElectroBrainX kernel: Key type blacklist registered
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Platform Keyring initialized
Mar 27 21:13:08 ElectroBrainX kernel: Key type asymmetric registered
Mar 27 21:13:08 ElectroBrainX kernel: Asymmetric key parser 'x509' registered
Mar 27 21:13:08 ElectroBrainX kernel: hpet_acpi_add: no address or irqs in _CRS
Mar 27 21:13:08 ElectroBrainX kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Mar 27 21:13:08 ElectroBrainX kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
Mar 27 21:13:08 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
Mar 27 21:13:08 ElectroBrainX kernel: Key type dns_resolver registered
Mar 27 21:13:08 ElectroBrainX kernel: Loading compiled-in X.509 certificates
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 28af79ceec8dbe7a4d8c3942fc56e8c33cd4609e'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
Mar 27 21:13:08 ElectroBrainX kernel: blacklist: Loading compiled-in revocation X.509 certificates
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
Mar 27 21:13:08 ElectroBrainX kernel: Key type .fscrypt registered
Mar 27 21:13:08 ElectroBrainX kernel: Key type fscrypt-provisioning registered
Mar 27 21:13:08 ElectroBrainX kernel: Key type encrypted registered
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Loaded X.509 cert ': cdbdb2e8cba849bf468ee689f9728fdf'
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Loaded X.509 cert 'FNThinkBook14sYoga: e40943a64e86bf884b7f565fe9f5d803'
Mar 27 21:13:08 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Mar 27 21:13:08 ElectroBrainX kernel: Loading compiled-in module X.509 certificates
Mar 27 21:13:08 ElectroBrainX kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 28af79ceec8dbe7a4d8c3942fc56e8c33cd4609e'
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 27 21:13:08 ElectroBrainX kernel: usb: port power management may be unreliable
Mar 27 21:13:08 ElectroBrainX kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mar 27 21:13:08 ElectroBrainX kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mar 27 21:13:08 ElectroBrainX kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Mar 27 21:13:08 ElectroBrainX kernel: thermal thermal_zone8: failed to read out thermal zone (-61)
Mar 27 21:13:09 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 27 21:13:09 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 27 21:13:09 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
Mar 27 21:13:09 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
Mar 27 21:13:09 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Mar 27 21:13:09 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
Mar 27 21:13:09 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Mar 27 21:13:09 ElectroBrainX kernel: spl: loading out-of-tree module taints kernel.
Mar 27 21:13:09 ElectroBrainX kernel: znvpair: module license 'CDDL' taints kernel.
Mar 27 21:13:09 ElectroBrainX kernel: Disabling lock debugging due to kernel taint
Mar 27 21:13:09 ElectroBrainX kernel: ZFS: Loaded module v2.1.5-1ubuntu6~22.04.1, ZFS pool version 5000, ZFS filesystem version 5
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe">
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe/>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosp>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pi>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=7>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.548:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-send>
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.552:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups->
Mar 27 21:13:09 ElectroBrainX kernel: audit: type=1400 audit(1679976789.552:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=73>
Mar 27 21:13:09 ElectroBrainX anacron[753]: Anacron 2.3 started on 2023-03-27
Mar 27 21:13:09 ElectroBrainX anacron[753]: Normal exit (0 jobs run)
Mar 27 21:13:09 ElectroBrainX udisksd[798]: udisks daemon version 2.9.4 starting
Mar 27 21:13:09 ElectroBrainX thermald[788]: 27 CPUID levels; family:model:stepping 0x6:8c:1 (6:140:1)
Mar 27 21:13:09 ElectroBrainX thermald[788]: 27 CPUID levels; family:model:stepping 0x6:8c:1 (6:140:1)
Mar 27 21:13:09 ElectroBrainX thermald[788]: sensor id 13 : No temp sysfs for reading raw temp
Mar 27 21:13:09 ElectroBrainX thermald[788]: sensor id 13 : No temp sysfs for reading raw temp
Mar 27 21:13:09 ElectroBrainX thermald[788]: sensor id 13 : No temp sysfs for reading raw temp
Mar 27 21:13:09 ElectroBrainX wpa_supplicant[799]: Successfully initialized wpa_supplicant
Mar 27 21:13:09 ElectroBrainX udisksd[798]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Mar 27 21:13:09 ElectroBrainX boltd[837]: bolt 0.9.2 starting up.
Mar 27 21:13:09 ElectroBrainX udisksd[798]: Failed to load the 'mdraid' libblockdev plugin
Mar 27 21:13:09 ElectroBrainX boltd[837]: power: force power support: no
Mar 27 21:13:09 ElectroBrainX boltd[837]: [20aefe4c-01d2-domain0                    ] newly connected [iommu] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
Mar 27 21:13:09 ElectroBrainX boltd[837]: [20aefe4c-01d2-ThinkBook 14s Yoga ITL     ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain>
Mar 27 21:13:09 ElectroBrainX udisksd[798]: Cleaning up mount point /media/bartron/c798bba8-1040-4a61-aef7-f77de24acdc8 (device 179:1 is not mounted)
Mar 27 21:13:09 ElectroBrainX udisksd[798]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Mar 27 21:13:10 ElectroBrainX thermald[788]: Polling mode is enabled: 4
Mar 27 21:13:11 ElectroBrainX gnome-keyring-daemon[1339]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Mar 27 21:13:11 ElectroBrainX gnome-keyring-daemon[1341]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Mar 27 21:13:11 ElectroBrainX gnome-keyring-daemon[1342]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Mar 27 21:13:11 ElectroBrainX pulseaudio[1084]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental fe>
Mar 27 21:13:12 ElectroBrainX goa-daemon[1441]: goa-daemon version 3.44.0 starting
Mar 27 21:13:12 ElectroBrainX udisksd[798]: Mounted /dev/mmcblk0p1 at /media/bartron/c798bba8-1040-4a61-aef7-f77de24acdc8 on behalf of uid 1000
Mar 27 21:13:12 ElectroBrainX polkitd(authority=local)[771]: Registered Authentication Agent for unix-session:c1 (system bus name :1.61 [/usr/lib/policykit-1-gnome/po>
Mar 27 21:13:13 ElectroBrainX cinnamon-session[1085]: WARNING: t+1.27153s: Detected that screensaver has appeared on the bus
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: SME: Trying to authenticate with 8a:d7:aa:79:09:ca (SSID='919third' freq=2437 MHz)
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: Trying to associate with 8a:d7:aa:79:09:ca (SSID='919third' freq=2437 MHz)
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: Associated with 8a:d7:aa:79:09:ca
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: WPA: Key negotiation completed with 8a:d7:aa:79:09:ca [PTK=CCMP GTK=CCMP]
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 8a:d7:aa:79:09:ca completed [id=0 id_str=]
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-60 noise=9999 txrate=29200
Mar 27 21:13:13 ElectroBrainX wpa_supplicant[799]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=29200
Mar 27 21:13:14 ElectroBrainX thermald[788]: Manufacturer didn't provide adequate support to run in
Mar 27 21:13:14 ElectroBrainX thermald[788]: optimized configuration on Linux with open source
Mar 27 21:13:14 ElectroBrainX thermald[788]: You may want to disable thermald on this system if you see issue
Mar 27 21:13:15 ElectroBrainX systemd[1]: kerneloops.service: Found left-over process 1820 (kerneloops) in control group while starting unit. Ignoring.
Mar 27 21:13:15 ElectroBrainX systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Mar 27 21:13:15 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.41 DST=192.168.1.96 LEN=71 TOS=0x00 PR>
Mar 27 21:13:15 ElectroBrainX kernel: kauditd_printk_skb: 14 callbacks suppressed
Mar 27 21:13:15 ElectroBrainX kernel: audit: type=1400 audit(1679976795.404:26): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1804 comm=>
Mar 27 21:13:19 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.254 DST=192.168.1.96 LEN=71 TOS=0x00 P>
Mar 27 21:13:36 ElectroBrainX bluetoothd[756]: profiles/audio/avctp.c:avctp_connect_cb() connect to 28:FA:19:A1:70:C5: Connection refused (111)
Mar 27 21:13:36 ElectroBrainX pulseaudio[1084]: org.freedesktop.DBus.Properties.Get /org/bluez/hci0/dev_28_FA_19_A1_70_C5/sep1/fd0 Volume failed: org.freedesktop.DBus>
Mar 27 21:13:43 ElectroBrainX cinnamon-session[1085]: WARNING: t+31.27493s: Detected that screensaver has left the bus
 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:19:14 ElectroBrainX cinnamon-screensaver-pam-helper[4931]: pam_ecryptfs: seteuid error
Mar 27 21:19:44 ElectroBrainX cinnamon-session[1085]: WARNING: t+392.47988s: Detected that screensaver has left the bus
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Error in sys.excepthook:
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Original exception was:
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Error in sys.excepthook:
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Original exception was:
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Error in sys.excepthook:
Mar 27 21:19:44 ElectroBrainX org.cinnamon.ScreenSaver[3322]: Original exception was:

Many of these UFW BLOCK  -    I deleted MAC addys.

Mar 27 21:19:46 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:19:58 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=0 SRC=192.168.1.254 DST=192.168.1.96 LEN=71 TOS=0x00 P>
Mar 27 21:20:22 ElectroBrainX cinnamon-session[1085]: WARNING: t+430.40478s: Detected that screensaver has appeared on the bus
Mar 27 21:20:27 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:21:07 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:21:41 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.254 DST=192.168.1.96 LEN=71 TOS=0x00 P>
Mar 27 21:21:46 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:22:26 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:22:56 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=SRC=192.168.1.254 DST=192.168.1.96 LEN=71 TOS=0x00 P>
Mar 27 21:23:06 ElectroBrainX kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=SRC=192.168.1.254 DST=224.0.0.1 LEN=32 TOS=0x00 PREC>
Mar 27 21:23:33 ElectroBrainX sudo[6714]:  bartron : PWD=/home/bartron ; USER=root ; COMMAND=/usr/lib/linuxmint/mintUpdate/dpkg_lock_check.sh
Mar 27 21:23:33 ElectroBrainX sudo[6717]:  bartron : PWD=/home/bartron ; USER=root ; COMMAND=/usr/bin/mint-refresh-cache


Code: Select all


$ dmesg --level err
[    0.242496] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242509] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242514] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242517] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242521] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242524] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242527] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242530] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242535] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242537] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242540] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242543] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242547] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242550] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242554] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242556] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242560] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242563] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242566] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242569] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242707] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242710] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242713] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242716] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242720] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242723] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242726] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242729] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242814] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242817] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242820] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242822] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242826] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242829] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242832] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242835] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242839] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242842] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242845] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242847] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242851] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242854] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242857] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242860] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242864] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242867] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.242870] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.242873] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243009] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243012] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243015] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243018] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243153] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243156] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243159] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243162] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243297] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243300] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243303] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243306] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243310] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243313] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243316] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243318] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243322] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243325] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243328] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243331] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243335] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243337] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243340] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243343] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243347] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243350] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243353] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243356] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243360] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243362] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.243365] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.243368] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.244371] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPD0], AE_NOT_FOUND (20210730/dswload2-162)
[    0.244375] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.244397] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
[    0.244400] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.244425] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C1.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
[    0.244427] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.246264] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
[    0.246269] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
[    0.246272] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
[    0.246282] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
[    0.442637] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
perhaps you can try rhythm box as flatpak?
I don't think it's rhthmbox which is the issue... It just seems to be the first thing that stops working - the music stops - then within a few moments after that, sometimes fast, sometimes shorter - everything will freeze up.

Could it be related to my sound infrastructure?


THANK YOU FOR YOUR HELP!

MB
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

It just did it again...



Code: Select all

$ journalctl -p 0..5 -b -1


Mar 28 17:14:39 ElectroBrainX kernel: Linux version 5.15.0-69-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubu>
Mar 28 17:14:39 ElectroBrainX kernel: random: crng init done
Mar 28 17:14:39 ElectroBrainX kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-69-generic root=UUID=eb4ed5e8-916c-46d4-8a44-fc9fc059dc57 ro quiet splash
Mar 28 17:14:39 ElectroBrainX kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-69-generic", will be passed to user space.
Mar 28 17:14:39 ElectroBrainX kernel: audit: type=2000 audit(1680048874.016:1): state=initialized audit_enabled=0 res=1
Mar 28 17:14:39 ElectroBrainX kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPD0], AE_NOT_FOUND (20210730/dswload2-162)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C1.TPL1], AE_NOT_FOUND (20210730/dswload2-162)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20210730/dspkginit-438)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
Mar 28 17:14:39 ElectroBrainX kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20210730/dspkginit-438)
Mar 28 17:14:39 ElectroBrainX kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Mar 28 17:14:39 ElectroBrainX kernel: SCSI subsystem initialized
Mar 28 17:14:39 ElectroBrainX kernel: VFS: Disk quotas dquot_6.6.0
Mar 28 17:14:39 ElectroBrainX kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Mar 28 17:14:39 ElectroBrainX kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Mar 28 17:14:39 ElectroBrainX kernel: caller tgl_uncore_imc_freerunning_init_box+0xb5/0x100 mapping multiple BARs
Mar 28 17:14:39 ElectroBrainX kernel: Initialise system trusted keyrings
Mar 28 17:14:39 ElectroBrainX kernel: Key type blacklist registered
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Platform Keyring initialized
Mar 28 17:14:39 ElectroBrainX kernel: Key type asymmetric registered
Mar 28 17:14:39 ElectroBrainX kernel: Asymmetric key parser 'x509' registered
Mar 28 17:14:39 ElectroBrainX kernel: hpet_acpi_add: no address or irqs in _CRS
Mar 28 17:14:39 ElectroBrainX kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Mar 28 17:14:39 ElectroBrainX kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
Mar 28 17:14:39 ElectroBrainX kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
Mar 28 17:14:39 ElectroBrainX kernel: Key type dns_resolver registered
Mar 28 17:14:39 ElectroBrainX kernel: Loading compiled-in X.509 certificates
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 28af79ceec8dbe7a4d8c3942fc56e8c33cd4609e'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
Mar 28 17:14:39 ElectroBrainX kernel: blacklist: Loading compiled-in revocation X.509 certificates
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
Mar 28 17:14:39 ElectroBrainX kernel: Key type .fscrypt registered
Mar 28 17:14:39 ElectroBrainX kernel: Key type fscrypt-provisioning registered
Mar 28 17:14:39 ElectroBrainX kernel: Key type encrypted registered
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Loaded X.509 cert ': cdbdb2e8cba849bf468ee689f9728fdf'
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Loaded X.509 cert 'FNThinkBook14sYoga: e40943a64e86bf884b7f565fe9f5d803'
Mar 28 17:14:39 ElectroBrainX kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Mar 28 17:14:39 ElectroBrainX kernel: Loading compiled-in module X.509 certificates
Mar 28 17:14:39 ElectroBrainX kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 28af79ceec8dbe7a4d8c3942fc56e8c33cd4609e'
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Mar 28 17:14:39 ElectroBrainX kernel: usb: port power management may be unreliable
Mar 28 17:14:39 ElectroBrainX kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mar 28 17:14:39 ElectroBrainX kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mar 28 17:14:40 ElectroBrainX kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Mar 28 17:14:40 ElectroBrainX kernel: thermal thermal_zone8: failed to read out thermal zone (-61)
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
Mar 28 17:14:40 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Mar 28 17:14:40 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Tue Mar 28, 2023 9:02 pm

Code: Select all

$ journalctl -p 0..5 -b -1
Mar 28 17:14:40 ElectroBrainX kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Mar 28 17:14:40 ElectroBrainX kernel: thermal thermal_zone8: failed to read out thermal zone (-61)
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
Mar 28 17:14:40 ElectroBrainX kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
Mar 28 17:14:40 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Mar 28 17:14:40 ElectroBrainX kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
Mar 28 17:14:40 ElectroBrainX kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
i am not really sure what is the issue with your system but to me this looks suspicious, perhaps you need to update your kernel or use oem kernel
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

Well...

I thought I had just upgraded to the latest kernel for 21.1

So, how would I go about trying the latest kernel, or oem?

Code: Select all

sudo apt-get install linux-oem-22.04c
I'm never sure whether I should be trying a, b, c, d etc.

Some people have said I should try 6.0 others have said stick with an older kernel.

MB
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Tue Mar 28, 2023 9:55 pm

Code: Select all

sudo apt-get install linux-oem-22.04c
I'm never sure whether I should be trying a, b, c, d etc.

Some people have said I should try 6.0 others have said stick with an older kernel.

MB
i recommend linux-oem-22.04b and above because they use kernel 6 series
for more info please try this in the terminal

Code: Select all

apt show linux-oem-22.04* -a
using that info i agree with your conclusion

Code: Select all

Package: linux-oem-22.04c
Version: 6.1.0.1008.8
Priority: optional
Section: kernel
Source: linux-meta-oem-6.1
Origin: Ubuntu
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 10.2 kB
Provides: kernel-testing--linux-oem-6.1--full--oem, kernel-testing--linux-oem-6.1--full--preferred
Depends: linux-image-oem-22.04c (= 6.1.0.1008.8), linux-headers-oem-22.04c (= 6.1.0.1008.8)
Download-Size: 1,708 B
APT-Sources: http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
Description: Complete OEM Linux kernel and headers
 This package will always depend on the latest complete OEM Linux kernel
 and headers.

Package: linux-oem-22.04c
Version: 6.1.0.1007.7
Priority: optional
Section: kernel
Source: linux-meta-oem-6.1
Origin: Ubuntu
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 10.2 kB
Provides: kernel-testing--linux-oem-6.1--full--oem, kernel-testing--linux-oem-6.1--full--preferred
Depends: linux-image-oem-22.04c (= 6.1.0.1007.7), linux-headers-oem-22.04c (= 6.1.0.1007.7)
Download-Size: 1,706 B
APT-Sources: http://mirror.unej.ac.id/ubuntu jammy-updates/main amd64 Packages
Description: Complete OEM Linux kernel and headers
 This package will always depend on the latest complete OEM Linux kernel
 and headers.

current latest LTS kernel is 6.1.x https://www.kernel.org/

prior to installation of this kernel i recommend to take snapshot of timeshift just incase this kernel cause instability of your system
moreover, i suggest to remove quiet splash on grub so that you have idea what is going under the hood during boot and shutdown https://linuxconfig.org/setup-bootsplas ... -boot-mode
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Tue Mar 28, 2023 9:55 pm
Some people have said I should try 6.0 others have said stick with an older kernel.
to my knowledge the usage of newer kernel is decided primarily the hardware because newer kernel supports newer hardware. Secondary reason would be support for bleeding edge of apps. WIth that i recommend to use whatever kernel that works well with your hardware and software needs. But software needs is no longer much an issue because of flatpak.
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: How do I change the sleep value?

Post by mintybarrels »

Thank you very much for your help, Midnight True!

MB
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: How do I change the sleep value?

Post by Midnight True »

mintybarrels wrote: Wed Mar 29, 2023 12:10 am
Your welcome 🍻🍻🍻 Please also be reminded that after installing the oem kernel, you need to update all your drivers too.
mintybarrels
Level 3
Level 3
Posts: 170
Joined: Fri Mar 26, 2021 2:57 pm

Re: Freeze bug potentially related to Screensaver, Power Management, Rhythmbox, or bad Kernel

Post by mintybarrels »

Do you mind my asking the methodology behind this command?

Code: Select all

journalctl -p 0..5 -b -*
What is going on there? It's zeroing in on the errors?

MB
Locked

Return to “Software & Applications”