Need to open lid twice to get session after suspend

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Need to open lid twice to get session after suspend

Post by eshchenko »

Dear community

Since Linux Mint 18 I have strange wakeup after suspend behaviour on
Samsung N145 Plus laptop.
Now I had upgraded to Mint 20.1 XFCE (It was no a fresh install but series of upgrades).

$more /etc/issue
Linux Mint 20.1 Ulyssa

Short description - to get back to XFCE session I must open lid twice.
Procedure to reproduce the problem
1) Close the lid. Notebook goes to suspend, as expected
2) Open the lid.
What is expected - system wakes up and X screen appears
What is in reality - system wakes up, but the graphical
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Need to open lid twice to get session after suspend

Post by eshchenko »

Dear community

Since Linux Mint 18 I have strange wakeup after suspend behaviour on
Samsung N145 Plus laptop.
Now I had upgraded to Mint 20.1 XFCE (It was no a fresh install but series of upgrades).

Here down is the relevant part part of the system information
#####################
System: Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Machine: Type: Laptop System: SAMSUNG product: N145P/N250P/N260P v: N/A serial: <filter>
Chassis: type: 10 serial: <filter>
Mobo: SAMSUNG model: N145P/N250P/N260P serial: <filter> BIOS: Phoenix
v: 02GC.M004.20101214.RHU date: 12/14/2010
Battery: ID-1: BAT1 charge: 40.0 Wh condition: 40.0/48.8 Wh (82%) volts: 12.5/11.1
model: SAMSUNG Electronics serial: N/A status: Full
CPU: Topology: Single Core model: Intel Atom N450 bits: 64 type: MT arch: Bonnell rev: A
L2 cache: 512 KiB
flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 6650
Speed: 1663 MHz min/max: 1000/1667 MHz Core speeds (MHz): 1: 1663 2: 1663
Graphics: Device-1: Intel Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics
vendor: Samsung Co driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:a011
Display: x11 server: X.Org 1.20.9 driver: intel resolution: 1024x600~60Hz
OpenGL: renderer: Mesa DRI Intel Pineview M v: 1.4 Mesa 20.2.6 direct render: Yes
##########
Yes, I am using old kernel, but I had checked that the problem is exactly the same with the default
5.4.0-70-generic kernel. The software is updated.

Short description - to get back to XFCE session I must open lid twice.
Procedure to reproduce the problem on my hard/software
1) Close the lid. Notebook goes to suspend, as expected
2) Open the lid.
What is expected - system wakes up and X screen appears.
What is in reality - system wakes up, but the graphical screen remains black.
After 5-10 seconds system goes back to suspend (with the lid still open).
To wakeup I have to close lid and immediately open it.
After this second opening of the lid the X session is back and I can work with my laptop until the next closing the lid.

I made lot of attempts to debug the problem.
The back screen after first opening can be solved using this thread:
viewtopic.php?t=312960
Thanks a lot for this xrandr service.
But this trick does not solve the main problem - the system goes to suspend after 5-10 seconds, in this case, with Xsesion running (I can even do something e.g. type in terminal) and lid open.
It looks like on this first first lid opening the system gets the command to go sleep and does this independent on the users activity.

Also, I played with logind.conf, light-locker, XScreenSaver, Power Manager and Session and Startup settings.
My logind.conf is:
########
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
HandleLidSwitch=suspend
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
HoldoffTimeoutSec=10s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192
########
As you see I changed
HoldoffTimeoutSec from the default 30 sec to 10 sec
I did it to make the time period of going to suspend shorter.
With the default 30 seconds, the system goes to suspend after ~ 30 seconds.

In most of my attempts the light locker is disabled, power manager is tuned to suspend on the lid closed and lock screen
when system is going to sleep.

Please see screenshots of the settings in attachments.

I can provide you more information.
For example, by changing two parameters:
1) "Lock screen before sleep" in Session and Startup
2) "Lock screen when system is going to sleep" in Power Manager
I can get 4 following results:
(2) active, (1) active - one has to open twice, no screen saver
(2) active, (1) inactive - one has to open twice, no screen saver

Most interesting:
Let us untick "Lock screen when system is going to sleep" in Power Manager.
This will result to a different behaviour - now the problem is to suspend!
The lid must be closed twice!
(2) inactive, (1) active
First opening - X Screen Saver login appears, after this session resumed.
This combination is the only one when the X Screen Saver login window appearers!!!
Second closing - ignored,
Third closing - OK, system suspended
Opening - X Screen saver login appears, after this session resumed
Must close twice.

(2) inactive, (2) inactive
Must close twice
Opening is without the screen saver (as is expected)


Best regards, Dmitry
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Sun Jun 13, 2021 6:34 pmYes, I am using old kernel, but I had checked that the problem is exactly the same with the default 5.4.0-70-generic kernel. The software is updated.
Welcome to the forum, eshchenko.

The 4.15 kernel is not supported for use with LM20. You need to be using at least the 5.4 kernel with LM20 to be running "updated" software.

In addition, it appears your system is not running the correct gcc version. The version for LM20 is 9.3.0.
System:
Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
eshchenko wrote: Sun Jun 13, 2021 6:34 pm Short description - to get back to XFCE session I must open lid twice.
Power states, such as suspend, often relate to BIOS. Does your computer have the most recent BIOS version installed?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
rossdv8
Level 7
Level 7
Posts: 1736
Joined: Wed Apr 23, 2014 4:48 am
Location: Within 2,000 kilometres of Alice Springs, Australia
Contact:

Re: Need to open lid twice to get session after suspend

Post by rossdv8 »

This is not 'completely' relevant, but it might not be only a problem with your Samsung. I am running Mint 20.1 Xfce on an old (6 years) Thinkpad Yoda S1. When I let it sleep, and raise the lid, it looks like ot os alive, but the display doesn;t go into graphical mode.
Howevere, my screen has a a button on it (that is NOT the Power button - Power On is on the keyboard part of the Laptop).
Briefly pressing the Power button immediately gives me my desktop.

I assume your Samsung does NOT have any kind of button on the screen area - and I am Not looking here for a solutiion, because I am quite used to tapping the screen button to wake it up - much as you are probably used to opening the lid twice..
I'm just passing the info that this might not be an isolated issue.
Current main OS: MInt 21.3 with KDE Plasma 5.27 (using Compiz as WM) - Kernel: 6.5.0-15 on Lenovo m900 Tiny, i5-6400T (intel HD 530 graphics) 16GB RAM.
Sharks usually only attack you if you are wet
User avatar
senjoz
Level 5
Level 5
Posts: 900
Joined: Tue Jun 09, 2020 3:55 am
Location: Kamnik

Re: Need to open lid twice to get session after suspend

Post by senjoz »

SMG wrote: Sun Jun 13, 2021 9:46 pm In addition, it appears your system is not running the correct gcc version. The version for LM20 is 9.3.0.
System:
Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Probably that gcc version is correct. The gcc version in the System section of inxi output (System information) is the gcc version with which the kernel was compiled and gcc versions in the Info section are installed gcc versions.
viewtopic.php?f=47&t=345406

Regards, Jože
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

senjoz wrote: Mon Jun 14, 2021 1:49 am
SMG wrote: Sun Jun 13, 2021 9:46 pm In addition, it appears your system is not running the correct gcc version. The version for LM20 is 9.3.0.
System:
Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Probably that gcc version is correct. The gcc version in the System section of inxi output (System information) is the gcc version with which the kernel was compiled and gcc versions in the Info section are installed gcc versions.
viewtopic.php?f=47&t=345406

Regards, Jože
That gcc version may have compiled that kernel, but neither are "correct" since one should not be running the 4.15 kernel on LM20.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

Dear Colleagues
As I told you, the problem is reproducible also with this configuration:
#####
System: Kernel: 5.4.0-70-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Machine: Type: Laptop System: SAMSUNG product: N145P/N250P/N260P v: N/A serial: <filter>
Chassis: type: 10 serial: <filter>
Mobo: SAMSUNG model: N145P/N250P/N260P serial: <filter> BIOS: Phoenix
v: 02GC.M004.20101214.RHU date: 12/14/2010
Battery: ID-1: BAT1 charge: 39.2 Wh condition: 40.0/48.8 Wh (82%) volts: 12.4/11.1
model: SAMSUNG Electronics serial: N/A status: Unknown
CPU: Topology: Single Core model: Intel Atom N450 bits: 64 type: MT arch: Bonnell rev: A
L2 cache: 512 KiB
flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 6649
" Speed: 1662 MHz min/max: 1000/1667 MHz Core speeds (MHz): 1: 1662 2: 1662
Graphics: Device-1: Intel Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics
vendor: Samsung Co driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:a011
Display: x11 server: X.Org 1.20.9 driver: intel resolution: 1024x600~60Hz
OpenGL: renderer: Mesa DRI Intel Pineview M v: 1.4 Mesa 20.2.6 direct render: Yes
####
The bios is the latest from Samsung support.

As for the kernel, the system was updated from LM18->19->20 that is why I can load two old kernels

Small update: I had uninstalled light-locker. The lid behaviour is slightly different from as with the light-locker installed.
Variants of two settings involved:
1) "Lock screen before sleep" from Session and Startup
2) "Lock screen when system is going to sleep" from Power Manager
Four cases:
1 inactive and 2 inactive - resume problem - must open lid twice
1 active and 2 inactive - resume problem - must open lid 3 times!
1 active and 2 active - resume problem - must open lid twice
1 inactive and 2 active - resume problem - must open lid twice

So, with the light-locker uninstalled I never had problem to suspend.
But also the X screen saver login had never appeared!
I would expect the X screen saver login in the case
"1 active and 2 inactive"
Indeed, this combination is different, but instead of the X screen saver login there is one additional step with intermediate suspend. I need to open lid 3 times!

Hope this information is useful...

Best regards, Dmitry

p.s. It is not a big deal to open lid twice. One can say - it is an additional security...
But who is the king of the world! Especially after found the xrandr trick to light the black graphical screen!
This is the best trick I ever found and it makes my another old notebook (hp 8530p) alive...

p.p.s Am I the only one who met with such a problem? These Samsung netbooks were very popular 10 years ago...
I had installed SSD, upgraded memory - the hardware is enough for typewriting...
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Mon Jun 14, 2021 2:00 pm Dear Colleagues
As I told you, the problem is reproducible also with this configuration:
#####
System: Kernel: 5.4.0-70-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Gnome 3.36.9
wm: xfwm4 dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Gnome is not a supported desktop for Mint. When running Xfce, Xfce is listed as the desktop in inxi output. It is possible there is some conflict in your system because of the installed desktops which may be contributing to this issue.

Here is an example of what one would normally see for system info when running inxi -Fxxxrz
System:
Kernel: 5.4.0-74-generic x86_64 bits: 64 compiler: gcc v: 9.3.0
Desktop: Xfce 4.14.2 tk: Gtk 3.24.13 info: xfce4-panel wm: xfwm4
dm: LightDM 1.30.0 Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

I do not know why inxi reports gnome.
gnome is not installed.
echo $XDG_CURRENT_DESKTOP
XFCE
I already know your next suggestion -
make fresh install...
But we are in the Linux world...
OK too much work...
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Mon Jun 14, 2021 5:46 pm I do not know why inxi reports gnome.
gnome is not installed.
echo $XDG_CURRENT_DESKTOP
XFCE
In the cases where inxi shows gnome, people have discovered something else they installed also installed gnome. Given you have updated through several versions of Mint, I have no suggestions as to what you have installed that may have pulled gnome in along with it.

Having more than one desktop installed (even if only one is running) has been known to cause conflicts.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

Dear Colleagues
Thanks for the comments and suggestions.
I always try to provide correct information.
Gnome is not installed. There is no other desktop installed.
For example, there is no menu to choice an other desktop in lightdm.
There is no other dm than lightdm installed (for example gmd3).
Default XFCE is started.
The lid problem started since LM18.
Before that, starting from 2011till LM18 lid was working without problems.
I expected from the community some basic help how the wake up on LID events in XFCE is working.
And unfortunately suspend/backup is not possible to test from the life USB...
If you do think that the starting point for discussion is to make fresh installation of the very last LM20 XFCE -
please tell me this directly.... I can try to install it on a fresh ssd (OK, it is not so convenient to open Samsung N145, but...)
Best regards, D.
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Tue Jun 15, 2021 2:05 amAnd unfortunately suspend/backup is not possible to test from the life USB...
Actually, it is possible to check suspend from the live USB. Many others have done it. One can not reboot a live session, but one can definitely suspend and resume from suspension with a live session.

Why do you think it is not possible to test suspend from a live usb? Maybe we are using different terms? Suspension is saving to RAM. Hibernation is saving to disk. One can not test hibernation with a live session. (Backup does not have anything to do with suspension, so I do not know why you wrote "suspend/backup".)

When you boot from that live usb, you can also run inxi -Fxxxz to see what desktop is listed.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

So sorry! It was a typewriting mistake.
Should be "suspend/wake-up" (OK, correct word is resume).
I do not have live usb in my hands now, but, to my memory, the default settings in the power manager on the live usb is something like -
"do nothing " or ignore on the lid closed.
If I try to change this behavior to "suspend" a popup message appears - with the text I mentioned - like "suspend is not supported in the live usb mode".
I hope you can reproduce this...
This is a very annoying feature I met several times on different notebooks. May be my old hardware makes no difference from suspend and hibernate...
That is why you never know... until you install.
But you are in principal absolutely right...
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Tue Jun 15, 2021 11:30 amI do not have live usb in my hands now, but, to my memory, the default settings in the power manager on the live usb is something like -
"do nothing " or ignore on the lid closed.
If I try to change this behavior to "suspend" a popup message appears - with the text I mentioned - like "suspend is not supported in the live usb mode".
I hope you can reproduce this...
No, I can not reproduce it. I am typing this from a live session of LM20.1 on my laptop. I just checked the power settings and do not see what you have described. In fact, the default for "When the lid is closed" is "Suspend" both for A/C power and Battery.
The four options are:
- Suspend
- Shut down immediately
- Lock screen
- Do nothing.

I just suspended my laptop and resumed from suspend in the live session and came back to post here. (It is a Sandy Bridge (2nd gen) Celeron which means it is not much newer than yours.)
eshchenko wrote: Tue Jun 15, 2021 11:30 amThis is a very annoying feature I met several times on different notebooks. May be my old hardware makes no difference from suspend and hibernate...
That is why you never know... until you install.
The entire point of being able to boot from a live session is to test all the features to see if they work.

Perhaps you have not checked a live session since you installed LM17? It has changed a lot since then. In fact, hibernation is disabled by default and has been for at least the last several major versions of Mint. That means there is definitely a difference between suspend and hibernate.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

Sorry for my misleading remark about live usb.
I had such a bright memory, but now I checked, and can confirm most of your observation.
In my case the default actions on lid closed in power manager were "suspend" on battery and "lock screen" on AC.
I can change it to "suspend" for both.
This is the only setting I changed from the default, so now the problem is well defined.
Also, now there is no gnome in inxi output.
So - the reference to "gnome" in my original installation on SSD most probably had appeared during the chain of upgrades.

The lid problem is reproducible also on LM20.1 xfce live usb.
The time between first opening and following "suspend" is of about 30 seconds.
This is close to the default settings in
/etc/systemd/logind.conf
#HoldoffTimeoutSec=30s
The graphical screen during this 30 seconds remains black.
Second closing/opening resumes Xfce session
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

At the present time, I can not think of why two openings of the lid would be needed, especially since the other thread you referenced earlier seemed to be an issue with initial log on and not resuming from suspend. Lid switches are mechanical and one would think the same message is being sent to the operating system each time the lid is opened. :? Hardware differences are the only thing that comes to mind for me, but there might be something in the operating system which is a factor.

When troubleshooting suspend issues, I often advise people to run the following after resuming from the suspend: dmesg -T | tail -n 200. You can adjust the number to give you more or less log lines. Maybe that will help diagnose what is happening.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

Sorry for delay. It looks like the system running from live usb is not stable.
There are problems with file system (ext4, squashfs errors etc). But it is not our task to debug the live usb "problem", I hope.
It looks like I have to install it on ssd. This will require time... (and actually there is no other reason, than to debug this lid "feature").
I call it "feature", because I found the trick -
decrease the default parameter
#HoldoffTimeoutSec=30s
in
/etc/systemd/logind.conf
to a reasonable value until the behavior is still reproducible.
Frankly speaking, it is not a big deal to wait HoldoffTimeoutSec (10 seconds I found experimentally) and close/open the lid second time.
p.s. First look into the dmesg -T was very confusing, as the -T switch refers to the running time.
That is why the time stamp in dmesg -T output is delayed for the time of been suspend. As a result sleep and wake-up follow one after another with the same time stamp. Ones has probably to search problems in messages...
At this point, I start to think - imagine I have the lid sensor problem and it sends signal twice per movement... As understand logind.conf manual, the HoldOffimeout might be relevant to some additional events.
Also, on closing the lid the system does to suspend with after some delay (I can monitor this by led coulores), it waits probably the same HoldoffTimeoutSec.
User avatar
SMG
Level 25
Level 25
Posts: 31776
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Need to open lid twice to get session after suspend

Post by SMG »

eshchenko wrote: Fri Jun 18, 2021 4:12 am Sorry for delay. It looks like the system running from live usb is not stable.
There are problems with file system (ext4, squashfs errors etc). But it is not our task to debug the live usb "problem", I hope.
It looks like I have to install it on ssd.
It's possible there were issues with how all the files were written to the usb. If it were me, I would rewrite the usb before I would install. I do not consider an installation to be a fix for issues with the usb. I think issues with a usb should be addressed before installing using the usb.
eshchenko wrote: Fri Jun 18, 2021 4:12 amThis will require time... (and actually there is no other reason, than to debug this lid "feature").
I call it "feature", because I found the trick -
If you are happy with the solution you have, you do not have to do any further trouble-shooting.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

I followed your instruction, made fresh usb and recorded all the lines of dmesg:
The dmesg is too long, that is why I will submit two replies:
### First 500 strings
1 [Fri Jun 18 20:35:46 2021] microcode: microcode updated early to revision 0x107, date = 2009-08-25
2 [Fri Jun 18 20:35:46 2021] Linux version 5.4.0-58-generic (buildd@lcy01-amd64-004) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 (Ubuntu 5.4.0-58.64-generic 5.4.73)
3 [Fri Jun 18 20:35:46 2021] Command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper initrd=/casper/initrd.lz quiet splash --
4 [Fri Jun 18 20:35:46 2021] KERNEL supported cpus:
5 [Fri Jun 18 20:35:46 2021] Intel GenuineIntel
6 [Fri Jun 18 20:35:46 2021] AMD AuthenticAMD
7 [Fri Jun 18 20:35:46 2021] Hygon HygonGenuine
8 [Fri Jun 18 20:35:46 2021] Centaur CentaurHauls
9 [Fri Jun 18 20:35:46 2021] zhaoxin Shanghai
10 [Fri Jun 18 20:35:46 2021] x86/fpu: x87 FPU will use FXSAVE
11 [Fri Jun 18 20:35:46 2021] BIOS-provided physical RAM map:
12 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
13 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
14 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000000ce000-0x00000000000cffff] reserved
15 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved
16 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
17 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x0000000000100000-0x000000007f5affff] usable
18 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x000000007f5b0000-0x000000007f5bffff] ACPI data
19 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x000000007f5c0000-0x000000007f5c2fff] ACPI NVS
20 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x000000007f5c3000-0x000000007fffffff] reserved
21 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
22 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
23 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
24 [Fri Jun 18 20:35:46 2021] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
25 [Fri Jun 18 20:35:46 2021] NX (Execute Disable) protection: active
26 [Fri Jun 18 20:35:46 2021] SMBIOS 2.5 present.
27 [Fri Jun 18 20:35:46 2021] DMI: SAMSUNG ELECTRONICS CO., LTD. N145P/N250P/N260P /N145P/N250P/N260P , BIOS 02GC.M004.20101214.RHU 12/14/2010
28 [Fri Jun 18 20:35:46 2021] tsc: Fast TSC calibration using PIT
29 [Fri Jun 18 20:35:46 2021] tsc: Detected 1662.592 MHz processor
30 [Fri Jun 18 20:35:46 2021] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
31 [Fri Jun 18 20:35:46 2021] e820: remove [mem 0x000a0000-0x000fffff] usable
32 [Fri Jun 18 20:35:46 2021] last_pfn = 0x7f5b0 max_arch_pfn = 0x400000000
33 [Fri Jun 18 20:35:46 2021] MTRR default type: uncachable
34 [Fri Jun 18 20:35:46 2021] MTRR fixed ranges enabled:
35 [Fri Jun 18 20:35:46 2021] 00000-9FFFF write-back
36 [Fri Jun 18 20:35:46 2021] A0000-BFFFF uncachable
37 [Fri Jun 18 20:35:46 2021] C0000-CFFFF write-protect
38 [Fri Jun 18 20:35:46 2021] D0000-DFFFF uncachable
39 [Fri Jun 18 20:35:46 2021] E0000-FFFFF write-protect
40 [Fri Jun 18 20:35:46 2021] MTRR variable ranges enabled:
41 [Fri Jun 18 20:35:46 2021] 0 base 000000000 mask 080000000 write-back
42 [Fri Jun 18 20:35:46 2021] 1 base 07F600000 mask 0FFE00000 uncachable
43 [Fri Jun 18 20:35:46 2021] 2 base 07F800000 mask 0FF800000 uncachable
44 [Fri Jun 18 20:35:46 2021] 3 disabled
45 [Fri Jun 18 20:35:46 2021] 4 disabled
46 [Fri Jun 18 20:35:46 2021] 5 disabled
47 [Fri Jun 18 20:35:46 2021] 6 disabled
48 [Fri Jun 18 20:35:46 2021] 7 disabled
49 [Fri Jun 18 20:35:46 2021] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
50 [Fri Jun 18 20:35:46 2021] total RAM covered: 2038M
51 [Fri Jun 18 20:35:46 2021] Found optimal setting for mtrr clean up
52 [Fri Jun 18 20:35:46 2021] gran_size: 64K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
53 [Fri Jun 18 20:35:46 2021] found SMP MP-table at [mem 0x000f7d30-0x000f7d3f]
54 [Fri Jun 18 20:35:46 2021] check: Scanning 1 areas for low memory corruption
55 [Fri Jun 18 20:35:46 2021] RAMDISK: [mem 0x7a33e000-0x7f5affff]
56 [Fri Jun 18 20:35:46 2021] ACPI: Early table checksum verification disabled
57 [Fri Jun 18 20:35:46 2021] ACPI: RSDP 0x00000000000F7D00 000024 (v02 PTLTD )
58 [Fri Jun 18 20:35:46 2021] ACPI: XSDT 0x000000007F5B8CAC 00006C (v01 SECCSD LH43STAR 06040000 LTP 00000000)
59 [Fri Jun 18 20:35:46 2021] ACPI: FACP 0x000000007F5BFC92 0000F4 (v03 INTEL 06040000 PTL 00000002)
60 [Fri Jun 18 20:35:46 2021] ACPI: DSDT 0x000000007F5B9F77 005C27 (v01 INTEL BEARG31A 06040000 MSFT 03000001)
61 [Fri Jun 18 20:35:46 2021] ACPI: FACS 0x000000007F5C2FC0 000040
62 [Fri Jun 18 20:35:46 2021] ACPI: FACS 0x000000007F5C2FC0 000040
63 [Fri Jun 18 20:35:46 2021] ACPI: MCFG 0x000000007F5BFD86 00003C (v01 PTLTD MCFG 06040000 LTP 00000000)
64 [Fri Jun 18 20:35:46 2021] ACPI: HPET 0x000000007F5BFDC2 000038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
65 [Fri Jun 18 20:35:46 2021] ACPI: APIC 0x000000007F5BFDFA 000068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
66 [Fri Jun 18 20:35:46 2021] ACPI: BOOT 0x000000007F5BFE62 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
67 [Fri Jun 18 20:35:46 2021] ACPI: SLIC 0x000000007F5BFE8A 000176 (v01 SECCSD LH43STAR 06040000 LTP 00000000)
68 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0x000000007F5B92B4 00025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
69 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0x000000007F5B920E 0000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
70 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0x000000007F5B8D18 0004F6 (v02 PmRef CpuPm 00003000 INTL 20050624)
71 [Fri Jun 18 20:35:46 2021] ACPI: Local APIC address 0xfee00000
72 [Fri Jun 18 20:35:46 2021] No NUMA configuration found
73 [Fri Jun 18 20:35:46 2021] Faking a node at [mem 0x0000000000000000-0x000000007f5affff]
74 [Fri Jun 18 20:35:46 2021] NODE_DATA(0) allocated [mem 0x7a313000-0x7a33dfff]
75 [Fri Jun 18 20:35:46 2021] Zone ranges:
76 [Fri Jun 18 20:35:46 2021] DMA [mem 0x0000000000001000-0x0000000000ffffff]
77 [Fri Jun 18 20:35:46 2021] DMA32 [mem 0x0000000001000000-0x000000007f5affff]
78 [Fri Jun 18 20:35:46 2021] Normal empty
79 [Fri Jun 18 20:35:46 2021] Device empty
80 [Fri Jun 18 20:35:46 2021] Movable zone start for each node
81 [Fri Jun 18 20:35:46 2021] Early memory node ranges
82 [Fri Jun 18 20:35:46 2021] node 0: [mem 0x0000000000001000-0x000000000009cfff]
83 [Fri Jun 18 20:35:46 2021] node 0: [mem 0x0000000000100000-0x000000007f5affff]
84 [Fri Jun 18 20:35:46 2021] Zeroed struct page in unavailable ranges: 2740 pages
85 [Fri Jun 18 20:35:46 2021] Initmem setup node 0 [mem 0x0000000000001000-0x000000007f5affff]
86 [Fri Jun 18 20:35:46 2021] On node 0 totalpages: 521548
87 [Fri Jun 18 20:35:46 2021] DMA zone: 64 pages used for memmap
88 [Fri Jun 18 20:35:46 2021] DMA zone: 21 pages reserved
89 [Fri Jun 18 20:35:46 2021] DMA zone: 3996 pages, LIFO batch:0
90 [Fri Jun 18 20:35:46 2021] DMA32 zone: 8087 pages used for memmap
91 [Fri Jun 18 20:35:46 2021] DMA32 zone: 517552 pages, LIFO batch:63
92 [Fri Jun 18 20:35:46 2021] Reserving Intel graphics memory at [mem 0x7f800000-0x7fffffff]
93 [Fri Jun 18 20:35:46 2021] ACPI: PM-Timer IO Port: 0x1008
94 [Fri Jun 18 20:35:46 2021] ACPI: Local APIC address 0xfee00000
95 [Fri Jun 18 20:35:46 2021] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
96 [Fri Jun 18 20:35:46 2021] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
97 [Fri Jun 18 20:35:46 2021] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
98 [Fri Jun 18 20:35:46 2021] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
99 [Fri Jun 18 20:35:46 2021] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
100 [Fri Jun 18 20:35:46 2021] ACPI: IRQ0 used by override.
101 [Fri Jun 18 20:35:46 2021] ACPI: IRQ9 used by override.
102 [Fri Jun 18 20:35:46 2021] Using ACPI (MADT) for SMP configuration information
103 [Fri Jun 18 20:35:46 2021] ACPI: HPET id: 0xffffffff base: 0xfed00000
104 [Fri Jun 18 20:35:46 2021] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
105 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
106 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
107 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
108 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000a0000-0x000cdfff]
109 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000ce000-0x000cffff]
110 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000d0000-0x000dbfff]
111 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff]
112 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff]
113 [Fri Jun 18 20:35:46 2021] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
114 [Fri Jun 18 20:35:46 2021] [mem 0x80000000-0xdfffffff] available for PCI devices
115 [Fri Jun 18 20:35:46 2021] Booting paravirtualized kernel on bare hardware
116 [Fri Jun 18 20:35:46 2021] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
117 [Fri Jun 18 20:35:46 2021] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
118 [Fri Jun 18 20:35:46 2021] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u1048576
119 [Fri Jun 18 20:35:46 2021] pcpu-alloc: s184320 r8192 d28672 u1048576 alloc=1*2097152
120 [Fri Jun 18 20:35:46 2021] pcpu-alloc: [0] 0 1
121 [Fri Jun 18 20:35:46 2021] Built 1 zonelists, mobility grouping on. Total pages: 513376
122 [Fri Jun 18 20:35:46 2021] Policy zone: DMA32
123 [Fri Jun 18 20:35:46 2021] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper initrd=/casper/initrd.lz quiet splash --
124 [Fri Jun 18 20:35:46 2021] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
125 [Fri Jun 18 20:35:46 2021] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
126 [Fri Jun 18 20:35:46 2021] mem auto-init: stack:off, heap alloc:on, heap free:off
127 [Fri Jun 18 20:35:46 2021] Calgary: detecting Calgary via BIOS EBDA area
128 [Fri Jun 18 20:35:46 2021] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
129 [Fri Jun 18 20:35:46 2021] Memory: 1932368K/2086192K available (14339K kernel code, 2426K rwdata, 4932K rodata, 2720K init, 4956K bss, 153824K reserved, 0K cma-reserved)
130 [Fri Jun 18 20:35:46 2021] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
131 [Fri Jun 18 20:35:46 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
132 [Fri Jun 18 20:35:46 2021] ftrace: allocating 44541 entries in 174 pages
133 [Fri Jun 18 20:35:46 2021] rcu: Hierarchical RCU implementation.
134 [Fri Jun 18 20:35:46 2021] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
135 [Fri Jun 18 20:35:46 2021] Tasks RCU enabled.
136 [Fri Jun 18 20:35:46 2021] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
137 [Fri Jun 18 20:35:46 2021] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
138 [Fri Jun 18 20:35:46 2021] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
139 [Fri Jun 18 20:35:46 2021] Console: colour VGA+ 80x25
140 [Fri Jun 18 20:35:46 2021] printk: console [tty0] enabled
141 [Fri Jun 18 20:35:46 2021] ACPI: Core revision 20190816
142 [Fri Jun 18 20:35:46 2021] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
143 [Fri Jun 18 20:35:46 2021] APIC: Switch to symmetric I/O mode setup
144 [Fri Jun 18 20:35:46 2021] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
145 [Fri Jun 18 20:35:46 2021] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x17f71d43696, max_idle_ns: 440795202126 ns
146 [Fri Jun 18 20:35:46 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.18 BogoMIPS (lpj=6650368)
147 [Fri Jun 18 20:35:46 2021] pid_max: default: 32768 minimum: 301
148 [Fri Jun 18 20:35:46 2021] LSM: Security Framework initializing
149 [Fri Jun 18 20:35:46 2021] Yama: becoming mindful.
150 [Fri Jun 18 20:35:46 2021] AppArmor: AppArmor initialized
151 [Fri Jun 18 20:35:46 2021] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
152 [Fri Jun 18 20:35:46 2021] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
153 [Fri Jun 18 20:35:46 2021] *** VALIDATE tmpfs ***
154 [Fri Jun 18 20:35:46 2021] *** VALIDATE proc ***
155 [Fri Jun 18 20:35:46 2021] *** VALIDATE cgroup1 ***
156 [Fri Jun 18 20:35:46 2021] *** VALIDATE cgroup2 ***
157 [Fri Jun 18 20:35:46 2021] process: using mwait in idle threads
158 [Fri Jun 18 20:35:46 2021] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
159 [Fri Jun 18 20:35:46 2021] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
160 [Fri Jun 18 20:35:46 2021] Freeing SMP alternatives memory: 40K
161 [Fri Jun 18 20:35:46 2021] smpboot: CPU0: Intel(R) Atom(TM) CPU N450 @ 1.66GHz (family: 0x6, model: 0x1c, stepping: 0xa)
162 [Fri Jun 18 20:35:46 2021] Performance Events: PEBS fmt0+, Atom events, 8-deep LBR, Intel PMU driver.
163 [Fri Jun 18 20:35:46 2021] ... version: 3
164 [Fri Jun 18 20:35:46 2021] ... bit width: 40
165 [Fri Jun 18 20:35:46 2021] ... generic registers: 2
166 [Fri Jun 18 20:35:46 2021] ... value mask: 000000ffffffffff
167 [Fri Jun 18 20:35:46 2021] ... max period: 000000007fffffff
168 [Fri Jun 18 20:35:46 2021] ... fixed-purpose events: 3
169 [Fri Jun 18 20:35:46 2021] ... event mask: 0000000700000003
170 [Fri Jun 18 20:35:46 2021] rcu: Hierarchical SRCU implementation.
171 [Fri Jun 18 20:35:46 2021] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
172 [Fri Jun 18 20:35:46 2021] smp: Bringing up secondary CPUs ...
173 [Fri Jun 18 20:35:46 2021] x86: Booting SMP configuration:
174 [Fri Jun 18 20:35:46 2021] .... node #0, CPUs: #1
175 [Fri Jun 18 20:35:46 2021] mce: CPU0: Thermal monitoring enabled (TM1)
176 [Fri Jun 18 20:35:46 2021] smp: Brought up 1 node, 2 CPUs
177 [Fri Jun 18 20:35:46 2021] smpboot: Max logical packages: 1
178 [Fri Jun 18 20:35:46 2021] smpboot: Total of 2 processors activated (6650.36 BogoMIPS)
179 [Fri Jun 18 20:35:46 2021] devtmpfs: initialized
180 [Fri Jun 18 20:35:46 2021] x86/mm: Memory block size: 128MB
181 [Fri Jun 18 20:35:46 2021] PM: Registering ACPI NVS region [mem 0x7f5c0000-0x7f5c2fff] (12288 bytes)
182 [Fri Jun 18 20:35:46 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
183 [Fri Jun 18 20:35:46 2021] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
184 [Fri Jun 18 20:35:46 2021] pinctrl core: initialized pinctrl subsystem
185 [Fri Jun 18 20:35:46 2021] PM: RTC time: 20:35:46, date: 2021-06-18
186 [Fri Jun 18 20:35:46 2021] NET: Registered protocol family 16
187 [Fri Jun 18 20:35:46 2021] audit: initializing netlink subsys (disabled)
188 [Fri Jun 18 20:35:46 2021] audit: type=2000 audit(1624048546.148:1): state=initialized audit_enabled=0 res=1
189 [Fri Jun 18 20:35:46 2021] EISA bus registered
190 [Fri Jun 18 20:35:46 2021] cpuidle: using governor ladder
191 [Fri Jun 18 20:35:46 2021] cpuidle: using governor menu
192 [Fri Jun 18 20:35:46 2021] Simple Boot Flag at 0x36 set to 0x1
193 [Fri Jun 18 20:35:46 2021] ACPI: bus type PCI registered
194 [Fri Jun 18 20:35:46 2021] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
195 [Fri Jun 18 20:35:46 2021] PCI: MMCONFIG for domain 0000 [bus 00-10] at [mem 0xe0000000-0xe10fffff] (base 0xe0000000)
196 [Fri Jun 18 20:35:46 2021] PCI: MMCONFIG at [mem 0xe0000000-0xe10fffff] reserved in E820
197 [Fri Jun 18 20:35:46 2021] PCI: Using configuration type 1 for base access
198 [Fri Jun 18 20:35:46 2021] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
199 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Module Device)
200 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Processor Device)
201 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(3.0 _SCP Extensions)
202 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Processor Aggregator Device)
203 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Linux-Dell-Video)
204 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
205 [Fri Jun 18 20:35:46 2021] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
206 [Fri Jun 18 20:35:46 2021] ACPI: 4 ACPI AML tables successfully acquired and loaded
207 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
208 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKH (20190816/dspkginit-438)
209 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
210 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
211 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
212 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKG (20190816/dspkginit-438)
213 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
214 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKB (20190816/dspkginit-438)
215 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
216 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
217 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
218 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
219 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKB (20190816/dspkginit-438)
220 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
221 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
222 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKB (20190816/dspkginit-438)
223 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
224 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
225 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
226 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
227 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
228 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
229 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKB (20190816/dspkginit-438)
230 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKD (20190816/dspkginit-438)
231 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKA (20190816/dspkginit-438)
232 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKB (20190816/dspkginit-438)
233 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKC (20190816/dspkginit-438)
234 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKF (20190816/dspkginit-438)
235 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKG (20190816/dspkginit-438)
236 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKH (20190816/dspkginit-438)
237 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKE (20190816/dspkginit-438)
238 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - LNKE (20190816/dspkginit-438)
239 [Fri Jun 18 20:35:46 2021] ACPI: Dynamic OEM Table Load:
240 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0xFFFF98C477AE3800 000203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
241 [Fri Jun 18 20:35:46 2021] ACPI: Dynamic OEM Table Load:
242 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0xFFFF98C477A6A800 000708 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
243 [Fri Jun 18 20:35:46 2021] ACPI: Dynamic OEM Table Load:
244 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0xFFFF98C477A99C00 0000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
245 [Fri Jun 18 20:35:46 2021] ACPI: Dynamic OEM Table Load:
246 [Fri Jun 18 20:35:46 2021] ACPI: SSDT 0xFFFF98C477AA7840 000085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
247 [Fri Jun 18 20:35:46 2021] ACPI: EC: EC started
248 [Fri Jun 18 20:35:46 2021] ACPI: EC: interrupt blocked
249 [Fri Jun 18 20:35:46 2021] ACPI: \_SB_.PCI0.LPC0.H_EC: Used as first EC
250 [Fri Jun 18 20:35:46 2021] ACPI: \_SB_.PCI0.LPC0.H_EC: GPE=0x11, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
251 [Fri Jun 18 20:35:46 2021] ACPI: \_SB_.PCI0.LPC0.H_EC: Boot DSDT EC used to handle transactions
252 [Fri Jun 18 20:35:46 2021] ACPI: Interpreter enabled
253 [Fri Jun 18 20:35:46 2021] ACPI: (supports S0 S3 S4 S5)
254 [Fri Jun 18 20:35:46 2021] ACPI: Using IOAPIC for interrupt routing
255 [Fri Jun 18 20:35:46 2021] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
256 [Fri Jun 18 20:35:46 2021] ACPI: Enabled 10 GPEs in block 00 to 1F
257 [Fri Jun 18 20:35:46 2021] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
258 [Fri Jun 18 20:35:46 2021] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
259 [Fri Jun 18 20:35:46 2021] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0._OSC.CAPB], AE_ALREADY_EXISTS (20190816/dsfield-182)
260 [Fri Jun 18 20:35:46 2021] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20190816/dswload2-477)
261 [Fri Jun 18 20:35:46 2021]
262 Initialized Local Variables for Method [_OSC]:
263 [Fri Jun 18 20:35:46 2021] Local0: (____ptrval____) <Obj> Integer 0000000000000002
264 [Fri Jun 18 20:35:46 2021] Local1: (____ptrval____) <Obj> Integer 0000000000000001
265 [Fri Jun 18 20:35:46 2021] Local2: (____ptrval____) <Obj> Integer 0000000000000004
266 [Fri Jun 18 20:35:46 2021] Initialized Arguments for Method [_OSC]: (4 arguments defined for method invocation)
267 [Fri Jun 18 20:35:46 2021] Arg0: (____ptrval____) <Obj> Buffer(16) 5B 4D DB 33 F7 1F 1C 40
268 [Fri Jun 18 20:35:46 2021] Arg1: (____ptrval____) <Obj> Integer 0000000000000001
269 [Fri Jun 18 20:35:46 2021] Arg2: (____ptrval____) <Obj> Integer 0000000000000003
270 [Fri Jun 18 20:35:46 2021] Arg3: (____ptrval____) <Obj> Buffer(12) 01 00 00 00 1F 01 00 00
271 [Fri Jun 18 20:35:46 2021] ACPI Error: Aborting method \_SB.PCI0._OSC due to previous error (AE_ALREADY_EXISTS) (20190816/psparse-529)
272 [Fri Jun 18 20:35:46 2021] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
273 [Fri Jun 18 20:35:46 2021] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-10] only partially covers this bridge
274 [Fri Jun 18 20:35:46 2021] PCI host bridge to bus 0000:00
275 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
276 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
277 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
278 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
279 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
280 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
281 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [mem 0x80000000-0xf7ffffff window]
282 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [io 0x0d00-0xfdff window]
283 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: root bus resource [bus 00-3f]
284 [Fri Jun 18 20:35:46 2021] pci 0000:00:00.0: [8086:a010] type 00 class 0x060000
285 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: [8086:a011] type 00 class 0x030000
286 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: reg 0x10: [mem 0xf0300000-0xf037ffff]
287 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: reg 0x14: [io 0x18d0-0x18d7]
288 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
289 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: reg 0x1c: [mem 0xf0000000-0xf00fffff]
290 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.1: [8086:a012] type 00 class 0x038000
291 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.1: reg 0x10: [mem 0xf0380000-0xf03fffff]
292 [Fri Jun 18 20:35:46 2021] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
293 [Fri Jun 18 20:35:46 2021] pci 0000:00:1b.0: reg 0x10: [mem 0xf0400000-0xf0403fff 64bit]
294 [Fri Jun 18 20:35:46 2021] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
295 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
296 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
297 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
298 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
299 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
300 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
301 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
302 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
303 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
304 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.0: reg 0x20: [io 0x1820-0x183f]
305 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
306 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.1: reg 0x20: [io 0x1840-0x185f]
307 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
308 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.2: reg 0x20: [io 0x1860-0x187f]
309 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
310 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.3: reg 0x20: [io 0x1880-0x189f]
311 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
312 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.7: reg 0x10: [mem 0xf0604000-0xf06043ff]
313 [Fri Jun 18 20:35:46 2021] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
314 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
315 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100
316 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
317 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: [8086:27c1] type 00 class 0x010601
318 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x10: [io 0x18e8-0x18ef]
319 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x14: [io 0x18dc-0x18df]
320 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x18: [io 0x18e0-0x18e7]
321 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x1c: [io 0x18d8-0x18db]
322 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x20: [io 0x18c0-0x18cf]
323 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: reg 0x24: [mem 0xf0604400-0xf06047ff]
324 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.2: PME# supported from D3hot
325 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
326 [Fri Jun 18 20:35:46 2021] pci 0000:00:1f.3: reg 0x20: [io 0x18a0-0x18bf]
327 [Fri Jun 18 20:35:46 2021] pci 0000:05:00.0: [168c:002b] type 00 class 0x028000
328 [Fri Jun 18 20:35:46 2021] pci 0000:05:00.0: reg 0x10: [mem 0xf0100000-0xf010ffff 64bit]
329 [Fri Jun 18 20:35:46 2021] pci 0000:05:00.0: supports D1
330 [Fri Jun 18 20:35:46 2021] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
331 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: PCI bridge to [bus 05]
332 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [mem 0xf0100000-0xf01fffff]
333 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: PCI bridge to [bus 07]
334 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [io 0x0000-0x0fff]
335 [Fri Jun 18 20:35:46 2021] pci 0000:09:00.0: [11ab:4354] type 00 class 0x020000
336 [Fri Jun 18 20:35:46 2021] pci 0000:09:00.0: reg 0x10: [mem 0xf0200000-0xf0203fff 64bit]
337 [Fri Jun 18 20:35:46 2021] pci 0000:09:00.0: reg 0x18: [io 0x2000-0x20ff]
338 [Fri Jun 18 20:35:46 2021] pci 0000:09:00.0: supports D1 D2
339 [Fri Jun 18 20:35:46 2021] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
340 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: PCI bridge to [bus 09]
341 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
342 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [mem 0xf0200000-0xf02fffff]
343 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: PCI bridge to [bus 0b]
344 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [io 0x0000-0x0fff]
345 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: extended config space not accessible
346 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: PCI bridge to [bus 11] (subtractive decode)
347 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
348 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
349 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
350 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
351 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
352 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
353 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xf7ffffff window] (subtractive decode)
354 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff window] (subtractive decode)
355 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
356 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 10 11 12 14 15)
357 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
358 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
359 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
360 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
361 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
362 [Fri Jun 18 20:35:46 2021] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
363 [Fri Jun 18 20:35:46 2021] ACPI: EC: interrupt unblocked
364 [Fri Jun 18 20:35:46 2021] ACPI: EC: event unblocked
365 [Fri Jun 18 20:35:46 2021] ACPI: EC: 0 stale EC events cleared
366 [Fri Jun 18 20:35:46 2021] ACPI: \_SB_.PCI0.LPC0.H_EC: GPE=0x11, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
367 [Fri Jun 18 20:35:46 2021] ACPI: \_SB_.PCI0.LPC0.H_EC: Boot DSDT EC used to handle transactions and events
368 [Fri Jun 18 20:35:46 2021] iommu: Default domain type: Translated
369 [Fri Jun 18 20:35:46 2021] SCSI subsystem initialized
370 [Fri Jun 18 20:35:46 2021] libata version 3.00 loaded.
371 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: vgaarb: setting as boot VGA device
372 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
373 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: vgaarb: bridge control possible
374 [Fri Jun 18 20:35:46 2021] vgaarb: loaded
375 [Fri Jun 18 20:35:46 2021] ACPI: bus type USB registered
376 [Fri Jun 18 20:35:46 2021] usbcore: registered new interface driver usbfs
377 [Fri Jun 18 20:35:46 2021] usbcore: registered new interface driver hub
378 [Fri Jun 18 20:35:46 2021] usbcore: registered new device driver usb
379 [Fri Jun 18 20:35:46 2021] pps_core: LinuxPPS API ver. 1 registered
380 [Fri Jun 18 20:35:46 2021] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
381 [Fri Jun 18 20:35:46 2021] PTP clock support registered
382 [Fri Jun 18 20:35:46 2021] EDAC MC: Ver: 3.0.0
383 [Fri Jun 18 20:35:46 2021] PCI: Using ACPI for IRQ routing
384 [Fri Jun 18 20:35:46 2021] PCI: pci_cache_line_size set to 64 bytes
385 [Fri Jun 18 20:35:46 2021] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
386 [Fri Jun 18 20:35:46 2021] e820: reserve RAM buffer [mem 0x7f5b0000-0x7fffffff]
387 [Fri Jun 18 20:35:46 2021] NetLabel: Initializing
388 [Fri Jun 18 20:35:46 2021] NetLabel: domain hash size = 128
389 [Fri Jun 18 20:35:46 2021] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
390 [Fri Jun 18 20:35:46 2021] NetLabel: unlabeled traffic allowed by default
391 [Fri Jun 18 20:35:46 2021] hpet: 3 channels of 0 reserved for per-cpu timers
392 [Fri Jun 18 20:35:46 2021] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
393 [Fri Jun 18 20:35:46 2021] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
394 [Fri Jun 18 20:35:46 2021] clocksource: Switched to clocksource tsc-early
395 [Fri Jun 18 20:35:46 2021] *** VALIDATE bpf ***
396 [Fri Jun 18 20:35:46 2021] VFS: Disk quotas dquot_6.6.0
397 [Fri Jun 18 20:35:46 2021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
398 [Fri Jun 18 20:35:46 2021] *** VALIDATE ramfs ***
399 [Fri Jun 18 20:35:46 2021] *** VALIDATE hugetlbfs ***
400 [Fri Jun 18 20:35:46 2021] AppArmor: AppArmor Filesystem Enabled
401 [Fri Jun 18 20:35:46 2021] pnp: PnP ACPI init
402 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0x0800-0x080f] has been reserved
403 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0x1000-0x107f] has been reserved
404 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0x1180-0x11bf] has been reserved
405 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0x04d0-0x04d1] has been reserved
406 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0xfe00] has been reserved
407 [Fri Jun 18 20:35:46 2021] system 00:00: [io 0x164e-0x174c] has been reserved
408 [Fri Jun 18 20:35:46 2021] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
409 [Fri Jun 18 20:35:46 2021] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
410 [Fri Jun 18 20:35:46 2021] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
411 [Fri Jun 18 20:35:46 2021] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
412 [Fri Jun 18 20:35:46 2021] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
413 [Fri Jun 18 20:35:46 2021] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
414 [Fri Jun 18 20:35:46 2021] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
415 [Fri Jun 18 20:35:46 2021] pnp 00:03: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
416 [Fri Jun 18 20:35:46 2021] pnp: PnP ACPI: found 4 devices
417 [Fri Jun 18 20:35:46 2021] thermal_sys: Registered thermal governor 'fair_share'
418 [Fri Jun 18 20:35:46 2021] thermal_sys: Registered thermal governor 'bang_bang'
419 [Fri Jun 18 20:35:46 2021] thermal_sys: Registered thermal governor 'step_wise'
420 [Fri Jun 18 20:35:46 2021] thermal_sys: Registered thermal governor 'user_space'
421 [Fri Jun 18 20:35:46 2021] thermal_sys: Registered thermal governor 'power_allocator'
422 [Fri Jun 18 20:35:46 2021] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
423 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
424 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
425 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
426 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
427 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 200000 add_align 100000
428 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
429 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
430 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
431 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
432 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref]
433 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: BAR 14: assigned [mem 0x80200000-0x803fffff]
434 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
435 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
436 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: BAR 14: assigned [mem 0x80800000-0x809fffff]
437 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80a00000-0x80bfffff 64bit pref]
438 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
439 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
440 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: BAR 13: assigned [io 0x5000-0x5fff]
441 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: PCI bridge to [bus 05]
442 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
443 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [mem 0xf0100000-0xf01fffff]
444 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff 64bit pref]
445 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: PCI bridge to [bus 07]
446 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
447 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [mem 0x80200000-0x803fffff]
448 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref]
449 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: PCI bridge to [bus 09]
450 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
451 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [mem 0xf0200000-0xf02fffff]
452 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.2: bridge window [mem 0x80600000-0x807fffff 64bit pref]
453 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: PCI bridge to [bus 0b]
454 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
455 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [mem 0x80800000-0x809fffff]
456 [Fri Jun 18 20:35:46 2021] pci 0000:00:1c.3: bridge window [mem 0x80a00000-0x80bfffff 64bit pref]
457 [Fri Jun 18 20:35:46 2021] pci 0000:00:1e.0: PCI bridge to [bus 11]
458 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
459 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff window]
460 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
461 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
462 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
463 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff window]
464 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 10 [mem 0x80000000-0xf7ffffff window]
465 [Fri Jun 18 20:35:46 2021] pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff window]
466 [Fri Jun 18 20:35:46 2021] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
467 [Fri Jun 18 20:35:46 2021] pci_bus 0000:05: resource 1 [mem 0xf0100000-0xf01fffff]
468 [Fri Jun 18 20:35:46 2021] pci_bus 0000:05: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
469 [Fri Jun 18 20:35:46 2021] pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
470 [Fri Jun 18 20:35:46 2021] pci_bus 0000:07: resource 1 [mem 0x80200000-0x803fffff]
471 [Fri Jun 18 20:35:46 2021] pci_bus 0000:07: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
472 [Fri Jun 18 20:35:46 2021] pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
473 [Fri Jun 18 20:35:46 2021] pci_bus 0000:09: resource 1 [mem 0xf0200000-0xf02fffff]
474 [Fri Jun 18 20:35:46 2021] pci_bus 0000:09: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
475 [Fri Jun 18 20:35:46 2021] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
476 [Fri Jun 18 20:35:46 2021] pci_bus 0000:0b: resource 1 [mem 0x80800000-0x809fffff]
477 [Fri Jun 18 20:35:46 2021] pci_bus 0000:0b: resource 2 [mem 0x80a00000-0x80bfffff 64bit pref]
478 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7 window]
479 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff window]
480 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff window]
481 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff window]
482 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff window]
483 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff window]
484 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 10 [mem 0x80000000-0xf7ffffff window]
485 [Fri Jun 18 20:35:46 2021] pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff window]
486 [Fri Jun 18 20:35:46 2021] NET: Registered protocol family 2
487 [Fri Jun 18 20:35:46 2021] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
488 [Fri Jun 18 20:35:46 2021] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
489 [Fri Jun 18 20:35:46 2021] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
490 [Fri Jun 18 20:35:46 2021] TCP: Hash tables configured (established 16384 bind 16384)
491 [Fri Jun 18 20:35:46 2021] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
492 [Fri Jun 18 20:35:46 2021] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
493 [Fri Jun 18 20:35:46 2021] NET: Registered protocol family 1
494 [Fri Jun 18 20:35:46 2021] NET: Registered protocol family 44
495 [Fri Jun 18 20:35:46 2021] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
496 [Fri Jun 18 20:35:46 2021] PCI: CLS 32 bytes, default 64
497 [Fri Jun 18 20:35:46 2021] Trying to unpack rootfs image as initramfs...
498 [Fri Jun 18 20:35:47 2021] Freeing initrd memory: 84424K
499 [Fri Jun 18 20:35:47 2021] check: Scanning for low memory corruption every 60 seconds
500 [Fri Jun 18 20:35:47 2021] Initialise system trusted keyrings
###

What was done:
It took of about 2 min to start xsession.
After this I changed power manager setting (lid closed on AC power event) from "lock screen" to "suspend"
Then I closed lid.
It took less than 30 seconds to go to suspend!
After susspend I waited few seconds, then opened the lid.
System had resumed with black screen. After ~30 seconds the system went itself to suspend.
After this I opend the lid.
Xsession resumed.
eshchenko
Level 1
Level 1
Posts: 16
Joined: Sun Jun 13, 2021 3:56 pm

Re: Need to open lid twice to get session after suspend

Post by eshchenko »

###Second part
501 [Fri Jun 18 20:35:47 2021] Key type blacklist registered
502 [Fri Jun 18 20:35:47 2021] workingset: timestamp_bits=36 max_order=19 bucket_order=0
503 [Fri Jun 18 20:35:47 2021] zbud: loaded
504 [Fri Jun 18 20:35:47 2021] squashfs: version 4.0 (2009/01/31) Phillip Lougher
505 [Fri Jun 18 20:35:47 2021] fuse: init (API version 7.31)
506 [Fri Jun 18 20:35:47 2021] *** VALIDATE fuse ***
507 [Fri Jun 18 20:35:47 2021] *** VALIDATE fuse ***
508 [Fri Jun 18 20:35:47 2021] Platform Keyring initialized
509 [Fri Jun 18 20:35:47 2021] Key type asymmetric registered
510 [Fri Jun 18 20:35:47 2021] Asymmetric key parser 'x509' registered
511 [Fri Jun 18 20:35:47 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
512 [Fri Jun 18 20:35:47 2021] io scheduler mq-deadline registered
513 [Fri Jun 18 20:35:47 2021] pcieport 0000:00:1c.1: enabling device (0000 -> 0003)
514 [Fri Jun 18 20:35:47 2021] pcieport 0000:00:1c.3: enabling device (0000 -> 0003)
515 [Fri Jun 18 20:35:47 2021] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
516 [Fri Jun 18 20:35:47 2021] intel_idle: MWAIT substates: 0x20220
517 [Fri Jun 18 20:35:47 2021] intel_idle: v0.4.1 model 0x1C
518 [Fri Jun 18 20:35:47 2021] tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
519 [Fri Jun 18 20:35:47 2021] clocksource: Switched to clocksource hpet
520 [Fri Jun 18 20:35:47 2021] intel_idle: lapic_timer_reliable_states 0x2
521 [Fri Jun 18 20:35:47 2021] ACPI: AC Adapter [ADP1] (on-line)
522 [Fri Jun 18 20:35:47 2021] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
523 [Fri Jun 18 20:35:47 2021] ACPI: Lid Switch [LID0]
524 [Fri Jun 18 20:35:47 2021] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
525 [Fri Jun 18 20:35:47 2021] ACPI: Power Button [PWRB]
526 [Fri Jun 18 20:35:47 2021] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
527 [Fri Jun 18 20:35:47 2021] ACPI: Sleep Button [SLPB]
528 [Fri Jun 18 20:35:47 2021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
529 [Fri Jun 18 20:35:47 2021] ACPI: Power Button [PWRF]
530 [Fri Jun 18 20:35:47 2021] thermal LNXTHERM:00: registered as thermal_zone0
531 [Fri Jun 18 20:35:47 2021] ACPI: Thermal Zone [TZ00] (51 C)
532 [Fri Jun 18 20:35:47 2021] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
533 [Fri Jun 18 20:35:47 2021] battery: ACPI: Battery Slot [BAT1] (battery present)
534 [Fri Jun 18 20:35:47 2021] Linux agpgart interface v0.103
535 [Fri Jun 18 20:35:47 2021] loop: module loaded
536 [Fri Jun 18 20:35:47 2021] libphy: Fixed MDIO Bus: probed
537 [Fri Jun 18 20:35:47 2021] tun: Universal TUN/TAP device driver, 1.6
538 [Fri Jun 18 20:35:47 2021] PPP generic driver version 2.4.2
539 [Fri Jun 18 20:35:47 2021] VFIO - User Level meta-driver version: 0.3
540 [Fri Jun 18 20:35:47 2021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
541 [Fri Jun 18 20:35:47 2021] ehci-pci: EHCI PCI platform driver
542 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: EHCI Host Controller
543 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
544 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: debug port 1
545 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
546 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf0604000
547 [Fri Jun 18 20:35:47 2021] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
548 [Fri Jun 18 20:35:47 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
549 [Fri Jun 18 20:35:47 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
550 [Fri Jun 18 20:35:47 2021] usb usb1: Product: EHCI Host Controller
551 [Fri Jun 18 20:35:47 2021] usb usb1: Manufacturer: Linux 5.4.0-58-generic ehci_hcd
552 [Fri Jun 18 20:35:47 2021] usb usb1: SerialNumber: 0000:00:1d.7
553 [Fri Jun 18 20:35:47 2021] hub 1-0:1.0: USB hub found
554 [Fri Jun 18 20:35:47 2021] hub 1-0:1.0: 8 ports detected
555 [Fri Jun 18 20:35:47 2021] ehci-platform: EHCI generic platform driver
556 [Fri Jun 18 20:35:47 2021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
557 [Fri Jun 18 20:35:47 2021] ohci-pci: OHCI PCI platform driver
558 [Fri Jun 18 20:35:47 2021] ohci-platform: OHCI generic platform driver
559 [Fri Jun 18 20:35:47 2021] uhci_hcd: USB Universal Host Controller Interface driver
560 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.0: UHCI Host Controller
561 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
562 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.0: detected 2 ports
563 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
564 [Fri Jun 18 20:35:47 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
565 [Fri Jun 18 20:35:47 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
566 [Fri Jun 18 20:35:47 2021] usb usb2: Product: UHCI Host Controller
567 [Fri Jun 18 20:35:47 2021] usb usb2: Manufacturer: Linux 5.4.0-58-generic uhci_hcd
568 [Fri Jun 18 20:35:47 2021] usb usb2: SerialNumber: 0000:00:1d.0
569 [Fri Jun 18 20:35:47 2021] hub 2-0:1.0: USB hub found
570 [Fri Jun 18 20:35:47 2021] hub 2-0:1.0: 2 ports detected
571 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.1: UHCI Host Controller
572 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
573 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.1: detected 2 ports
574 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
575 [Fri Jun 18 20:35:47 2021] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
576 [Fri Jun 18 20:35:47 2021] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
577 [Fri Jun 18 20:35:47 2021] usb usb3: Product: UHCI Host Controller
578 [Fri Jun 18 20:35:47 2021] usb usb3: Manufacturer: Linux 5.4.0-58-generic uhci_hcd
579 [Fri Jun 18 20:35:47 2021] usb usb3: SerialNumber: 0000:00:1d.1
580 [Fri Jun 18 20:35:47 2021] hub 3-0:1.0: USB hub found
581 [Fri Jun 18 20:35:47 2021] hub 3-0:1.0: 2 ports detected
582 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.2: UHCI Host Controller
583 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
584 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.2: detected 2 ports
585 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
586 [Fri Jun 18 20:35:47 2021] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
587 [Fri Jun 18 20:35:47 2021] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
588 [Fri Jun 18 20:35:47 2021] usb usb4: Product: UHCI Host Controller
589 [Fri Jun 18 20:35:47 2021] usb usb4: Manufacturer: Linux 5.4.0-58-generic uhci_hcd
590 [Fri Jun 18 20:35:47 2021] usb usb4: SerialNumber: 0000:00:1d.2
591 [Fri Jun 18 20:35:47 2021] hub 4-0:1.0: USB hub found
592 [Fri Jun 18 20:35:47 2021] hub 4-0:1.0: 2 ports detected
593 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.3: UHCI Host Controller
594 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
595 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.3: detected 2 ports
596 [Fri Jun 18 20:35:47 2021] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
597 [Fri Jun 18 20:35:47 2021] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
598 [Fri Jun 18 20:35:47 2021] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
599 [Fri Jun 18 20:35:47 2021] usb usb5: Product: UHCI Host Controller
600 [Fri Jun 18 20:35:47 2021] usb usb5: Manufacturer: Linux 5.4.0-58-generic uhci_hcd
601 [Fri Jun 18 20:35:47 2021] usb usb5: SerialNumber: 0000:00:1d.3
602 [Fri Jun 18 20:35:47 2021] hub 5-0:1.0: USB hub found
603 [Fri Jun 18 20:35:47 2021] hub 5-0:1.0: 2 ports detected
604 [Fri Jun 18 20:35:47 2021] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE1] at 0x60,0x64 irq 1,12
605 [Fri Jun 18 20:35:47 2021] serio: i8042 KBD port at 0x60,0x64 irq 1
606 [Fri Jun 18 20:35:47 2021] serio: i8042 AUX port at 0x60,0x64 irq 12
607 [Fri Jun 18 20:35:47 2021] mousedev: PS/2 mouse device common for all mice
608 [Fri Jun 18 20:35:47 2021] rtc_cmos 00:01: registered as rtc0
609 [Fri Jun 18 20:35:47 2021] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
610 [Fri Jun 18 20:35:47 2021] i2c /dev entries driver
611 [Fri Jun 18 20:35:47 2021] device-mapper: uevent: version 1.0.3
612 [Fri Jun 18 20:35:47 2021] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
613 [Fri Jun 18 20:35:47 2021] platform eisa.0: Probing EISA bus 0
614 [Fri Jun 18 20:35:47 2021] platform eisa.0: EISA: Cannot allocate resource for mainboard
615 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 1
616 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 2
617 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 3
618 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 4
619 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 5
620 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 6
621 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 7
622 [Fri Jun 18 20:35:47 2021] platform eisa.0: Cannot allocate resource for EISA slot 8
623 [Fri Jun 18 20:35:47 2021] platform eisa.0: EISA: Detected 0 cards
624 [Fri Jun 18 20:35:47 2021] intel_pstate: CPU model not supported
625 [Fri Jun 18 20:35:47 2021] ledtrig-cpu: registered to indicate activity on CPUs
626 [Fri Jun 18 20:35:47 2021] drop_monitor: Initializing network drop monitor service
627 [Fri Jun 18 20:35:47 2021] NET: Registered protocol family 10
628 [Fri Jun 18 20:35:47 2021] Segment Routing with IPv6
629 [Fri Jun 18 20:35:47 2021] NET: Registered protocol family 17
630 [Fri Jun 18 20:35:47 2021] Key type dns_resolver registered
631 [Fri Jun 18 20:35:47 2021] RAS: Correctable Errors collector initialized.
632 [Fri Jun 18 20:35:47 2021] microcode: sig=0x106ca, pf=0x4, revision=0x107
633 [Fri Jun 18 20:35:47 2021] microcode: Microcode Update Driver: v2.2.
634 [Fri Jun 18 20:35:47 2021] IPI shorthand broadcast: enabled
635 [Fri Jun 18 20:35:47 2021] registered taskstats version 1
636 [Fri Jun 18 20:35:47 2021] Loading compiled-in X.509 certificates
637 [Fri Jun 18 20:35:47 2021] Loaded X.509 cert 'Build time autogenerated kernel key: 6b3d3d266049f4a4077ed3557f79f9ce7832433a'
638 [Fri Jun 18 20:35:47 2021] zswap: loaded using pool lzo/zbud
639 [Fri Jun 18 20:35:47 2021] Key type ._fscrypt registered
640 [Fri Jun 18 20:35:47 2021] Key type .fscrypt registered
641 [Fri Jun 18 20:35:47 2021] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
642 [Fri Jun 18 20:35:48 2021] Key type big_key registered
643 [Fri Jun 18 20:35:48 2021] Key type encrypted registered
644 [Fri Jun 18 20:35:48 2021] AppArmor: AppArmor sha1 policy hashing enabled
645 [Fri Jun 18 20:35:48 2021] ima: No TPM chip found, activating TPM-bypass!
646 [Fri Jun 18 20:35:48 2021] ima: Allocated hash algorithm: sha1
647 [Fri Jun 18 20:35:48 2021] ima: No architecture policies found
648 [Fri Jun 18 20:35:48 2021] evm: Initialising EVM extended attributes:
649 [Fri Jun 18 20:35:48 2021] evm: security.selinux
650 [Fri Jun 18 20:35:48 2021] evm: security.SMACK64
651 [Fri Jun 18 20:35:48 2021] evm: security.SMACK64EXEC
652 [Fri Jun 18 20:35:48 2021] evm: security.SMACK64TRANSMUTE
653 [Fri Jun 18 20:35:48 2021] evm: security.SMACK64MMAP
654 [Fri Jun 18 20:35:48 2021] evm: security.apparmor
655 [Fri Jun 18 20:35:48 2021] evm: security.ima
656 [Fri Jun 18 20:35:48 2021] evm: security.capability
657 [Fri Jun 18 20:35:48 2021] evm: HMAC attrs: 0x1
658 [Fri Jun 18 20:35:48 2021] PM: Magic number: 9:504:599
659 [Fri Jun 18 20:35:48 2021] serial8250 serial8250: hash matches
660 [Fri Jun 18 20:35:48 2021] rtc_cmos 00:01: setting system clock to 2021-06-18T20:35:48 UTC (1624048548)
661 [Fri Jun 18 20:35:48 2021] Unstable clock detected, switching default tracing clock to "global"
662 If you want to keep using the local clock, then add:
663 "trace_clock=local"
664 on the kernel command line
665 [Fri Jun 18 20:35:48 2021] Freeing unused decrypted memory: 2040K
666 [Fri Jun 18 20:35:48 2021] Freeing unused kernel image memory: 2720K
667 [Fri Jun 18 20:35:48 2021] Write protecting the kernel read-only data: 22528k
668 [Fri Jun 18 20:35:48 2021] Freeing unused kernel image memory: 2008K
669 [Fri Jun 18 20:35:48 2021] Freeing unused kernel image memory: 1212K
670 [Fri Jun 18 20:35:48 2021] x86/mm: Checked W+X mappings: passed, no W+X pages found.
671 [Fri Jun 18 20:35:48 2021] Run /init as init process
672 [Fri Jun 18 20:35:48 2021] usb 1-1: new high-speed USB device number 2 using ehci-pci
673 [Fri Jun 18 20:35:48 2021] usb 1-1: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.04
674 [Fri Jun 18 20:35:48 2021] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
675 [Fri Jun 18 20:35:48 2021] usb 1-1: SerialNumber: 12053112061630
676 [Fri Jun 18 20:35:48 2021] usb 1-8: new high-speed USB device number 3 using ehci-pci
677 [Fri Jun 18 20:35:48 2021] usb-storage 1-1:1.0: USB Mass Storage device detected
678 [Fri Jun 18 20:35:48 2021] scsi host0: usb-storage 1-1:1.0
679 [Fri Jun 18 20:35:48 2021] usbcore: registered new interface driver usb-storage
680 [Fri Jun 18 20:35:48 2021] usbcore: registered new interface driver uas
681 [Fri Jun 18 20:35:48 2021] sky2: driver version 1.30
682 [Fri Jun 18 20:35:48 2021] sky2 0000:09:00.0: Yukon-2 FE+ chip revision 0
683 [Fri Jun 18 20:35:48 2021] sky2 0000:09:00.0 eth0: addr e8:11:32:12:cd:d0
684 [Fri Jun 18 20:35:48 2021] usb 1-8: New USB device found, idVendor=2232, idProduct=1006, bcdDevice= 0.03
685 [Fri Jun 18 20:35:48 2021] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
686 [Fri Jun 18 20:35:48 2021] usb 1-8: Product: WebCam SCB-0355N
687 [Fri Jun 18 20:35:48 2021] usb 1-8: Manufacturer: Image Processor
688 [Fri Jun 18 20:35:48 2021] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000102F (\_SB.PCI0.LPC0.PMIO) (20190816/utaddress-204)
689 [Fri Jun 18 20:35:48 2021] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20190816/utaddress-204)
690 [Fri Jun 18 20:35:48 2021] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
691 [Fri Jun 18 20:35:48 2021] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011AF (\_SB.PCI0.LPC0.GPOX) (20190816/utaddress-204)
692 [Fri Jun 18 20:35:48 2021] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
693 [Fri Jun 18 20:35:48 2021] lpc_ich: Resource conflict(s) found affecting gpio_ich
694 [Fri Jun 18 20:35:48 2021] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
695 [Fri Jun 18 20:35:48 2021] ahci 0000:00:1f.2: version 3.0
696 [Fri Jun 18 20:35:48 2021] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
697 [Fri Jun 18 20:35:48 2021] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
698 [Fri Jun 18 20:35:48 2021] scsi host1: ahci
699 [Fri Jun 18 20:35:48 2021] scsi host2: ahci
700 [Fri Jun 18 20:35:48 2021] scsi host3: ahci
701 [Fri Jun 18 20:35:48 2021] scsi host4: ahci
702 [Fri Jun 18 20:35:48 2021] ata1: SATA max UDMA/133 abar m1024@0xf0604400 port 0xf0604500 irq 29
703 [Fri Jun 18 20:35:48 2021] ata2: SATA max UDMA/133 abar m1024@0xf0604400 port 0xf0604580 irq 29
704 [Fri Jun 18 20:35:48 2021] ata3: SATA max UDMA/133 abar m1024@0xf0604400 port 0xf0604600 irq 29
705 [Fri Jun 18 20:35:48 2021] ata4: SATA max UDMA/133 abar m1024@0xf0604400 port 0xf0604680 irq 29
706 [Fri Jun 18 20:35:48 2021] random: fast init done
707 [Fri Jun 18 20:35:48 2021] random: systemd-udevd: uninitialized urandom read (16 bytes read)
708 [Fri Jun 18 20:35:48 2021] random: systemd-udevd: uninitialized urandom read (16 bytes read)
709 [Fri Jun 18 20:35:48 2021] random: systemd-udevd: uninitialized urandom read (16 bytes read)
710 [Fri Jun 18 20:35:48 2021] sky2 0000:09:00.0 enp9s0: renamed from eth0
711 [Fri Jun 18 20:35:48 2021] gpio_ich gpio_ich.2.auto: GPIO from 462 to 511
712 [Fri Jun 18 20:35:49 2021] pci 0000:00:00.0: Intel GMA3150 Chipset
713 [Fri Jun 18 20:35:49 2021] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
714 [Fri Jun 18 20:35:49 2021] pci 0000:00:00.0: detected 8192K stolen memory
715 [Fri Jun 18 20:35:49 2021] i915 0000:00:02.0: vgaarb: deactivate vga console
716 [Fri Jun 18 20:35:49 2021] Console: switching to colour dummy device 80x25
717 [Fri Jun 18 20:35:49 2021] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
718 [Fri Jun 18 20:35:49 2021] [drm] Driver supports precise vblank timestamp query.
719 [Fri Jun 18 20:35:49 2021] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
720 [Fri Jun 18 20:35:49 2021] [drm] RC6 disabled, disabling runtime PM support
721 [Fri Jun 18 20:35:49 2021] [drm] Initialized overlay support.
722 [Fri Jun 18 20:35:49 2021] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
723 [Fri Jun 18 20:35:49 2021] ACPI: Video Device [IGD0] (multi-head: yes rom: no post: no)
724 [Fri Jun 18 20:35:49 2021] acpi device:03: registered as cooling_device2
725 [Fri Jun 18 20:35:49 2021] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
726 [Fri Jun 18 20:35:49 2021] fbcon: i915drmfb (fb0) is primary device
727 [Fri Jun 18 20:35:49 2021] ata3: SATA link down (SStatus 0 SControl 300)
728 [Fri Jun 18 20:35:49 2021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
729 [Fri Jun 18 20:35:49 2021] ata2: SATA link down (SStatus 0 SControl 300)
730 [Fri Jun 18 20:35:49 2021] ata4: SATA link down (SStatus 0 SControl 300)
731 [Fri Jun 18 20:35:49 2021] ata1.00: ATA-9: Intenso SSD Sata III, R0809B0, max UDMA/133
732 [Fri Jun 18 20:35:49 2021] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
733 [Fri Jun 18 20:35:49 2021] ata1.00: configured for UDMA/133
734 [Fri Jun 18 20:35:49 2021] scsi 1:0:0:0: Direct-Access ATA Intenso SSD Sata 9B0 PQ: 0 ANSI: 5
735 [Fri Jun 18 20:35:49 2021] scsi 1:0:0:0: Attached scsi generic sg0 type 0
736 [Fri Jun 18 20:35:49 2021] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
737 [Fri Jun 18 20:35:49 2021] sd 1:0:0:0: [sda] Write Protect is off
738 [Fri Jun 18 20:35:49 2021] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
739 [Fri Jun 18 20:35:49 2021] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
740 [Fri Jun 18 20:35:49 2021] sda: sda1
741 [Fri Jun 18 20:35:49 2021] sd 1:0:0:0: [sda] Attached SCSI disk
742 [Fri Jun 18 20:35:49 2021] scsi 0:0:0:0: Direct-Access 8.07 PQ: 0 ANSI: 4
743 [Fri Jun 18 20:35:49 2021] scsi 0:0:0:0: Attached scsi generic sg1 type 0
744 [Fri Jun 18 20:35:49 2021] sd 0:0:0:0: [sdb] 15155200 512-byte logical blocks: (7.76 GB/7.23 GiB)
745 [Fri Jun 18 20:35:49 2021] sd 0:0:0:0: [sdb] Write Protect is off
746 [Fri Jun 18 20:35:49 2021] sd 0:0:0:0: [sdb] Mode Sense: 23 00 00 00
747 [Fri Jun 18 20:35:49 2021] sd 0:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
748 [Fri Jun 18 20:35:49 2021] sdb: sdb1 sdb2
749 [Fri Jun 18 20:35:49 2021] sd 0:0:0:0: [sdb] Attached SCSI removable disk
750 [Fri Jun 18 20:35:49 2021] psmouse serio1: elantech: assuming hardware version 2 (with firmware version 0x040216)
751 [Fri Jun 18 20:35:49 2021] psmouse serio1: elantech: Synaptics capabilities query result 0x09, 0x14, 0x0b.
752 [Fri Jun 18 20:35:49 2021] psmouse serio1: elantech: Elan sample query result 03, 00, 40
753 [Fri Jun 18 20:35:49 2021] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
754 [Fri Jun 18 20:35:49 2021] Console: switching to colour frame buffer device 128x37
755 [Fri Jun 18 20:35:49 2021] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
756 [Fri Jun 18 20:35:50 2021] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
757 [Fri Jun 18 20:35:51 2021] ISO 9660 Extensions: Microsoft Joliet Level 3
758 [Fri Jun 18 20:35:51 2021] ISO 9660 Extensions: RRIP_1991A
759 [Fri Jun 18 20:35:51 2021] sdb: sdb1 sdb2 sdb3
760 [Fri Jun 18 20:35:58 2021] random: crng init done
761 [Fri Jun 18 20:35:58 2021] random: 7 urandom warning(s) missed due to ratelimiting
762 [Fri Jun 18 20:36:28 2021] ISO 9660 Extensions: Microsoft Joliet Level 3
763 [Fri Jun 18 20:36:28 2021] ISO 9660 Extensions: RRIP_1991A
764 [Fri Jun 18 20:36:29 2021] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
765 [Fri Jun 18 20:36:56 2021] systemd[1]: Inserted module 'autofs4'
766 [Fri Jun 18 20:36:56 2021] systemd[1]: systemd 245.4-4ubuntu3.3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
767 [Fri Jun 18 20:36:56 2021] systemd[1]: Detected architecture x86-64.
768 [Fri Jun 18 20:36:56 2021] systemd[1]: Set hostname to <mint>.
769 [Fri Jun 18 20:36:57 2021] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
770 [Fri Jun 18 20:36:57 2021] systemd[1]: Created slice system-modprobe.slice.
771 [Fri Jun 18 20:36:57 2021] systemd[1]: Created slice User and Session Slice.
772 [Fri Jun 18 20:36:57 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
773 [Fri Jun 18 20:36:57 2021] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
774 [Fri Jun 18 20:36:57 2021] systemd[1]: Reached target User and Group Name Lookups.
775 [Fri Jun 18 20:36:57 2021] systemd[1]: Reached target Remote File Systems.
776 [Fri Jun 18 20:36:57 2021] systemd[1]: Reached target Slices.
777 [Fri Jun 18 20:36:57 2021] systemd[1]: Reached target Swap.
778 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Device-mapper event daemon FIFOs.
779 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on LVM2 poll daemon socket.
780 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Syslog Socket.
781 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Process Core Dump Socket.
782 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on initctl Compatibility Named Pipe.
783 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Journal Audit Socket.
784 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Journal Socket (/dev/log).
785 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on Journal Socket.
786 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on udev Control Socket.
787 [Fri Jun 18 20:36:57 2021] systemd[1]: Listening on udev Kernel Socket.
788 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounting Huge Pages File System...
789 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounting POSIX Message Queue File System...
790 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounting Kernel Debug File System...
791 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounting Kernel Trace File System...
792 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Journal Service...
793 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Availability of block devices...
794 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Set the console keyboard layout...
795 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Create list of static device nodes for the current kernel...
796 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
797 [Fri Jun 18 20:36:57 2021] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
798 [Fri Jun 18 20:36:57 2021] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
799 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Load Kernel Modules...
800 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Remount Root and Kernel File Systems...
801 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting udev Coldplug all Devices...
802 [Fri Jun 18 20:36:57 2021] systemd[1]: Starting Uncomplicated firewall...
803 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounted Huge Pages File System.
804 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounted POSIX Message Queue File System.
805 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounted Kernel Debug File System.
806 [Fri Jun 18 20:36:57 2021] systemd[1]: Mounted Kernel Trace File System.
807 [Fri Jun 18 20:36:57 2021] systemd[1]: Finished Availability of block devices.
808 [Fri Jun 18 20:36:57 2021] systemd[1]: Finished Create list of static device nodes for the current kernel.
809 [Fri Jun 18 20:36:57 2021] systemd[1]: Finished Uncomplicated firewall.
810 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Remount Root and Kernel File Systems.
811 [Fri Jun 18 20:36:58 2021] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
812 [Fri Jun 18 20:36:58 2021] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
813 [Fri Jun 18 20:36:58 2021] systemd[1]: Starting Load/Save Random Seed...
814 [Fri Jun 18 20:36:58 2021] systemd[1]: Starting Create System Users...
815 [Fri Jun 18 20:36:58 2021] lp: driver loaded but no devices found
816 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
817 [Fri Jun 18 20:36:58 2021] ppdev: user-space parallel port driver
818 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Load/Save Random Seed.
819 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Load Kernel Modules.
820 [Fri Jun 18 20:36:58 2021] systemd[1]: Mounting FUSE Control File System...
821 [Fri Jun 18 20:36:58 2021] systemd[1]: Mounting Kernel Configuration File System...
822 [Fri Jun 18 20:36:58 2021] systemd[1]: Starting Apply Kernel Variables...
823 [Fri Jun 18 20:36:58 2021] systemd[1]: Mounted Kernel Configuration File System.
824 [Fri Jun 18 20:36:58 2021] systemd[1]: Mounted FUSE Control File System.
825 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Create System Users.
826 [Fri Jun 18 20:36:58 2021] systemd[1]: Starting Create Static Device Nodes in /dev...
827 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Create Static Device Nodes in /dev.
828 [Fri Jun 18 20:36:58 2021] systemd[1]: Starting udev Kernel Device Manager...
829 [Fri Jun 18 20:36:58 2021] systemd[1]: Finished Apply Kernel Variables.
830 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished udev Coldplug all Devices.
831 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
832 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished Set the console keyboard layout.
833 [Fri Jun 18 20:36:59 2021] systemd[1]: Reached target Local File Systems (Pre).
834 [Fri Jun 18 20:36:59 2021] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
835 [Fri Jun 18 20:36:59 2021] systemd[1]: Mounting /tmp...
836 [Fri Jun 18 20:36:59 2021] systemd[1]: Started udev Kernel Device Manager.
837 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Show Plymouth Boot Screen...
838 [Fri Jun 18 20:36:59 2021] systemd[1]: Mounted /tmp.
839 [Fri Jun 18 20:36:59 2021] systemd[1]: Reached target Local File Systems.
840 [Fri Jun 18 20:36:59 2021] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped.
841 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Set console font and keymap...
842 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Clean up any mess left by 0dns-up...
843 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Create final runtime dir for shutdown pivot root...
844 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
845 [Fri Jun 18 20:36:59 2021] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
846 [Fri Jun 18 20:36:59 2021] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
847 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
848 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished Create final runtime dir for shutdown pivot root.
849 [Fri Jun 18 20:36:59 2021] systemd[1]: plymouth-read-write.service: Succeeded.
850 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
851 [Fri Jun 18 20:36:59 2021] systemd[1]: Received SIGRTMIN+20 from PID 198 (plymouthd).
852 [Fri Jun 18 20:36:59 2021] systemd[1]: plymouth-start.service: Succeeded.
853 [Fri Jun 18 20:36:59 2021] systemd[1]: Started Show Plymouth Boot Screen.
854 [Fri Jun 18 20:36:59 2021] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
855 [Fri Jun 18 20:36:59 2021] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
856 [Fri Jun 18 20:36:59 2021] systemd[1]: Reached target Local Encrypted Volumes.
857 [Fri Jun 18 20:36:59 2021] systemd[1]: dns-clean.service: Succeeded.
858 [Fri Jun 18 20:36:59 2021] systemd[1]: Finished Clean up any mess left by 0dns-up.
859 [Fri Jun 18 20:36:59 2021] systemd[1]: Starting Raise network interfaces...
860 [Fri Jun 18 20:36:59 2021] systemd[1]: Started Journal Service.
861 [Fri Jun 18 20:37:00 2021] systemd-journald[815]: Received client request to flush runtime journal.
862 [Fri Jun 18 20:37:09 2021] sky2 0000:09:00.0 enp9s0: enabling interface
863 [Fri Jun 18 20:37:18 2021] mc: Linux media interface: v0.10
864 [Fri Jun 18 20:37:18 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
865 [Fri Jun 18 20:37:18 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
866 [Fri Jun 18 20:37:18 2021] intel_powerclamp: No package C-state available
867 [Fri Jun 18 20:37:18 2021] intel_powerclamp: No package C-state available
868 [Fri Jun 18 20:37:18 2021] videodev: Linux video capture interface: v2.00
869 [Fri Jun 18 20:37:19 2021] samsung_laptop: detected SABI interface: SwSmi@
870 [Fri Jun 18 20:37:20 2021] uvcvideo: Found UVC 1.00 device WebCam SCB-0355N (2232:1006)
871 [Fri Jun 18 20:37:21 2021] input: WebCam SCB-0355N as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input8
872 [Fri Jun 18 20:37:21 2021] usbcore: registered new interface driver uvcvideo
873 [Fri Jun 18 20:37:21 2021] USB Video Class driver (1.1.1)
874 [Fri Jun 18 20:37:21 2021] ath: phy0: Enable LNA combining
875 [Fri Jun 18 20:37:21 2021] ath: phy0: ASPM enabled: 0x42
876 [Fri Jun 18 20:37:21 2021] ath: EEPROM regdomain: 0x65
877 [Fri Jun 18 20:37:21 2021] ath: EEPROM indicates we should expect a direct regpair map
878 [Fri Jun 18 20:37:21 2021] ath: Country alpha2 being used: 00
879 [Fri Jun 18 20:37:21 2021] ath: Regpair used: 0x65
880 [Fri Jun 18 20:37:21 2021] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
881 [Fri Jun 18 20:37:21 2021] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffb89680830000, irq=16
882 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
883 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
884 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
885 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
886 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: inputs:
887 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
888 [Fri Jun 18 20:37:22 2021] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
889 [Fri Jun 18 20:37:22 2021] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
890 [Fri Jun 18 20:37:22 2021] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
891 [Fri Jun 18 20:37:27 2021] perf: interrupt took too long (2554 > 2500), lowering kernel.perf_event_max_sample_rate to 78250
892 [Fri Jun 18 20:37:35 2021] ath9k 0000:05:00.0 wlp5s0: renamed from wlan0
893 [Fri Jun 18 20:37:40 2021] perf: interrupt took too long (3197 > 3192), lowering kernel.perf_event_max_sample_rate to 62500
894 [Fri Jun 18 20:38:27 2021] perf: interrupt took too long (4020 > 3996), lowering kernel.perf_event_max_sample_rate to 49750
895 [Fri Jun 18 20:39:25 2021] sky2 0000:09:00.0 enp9s0: disabling interface
896 [Fri Jun 18 20:39:26 2021] PM: suspend entry (deep)
897 [Fri Jun 18 20:39:29 2021] Filesystems sync: 3.294 seconds
898 [Fri Jun 18 20:39:29 2021] Freezing user space processes ... (elapsed 0.006 seconds) done.
899 [Fri Jun 18 20:39:29 2021] OOM killer disabled.
900 [Fri Jun 18 20:39:29 2021] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
901 [Fri Jun 18 20:39:29 2021] printk: Suspending console(s) (use no_console_suspend to debug)
902 [Fri Jun 18 20:39:29 2021] sd 1:0:0:0: [sda] Synchronizing SCSI cache
903 [Fri Jun 18 20:39:29 2021] sd 1:0:0:0: [sda] Stopping disk
904 [Fri Jun 18 20:39:29 2021] ACPI: EC: interrupt blocked
905 [Fri Jun 18 20:39:29 2021] ACPI: Preparing to enter system sleep state S3
906 [Fri Jun 18 20:39:29 2021] ACPI: EC: event blocked
907 [Fri Jun 18 20:39:29 2021] ACPI: EC: EC stopped
908 [Fri Jun 18 20:39:29 2021] PM: Saving platform NVS memory
909 [Fri Jun 18 20:39:29 2021] Disabling non-boot CPUs ...
910 [Fri Jun 18 20:39:29 2021] smpboot: CPU 1 is now offline
911 [Fri Jun 18 20:39:29 2021] ACPI: Low-level resume complete
912 [Fri Jun 18 20:39:29 2021] ACPI: EC: EC started
913 [Fri Jun 18 20:39:29 2021] PM: Restoring platform NVS memory
914 [Fri Jun 18 20:39:29 2021] Enabling non-boot CPUs ...
915 [Fri Jun 18 20:39:29 2021] x86: Booting SMP configuration:
916 [Fri Jun 18 20:39:29 2021] smpboot: Booting Node 0 Processor 1 APIC 0x1
917 [Fri Jun 18 20:39:29 2021] CPU1 is up
918 [Fri Jun 18 20:39:29 2021] ACPI: Waking up from system sleep state S3
919 [Fri Jun 18 20:39:30 2021] ACPI: EC: interrupt unblocked
920 [Fri Jun 18 20:39:30 2021] ACPI: EC: event unblocked
921 [Fri Jun 18 20:39:30 2021] ACPI: EC: 0 stale EC events cleared
922 [Fri Jun 18 20:39:30 2021] usb usb2: root hub lost power or was reset
923 [Fri Jun 18 20:39:30 2021] usb usb3: root hub lost power or was reset
924 [Fri Jun 18 20:39:30 2021] usb usb4: root hub lost power or was reset
925 [Fri Jun 18 20:39:30 2021] usb usb5: root hub lost power or was reset
926 [Fri Jun 18 20:39:30 2021] ath: phy0: ASPM enabled: 0x42
927 [Fri Jun 18 20:39:30 2021] sd 1:0:0:0: [sda] Starting disk
928 [Fri Jun 18 20:39:30 2021] usb 1-8: reset high-speed USB device number 3 using ehci-pci
929 [Fri Jun 18 20:39:30 2021] ata2: SATA link down (SStatus 0 SControl 300)
930 [Fri Jun 18 20:39:30 2021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
931 [Fri Jun 18 20:39:30 2021] ata4: SATA link down (SStatus 4 SControl 300)
932 [Fri Jun 18 20:39:30 2021] ata3: SATA link down (SStatus 4 SControl 300)
933 [Fri Jun 18 20:39:30 2021] ata1.00: configured for UDMA/133
934 [Fri Jun 18 20:39:30 2021] usb 1-8: device firmware changed
935 [Fri Jun 18 20:39:30 2021] usb 1-1: reset high-speed USB device number 2 using ehci-pci
936 [Fri Jun 18 20:39:31 2021] OOM killer enabled.
937 [Fri Jun 18 20:39:31 2021] Restarting tasks ...
938 [Fri Jun 18 20:39:31 2021] usb 1-8: USB disconnect, device number 3
939 [Fri Jun 18 20:39:31 2021] done.
940 [Fri Jun 18 20:39:31 2021] PM: suspend exit
941 [Fri Jun 18 20:39:31 2021] usb 1-8: new high-speed USB device number 4 using ehci-pci
942 [Fri Jun 18 20:39:31 2021] usb 1-8: New USB device found, idVendor=2232, idProduct=1006, bcdDevice= 0.03
943 [Fri Jun 18 20:39:31 2021] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
944 [Fri Jun 18 20:39:31 2021] usb 1-8: Product: WebCam SCB-0355N
945 [Fri Jun 18 20:39:31 2021] usb 1-8: Manufacturer: Image Processor
946 [Fri Jun 18 20:39:31 2021] uvcvideo: Found UVC 1.00 device WebCam SCB-0355N (2232:1006)
947 [Fri Jun 18 20:39:31 2021] input: WebCam SCB-0355N as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input11
948 [Fri Jun 18 20:39:33 2021] sky2 0000:09:00.0 enp9s0: enabling interface
949 [Fri Jun 18 20:39:56 2021] sky2 0000:09:00.0 enp9s0: disabling interface
950 [Fri Jun 18 20:39:56 2021] PM: suspend entry (deep)
951 [Fri Jun 18 20:40:03 2021] Filesystems sync: 6.549 seconds
952 [Fri Jun 18 20:40:03 2021] Freezing user space processes ... (elapsed 0.006 seconds) done.
953 [Fri Jun 18 20:40:03 2021] OOM killer disabled.
954 [Fri Jun 18 20:40:03 2021] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
955 [Fri Jun 18 20:40:03 2021] printk: Suspending console(s) (use no_console_suspend to debug)
956 [Fri Jun 18 20:40:03 2021] sd 1:0:0:0: [sda] Synchronizing SCSI cache
957 [Fri Jun 18 20:40:03 2021] sd 1:0:0:0: [sda] Stopping disk
958 [Fri Jun 18 20:40:03 2021] ACPI: EC: interrupt blocked
959 [Fri Jun 18 20:40:03 2021] ACPI: Preparing to enter system sleep state S3
960 [Fri Jun 18 20:40:03 2021] ACPI: EC: event blocked
961 [Fri Jun 18 20:40:03 2021] ACPI: EC: EC stopped
962 [Fri Jun 18 20:40:03 2021] PM: Saving platform NVS memory
963 [Fri Jun 18 20:40:03 2021] Disabling non-boot CPUs ...
964 [Fri Jun 18 20:40:03 2021] smpboot: CPU 1 is now offline
965 [Fri Jun 18 20:40:03 2021] ACPI: Low-level resume complete
966 [Fri Jun 18 20:40:03 2021] ACPI: EC: EC started
967 [Fri Jun 18 20:40:03 2021] PM: Restoring platform NVS memory
968 [Fri Jun 18 20:40:03 2021] Enabling non-boot CPUs ...
969 [Fri Jun 18 20:40:03 2021] x86: Booting SMP configuration:
970 [Fri Jun 18 20:40:03 2021] smpboot: Booting Node 0 Processor 1 APIC 0x1
971 [Fri Jun 18 20:40:03 2021] CPU1 is up
972 [Fri Jun 18 20:40:03 2021] ACPI: Waking up from system sleep state S3
973 [Fri Jun 18 20:40:03 2021] ACPI: EC: interrupt unblocked
974 [Fri Jun 18 20:40:04 2021] ACPI: EC: event unblocked
975 [Fri Jun 18 20:40:04 2021] ACPI: EC: 0 stale EC events cleared
976 [Fri Jun 18 20:40:04 2021] usb usb2: root hub lost power or was reset
977 [Fri Jun 18 20:40:04 2021] usb usb3: root hub lost power or was reset
978 [Fri Jun 18 20:40:04 2021] usb usb4: root hub lost power or was reset
979 [Fri Jun 18 20:40:04 2021] usb usb5: root hub lost power or was reset
980 [Fri Jun 18 20:40:04 2021] ath: phy0: ASPM enabled: 0x42
981 [Fri Jun 18 20:40:04 2021] sd 1:0:0:0: [sda] Starting disk
982 [Fri Jun 18 20:40:04 2021] usb 1-8: reset high-speed USB device number 4 using ehci-pci
983 [Fri Jun 18 20:40:04 2021] ata3: SATA link down (SStatus 4 SControl 300)
984 [Fri Jun 18 20:40:04 2021] ata2: SATA link down (SStatus 0 SControl 300)
985 [Fri Jun 18 20:40:04 2021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
986 [Fri Jun 18 20:40:04 2021] ata4: SATA link down (SStatus 4 SControl 300)
987 [Fri Jun 18 20:40:04 2021] ata1.00: configured for UDMA/133
988 [Fri Jun 18 20:40:04 2021] usb 1-1: reset high-speed USB device number 2 using ehci-pci
989 [Fri Jun 18 20:40:04 2021] OOM killer enabled.
990 [Fri Jun 18 20:40:04 2021] Restarting tasks ... done.
991 [Fri Jun 18 20:40:04 2021] PM: suspend exit
992 [Fri Jun 18 20:40:05 2021] sky2 0000:09:00.0 enp9s0: enabling interface
########### end of dmesg
Locked

Return to “Xfce”