You are not logged in.
Hi, I've installed the system on a tablet. Unable to play sound using VLC:
[000055af140bc050] main audio output error: module not functional
[00007f6af0c1c930] main decoder error: failed to create audio output
[000055AF140BC050] alsa audio Output Error: Cannot open alsa device "default": There is no file or directory
[Check the sound card:
[taizongh@leccesg ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
[taizongh@leccesg ~]$ amixer scontrols
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958',1
Simple mixer control 'IEC958',2
Simple Mixer control 'PGA2.0 2 Master',0
Simple Mixer control 'PGA3.0 3 Master',0
Simple Mixer control 'PGA4.0 4 Master',0
[taizongh@leccesg ~]$
I understand that the problem may be "alsa audio Output Error: Cannot open alsa device "default": There is no file or directory", but I do not know how to fix it.Please tell me what I can do to repair it.Thinks.
Offline
Make sure sof-firmware is installed, if it is and you don't get more devices you might just be in one of the current buggy situations for sof-firmware and need to report a bug to the sof-firmware project.
FWIW as a test, do any of
speaker-test -Dhw:0,1 -c2
speaker-test -Dhw:0,2 -c2
speaker-test -Dhw:0,3 -c2
give you noise? If they don't you'll have to report bugs or try a newer kernel or so, if they do you need to adjust the default card selection to the "device" that gives you output: https://wiki.archlinux.org/title/Advanc … sound_card
Offline
Make sure sof-firmware is installed, if it is and you don't get more devices you might just be in one of the current buggy situations for sof-firmware and need to report a bug to the sof-firmware project.
FWIW as a test, do any of
speaker-test -Dhw:0,1 -c2 speaker-test -Dhw:0,2 -c2 speaker-test -Dhw:0,3 -c2
give you noise? If they don't you'll have to report bugs or try a newer kernel or so, if they do you need to adjust the default card selection to the "device" that gives you output: https://wiki.archlinux.org/title/Advanc … sound_card
I checked that the software-firmware is installed.
I try:
speaker-test -Dhw:0,1 -c2
speaker-test -Dhw:0,2 -c2
speaker-test -Dhw:0,3 -c2
There is no sound output. It seems that there is a bug.
Offline
One thing you can try though it's not going to work anymore on newer HW is enforcing the older snd_hda_intel driver which might still have support for things, to do that you'd add a file in /etc/modprobe.d/dspcfg.conf
options snd_intel_dspcfg dsp_driver=1
and reboot. That will guaranteed break mic support regardless but might give you an analog device.
Offline
One thing you can try though it's not going to work anymore on newer HW is enforcing the older snd_hda_intel driver which might still have support for things, to do that you'd add a file in /etc/modprobe.d/dspcfg.conf
options snd_intel_dspcfg dsp_driver=1
and reboot. That will guaranteed break mic support regardless but might give you an analog device.
I tried this, but still no sound.
I bought a new external sound card in case it was my sound card that had the problem. Although the system recognizes the new sound card, it does not output sound.
Offline
Remove the external SC, reboot, try to play sth. and post the outputs of
aplay -L
amixer
pactl list sources
pactl list sinks
sudo journalctl -b
Offline
Why remove the external card? I'd say chances of that working in the short term are higher than basically having to report a broken setup to the SoF devs. But in any case I agree having those outputs would be useful but I'd say more so with the external card plugged.
Offline
To see what's the auto "default" in the original setup.
Offline
Afaik unconfigured standard ALSA defaults to hw:0,0 and if that isn't even present because HDMI likes to be 0,1 you need to change the ALSA setup anyway, assuming it would work in the first place, which I tried to find out with the speaker-tests.
Offline
Remove the external SC, reboot, try to play sth. and post the outputs of
aplay -L amixer pactl list sources pactl list sinks sudo journalctl -b
The output:
[taizongh@leccesg ~]$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=PCH,DEV=0
HDA Intel PCH, HDMI 0
HDMI Audio Output
hdmi:CARD=PCH,DEV=1
HDA Intel PCH, HDMI 1
HDMI Audio Output
hdmi:CARD=PCH,DEV=2
HDA Intel PCH, HDMI 2
HDMI Audio Output
hdmi:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 3
HDMI Audio Output
hdmi:CARD=PCH,DEV=4
HDA Intel PCH, HDMI 4
HDMI Audio Output
[taizongh@leccesg ~]$ amixer
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',1
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',2
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',3
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',4
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
[taizongh@leccesg ~]$ pactl list sources
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
[taizongh@leccesg ~]$ pactl list sinks
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
[taizongh@leccesg ~]$ sudo journalctl -b
[sudo] taizongh password:
-- Journal begins at Tue 2021-12-07 16:24:47 CST, ends at Thu 2021-12-30 15:19:>
12月 30 15:11:58 leccesg kernel: microcode: microcode updated early to revision>
12月 30 15:11:58 leccesg kernel: Linux version 5.15.11-arch2-1 (linux@archlinux>
12月 30 15:11:58 leccesg kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=U>
12月 30 15:11:58 leccesg kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 >
12月 30 15:11:58 leccesg kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE >
12月 30 15:11:58 leccesg kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX >
12月 30 15:11:58 leccesg kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX >
12月 30 15:11:58 leccesg kernel: x86/fpu: xstate_offset[3]: 576, xstate_sizes[>
12月 30 15:11:58 leccesg kernel: x86/fpu: xstate_offset[4]: 640, xstate_sizes[>
12月 30 15:11:58 leccesg kernel: x86/fpu: Enabled xstate features 0x1b, context>
12月 30 15:11:58 leccesg kernel: signal: max sigframe size: 2032
12月 30 15:11:58 leccesg kernel: BIOS-provided physical RAM map:
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000000003f000-0x000000000>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000040000-0x000000000>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000010000000-0x000000001>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000012151000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000076457000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d24000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d46000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d9f000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007a10a000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007a1bf000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa57000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa58000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa5a000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007ab15000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007abc5000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000d0000000-0x00000000d>
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000d3709000-0x00000000d>
lines 12-34
12月 30 15:11:58 leccesg kernel: signal: max sigframe size: 2032
12月 30 15:11:58 leccesg kernel: BIOS-provided physical RAM map:
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000012151000-0x0000000076456fff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000076457000-0x0000000079d23fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d24000-0x0000000079d45fff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d46000-0x0000000079d9efff] ACPI NVS
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000079d9f000-0x000000007a109fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007a10a000-0x000000007a1befff] type 20
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007a1bf000-0x000000007aa56fff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa57000-0x000000007aa57fff] ACPI NVS
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa58000-0x000000007aa59fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007aa5a000-0x000000007ab14fff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007abc5000-0x000000007affffff] usable
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
12月 30 15:11:58 leccesg kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
12月 30 15:11:58 leccesg kernel: NX (Execute Disable) protection: active
12月 30 15:11:58 leccesg kernel: efi: EFI v2.70 by American Megatrends
12月 30 15:11:58 leccesg kernel: efi: ACPI 2.0=0x79d46000 ACPI=0x79d46000 TPMFinalLog=0x79d6d000 SMBIOS=0x79fc2000 SMBIOS 3.0=0x79fc1000 ES>
12月 30 15:11:58 leccesg kernel: SMBIOS 3.2.0 present.
12月 30 15:11:58 leccesg kernel: DMI: Default string Default string/G100RA, BIOS E.G100RA_1.S4.M0.039 07/20/2021
12月 30 15:11:58 leccesg kernel: tsc: Fast TSC calibration using PIT
12月 30 15:11:58 leccesg kernel: tsc: Detected 1094.400 MHz processor
12月 30 15:11:58 leccesg kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
12月 30 15:11:58 leccesg kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
12月 30 15:11:58 leccesg kernel: last_pfn = 0x180000 max_arch_pfn = 0x400000000
12月 30 15:11:58 leccesg kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
12月 30 15:11:58 leccesg kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
12月 30 15:11:58 leccesg kernel: esrt: Reserving ESRT space from 0x0000000075470a18 to 0x0000000075470a50.
12月 30 15:11:58 leccesg kernel: e820: update [mem 0x75470000-0x75470fff] usable ==> reserved
12月 30 15:11:58 leccesg kernel: Using GB pages for direct mapping
12月 30 15:11:58 leccesg kernel: Secure boot disabled
12月 30 15:11:58 leccesg kernel: RAMDISK: [mem 0x366f1000-0x3736ffff]
12月 30 15:11:58 leccesg kernel: ACPI: Early table checksum verification disabled
12月 30 15:11:58 leccesg kernel: ACPI: RSDP 0x0000000079D46000 000024 (v02 ALASKA)
12月 30 15:11:58 leccesg kernel: ACPI: XSDT 0x0000000079D460C0 0000EC (v01 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: FACP 0x0000000079D53380 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: DSDT 0x0000000079D46250 00D12E (v02 ALASKA A M I 01072009 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: FACS 0x0000000079D9E080 000040
12月 30 15:11:58 leccesg kernel: ACPI: FPDT 0x0000000079D534A0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: FIDT 0x0000000079D534F0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: MCFG 0x0000000079D53590 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
12月 30 15:11:58 leccesg kernel: ACPI: DBG2 0x0000000079D535D0 000072 (v00 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: DBGP 0x0000000079D53650 000034 (v01 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: HPET 0x0000000079D53690 000038 (v01 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: LPIT 0x0000000079D536D0 00005C (v01 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: APIC 0x0000000079D53730 000084 (v04 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: NPKT 0x0000000079D537C0 000065 (v01 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D53830 003FEF (v02 INTEL DptfTab 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D57820 000C8F (v02 INTEL UsbCTabl 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D584B0 0008E1 (v01 Intel_ Platform 00001000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D58DA0 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D58E60 000472 (v02 PmRef Cpu0Ist 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D592E0 000775 (v02 CpuRef CpuSsdt 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D59A60 00035F (v02 PmRef Cpu0Tst 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D59DC0 0001E6 (v02 PmRef ApTst 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0x0000000079D59FB0 0028B6 (v02 SaSsdt SaSsdt 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: BGRT 0x0000000079D5C870 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: TPM2 0x0000000079D5C8B0 000034 (v04 ALASKA A M I 00000001 AMI 00000000)
12月 30 15:11:58 leccesg kernel: ACPI: DMAR 0x0000000079D5C8F0 0000A8 (v01 INTEL GLK-SOC 00000003 BRXT 0100000D)
12月 30 15:11:58 leccesg kernel: ACPI: WDAT 0x0000000079D5C9A0 000104 (v01 00000000 00000000)
12月 30 15:11:58 leccesg kernel: ACPI: NHLT 0x0000000079D5CAB0 00053E (v00 ALASKA A M I 00000002 01000013)
12月 30 15:11:58 leccesg kernel: ACPI: WSMT 0x0000000079D5CFF0 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
12月 30 15:11:58 leccesg kernel: ACPI: Reserving FACP table memory at [mem 0x79d53380-0x79d53493]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving DSDT table memory at [mem 0x79d46250-0x79d5337d]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving FACS table memory at [mem 0x79d9e080-0x79d9e0bf]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving FPDT table memory at [mem 0x79d534a0-0x79d534e3]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving FIDT table memory at [mem 0x79d534f0-0x79d5358b]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving MCFG table memory at [mem 0x79d53590-0x79d535cb]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving DBG2 table memory at [mem 0x79d535d0-0x79d53641]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving DBGP table memory at [mem 0x79d53650-0x79d53683]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving HPET table memory at [mem 0x79d53690-0x79d536c7]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving LPIT table memory at [mem 0x79d536d0-0x79d5372b]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving APIC table memory at [mem 0x79d53730-0x79d537b3]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving NPKT table memory at [mem 0x79d537c0-0x79d53824]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d53830-0x79d5781e]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d57820-0x79d584ae]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d584b0-0x79d58d90]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d58da0-0x79d58e50]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d58e60-0x79d592d1]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d592e0-0x79d59a54]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d59a60-0x79d59dbe]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d59dc0-0x79d59fa5]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving SSDT table memory at [mem 0x79d59fb0-0x79d5c865]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving BGRT table memory at [mem 0x79d5c870-0x79d5c8a7]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving TPM2 table memory at [mem 0x79d5c8b0-0x79d5c8e3]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving DMAR table memory at [mem 0x79d5c8f0-0x79d5c997]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving WDAT table memory at [mem 0x79d5c9a0-0x79d5caa3]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving NHLT table memory at [mem 0x79d5cab0-0x79d5cfed]
12月 30 15:11:58 leccesg kernel: ACPI: Reserving WSMT table memory at [mem 0x79d5cff0-0x79d5d017]
12月 30 15:11:58 leccesg kernel: No NUMA configuration found
12月 30 15:11:58 leccesg kernel: Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
12月 30 15:11:58 leccesg kernel: NODE_DATA(0) allocated [mem 0x17fffc000-0x17fffffff]
12月 30 15:11:58 leccesg kernel: Zone ranges:
12月 30 15:11:58 leccesg kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
12月 30 15:11:58 leccesg kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
12月 30 15:11:58 leccesg kernel: Normal [mem 0x0000000100000000-0x000000017fffffff]
12月 30 15:11:58 leccesg kernel: Device empty
12月 30 15:11:58 leccesg kernel: Movable zone start for each node
12月 30 15:11:58 leccesg kernel: Early memory node ranges
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000000001000-0x000000000003efff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000000040000-0x000000000009dfff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000000100000-0x000000000fffffff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000012151000-0x0000000076456fff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000079d24000-0x0000000079d45fff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x000000007a1bf000-0x000000007aa56fff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x000000007aa5a000-0x000000007ab14fff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x000000007abc5000-0x000000007affffff]
12月 30 15:11:58 leccesg kernel: node 0: [mem 0x0000000100000000-0x000000017fffffff]
12月 30 15:11:58 leccesg kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA: 1 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA: 1 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA: 98 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA32: 8529 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA32: 14541 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA32: 1145 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone DMA32: 176 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
12月 30 15:11:58 leccesg kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
12月 30 15:11:58 leccesg kernel: ACPI: PM-Timer IO Port: 0x408
12月 30 15:11:58 leccesg kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
12月 30 15:11:58 leccesg kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
12月 30 15:11:58 leccesg kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
12月 30 15:11:58 leccesg kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
12月 30 15:11:58 leccesg kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
12月 30 15:11:58 leccesg kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
12月 30 15:11:58 leccesg kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
12月 30 15:11:58 leccesg kernel: ACPI: Using ACPI (MADT) for SMP configuration information
12月 30 15:11:58 leccesg kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
12月 30 15:11:58 leccesg kernel: e820: update [mem 0x73a4c000-0x73a8afff] usable ==> reserved
12月 30 15:11:58 leccesg kernel: TSC deadline timer available
12月 30 15:11:58 leccesg kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x73a4c000-0x73a8afff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x75470000-0x75470fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x76457000-0x79d23fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x79d46000-0x79d9efff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x79d9f000-0x7a109fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x7a10a000-0x7a1befff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x7aa57000-0x7aa57fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x7aa58000-0x7aa59fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x7ab15000-0x7abc4fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xcfffffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
12月 30 15:11:58 leccesg kernel: PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
12月 30 15:11:58 leccesg kernel: [mem 0x80000000-0xcfffffff] available for PCI devices
12月 30 15:11:58 leccesg kernel: Booting paravirtualized kernel on bare hardware
12月 30 15:11:58 leccesg kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
12月 30 15:11:58 leccesg kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
12月 30 15:11:58 leccesg kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
12月 30 15:11:58 leccesg kernel: pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
12月 30 15:11:58 leccesg kernel: pcpu-alloc: [0] 0 1 2 3
12月 30 15:11:58 leccesg kernel: Built 1 zonelists, mobility grouping on. Total pages: 987763
12月 30 15:11:58 leccesg kernel: Policy zone: Normal
12月 30 15:11:58 leccesg kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4ca9a349-dfd6-4054-b2a0-d37283bda2df rw loglevel=>
12月 30 15:11:58 leccesg kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
12月 30 15:11:58 leccesg kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
12月 30 15:11:58 leccesg kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
12月 30 15:11:58 leccesg kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
12月 30 15:11:58 leccesg kernel: Memory: 3731896K/4014408K available (14344K kernel code, 2071K rwdata, 10792K rodata, 1864K init, 3836K bs>
12月 30 15:11:58 leccesg kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
12月 30 15:11:58 leccesg kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
12月 30 15:11:58 leccesg kernel: ftrace: allocating 44299 entries in 174 pages
12月 30 15:11:58 leccesg kernel: ftrace: allocated 174 pages with 5 groups
12月 30 15:11:58 leccesg kernel: rcu: Preemptible hierarchical RCU implementation.
12月 30 15:11:58 leccesg kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
12月 30 15:11:58 leccesg kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
12月 30 15:11:58 leccesg kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
12月 30 15:11:58 leccesg kernel: Trampoline variant of Tasks RCU enabled.
12月 30 15:11:58 leccesg kernel: Rude variant of Tasks RCU enabled.
12月 30 15:11:58 leccesg kernel: Tracing variant of Tasks RCU enabled.
12月 30 15:11:58 leccesg kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
12月 30 15:11:58 leccesg kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
12月 30 15:11:58 leccesg kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
12月 30 15:11:58 leccesg kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
12月 30 15:11:58 leccesg kernel: Console: colour dummy device 80x25
12月 30 15:11:58 leccesg kernel: printk: console [tty0] enabled
12月 30 15:11:58 leccesg kernel: ACPI: Core revision 20210730
12月 30 15:11:58 leccesg kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
12月 30 15:11:58 leccesg kernel: APIC: Switch to symmetric I/O mode setup
12月 30 15:11:58 leccesg kernel: DMAR: Host address width 39
12月 30 15:11:58 leccesg kernel: DMAR: DRHD base: 0x000000fed64000 flags: 0x0
12月 30 15:11:58 leccesg kernel: DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
12月 30 15:11:58 leccesg kernel: DMAR: DRHD base: 0x000000fed65000 flags: 0x1
12月 30 15:11:58 leccesg kernel: DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
12月 30 15:11:58 leccesg kernel: DMAR: RMRR base: 0x00000079cc2000 end: 0x00000079ce1fff
12月 30 15:11:58 leccesg kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
12月 30 15:11:58 leccesg kernel: DMAR-IR: IOAPIC id 1 under DRHD base 0xfed65000 IOMMU 1
12月 30 15:11:58 leccesg kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed65000
12月 30 15:11:58 leccesg kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
12月 30 15:11:58 leccesg kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
12月 30 15:11:58 leccesg kernel: x2apic enabled
12月 30 15:11:58 leccesg kernel: Switched APIC routing to cluster x2apic.
12月 30 15:11:58 leccesg kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
12月 30 15:11:58 leccesg kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
12月 30 15:11:58 leccesg kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2189.00 BogoMIPS (lpj=3648000)
12月 30 15:11:58 leccesg kernel: pid_max: default: 32768 minimum: 301
12月 30 15:11:58 leccesg kernel: LSM: Security Framework initializing
12月 30 15:11:58 leccesg kernel: landlock: Up and running.
12月 30 15:11:58 leccesg kernel: Yama: becoming mindful.
12月 30 15:11:58 leccesg kernel: LSM support for eBPF active
12月 30 15:11:58 leccesg kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
12月 30 15:11:58 leccesg kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
12月 30 15:11:58 leccesg kernel: x86/cpu: SGX disabled by BIOS.
12月 30 15:11:58 leccesg kernel: CPU0: Thermal monitoring enabled (TM1)
12月 30 15:11:58 leccesg kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
12月 30 15:11:58 leccesg kernel: process: using mwait in idle threads
12月 30 15:11:58 leccesg kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
12月 30 15:11:58 leccesg kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
12月 30 15:11:58 leccesg kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
12月 30 15:11:58 leccesg kernel: Spectre V2 : Mitigation: Enhanced IBRS
12月 30 15:11:58 leccesg kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
12月 30 15:11:58 leccesg kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
12月 30 15:11:58 leccesg kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
12月 30 15:11:58 leccesg kernel: Freeing SMP alternatives memory: 36K
12月 30 15:11:58 leccesg kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2420
12月 30 15:11:58 leccesg kernel: smpboot: CPU0: Intel(R) Celeron(R) N4120 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8)
12月 30 15:11:58 leccesg kernel: Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
12月 30 15:11:58 leccesg kernel: ... version: 4
12月 30 15:11:58 leccesg kernel: ... bit width: 48
12月 30 15:11:58 leccesg kernel: ... generic registers: 4
12月 30 15:11:58 leccesg kernel: ... value mask: 0000ffffffffffff
12月 30 15:11:58 leccesg kernel: ... max period: 00007fffffffffff
12月 30 15:11:58 leccesg kernel: ... fixed-purpose events: 3
12月 30 15:11:58 leccesg kernel: ... event mask: 000000070000000f
12月 30 15:11:58 leccesg kernel: rcu: Hierarchical SRCU implementation.
12月 30 15:11:58 leccesg kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
12月 30 15:11:58 leccesg kernel: smp: Bringing up secondary CPUs ...
12月 30 15:11:58 leccesg kernel: x86: Booting SMP configuration:
12月 30 15:11:58 leccesg kernel: .... node #0, CPUs: #1 #2 #3
12月 30 15:11:58 leccesg kernel: smp: Brought up 1 node, 4 CPUs
12月 30 15:11:58 leccesg kernel: smpboot: Max logical packages: 1
12月 30 15:11:58 leccesg kernel: smpboot: Total of 4 processors activated (8758.00 BogoMIPS)
12月 30 15:11:58 leccesg kernel: devtmpfs: initialized
12月 30 15:11:58 leccesg kernel: x86/mm: Memory block size: 128MB
12月 30 15:11:58 leccesg kernel: ACPI: PM: Registering ACPI NVS region [mem 0x79d46000-0x79d9efff] (364544 bytes)
12月 30 15:11:58 leccesg kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7aa57000-0x7aa57fff] (4096 bytes)
12月 30 15:11:58 leccesg kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
12月 30 15:11:58 leccesg kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
12月 30 15:11:58 leccesg kernel: pinctrl core: initialized pinctrl subsystem
12月 30 15:11:58 leccesg kernel: PM: RTC time: 07:11:56, date: 2021-12-30
12月 30 15:11:58 leccesg kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
12月 30 15:11:58 leccesg kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
12月 30 15:11:58 leccesg kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
12月 30 15:11:58 leccesg kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
12月 30 15:11:58 leccesg kernel: audit: initializing netlink subsys (disabled)
12月 30 15:11:58 leccesg kernel: audit: type=2000 audit(1640848316.063:1): state=initialized audit_enabled=0 res=1
12月 30 15:11:58 leccesg kernel: thermal_sys: Registered thermal governor 'fair_share'
12月 30 15:11:58 leccesg kernel: thermal_sys: Registered thermal governor 'bang_bang'
12月 30 15:11:58 leccesg kernel: thermal_sys: Registered thermal governor 'step_wise'
12月 30 15:11:58 leccesg kernel: thermal_sys: Registered thermal governor 'user_space'
12月 30 15:11:58 leccesg kernel: thermal_sys: Registered thermal governor 'power_allocator'
12月 30 15:11:58 leccesg kernel: cpuidle: using governor ladder
12月 30 15:11:58 leccesg kernel: cpuidle: using governor menu
12月 30 15:11:58 leccesg kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
12月 30 15:11:58 leccesg kernel: ACPI: bus type PCI registered
12月 30 15:11:58 leccesg kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
12月 30 15:11:58 leccesg kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
12月 30 15:11:58 leccesg kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
12月 30 15:11:58 leccesg kernel: PCI: Using configuration type 1 for base access
12月 30 15:11:58 leccesg kernel: Kprobes globally optimized
12月 30 15:11:58 leccesg kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
12月 30 15:11:58 leccesg kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
12月 30 15:11:58 leccesg kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Module Device)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Processor Device)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Processor Aggregator Device)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Linux-Dell-Video)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
12月 30 15:11:58 leccesg kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
12月 30 15:11:58 leccesg kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
12月 30 15:11:58 leccesg kernel: ACPI: Dynamic OEM Table Load:
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0xFFFF888D80E49C00 000190 (v02 PmRef Cpu0Cst 00003001 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: Dynamic OEM Table Load:
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0xFFFF888D80E48400 0001E6 (v02 PmRef ApIst 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: Dynamic OEM Table Load:
12月 30 15:11:58 leccesg kernel: ACPI: SSDT 0xFFFF888D80DCA600 0000C9 (v02 PmRef ApCst 00003000 INTL 20160930)
12月 30 15:11:58 leccesg kernel: ACPI: EC: EC started
12月 30 15:11:58 leccesg kernel: ACPI: EC: interrupt blocked
12月 30 15:11:58 leccesg kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
12月 30 15:11:58 leccesg kernel: ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
12月 30 15:11:58 leccesg kernel: ACPI: Interpreter enabled
12月 30 15:11:58 leccesg kernel: ACPI: PM: (supports S0 S3 S4 S5)
12月 30 15:11:58 leccesg kernel: ACPI: Using IOAPIC for interrupt routing
12月 30 15:11:58 leccesg kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
12月 30 15:11:58 leccesg kernel: ACPI: Enabled 10 GPEs in block 00 to 7F
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [DRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [WRST]
12月 30 15:11:58 leccesg kernel: ACPI: PM: Power Resource [FN00]
12月 30 15:11:58 leccesg kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
12月 30 15:11:58 leccesg kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
12月 30 15:11:58 leccesg kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
12月 30 15:11:58 leccesg kernel: PCI host bridge to bus 0000:00
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
12月 30 15:11:58 leccesg kernel: pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
12月 30 15:11:58 leccesg kernel: pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
12月 30 15:11:58 leccesg kernel: pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100
12月 30 15:11:58 leccesg kernel: pci 0000:00:0e.0: reg 0x10: [mem 0xa1110000-0xa1113fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
12月 30 15:11:58 leccesg kernel: pci 0000:00:0f.0: reg 0x10: [mem 0xa1139000-0xa1139fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:0f.0: PME# supported from D3hot
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x10: [mem 0xa1114000-0xa1115fff]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x14: [mem 0xa1138000-0xa11380ff]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x18: [io 0xf090-0xf097]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x1c: [io 0xf080-0xf083]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x20: [io 0xf060-0xf07f]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: reg 0x24: [mem 0xa1137000-0xa11377ff]
12月 30 15:11:58 leccesg kernel: pci 0000:00:12.0: PME# supported from D3hot
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.0: [8086:31d6] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.1: [8086:31d7] type 01 class 0x060400
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
12月 30 15:11:58 leccesg kernel: pci 0000:00:15.0: reg 0x10: [mem 0xa1100000-0xa110ffff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:15.0: PME# supported from D3hot D3cold
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa1136000-0xa1136fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.0: reg 0x18: [mem 0xa1135000-0xa1135fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.1: reg 0x10: [mem 0xa1134000-0xa1134fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.1: reg 0x18: [mem 0xa1133000-0xa1133fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.2: reg 0x10: [mem 0xa1132000-0xa1132fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.2: reg 0x18: [mem 0xa1131000-0xa1131fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.3: reg 0x10: [mem 0xa1130000-0xa1130fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:16.3: reg 0x18: [mem 0xa112f000-0xa112ffff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa112e000-0xa112efff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.0: reg 0x18: [mem 0xa112d000-0xa112dfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.1: reg 0x10: [mem 0xa112c000-0xa112cfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.1: reg 0x18: [mem 0xa112b000-0xa112bfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.2: reg 0x10: [mem 0xa112a000-0xa112afff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.2: reg 0x18: [mem 0xa1129000-0xa1129fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.3: reg 0x10: [mem 0xa1128000-0xa1128fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:17.3: reg 0x18: [mem 0xa1127000-0xa1127fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.0: reg 0x10: [mem 0xa1126000-0xa1126fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.0: reg 0x18: [mem 0xa1125000-0xa1125fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.1: reg 0x10: [mem 0xa1124000-0xa1124fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.1: reg 0x18: [mem 0xa1123000-0xa1123fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.3: reg 0x10: [mem 0xa1122000-0xa1122fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.3: reg 0x18: [mem 0xa1121000-0xa1121fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.0: reg 0x10: [mem 0xa1120000-0xa1120fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.0: reg 0x18: [mem 0xa111f000-0xa111ffff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.1: reg 0x10: [mem 0xa111e000-0xa111efff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.1: reg 0x18: [mem 0xa111d000-0xa111dfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.2: reg 0x10: [mem 0xa111c000-0xa111cfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:19.2: reg 0x18: [mem 0xa111b000-0xa111bfff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
12月 30 15:11:58 leccesg kernel: pci 0000:00:1c.0: reg 0x10: [mem 0xa111a000-0xa111afff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1c.0: reg 0x18: [mem 0xa1119000-0xa1119fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501
12月 30 15:11:58 leccesg kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xa1118000-0xa1118fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1e.0: reg 0x18: [mem 0xa1117000-0xa1117fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
12月 30 15:11:58 leccesg kernel: pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
12月 30 15:11:58 leccesg kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xa1116000-0xa11160ff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:1f.1: reg 0x20: [io 0xf040-0xf05f]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.0: PCI bridge to [bus 01]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.1: PCI bridge to [bus 02]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.2: PCI bridge to [bus 03]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.3: PCI bridge to [bus 04]
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.0: PCI bridge to [bus 05]
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.1: PCI bridge to [bus 06]
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 3
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 4
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 6
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 7
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 9
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 10
12月 30 15:11:58 leccesg kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
12月 30 15:11:58 leccesg kernel: ACPI Warning: GPE type mismatch (level/edge) (20210730/evxface-791)
12月 30 15:11:58 leccesg kernel: ACPI: EC: interrupt unblocked
12月 30 15:11:58 leccesg kernel: ACPI: EC: event unblocked
12月 30 15:11:58 leccesg kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
12月 30 15:11:58 leccesg kernel: ACPI: EC: GPE=0x26
12月 30 15:11:58 leccesg kernel: ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
12月 30 15:11:58 leccesg kernel: ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
12月 30 15:11:58 leccesg kernel: iommu: Default domain type: Translated
12月 30 15:11:58 leccesg kernel: iommu: DMA domain TLB invalidation policy: lazy mode
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: vgaarb: bridge control possible
12月 30 15:11:58 leccesg kernel: vgaarb: loaded
12月 30 15:11:58 leccesg kernel: SCSI subsystem initialized
12月 30 15:11:58 leccesg kernel: libata version 3.00 loaded.
12月 30 15:11:58 leccesg kernel: ACPI: bus type USB registered
12月 30 15:11:58 leccesg kernel: usbcore: registered new interface driver usbfs
12月 30 15:11:58 leccesg kernel: usbcore: registered new interface driver hub
12月 30 15:11:58 leccesg kernel: usbcore: registered new device driver usb
12月 30 15:11:58 leccesg kernel: pps_core: LinuxPPS API ver. 1 registered
12月 30 15:11:58 leccesg kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
12月 30 15:11:58 leccesg kernel: PTP clock support registered
12月 30 15:11:58 leccesg kernel: EDAC MC: Ver: 3.0.0
12月 30 15:11:58 leccesg kernel: Registered efivars operations
12月 30 15:11:58 leccesg kernel: NetLabel: Initializing
12月 30 15:11:58 leccesg kernel: NetLabel: domain hash size = 128
12月 30 15:11:58 leccesg kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
12月 30 15:11:58 leccesg kernel: NetLabel: unlabeled traffic allowed by default
12月 30 15:11:58 leccesg kernel: PCI: Using ACPI for IRQ routing
12月 30 15:11:58 leccesg kernel: PCI: pci_cache_line_size set to 64 bytes
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x73a4c000-0x73ffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x75470000-0x77ffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x76457000-0x77ffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x79d46000-0x7bffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x7aa57000-0x7bffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x7ab15000-0x7bffffff]
12月 30 15:11:58 leccesg kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
12月 30 15:11:58 leccesg kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
12月 30 15:11:58 leccesg kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
12月 30 15:11:58 leccesg kernel: clocksource: Switched to clocksource tsc-early
12月 30 15:11:58 leccesg kernel: VFS: Disk quotas dquot_6.6.0
12月 30 15:11:58 leccesg kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
12月 30 15:11:58 leccesg kernel: pnp: PnP ACPI init
12月 30 15:11:58 leccesg kernel: system 00:00: [io 0x0680-0x069f] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:00: [io 0x0400-0x047f] could not be reserved
12月 30 15:11:58 leccesg kernel: system 00:00: [io 0x0500-0x05fe] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:00: [io 0x0600-0x061f] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:00: [io 0x164e-0x164f] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfea00000-0xfeafffff] could not be reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
12月 30 15:11:58 leccesg kernel: system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
12月 30 15:11:58 leccesg kernel: pnp: PnP ACPI: found 4 devices
12月 30 15:11:58 leccesg kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
12月 30 15:11:58 leccesg kernel: NET: Registered PF_INET protocol family
12月 30 15:11:58 leccesg kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
12月 30 15:11:58 leccesg kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
12月 30 15:11:58 leccesg kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
12月 30 15:11:58 leccesg kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
12月 30 15:11:58 leccesg kernel: TCP: Hash tables configured (established 32768 bind 32768)
12月 30 15:11:58 leccesg kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
12月 30 15:11:58 leccesg kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
12月 30 15:11:58 leccesg kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
12月 30 15:11:58 leccesg kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
12月 30 15:11:58 leccesg kernel: NET: Registered PF_XDP protocol family
12月 30 15:11:58 leccesg kernel: pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.0: PCI bridge to [bus 01]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.1: PCI bridge to [bus 02]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.2: PCI bridge to [bus 03]
12月 30 15:11:58 leccesg kernel: pci 0000:00:13.3: PCI bridge to [bus 04]
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.0: PCI bridge to [bus 05]
12月 30 15:11:58 leccesg kernel: pci 0000:00:14.1: PCI bridge to [bus 06]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 12 [mem 0x80000000-0xcfffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
12月 30 15:11:58 leccesg kernel: pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
12月 30 15:11:58 leccesg kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
12月 30 15:11:58 leccesg kernel: PCI: CLS 64 bytes, default 64
12月 30 15:11:58 leccesg kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
12月 30 15:11:58 leccesg kernel: software IO TLB: mapped [mem 0x000000006dade000-0x0000000071ade000] (64MB)
12月 30 15:11:58 leccesg kernel: Trying to unpack rootfs image as initramfs...
12月 30 15:11:58 leccesg kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
12月 30 15:11:58 leccesg kernel: clocksource: Switched to clocksource tsc
12月 30 15:11:58 leccesg kernel: Initialise system trusted keyrings
12月 30 15:11:58 leccesg kernel: Key type blacklist registered
12月 30 15:11:58 leccesg kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
12月 30 15:11:58 leccesg kernel: zbud: loaded
12月 30 15:11:58 leccesg kernel: Key type asymmetric registered
12月 30 15:11:58 leccesg kernel: Asymmetric key parser 'x509' registered
12月 30 15:11:58 leccesg kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
12月 30 15:11:58 leccesg kernel: io scheduler mq-deadline registered
12月 30 15:11:58 leccesg kernel: io scheduler kyber registered
12月 30 15:11:58 leccesg kernel: io scheduler bfq registered
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:13.0: PME: Signaling with IRQ 122
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:13.1: PME: Signaling with IRQ 123
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:13.2: PME: Signaling with IRQ 124
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:13.3: PME: Signaling with IRQ 125
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:14.0: PME: Signaling with IRQ 126
12月 30 15:11:58 leccesg kernel: pcieport 0000:00:14.1: PME: Signaling with IRQ 127
12月 30 15:11:58 leccesg kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
12月 30 15:11:58 leccesg kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
12月 30 15:11:58 leccesg kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:00/PNP0C0D:00/input/inp>
12月 30 15:11:58 leccesg kernel: ACPI: button: Lid Switch [LID0]
12月 30 15:11:58 leccesg kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
12月 30 15:11:58 leccesg kernel: ACPI: button: Power Button [PWRB]
12月 30 15:11:58 leccesg kernel: thermal LNXTHERM:00: registered as thermal_zone0
12月 30 15:11:58 leccesg kernel: ACPI: thermal: Thermal Zone [TZ01] (27 C)
12月 30 15:11:58 leccesg kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
12月 30 15:11:58 leccesg kernel: Non-volatile memory driver v1.3
12月 30 15:11:58 leccesg kernel: Linux agpgart interface v0.103
12月 30 15:11:58 leccesg kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
12月 30 15:11:58 leccesg kernel: ahci 0000:00:12.0: version 3.0
12月 30 15:11:58 leccesg kernel: ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
12月 30 15:11:58 leccesg kernel: ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
12月 30 15:11:58 leccesg kernel: scsi host0: ahci
12月 30 15:11:58 leccesg kernel: scsi host1: ahci
12月 30 15:11:58 leccesg kernel: ata1: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137100 irq 128
12月 30 15:11:58 leccesg kernel: ata2: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137180 irq 128
12月 30 15:11:58 leccesg kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
12月 30 15:11:58 leccesg kernel: ehci-pci: EHCI PCI platform driver
12月 30 15:11:58 leccesg kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
12月 30 15:11:58 leccesg kernel: ohci-pci: OHCI PCI platform driver
12月 30 15:11:58 leccesg kernel: uhci_hcd: USB Universal Host Controller Interface driver
12月 30 15:11:58 leccesg kernel: usbcore: registered new interface driver usbserial_generic
12月 30 15:11:58 leccesg kernel: usbserial: USB Serial support registered for generic
12月 30 15:11:58 leccesg kernel: rtc_cmos 00:03: RTC can wake from S4
12月 30 15:11:58 leccesg kernel: rtc_cmos 00:03: registered as rtc0
12月 30 15:11:58 leccesg kernel: rtc_cmos 00:03: setting system clock to 2021-12-30T07:11:56 UTC (1640848316)
12月 30 15:11:58 leccesg kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
12月 30 15:11:58 leccesg kernel: intel_pstate: Intel P-state driver initializing
12月 30 15:11:58 leccesg kernel: ledtrig-cpu: registered to indicate activity on CPUs
12月 30 15:11:58 leccesg kernel: efifb: probing for efifb
12月 30 15:11:58 leccesg kernel: efifb: BGRT rotation bits set, not showing boot graphics
12月 30 15:11:58 leccesg kernel: efifb: framebuffer at 0x90000000, using 4032k, total 4032k
12月 30 15:11:58 leccesg kernel: efifb: mode is 800x1280x32, linelength=3200, pages=1
12月 30 15:11:58 leccesg kernel: efifb: scrolling: redraw
12月 30 15:11:58 leccesg kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
12月 30 15:11:58 leccesg kernel: fbcon: Deferring console take-over
12月 30 15:11:58 leccesg kernel: fb0: EFI VGA frame buffer device
12月 30 15:11:58 leccesg kernel: hid: raw HID events driver (C) Jiri Kosina
12月 30 15:11:58 leccesg kernel: drop_monitor: Initializing network drop monitor service
12月 30 15:11:58 leccesg kernel: Initializing XFRM netlink socket
12月 30 15:11:58 leccesg kernel: NET: Registered PF_INET6 protocol family
12月 30 15:11:58 leccesg kernel: ACPI: battery: Slot [BAT0] (battery present)
12月 30 15:11:58 leccesg kernel: Freeing initrd memory: 12796K
12月 30 15:11:58 leccesg kernel: Segment Routing with IPv6
12月 30 15:11:58 leccesg kernel: RPL Segment Routing with IPv6
12月 30 15:11:58 leccesg kernel: In-situ OAM (IOAM) with IPv6
12月 30 15:11:58 leccesg kernel: NET: Registered PF_PACKET protocol family
12月 30 15:11:58 leccesg kernel: microcode: sig=0x706a8, pf=0x1, revision=0x1a
12月 30 15:11:58 leccesg kernel: microcode: Microcode Update Driver: v2.2.
12月 30 15:11:58 leccesg kernel: resctrl: L2 allocation detected
12月 30 15:11:58 leccesg kernel: IPI shorthand broadcast: enabled
12月 30 15:11:58 leccesg kernel: sched_clock: Marking stable (777828845, 4550384)->(785704963, -3325734)
12月 30 15:11:58 leccesg kernel: registered taskstats version 1
12月 30 15:11:58 leccesg kernel: Loading compiled-in X.509 certificates
12月 30 15:11:58 leccesg kernel: Loaded X.509 cert 'Build time autogenerated kernel key: defcdccb3962b02406b9684259a13cefc7cd3e6e'
12月 30 15:11:58 leccesg kernel: zswap: loaded using pool lz4/z3fold
12月 30 15:11:58 leccesg kernel: Key type ._fscrypt registered
12月 30 15:11:58 leccesg kernel: Key type .fscrypt registered
12月 30 15:11:58 leccesg kernel: Key type fscrypt-provisioning registered
12月 30 15:11:58 leccesg kernel: PM: Magic number: 1:649:168
12月 30 15:11:58 leccesg kernel: acpi device:31: hash matches
12月 30 15:11:58 leccesg kernel: RAS: Correctable Errors collector initialized.
12月 30 15:11:58 leccesg kernel: ata1: SATA link down (SStatus 4 SControl 300)
12月 30 15:11:58 leccesg kernel: ata2: SATA link down (SStatus 4 SControl 300)
12月 30 15:11:58 leccesg kernel: Freeing unused decrypted memory: 2036K
12月 30 15:11:58 leccesg kernel: Freeing unused kernel image (initmem) memory: 1864K
12月 30 15:11:58 leccesg kernel: Write protecting the kernel read-only data: 28672k
12月 30 15:11:58 leccesg kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
12月 30 15:11:58 leccesg kernel: Freeing unused kernel image (rodata/data gap) memory: 1496K
12月 30 15:11:58 leccesg kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
12月 30 15:11:58 leccesg kernel: rodata_test: all tests were successful
12月 30 15:11:58 leccesg kernel: Run /init as init process
12月 30 15:11:58 leccesg kernel: with arguments:
12月 30 15:11:58 leccesg kernel: /init
12月 30 15:11:58 leccesg kernel: with environment:
12月 30 15:11:58 leccesg kernel: HOME=/
12月 30 15:11:58 leccesg kernel: TERM=linux
12月 30 15:11:58 leccesg kernel: BOOT_IMAGE=/vmlinuz-linux
12月 30 15:11:58 leccesg kernel: fbcon: Taking over console
12月 30 15:11:58 leccesg kernel: Console: switching to colour frame buffer device 100x80
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: xHCI Host Controller
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
12月 30 15:11:58 leccesg kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
12月 30 15:11:58 leccesg kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
12月 30 15:11:58 leccesg kernel: usb usb1: Product: xHCI Host Controller
12月 30 15:11:58 leccesg kernel: usb usb1: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
12月 30 15:11:58 leccesg kernel: usb usb1: SerialNumber: 0000:00:15.0
12月 30 15:11:58 leccesg kernel: hub 1-0:1.0: USB hub found
12月 30 15:11:58 leccesg kernel: hub 1-0:1.0: 9 ports detected
12月 30 15:11:58 leccesg kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
12月 30 15:11:58 leccesg kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
12月 30 15:11:58 leccesg kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
12月 30 15:11:58 leccesg kernel: sdhci: Secure Digital Host Controller Interface driver
12月 30 15:11:58 leccesg kernel: sdhci: Copyright(c) Pierre Ossman
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: xHCI Host Controller
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
12月 30 15:11:58 leccesg kernel: xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
12月 30 15:11:58 leccesg kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
12月 30 15:11:58 leccesg kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
12月 30 15:11:58 leccesg kernel: usb usb2: Product: xHCI Host Controller
12月 30 15:11:58 leccesg kernel: usb usb2: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
12月 30 15:11:58 leccesg kernel: usb usb2: SerialNumber: 0000:00:15.0
12月 30 15:11:58 leccesg kernel: hub 2-0:1.0: USB hub found
12月 30 15:11:58 leccesg kernel: hub 2-0:1.0: 7 ports detected
12月 30 15:11:58 leccesg kernel: sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6)
12月 30 15:11:58 leccesg kernel: mmc0: CQHCI version 5.10
12月 30 15:11:58 leccesg kernel: mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
12月 30 15:11:58 leccesg kernel: sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 6)
12月 30 15:11:58 leccesg kernel: sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
12月 30 15:11:58 leccesg kernel: mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
12月 30 15:11:58 leccesg kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
12月 30 15:11:58 leccesg kernel: random: fast init done
12月 30 15:11:58 leccesg kernel: mmc0: Command Queue Engine enabled
12月 30 15:11:58 leccesg kernel: mmc0: new HS400 MMC card at address 0001
12月 30 15:11:58 leccesg kernel: mmcblk0: mmc0:0001 ISOCOM 57.6 GiB
12月 30 15:11:58 leccesg kernel: mmcblk0: p1 p2
12月 30 15:11:58 leccesg kernel: mmcblk0boot0: mmc0:0001 ISOCOM 4.00 MiB
12月 30 15:11:58 leccesg kernel: mmcblk0boot1: mmc0:0001 ISOCOM 4.00 MiB
12月 30 15:11:58 leccesg kernel: mmcblk0rpmb: mmc0:0001 ISOCOM 4.00 MiB, chardev (236:0)
12月 30 15:11:58 leccesg kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
12月 30 15:11:58 leccesg kernel: mmc0: Requiring re-tune after rpm resume
12月 30 15:11:58 leccesg kernel: usb 1-2: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
12月 30 15:11:58 leccesg kernel: usb 1-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
12月 30 15:11:58 leccesg kernel: usb 1-2: Product: USB Camera
12月 30 15:11:58 leccesg kernel: usb 1-2: Manufacturer: Sonix Technology Co., Ltd.
12月 30 15:11:58 leccesg kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
12月 30 15:11:58 leccesg systemd[1]: systemd 249.7-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRY>
12月 30 15:11:58 leccesg systemd[1]: Detected architecture x86-64.
12月 30 15:11:58 leccesg systemd[1]: Hostname set to <leccesg>.
12月 30 15:11:58 leccesg kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
12月 30 15:11:58 leccesg systemd[1]: Queued start job for default target Graphical Interface.
12月 30 15:11:58 leccesg systemd[1]: Created slice Slice /system/getty.
12月 30 15:11:58 leccesg systemd[1]: Created slice Slice /system/modprobe.
12月 30 15:11:58 leccesg systemd[1]: Created slice Slice /system/systemd-fsck.
12月 30 15:11:58 leccesg systemd[1]: Created slice User and Session Slice.
12月 30 15:11:58 leccesg systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
12月 30 15:11:58 leccesg systemd[1]: Started Forward Password Requests to Wall Directory Watch.
12月 30 15:11:58 leccesg systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
12月 30 15:11:58 leccesg systemd[1]: Reached target Local Encrypted Volumes.
12月 30 15:11:58 leccesg systemd[1]: Reached target Login Prompts.
12月 30 15:11:58 leccesg systemd[1]: Reached target Path Units.
12月 30 15:11:58 leccesg systemd[1]: Reached target Remote File Systems.
12月 30 15:11:58 leccesg systemd[1]: Reached target Slice Units.
12月 30 15:11:58 leccesg systemd[1]: Reached target Local Verity Protected Volumes.
12月 30 15:11:58 leccesg systemd[1]: Listening on Device-mapper event daemon FIFOs.
12月 30 15:11:58 leccesg systemd[1]: Listening on LVM2 poll daemon socket.
12月 30 15:11:58 leccesg systemd[1]: Listening on Process Core Dump Socket.
12月 30 15:11:58 leccesg systemd[1]: Listening on Journal Audit Socket.
12月 30 15:11:58 leccesg systemd[1]: Listening on Journal Socket (/dev/log).
12月 30 15:11:58 leccesg systemd[1]: Listening on Journal Socket.
12月 30 15:11:58 leccesg systemd[1]: Listening on udev Control Socket.
12月 30 15:11:58 leccesg systemd[1]: Listening on udev Kernel Socket.
12月 30 15:11:58 leccesg systemd[1]: Mounting Huge Pages File System...
12月 30 15:11:58 leccesg systemd[1]: Mounting POSIX Message Queue File System...
12月 30 15:11:58 leccesg systemd[1]: Mounting Kernel Debug File System...
12月 30 15:11:58 leccesg systemd[1]: Mounting Kernel Trace File System...
12月 30 15:11:58 leccesg systemd[1]: Starting Create List of Static Device Nodes...
12月 30 15:11:58 leccesg systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
12月 30 15:11:58 leccesg systemd[1]: Starting Load Kernel Module configfs...
12月 30 15:11:58 leccesg systemd[1]: Starting Load Kernel Module drm...
12月 30 15:11:58 leccesg systemd[1]: Starting Load Kernel Module fuse...
12月 30 15:11:58 leccesg kernel: random: lvm: uninitialized urandom read (4 bytes read)
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
12月 30 15:11:58 leccesg systemd[1]: Starting Journal Service...
12月 30 15:11:58 leccesg systemd[1]: Starting Load Kernel Modules...
12月 30 15:11:58 leccesg systemd[1]: Starting Remount Root and Kernel File Systems...
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
12月 30 15:11:58 leccesg systemd[1]: Starting Coldplug All udev Devices...
12月 30 15:11:58 leccesg systemd[1]: Mounted Huge Pages File System.
12月 30 15:11:58 leccesg systemd[1]: Mounted POSIX Message Queue File System.
12月 30 15:11:58 leccesg systemd[1]: Mounted Kernel Debug File System.
12月 30 15:11:58 leccesg systemd[1]: Mounted Kernel Trace File System.
12月 30 15:11:58 leccesg systemd[1]: Finished Create List of Static Device Nodes.
12月 30 15:11:58 leccesg systemd[1]: modprobe@configfs.service: Deactivated successfully.
12月 30 15:11:58 leccesg systemd[1]: Finished Load Kernel Module configfs.
12月 30 15:11:58 leccesg systemd[1]: modprobe@drm.service: Deactivated successfully.
12月 30 15:11:58 leccesg systemd[1]: Finished Load Kernel Module drm.
12月 30 15:11:58 leccesg systemd[1]: Mounting Kernel Configuration File System...
12月 30 15:11:58 leccesg kernel: fuse: init (API version 7.34)
12月 30 15:11:58 leccesg systemd[1]: Mounted Kernel Configuration File System.
12月 30 15:11:58 leccesg systemd[1]: modprobe@fuse.service: Deactivated successfully.
12月 30 15:11:58 leccesg systemd[1]: Finished Load Kernel Module fuse.
12月 30 15:11:58 leccesg kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
12月 30 15:11:58 leccesg systemd[1]: Mounting FUSE Control File System...
12月 30 15:11:58 leccesg systemd[1]: Finished Remount Root and Kernel File Systems.
12月 30 15:11:58 leccesg kernel: audit: type=1130 audit(1640848318.533:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rem>
12月 30 15:11:58 leccesg systemd[1]: Activating swap /swapfile...
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in First Boot Wizard being skipped.
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
12月 30 15:11:58 leccesg systemd[1]: Starting Load/Save Random Seed...
12月 30 15:11:58 leccesg systemd[1]: Starting Create System Users...
12月 30 15:11:58 leccesg systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
12月 30 15:11:58 leccesg kernel: audit: type=1130 audit(1640848318.550:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monito>
12月 30 15:11:58 leccesg systemd[1]: Finished Load Kernel Modules.
12月 30 15:11:58 leccesg kernel: audit: type=1130 audit(1640848318.550:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-mod>
12月 30 15:11:58 leccesg systemd[1]: Mounted FUSE Control File System.
12月 30 15:11:58 leccesg kernel: Adding 4194300k swap on /swapfile. Priority:-2 extents:6 across:4481020k SSFS
12月 30 15:11:58 leccesg systemd[1]: Starting Apply Kernel Variables...
12月 30 15:11:58 leccesg systemd[1]: Activated swap /swapfile.
12月 30 15:11:58 leccesg systemd[1]: Reached target Swaps.
12月 30 15:11:58 leccesg systemd[1]: Mounting Temporary Directory /tmp...
12月 30 15:11:58 leccesg systemd[1]: Mounted Temporary Directory /tmp.
12月 30 15:11:58 leccesg systemd[1]: Finished Apply Kernel Variables.
12月 30 15:11:58 leccesg kernel: audit: type=1130 audit(1640848318.570:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sys>
12月 30 15:11:58 leccesg systemd-journald[233]: Journal started
12月 30 15:11:58 leccesg systemd-journald[233]: Runtime Journal (/run/log/journal/a60020e1167a4e088c77ef1c4b6c38da) is 8.0M, max 187.4M, 17>
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe>
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr>
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" e>
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/u>
12月 30 15:11:58 leccesg systemd-modules-load[234]: Inserted module 'crypto_user'
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe=">
12月 30 15:11:58 leccesg systemd-random-seed[241]: Kernel entropy pool is not initialized yet, waiting until it is.
12月 30 15:11:58 leccesg systemd[1]: Started Journal Service.
12月 30 15:11:58 leccesg kernel: audit: type=1130 audit(1640848318.600:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-jou>
12月 30 15:11:58 leccesg systemd[1]: Starting Flush Journal to Persistent Storage...
12月 30 15:11:58 leccesg systemd-journald[233]: Time spent on flushing to /var/log/journal/a60020e1167a4e088c77ef1c4b6c38da is 1.512862s fo>
12月 30 15:11:58 leccesg systemd-journald[233]: System Journal (/var/log/journal/a60020e1167a4e088c77ef1c4b6c38da) is 88.0M, max 4.0G, 3.9G>
12月 30 15:12:00 leccesg kernel: audit: type=1130 audit(1640848318.633:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sys>
12月 30 15:12:00 leccesg kernel: audit: type=1130 audit(1640848318.690:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ude>
12月 30 15:12:00 leccesg kernel: audit: type=1130 audit(1640848318.743:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmp>
12月 30 15:12:00 leccesg kernel: audit: type=1334 audit(1640848318.743:10): prog-id=14 op=LOAD
12月 30 15:12:00 leccesg kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input3
12月 30 15:12:00 leccesg kernel: intel-hid INT33D5:00: platform supports 5 button array
12月 30 15:12:00 leccesg kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input4
12月 30 15:12:00 leccesg kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: silead_ts i2c-MSSL1680:00: supply vddio not found, using dummy regulator
12月 30 15:12:00 leccesg kernel: silead_ts i2c-MSSL1680:00: supply avdd not found, using dummy regulator
12月 30 15:12:00 leccesg kernel: silead_ts i2c-MSSL1680:00: Silead chip ID: 0x80360000
12月 30 15:12:00 leccesg kernel: i801_smbus 0000:00:1f.1: SPD Write Disable is set
12月 30 15:12:00 leccesg kernel: i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
12月 30 15:12:00 leccesg kernel: i2c i2c-5: 2/2 memory slots populated (from DMI)
12月 30 15:12:00 leccesg kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
12月 30 15:12:00 leccesg kernel: silead_ts i2c-MSSL1680:00: Direct firmware load for silead/mssl1680.fw failed with error -2
12月 30 15:12:00 leccesg kernel: silead_ts i2c-MSSL1680:00: Firmware request error -2
12月 30 15:12:00 leccesg kernel: i915 0000:00:02.0: [drm] Unknown revid 0x06
12月 30 15:12:00 leccesg kernel: checking generic (90000000 3f0000) vs hw (a0000000 1000000)
12月 30 15:12:00 leccesg kernel: checking generic (90000000 3f0000) vs hw (90000000 10000000)
12月 30 15:12:00 leccesg kernel: fb0: switching to i915 from EFI VGA
12月 30 15:12:00 leccesg kernel: Console: switching to colour dummy device 80x25
12月 30 15:12:00 leccesg kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
12月 30 15:12:00 leccesg kernel: i915 0000:00:02.0: [drm] couldn't get memory information
12月 30 15:12:00 leccesg kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
12月 30 15:12:00 leccesg kernel: silead_ts: probe of i2c-MSSL1680:00 failed with error -2
12月 30 15:12:00 leccesg kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
12月 30 15:12:00 leccesg kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.6: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
12月 30 15:12:00 leccesg kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
12月 30 15:12:00 leccesg kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
12月 30 15:12:00 leccesg kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
12月 30 15:12:00 leccesg kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
12月 30 15:12:00 leccesg kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
12月 30 15:12:00 leccesg kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
12月 30 15:12:00 leccesg kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
12月 30 15:12:00 leccesg kernel: snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
12月 30 15:12:00 leccesg kernel: idma64 idma64.7: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: cryptd: max_cpu_qlen set to 1000
12月 30 15:12:00 leccesg kernel: idma64 idma64.8: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.9: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.12: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.13: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: idma64 idma64.14: Found Intel integrated DMA 64-bit
12月 30 15:12:00 leccesg kernel: SSE version of gcm_enc/dec engaged.
12月 30 15:12:00 leccesg kernel: fbcon: i915drmfb (fb0) is primary device
12月 30 15:12:00 leccesg kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input7
12月 30 15:12:00 leccesg kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input8
12月 30 15:12:00 leccesg kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
12月 30 15:12:00 leccesg kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
12月 30 15:12:00 leccesg kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
12月 30 15:12:00 leccesg kernel: intel_rapl_common: Found RAPL domain package
12月 30 15:12:00 leccesg kernel: intel_rapl_common: Found RAPL domain core
12月 30 15:12:00 leccesg kernel: intel_rapl_common: Found RAPL domain uncore
12月 30 15:12:00 leccesg kernel: intel_rapl_common: Found RAPL domain dram
12月 30 15:12:00 leccesg kernel: dw-apb-uart.8: ttyS4 at MMIO 0xa1126000 (irq = 4, base_baud = 115200) is a 16550A
12月 30 15:12:00 leccesg kernel: mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_op>
12月 30 15:12:00 leccesg kernel: dw-apb-uart.9: ttyS5 at MMIO 0xa1124000 (irq = 5, base_baud = 115200) is a 16550A
12月 30 15:12:00 leccesg kernel: dw-apb-uart.10: ttyS6 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
12月 30 15:12:00 leccesg kernel: dw-apb-uart.11: ttyS7 at MMIO 0xa1122000 (irq = 7, base_baud = 115200) is a 16550A
12月 30 15:12:00 leccesg kernel: intel_telemetry_core Init
12月 30 15:12:00 leccesg kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe=">
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" e>
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="syst>
12月 30 15:11:58 leccesg audit: BPF prog-id=14 op=LOAD
12月 30 15:11:58 leccesg audit: BPF prog-id=15 op=LOAD
12月 30 15:11:58 leccesg audit: BPF prog-id=16 op=LOAD
12月 30 15:11:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/us>
12月 30 15:11:59 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-mmcblk0p1 comm="syst>
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib>
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" >
12月 30 15:11:58 leccesg systemd[1]: Finished Create System Users.
12月 30 15:11:58 leccesg systemd[1]: Starting Create Static Device Nodes in /dev...
12月 30 15:11:58 leccesg systemd[1]: Finished Coldplug All udev Devices.
12月 30 15:11:58 leccesg systemd[1]: Finished Create Static Device Nodes in /dev.
12月 30 15:11:58 leccesg systemd[1]: Reached target Preparation for Local File Systems.
12月 30 15:12:00 leccesg systemd-fsck[286]: fsck.fat 4.2 (2021-01-31)
12月 30 15:12:00 leccesg systemd-fsck[286]: /dev/mmcblk0p1: 367 files, 17420/130812 clusters
12月 30 15:11:58 leccesg systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
12月 30 15:11:58 leccesg systemd[1]: Starting Rule-based Manager for Device Events and Files...
12月 30 15:11:58 leccesg systemd[1]: Started Rule-based Manager for Device Events and Files.
12月 30 15:11:59 leccesg systemd[1]: Found device /dev/mmcblk0p1.
12月 30 15:11:59 leccesg systemd[1]: Starting File System Check on /dev/mmcblk0p1...
12月 30 15:11:59 leccesg systemd[1]: Finished File System Check on /dev/mmcblk0p1.
12月 30 15:11:59 leccesg systemd[1]: Mounting /boot...
12月 30 15:11:59 leccesg systemd[1]: Mounted /boot.
12月 30 15:12:00 leccesg kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
12月 30 15:11:59 leccesg systemd[1]: Reached target Local File Systems.
12月 30 15:11:59 leccesg systemd[1]: Starting Rebuild Dynamic Linker Cache...
12月 30 15:12:00 leccesg systemd[1]: Finished Rebuild Dynamic Linker Cache.
12月 30 15:12:00 leccesg systemd[1]: Finished Flush Journal to Persistent Storage.
12月 30 15:12:00 leccesg systemd[1]: Starting Create Volatile Files and Directories...
12月 30 15:12:00 leccesg kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
12月 30 15:12:00 leccesg systemd[1]: Finished Create Volatile Files and Directories.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd">
12月 30 15:12:00 leccesg systemd[1]: Starting Rebuild Journal Catalog...
12月 30 15:12:00 leccesg systemd[1]: Starting Record System Boot/Shutdown in UTMP...
12月 30 15:12:00 leccesg audit[336]: SYSTEM_BOOT pid=336 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/li>
12月 30 15:12:00 leccesg systemd[1]: Finished Record System Boot/Shutdown in UTMP.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" ex>
12月 30 15:12:00 leccesg kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
12月 30 15:12:00 leccesg systemd[1]: Finished Rebuild Journal Catalog.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm=">
12月 30 15:12:00 leccesg systemd[1]: Starting Update is Completed...
12月 30 15:12:00 leccesg systemd[1]: Finished Update is Completed.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" ex>
12月 30 15:12:00 leccesg systemd[1]: Reached target System Initialization.
12月 30 15:12:00 leccesg systemd[1]: Started Daily man-db regeneration.
12月 30 15:12:00 leccesg systemd[1]: Started Daily verification of password and group files.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/sys>
12月 30 15:12:00 leccesg audit: BPF prog-id=17 op=LOAD
12月 30 15:12:00 leccesg audit: BPF prog-id=18 op=LOAD
12月 30 15:12:00 leccesg audit: BPF prog-id=19 op=LOAD
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/s>
12月 30 15:12:00 leccesg systemd[1]: Started Daily Cleanup of Temporary Directories.
12月 30 15:12:00 leccesg systemd[1]: Reached target Timer Units.
12月 30 15:12:00 leccesg systemd[1]: Listening on D-Bus System Message Bus Socket.
12月 30 15:12:00 leccesg systemd[1]: Reached target Socket Units.
12月 30 15:12:00 leccesg systemd[1]: Reached target Basic System.
12月 30 15:12:00 leccesg systemd[1]: Started D-Bus System Message Bus.
12月 30 15:12:00 leccesg systemd[1]: Starting Network Manager...
12月 30 15:12:00 leccesg kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
12月 30 15:12:00 leccesg kernel: usb 1-4: new high-speed USB device number 3 using xhci_hcd
12月 30 15:12:00 leccesg systemd[1]: Starting User Login Management...
12月 30 15:12:00 leccesg systemd[1]: Condition check resulted in Daily man-db regeneration being skipped.
12月 30 15:12:00 leccesg systemd[1]: Started Verify integrity of password and group files.
12月 30 15:12:00 leccesg systemd[1]: Starting Save/Restore Sound Card State...
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr>
12月 30 15:12:00 leccesg systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
12月 30 15:12:00 leccesg systemd[1]: Finished Save/Restore Sound Card State.
12月 30 15:12:00 leccesg systemd[1]: Reached target Sound Card.
12月 30 15:12:00 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event0 (Lid Switch)
12月 30 15:12:00 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event1 (Power Button)
12月 30 15:12:00 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event3 (Intel HID events)
12月 30 15:12:00 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event4 (Intel HID 5 button array)
12月 30 15:12:00 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
12月 30 15:12:00 leccesg systemd[1]: shadow.service: Deactivated successfully.
12月 30 15:12:00 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/sy>
12月 30 15:12:00 leccesg kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
12月 30 15:12:00 leccesg kernel: usb 1-4: New USB device found, idVendor=0bda, idProduct=b720, bcdDevice= 2.00
12月 30 15:12:00 leccesg kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
12月 30 15:12:00 leccesg kernel: usb 1-4: Product: 802.11n WLAN Adapter
12月 30 15:12:00 leccesg kernel: usb 1-4: Manufacturer: Realtek
12月 30 15:12:00 leccesg kernel: usb 1-4: SerialNumber: 00e04c000001
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.5860] NetworkManager (version 1.32.12-2) is starting... (for the first ti>
12月 30 15:12:00 leccesg kernel: random: NetworkManager: uninitialized urandom read (16 bytes read)
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/u>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.5861] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-conne>
12月 30 15:12:00 leccesg systemd[1]: Started Network Manager.
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.5932] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
12月 30 15:12:00 leccesg systemd[1]: Reached target Network.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" >
12月 30 15:12:00 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedes>
12月 30 15:12:00 leccesg audit: BPF prog-id=20 op=LOAD
12月 30 15:12:00 leccesg audit: BPF prog-id=21 op=LOAD
12月 30 15:12:00 leccesg audit: BPF prog-id=22 op=LOAD
12月 30 15:12:00 leccesg systemd[1]: Starting Permit User Sessions...
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.6066] manager[0x55f2cda2b010]: monitoring kernel firmware directory '/lib>
12月 30 15:12:00 leccesg systemd[1]: Finished Permit User Sessions.
12月 30 15:12:00 leccesg systemd[1]: Starting Light Display Manager...
12月 30 15:12:00 leccesg systemd[1]: Starting Hostname Service...
12月 30 15:12:00 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedeskto>
12月 30 15:12:00 leccesg systemd[1]: Starting Load Kernel Module drm...
12月 30 15:12:00 leccesg systemd[1]: modprobe@drm.service: Deactivated successfully.
12月 30 15:12:00 leccesg kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr>
12月 30 15:12:00 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/>
12月 30 15:12:00 leccesg systemd[1]: Finished Load Kernel Module drm.
12月 30 15:12:00 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.hostname1'
12月 30 15:12:00 leccesg systemd[1]: Started Hostname Service.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe=>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7226] hostname: hostname: using hostnamed
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7226] hostname: hostname changed from (none) to "leccesg"
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7231] dns-mgr[0x55f2cd9e3250]: init: dns=default,systemd-resolved rc-mana>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7356] manager[0x55f2cda2b010]: rfkill: Wi-Fi hardware radio set enabled
12月 30 15:12:00 leccesg kernel: random: crng init done
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7357] manager[0x55f2cda2b010]: rfkill: WWAN hardware radio set enabled
12月 30 15:12:00 leccesg systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
12月 30 15:12:00 leccesg systemd[1]: Finished Load/Save Random Seed.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" ex>
12月 30 15:12:00 leccesg systemd[1]: Condition check resulted in First Boot Complete being skipped.
12月 30 15:12:00 leccesg systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
12月 30 15:12:00 leccesg systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7670] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7681] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.1>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7963] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.12>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.7983] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.12>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8026] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.1>
12月 30 15:12:00 leccesg kernel: usb 1-6: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
12月 30 15:12:00 leccesg kernel: usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
12月 30 15:12:00 leccesg kernel: usb 1-6: Product: USB Camera
12月 30 15:12:00 leccesg kernel: usb 1-6: Manufacturer: Sonix Technology Co., Ltd.
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8337] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.1>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8348] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by stat>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8350] manager: rfkill: WWAN enabled by radio killswitch; enabled by state>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8352] manager: Networking is enabled by state file
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8365] dhcp-init: Using DHCP client 'internal'
12月 30 15:12:00 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8389] settings: Loaded settings plugin: keyfile (internal)
12月 30 15:12:00 leccesg systemd[1]: Starting Network Manager Script Dispatcher Service...
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8505] device (lo): carrier: link connected
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8509] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/>
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8587] ovsdb:Unable to connect: there is no file or directory
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8587] ovsdb: disconnected from ovsdb
12月 30 15:12:00 leccesg NetworkManager[340]: <info> [1640848320.8594] manager: startup complete
12月 30 15:12:00 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
12月 30 15:12:00 leccesg systemd[1]: Started Network Manager Script Dispatcher Service.
12月 30 15:12:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="syste>
12月 30 15:12:00 leccesg kernel: usb 1-8: new low-speed USB device number 5 using xhci_hcd
12月 30 15:12:01 leccesg kernel: usb 1-8: New USB device found, idVendor=1c4f, idProduct=0063, bcdDevice= 1.00
12月 30 15:12:01 leccesg kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
12月 30 15:12:01 leccesg kernel: usb 1-8: Product: USB Keyboard
12月 30 15:12:01 leccesg kernel: usb 1-8: Manufacturer: DY- LT320-US-01-00-C2
12月 30 15:12:01 leccesg kernel: Console: switching to colour frame buffer device 100x80
12月 30 15:12:01 leccesg kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
12月 30 15:12:01 leccesg systemd-logind[341]: New seat seat0.
12月 30 15:12:01 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.login1'
12月 30 15:12:01 leccesg systemd[1]: Started User Login Management.
12月 30 15:12:01 leccesg systemd[1]: Reached target Multi-User System.
12月 30 15:12:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/u>
12月 30 15:12:01 leccesg kernel: kauditd_printk_skb: 29 callbacks suppressed
12月 30 15:12:01 leccesg kernel: audit: type=1130 audit(1640848321.573:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-lo>
12月 30 15:12:01 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.s>
12月 30 15:12:01 leccesg systemd[1]: Created slice Slice /system/systemd-backlight.
12月 30 15:12:01 leccesg systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
12月 30 15:12:01 leccesg systemd[1]: Started Light Display Manager.
12月 30 15:12:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/>
12月 30 15:12:01 leccesg kernel: audit: type=1130 audit(1640848321.616:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm co>
12月 30 15:12:01 leccesg systemd[1]: Reached target Graphical Interface.
12月 30 15:12:01 leccesg systemd[1]: Reached target User and Group Name Lookups.
12月 30 15:12:01 leccesg systemd[1]: Starting Accounts Service...
12月 30 15:12:01 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'>
12月 30 15:12:01 leccesg systemd[1]: Starting Authorization Manager...
12月 30 15:12:01 leccesg systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
12月 30 15:12:01 leccesg kernel: audit: type=1130 audit(1640848321.693:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ba>
12月 30 15:12:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_bac>
12月 30 15:12:01 leccesg polkitd[380]: Started polkitd version 0.120
12月 30 15:12:01 leccesg polkitd[380]: Loading rules from directory /etc/polkit-1/rules.d
12月 30 15:12:01 leccesg polkitd[380]: Loading rules from directory /usr/share/polkit-1/rules.d
12月 30 15:12:01 leccesg polkitd[380]: Finished loading, compiling and executing 4 rules
12月 30 15:12:01 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
12月 30 15:12:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/s>
12月 30 15:12:01 leccesg kernel: audit: type=1130 audit(1640848321.930:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit com>
12月 30 15:12:01 leccesg polkitd[380]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
12月 30 15:12:01 leccesg systemd[1]: Started Authorization Manager.
12月 30 15:12:01 leccesg accounts-daemon[376]: started daemon version 0.6.55
12月 30 15:12:01 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.Accounts'
12月 30 15:12:01 leccesg systemd[1]: Started Accounts Service.
12月 30 15:12:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/>
12月 30 15:12:01 leccesg systemd[1]: Startup finished in 9.222s (firmware) + 20.948s (loader) + 2.075s (kernel) + 4.045s (userspace) = 36.2>
12月 30 15:12:01 leccesg kernel: audit: type=1130 audit(1640848321.933:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-d>
12月 30 15:12:03 leccesg kernel: input: DY- LT320-US-01-00-C2 USB Keyboard as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1-8:1.0/0003:1C4F:0>
12月 30 15:12:03 leccesg kernel: Bluetooth: Core ver 2.22
12月 30 15:12:03 leccesg kernel: NET: Registered PF_BLUETOOTH protocol family
12月 30 15:12:03 leccesg kernel: Bluetooth: HCI device and connection manager initialized
12月 30 15:12:03 leccesg kernel: Bluetooth: HCI socket layer initialized
12月 30 15:12:03 leccesg kernel: Bluetooth: L2CAP socket layer initialized
12月 30 15:12:03 leccesg kernel: Bluetooth: SCO socket layer initialized
12月 30 15:12:03 leccesg kernel: mc: Linux media interface: v0.10
12月 30 15:12:03 leccesg kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
12月 30 15:12:03 leccesg kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
12月 30 15:12:03 leccesg kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
12月 30 15:12:03 leccesg kernel: cfg80211: failed to load regulatory.db
12月 30 15:12:03 leccesg kernel: hid-generic 0003:1C4F:0063.0001: input,hidraw0: USB HID v1.10 Keyboard [DY- LT320-US-01-00-C2 USB Keyboard>
12月 30 15:12:03 leccesg kernel: input: DY- LT320-US-01-00-C2 USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1->
12月 30 15:12:03 leccesg kernel: videodev: Linux video capture interface: v2.00
12月 30 15:12:03 leccesg kernel: usbcore: registered new interface driver btusb
12月 30 15:12:03 leccesg systemd[1]: Starting Load/Save RF Kill Switch Status...
12月 30 15:12:03 leccesg kernel: Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
12月 30 15:12:03 leccesg kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
12月 30 15:12:03 leccesg kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_fw.bin
12月 30 15:12:03 leccesg kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_config.bin
12月 30 15:12:03 leccesg kernel: bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
12月 30 15:12:03 leccesg kernel: Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496
12月 30 15:12:03 leccesg kernel: input: DY- LT320-US-01-00-C2 USB Keyboard System Control as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1-8:>
12月 30 15:12:03 leccesg kernel: input: DY- LT320-US-01-00-C2 USB Keyboard Wireless Radio Control as /devices/pci0000:00/0000:00:15.0/usb1/>
12月 30 15:12:03 leccesg kernel: input: DY- LT320-US-01-00-C2 USB Keyboard Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1-8:1.1/0003:>
12月 30 15:12:03 leccesg kernel: hid-generic 0003:1C4F:0063.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [DY- LT320-US-01-00-C2 USB Ke>
12月 30 15:12:03 leccesg kernel: usbcore: registered new interface driver usbhid
12月 30 15:12:03 leccesg kernel: usbhid: USB HID core driver
12月 30 15:12:03 leccesg kernel: usb 1-2: Found UVC 1.00 device USB Camera (0c45:6321)
12月 30 15:12:03 leccesg kernel: mousedev: PS/2 mouse device common for all mice
12月 30 15:12:04 leccesg kernel: usb 1-4: This Realtek USB WiFi dongle (0x0bda:0xb720) is untested!
12月 30 15:12:04 leccesg kernel: usb 1-4: Please report results to Jes.Sorensen@gmail.com
12月 30 15:12:04 leccesg kernel: input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.0/input/input18
12月 30 15:12:04 leccesg kernel: usb 1-6: Found UVC 1.00 device USB Camera (0c45:6321)
12月 30 15:12:04 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event14 (DY- LT320-US-01-00-C2 USB Keyboard System Cont>
12月 30 15:12:04 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event12 (DY- LT320-US-01-00-C2 USB Keyboard)
12月 30 15:12:04 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event13 (DY- LT320-US-01-00-C2 USB Keyboard Consumer Co>
12月 30 15:12:04 leccesg kernel: input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:15.0/usb1/1-6/1-6:1.0/input/input19
12月 30 15:12:04 leccesg kernel: usbcore: registered new interface driver uvcvideo
12月 30 15:12:04 leccesg kernel: usb 1-4: Vendor: Realtek
12月 30 15:12:04 leccesg kernel: usb 1-4: Product: 802.11n WLAN Adapter
12月 30 15:12:04 leccesg kernel: usb 1-4: rtl8723bu_parse_efuse: dumping efuse (0x200 bytes):
12月 30 15:12:04 leccesg kernel: usb 1-4: 00: 29 81 03 7c 01 08 21 00
12月 30 15:12:04 leccesg kernel: usb 1-4: 08: 30 07 05 35 10 00 00 00
12月 30 15:12:04 leccesg kernel: usb 1-4: 10: 32 32 32 32 32 32 30 30
12月 30 15:12:04 leccesg kernel: usb 1-4: 18: 30 30 30 02 ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 20: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 28: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 30: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 38: ff ff 2d 2d 2d 2d 2d 2d
12月 30 15:12:04 leccesg kernel: usb 1-4: 40: 2f 2f 2f 2f 2f 02 ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 48: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 50: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 58: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 60: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 68: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 70: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 78: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 80: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 88: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 90: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 98: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: a0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: a8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: b0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: b8: 20 2d 24 00 00 00 ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: c0: ff 29 20 11 00 00 00 ff
12月 30 15:12:04 leccesg kernel: usb 1-4: c8: 00 ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: d0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: d8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: e0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: e8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: f0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: f8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 100: da 0b 20 b7 e7 47 03 34
12月 30 15:12:04 leccesg kernel: usb 1-4: 108: 20 03 95 5e c2 09 03 52
12月 30 15:12:04 leccesg kernel: usb 1-4: 110: 65 61 6c 74 65 6b 16 03
12月 30 15:12:04 leccesg kernel: usb 1-4: 118: 38 30 32 2e 31 31 6e 20
12月 30 15:12:04 leccesg kernel: usb 1-4: 120: 57 4c 41 4e 20 41 64 61
12月 30 15:12:04 leccesg kernel: usb 1-4: 128: 70 74 65 72 00 ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 130: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 138: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 140: ff ff ff ff ff ff ff 0f
12月 30 15:12:04 leccesg kernel: usb 1-4: 148: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 150: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 158: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 160: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 168: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 170: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 178: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 180: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 188: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 190: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 198: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1a0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1a8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1b0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1b8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1c0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1c8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1d0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1d8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1e0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1e8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1f0: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: 1f8: ff ff ff ff ff ff ff ff
12月 30 15:12:04 leccesg kernel: usb 1-4: RTL8723BU rev E (SMIC) 1T1R, TX queues 3, WiFi=1, BT=1, GPS=0, HI PA=0
12月 30 15:12:04 leccesg kernel: usb 1-4: RTL8723BU MAC: 34:20:03:95:5e:c2
12月 30 15:12:04 leccesg kernel: usb 1-4: rtl8xxxu: Loading firmware rtlwifi/rtl8723bu_nic.bin
12月 30 15:12:04 leccesg kernel: usb 1-4: Firmware revision 35.0 (signature 0x5301)
12月 30 15:12:04 leccesg kernel: Bluetooth: hci0: RTL: fw version 0x0e2f9f73
12月 30 15:12:04 leccesg audit[428]: CRED_ACQ pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit >
12月 30 15:12:04 leccesg kernel: audit: type=1103 audit(1640848324.543:44): pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcre>
12月 30 15:12:04 leccesg lightdm[428]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=973) by (uid=0)
12月 30 15:12:04 leccesg systemd[1]: Created slice User Slice of UID 973.
12月 30 15:12:04 leccesg systemd[1]: Starting User Runtime Directory /run/user/973...
12月 30 15:12:04 leccesg systemd-logind[341]: New session c1 of user lightdm.
12月 30 15:12:04 leccesg systemd[1]: Finished User Runtime Directory /run/user/973.
12月 30 15:12:04 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" e>
12月 30 15:12:04 leccesg kernel: audit: type=1130 audit(1640848324.570:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runti>
12月 30 15:12:04 leccesg systemd[1]: Starting User Manager for UID 973...
12月 30 15:12:04 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop>
12月 30 15:12:04 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus->
12月 30 15:12:04 leccesg systemd[432]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.ho>
12月 30 15:12:04 leccesg kernel: audit: type=1101 audit(1640848324.613:46): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accoun>
12月 30 15:12:04 leccesg kernel: audit: type=1103 audit(1640848324.613:47): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcre>
12月 30 15:12:04 leccesg kernel: audit: type=1006 audit(1640848324.613:48): pid=432 uid=0 old-auid=4294967295 auid=973 tty=(none) old-ses=4>
12月 30 15:12:04 leccesg audit[432]: USER_ACCT pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_>
12月 30 15:12:04 leccesg audit[432]: CRED_ACQ pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" ex>
12月 30 15:12:04 leccesg audit[432]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe5e0064d0 a2=3 a3=3cd items=0 ppid=1 pid>
12月 30 15:12:04 leccesg audit: PROCTITLE proctitle="(systemd)"
12月 30 15:12:04 leccesg systemd[432]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] termin>
12月 30 15:12:04 leccesg systemd[432]: pam_unix(systemd-user:session): session opened for user lightdm(uid=973) by (uid=0)
12月 30 15:12:04 leccesg systemd[432]: pam_env(systemd-user:session): deprecated reading of user environment enabled
12月 30 15:12:04 leccesg audit[432]: USER_START pid=432 uid=0 auid=973 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pa>
12月 30 15:12:04 leccesg audit: BPF prog-id=23 op=LOAD
12月 30 15:12:04 leccesg audit[432]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe8d78ad90 a2=78 a3=7ffe8d78ad90 items=>
12月 30 15:12:04 leccesg audit: PROCTITLE proctitle="(systemd)"
12月 30 15:12:04 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:12:04 leccesg systemd[432]: Queued start job for default target Main User Target.
12月 30 15:12:04 leccesg kernel: usbcore: registered new interface driver rtl8xxxu
12月 30 15:12:04 leccesg systemd[432]: Created slice User Application Slice.
12月 30 15:12:04 leccesg systemd[432]: Reached target Paths.
12月 30 15:12:04 leccesg systemd[432]: Reached target Timers.
12月 30 15:12:04 leccesg systemd[432]: Starting D-Bus User Message Bus Socket...
12月 30 15:12:04 leccesg systemd[432]: Listening on GnuPG network certificate management daemon.
12月 30 15:12:04 leccesg systemd[432]: Listening on GCR ssh-agent wrapper.
12月 30 15:12:04 leccesg systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
12月 30 15:12:04 leccesg systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
12月 30 15:12:04 leccesg systemd[432]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
12月 30 15:12:04 leccesg systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache.
12月 30 15:12:04 leccesg systemd[432]: Listening on p11-kit server.
12月 30 15:12:04 leccesg NetworkManager[340]: <info> [1640848324.8385] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/Network>
12月 30 15:12:04 leccesg systemd-udevd[258]: Using default interface naming scheme 'v249'.
12月 30 15:12:04 leccesg systemd[1]: Reached target Bluetooth Support.
12月 30 15:12:04 leccesg systemd[432]: Reached target Bluetooth.
12月 30 15:12:04 leccesg kernel: rtl8xxxu 1-4:1.2 wlp0s21f0u4i2: renamed from wlan0
12月 30 15:12:04 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/u>
12月 30 15:12:04 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib>
12月 30 15:12:04 leccesg NetworkManager[340]: <info> [1640848324.8496] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0>
12月 30 15:12:04 leccesg systemd[1]: Started Load/Save RF Kill Switch Status.
12月 30 15:12:04 leccesg systemd[432]: Listening on D-Bus User Message Bus Socket.
12月 30 15:12:04 leccesg systemd[432]: Reached target Sockets.
12月 30 15:12:04 leccesg systemd[432]: Reached target Basic System.
12月 30 15:12:04 leccesg systemd[432]: Reached target Main User Target.
12月 30 15:12:04 leccesg systemd[432]: Startup finished in 219ms.
12月 30 15:12:04 leccesg systemd[1]: Started User Manager for UID 973.
12月 30 15:12:04 leccesg systemd[1]: Started Session c1 of User lightdm.
12月 30 15:12:04 leccesg NetworkManager[340]: <info> [1640848324.8552] device (wlan0): interface index 2 renamed iface from 'wlan0' to 'wl>
12月 30 15:12:04 leccesg audit[428]: USER_START pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam>
12月 30 15:12:04 leccesg NetworkManager[340]: <info> [1640848324.8636] device (wlp0s21f0u4i2): state change: unmanaged -> unavailable (rea>
12月 30 15:12:04 leccesg systemd-udevd[257]: Using default interface naming scheme 'v249'.
12月 30 15:12:04 leccesg NetworkManager[340]: <info> [1640848324.8723] device (wlp0s21f0u4i2): set-hw-addr: set MAC address to BE:1A:CA:58>
12月 30 15:12:04 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.servi>
12月 30 15:12:04 leccesg systemd[1]: Starting WPA supplicant...
12月 30 15:12:04 leccesg dbus-daemon[339]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
12月 30 15:12:04 leccesg systemd[1]: Started WPA supplicant.
12月 30 15:12:04 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/u>
12月 30 15:12:04 leccesg wpa_supplicant[441]: Successfully initialized wpa_supplicant
12月 30 15:12:05 leccesg wpa_supplicant[441]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus>
12月 30 15:12:05 leccesg NetworkManager[340]: <info> [1640848325.0385] device (wlp0s21f0u4i2): supplicant interface state: internal-starti>
12月 30 15:12:05 leccesg NetworkManager[340]: <info> [1640848325.0385] device (wlp0s21f0u4i2): state change: unavailable -> disconnected (>
12月 30 15:12:05 leccesg systemd[432]: Started D-Bus User Message Bus.
12月 30 15:12:05 leccesg dbus-daemon[447]: [session uid=973 pid=447] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus->
12月 30 15:12:05 leccesg systemd[432]: Starting Accessibility services bus...
12月 30 15:12:05 leccesg dbus-daemon[447]: [session uid=973 pid=447] Successfully activated service 'org.a11y.Bus'
12月 30 15:12:05 leccesg systemd[432]: Started Accessibility services bus.
12月 30 15:12:05 leccesg dbus-daemon[447]: [session uid=973 pid=447] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-d>
12月 30 15:12:05 leccesg systemd[432]: Starting Virtual filesystem service...
12月 30 15:12:05 leccesg dbus-daemon[447]: [session uid=973 pid=447] Successfully activated service 'org.gtk.vfs.Daemon'
12月 30 15:12:05 leccesg systemd[432]: Started Virtual filesystem service.
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1255] policy: auto-activating connection 'DT_WIFI' (138e2e92-f1ac-49be-84>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1261] device (wlp0s21f0u4i2): Activation: starting connection 'DT_WIFI' (>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1262] device (wlp0s21f0u4i2): state change: disconnected -> prepare (reas>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1265] manager: NetworkManager state is now CONNECTING
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1286] device (wlp0s21f0u4i2): set-hw-addr: reset MAC address to 34:20:03:>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1341] device (wlp0s21f0u4i2): state change: prepare -> config (reason 'no>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1346] device (wlp0s21f0u4i2): Activation: (wifi) access point 'DT_WIFI' h>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1346] device (wlp0s21f0u4i2): state change: config -> need-auth (reason '>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1367] device (wlp0s21f0u4i2): state change: need-auth -> prepare (reason >
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1371] device (wlp0s21f0u4i2): state change: prepare -> config (reason 'no>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1375] device (wlp0s21f0u4i2): Activation: (wifi) connection 'DT_WIFI' has>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1375] Config: added 'ssid' value 'DT_WIFI'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1376] Config: added 'scan_ssid' value '1'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1376] Config: added 'bgscan' value 'simple:30:-70:86400'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1376] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1377] Config: added 'auth_alg' value 'OPEN'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.1377] Config: added 'psk' value '<hidden>'
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.2065] device (wlp0s21f0u4i2): supplicant interface state: disconnected ->>
12月 30 15:12:06 leccesg NetworkManager[340]: <info> [1640848326.2122] device (wlp0s21f0u4i2): supplicant interface state: inactive -> sca>
12月 30 15:12:06 leccesg polkitd[380]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
12月 30 15:12:06 leccesg polkitd[380]: <no filename>:4: subject=[Subject pid=440 user='lightdm' groups=lightdm seat='seat0' session='c1' lo>
12月 30 15:12:06 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop>
12月 30 15:12:06 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus->
12月 30 15:12:06 leccesg lightdm[486]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.serv>
12月 30 15:12:06 leccesg at-spi-bus-launcher[454]: dbus-daemon[454]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' >
12月 30 15:12:06 leccesg at-spi-bus-launcher[454]: dbus-daemon[454]: Successfully activated service 'org.a11y.atspi.Registry'
12月 30 15:12:06 leccesg at-spi-bus-launcher[488]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: SME: Trying to authenticate with 18:bc:5a:0b:79:40 (SSID='DT_WIFI' freq=2462 M>
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: authenticate with 18:bc:5a:0b:79:40
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: send auth to 18:bc:5a:0b:79:40 (try 1/3)
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.3081] device (wlp0s21f0u4i2): supplicant interface state: scanning -> aut>
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: Trying to associate with 18:bc:5a:0b:79:40 (SSID='DT_WIFI' freq=2462 MHz)
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: authenticated
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: associate with 18:bc:5a:0b:79:40 (try 1/3)
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.3242] device (wlp0s21f0u4i2): supplicant interface state: authenticating >
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: RX AssocResp from 18:bc:5a:0b:79:40 (capab=0x431 status=0 aid=6)
12月 30 15:12:07 leccesg kernel: usb 1-4: rtl8xxxu_bss_info_changed: HT supported
12月 30 15:12:07 leccesg kernel: wlp0s21f0u4i2: associated
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: Associated with 18:bc:5a:0b:79:40
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.3551] device (wlp0s21f0u4i2): supplicant interface state: associating -> >
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: WPA: Key negotiation completed with 18:bc:5a:0b:79:40 [PTK=CCMP GTK=CCMP]
12月 30 15:12:07 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: CTRL-EVENT-CONNECTED - Connection to 18:bc:5a:0b:79:40 completed [id=0 id_str=]
12月 30 15:12:07 leccesg kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s21f0u4i2: link becomes ready
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.5923] device (wlp0s21f0u4i2): supplicant interface state: 4way_handshake >
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.5924] device (wlp0s21f0u4i2): Activation: (wifi) Stage 2 of 5 (Device Con>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.5928] device (wlp0s21f0u4i2): state change: config -> ip-config (reason '>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.5940] dhcp4 (wlp0s21f0u4i2): activation: beginning transaction (timeout i>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7860] dhcp4 (wlp0s21f0u4i2): state changed unknown -> bound, address=192.>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7877] device (wlp0s21f0u4i2): state change: ip-config -> ip-check (reason>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7920] device (wlp0s21f0u4i2): state change: ip-check -> secondaries (reas>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7925] device (wlp0s21f0u4i2): state change: secondaries -> activated (rea>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7939] manager: NetworkManager state is now CONNECTED_LOCAL
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7951] manager: NetworkManager state is now CONNECTED_SITE
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7952] policy: set 'DT_WIFI' (wlp0s21f0u4i2) as default for IPv4 routing a>
12月 30 15:12:07 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesk>
12月 30 15:12:07 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit db>
12月 30 15:12:07 leccesg NetworkManager[340]: <info> [1640848327.7994] device (wlp0s21f0u4i2): Activation: successful, device activated.
12月 30 15:12:08 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-40 noise=9999 txrate=1000
12月 30 15:12:09 leccesg systemd[1]: systemd-rfkill.service: Deactivated successfully.
12月 30 15:12:09 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/us>
12月 30 15:12:09 leccesg kernel: kauditd_printk_skb: 11 callbacks suppressed
12月 30 15:12:09 leccesg kernel: audit: type=1131 audit(1640848329.856:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rf>
12月 30 15:12:10 leccesg systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
12月 30 15:12:10 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="system>
12月 30 15:12:10 leccesg kernel: audit: type=1131 audit(1640848330.850:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkMan>
12月 30 15:12:18 leccesg kernel: usb 1-8: reset low-speed USB device number 5 using xhci_hcd
12月 30 15:12:19 leccesg kernel: usb 1-8: reset low-speed USB device number 5 using xhci_hcd
12月 30 15:12:30 leccesg systemd[1]: systemd-hostnamed.service: Deactivated successfully.
12月 30 15:12:30 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe=">
12月 30 15:12:30 leccesg kernel: audit: type=1131 audit(1640848350.753:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ho>
12月 30 15:12:30 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:12:30 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:12:30 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:12:30 leccesg kernel: audit: type=1334 audit(1640848350.820:59): prog-id=0 op=UNLOAD
12月 30 15:12:30 leccesg kernel: audit: type=1334 audit(1640848350.820:60): prog-id=0 op=UNLOAD
12月 30 15:12:30 leccesg kernel: audit: type=1334 audit(1640848350.820:61): prog-id=0 op=UNLOAD
12月 30 15:12:33 leccesg NetworkManager[340]: <info> [1640848353.1784] manager: NetworkManager state is now CONNECTED_GLOBAL
12月 30 15:12:33 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
12月 30 15:12:33 leccesg systemd[1]: Starting Network Manager Script Dispatcher Service...
12月 30 15:12:33 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
12月 30 15:12:33 leccesg systemd[1]: Started Network Manager Script Dispatcher Service.
12月 30 15:12:33 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="syste>
12月 30 15:12:33 leccesg kernel: audit: type=1130 audit(1640848353.193:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkMan>
12月 30 15:12:43 leccesg systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
12月 30 15:12:43 leccesg kernel: audit: type=1131 audit(1640848363.826:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkMan>
12月 30 15:12:43 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="system>
12月 30 15:12:56 leccesg audit[486]: USER_AUTH pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,>
12月 30 15:12:56 leccesg kernel: audit: type=1100 audit(1640848376.736:64): pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authen>
12月 30 15:12:56 leccesg kernel: audit: type=1101 audit(1640848376.736:65): pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accoun>
12月 30 15:12:56 leccesg audit[486]: USER_ACCT pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_>
12月 30 15:12:56 leccesg systemd[1]: Stopping Session c1 of User lightdm...
12月 30 15:12:56 leccesg lightdm[428]: pam_unix(lightdm-greeter:session): session closed for user lightdm
12月 30 15:12:56 leccesg kernel: audit: type=1106 audit(1640848376.833:66): pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:sessio>
12月 30 15:12:56 leccesg kernel: audit: type=1104 audit(1640848376.833:67): pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcre>
12月 30 15:12:56 leccesg audit[428]: USER_END pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_>
12月 30 15:12:56 leccesg audit[428]: CRED_DISP pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit>
12月 30 15:12:56 leccesg systemd[1]: session-c1.scope: Deactivated successfully.
12月 30 15:12:56 leccesg systemd[1]: Stopped Session c1 of User lightdm.
12月 30 15:12:56 leccesg systemd-logind[341]: Removed session c1.
12月 30 15:12:56 leccesg kernel: audit: type=1103 audit(1640848376.840:68): pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcre>
12月 30 15:12:56 leccesg kernel: audit: type=1006 audit(1640848376.840:69): pid=486 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=>
12月 30 15:12:56 leccesg kernel: audit: type=1300 audit(1640848376.840:69): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff66e11460>
12月 30 15:12:56 leccesg kernel: audit: type=1327 audit(1640848376.840:69): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C640031320>
12月 30 15:12:56 leccesg audit[486]: CRED_ACQ pid=486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_fail>
12月 30 15:12:56 leccesg audit[486]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff66e11460 a2=4 a3=3e8 items=0 ppid=361 p>
12月 30 15:12:56 leccesg audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
12月 30 15:12:56 leccesg lightdm[486]: pam_unix(lightdm:session): session opened for user taizongh(uid=1000) by (uid=0)
12月 30 15:12:56 leccesg systemd[1]: Created slice User Slice of UID 1000.
12月 30 15:12:56 leccesg systemd[1]: Starting User Runtime Directory /run/user/1000...
12月 30 15:12:56 leccesg systemd-logind[341]: New session 2 of user taizongh.
12月 30 15:12:56 leccesg systemd[1]: Finished User Runtime Directory /run/user/1000.
12月 30 15:12:56 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" >
12月 30 15:12:56 leccesg kernel: audit: type=1130 audit(1640848376.863:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runti>
12月 30 15:12:56 leccesg systemd[1]: Starting User Manager for UID 1000...
12月 30 15:12:56 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop>
12月 30 15:12:56 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus->
12月 30 15:12:56 leccesg systemd[529]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.ho>
12月 30 15:12:56 leccesg audit[529]: USER_ACCT pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_>
12月 30 15:12:56 leccesg audit[529]: CRED_ACQ pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="taizongh" e>
12月 30 15:12:56 leccesg audit[529]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe5e0064d0 a2=4 a3=3e8 items=0 ppid=1 pid>
12月 30 15:12:56 leccesg audit: PROCTITLE proctitle="(systemd)"
12月 30 15:12:56 leccesg systemd[529]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] termin>
12月 30 15:12:56 leccesg kernel: audit: type=1101 audit(1640848376.873:71): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accoun>
12月 30 15:12:56 leccesg systemd[529]: pam_unix(systemd-user:session): session opened for user taizongh(uid=1000) by (uid=0)
12月 30 15:12:56 leccesg systemd[529]: pam_env(systemd-user:session): deprecated reading of user environment enabled
12月 30 15:12:56 leccesg audit[529]: USER_START pid=529 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,p>
12月 30 15:12:56 leccesg audit: BPF prog-id=24 op=LOAD
12月 30 15:12:56 leccesg audit[529]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc7ed6aba0 a2=78 a3=7ffc7ed6aba0 items=>
12月 30 15:12:56 leccesg audit: PROCTITLE proctitle="(systemd)"
12月 30 15:12:56 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:12:57 leccesg systemd[529]: Queued start job for default target Main User Target.
12月 30 15:12:57 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/li>
12月 30 15:12:57 leccesg audit[486]: USER_START pid=486 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pa>
12月 30 15:12:57 leccesg audit[486]: USER_LOGIN pid=486 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=leccesg>
12月 30 15:12:57 leccesg lightdm[486]: pam_env(lightdm:session): deprecated reading of user environment enabled
12月 30 15:12:57 leccesg systemd[529]: Created slice User Application Slice.
12月 30 15:12:57 leccesg systemd[529]: Reached target Paths.
12月 30 15:12:57 leccesg systemd[529]: Reached target Timers.
12月 30 15:12:57 leccesg systemd[529]: Starting D-Bus User Message Bus Socket...
12月 30 15:12:57 leccesg systemd[529]: Listening on GnuPG network certificate management daemon.
12月 30 15:12:57 leccesg systemd[529]: Listening on GCR ssh-agent wrapper.
12月 30 15:12:57 leccesg systemd[529]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
12月 30 15:12:57 leccesg systemd[529]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
12月 30 15:12:57 leccesg systemd[529]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs->
12月 30 15:12:57 leccesg systemd[529]: Listening on GnuPG cryptographic agent and passphrase cache.
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.gtk.vfs.Daemon'
12月 30 15:12:57 leccesg systemd[529]: Listening on p11-kit server.
12月 30 15:12:57 leccesg systemd[529]: Listening on D-Bus User Message Bus Socket.
12月 30 15:12:57 leccesg systemd[529]: Reached target Sockets.
12月 30 15:12:57 leccesg systemd[529]: Reached target Basic System.
12月 30 15:12:57 leccesg systemd[529]: Reached target Main User Target.
12月 30 15:12:57 leccesg systemd[529]: Startup finished in 132ms.
12月 30 15:12:57 leccesg systemd[1]: Started User Manager for UID 1000.
12月 30 15:12:57 leccesg systemd[1]: Started Session 2 of User taizongh.
12月 30 15:12:57 leccesg systemd[529]: Started D-Bus User Message Bus.
12月 30 15:12:57 leccesg systemd[529]: Starting Virtual filesystem service...
12月 30 15:12:57 leccesg systemd[529]: Started Virtual filesystem service.
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus>
12月 30 15:12:57 leccesg systemd[529]: Starting Accessibility services bus...
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.a11y.Bus'
12月 30 15:12:57 leccesg systemd[529]: Started Accessibility services bus.
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.ser>
12月 30 15:12:57 leccesg systemd[529]: Starting User preferences database...
12月 30 15:12:57 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'ca.desrt.dconf'
12月 30 15:12:57 leccesg systemd[529]: Started User preferences database.
12月 30 15:12:57 leccesg mate-session[537]: WARNING: Unable to find provider '' of required component 'dock'
12月 30 15:12:57 leccesg at-spi-bus-launcher[563]: dbus-daemon[563]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' >
12月 30 15:12:57 leccesg at-spi-bus-launcher[563]: dbus-daemon[563]: Successfully activated service 'org.a11y.atspi.Registry'
12月 30 15:12:57 leccesg at-spi-bus-launcher[580]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
12月 30 15:12:58 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedes>
12月 30 15:12:58 leccesg audit: BPF prog-id=25 op=LOAD
12月 30 15:12:58 leccesg audit: BPF prog-id=26 op=LOAD
12月 30 15:12:58 leccesg audit: BPF prog-id=27 op=LOAD
12月 30 15:12:58 leccesg systemd[1]: Starting Hostname Service...
12月 30 15:12:58 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.hostname1'
12月 30 15:12:58 leccesg systemd[1]: Started Hostname Service.
12月 30 15:12:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe=>
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonito>
12月 30 15:12:58 leccesg systemd[529]: Starting Virtual filesystem service - disk device monitor...
12月 30 15:12:58 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' r>
12月 30 15:12:58 leccesg systemd[1]: Starting Disk Manager...
12月 30 15:12:58 leccesg udisksd[619]: udisks daemon version 2.9.4 starting
12月 30 15:12:58 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.UDisks2'
12月 30 15:12:58 leccesg systemd[1]: Started Disk Manager.
12月 30 15:12:58 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/>
12月 30 15:12:58 leccesg udisksd[619]: Acquired the name org.freedesktop.UDisks2 on the system message bus
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
12月 30 15:12:58 leccesg systemd[529]: Started Virtual filesystem service - disk device monitor.
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating service name='org.mate.panel.applet.WnckletFactory' reques>
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating service name='org.mate.panel.applet.ClockAppletFactory' re>
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating service name='org.mate.panel.applet.NotificationAreaApplet>
12月 30 15:12:58 leccesg polkitd[380]: Registered Authentication Agent for unix-session:2 (system bus name :1.30 [/usr/lib/mate-polkit/polk>
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.mate.panel.applet.NotificationAre>
12月 30 15:12:58 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.mate.panel.applet.WnckletFactory'
12月 30 15:12:59 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.mate.panel.applet.ClockAppletFact>
12月 30 15:12:59 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' req>
12月 30 15:12:59 leccesg audit: BPF prog-id=28 op=LOAD
12月 30 15:12:59 leccesg audit: BPF prog-id=29 op=LOAD
12月 30 15:12:59 leccesg systemd[1]: Starting Daemon for power management...
12月 30 15:12:59 leccesg NetworkManager[340]: <info> [1640848379.1422] agent-manager: agent[75a881b30b235357,:1.31/org.freedesktop.nm-appl>
12月 30 15:12:59 leccesg dbus-daemon[339]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' requested by ':1.34>
12月 30 15:12:59 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
12月 30 15:12:59 leccesg clock-applet[654]: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node button, own>
12月 30 15:12:59 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.freedesktop.UPower'
12月 30 15:12:59 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/s>
12月 30 15:12:59 leccesg systemd[1]: Started Daemon for power management.
12月 30 15:12:59 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvf>
12月 30 15:12:59 leccesg systemd[529]: Starting Virtual filesystem metadata service...
12月 30 15:12:59 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.gtk.vfs.Metadata'
12月 30 15:12:59 leccesg systemd[529]: Started Virtual filesystem metadata service.
12月 30 15:12:59 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.se>
12月 30 15:12:59 leccesg systemd[1]: Starting Bluetooth management mechanism...
12月 30 15:13:00 leccesg dbus-daemon[339]: [system] Successfully activated service 'org.blueman.Mechanism'
12月 30 15:13:00 leccesg systemd[1]: Started Bluetooth management mechanism.
12月 30 15:13:00 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe=>
12月 30 15:13:00 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.>
12月 30 15:13:00 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requeste>
12月 30 15:13:00 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.se>
12月 30 15:13:00 leccesg systemd[529]: Starting Bluetooth OBEX service...
12月 30 15:13:00 leccesg obexd[733]: OBEX daemon 5.62
12月 30 15:13:00 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.bluez.obex'
12月 30 15:13:00 leccesg systemd[529]: Started Bluetooth OBEX service.
12月 30 15:13:00 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Activating service name='org.freedesktop.Notifications' requested by >
12月 30 15:13:00 leccesg dbus-daemon[541]: [session uid=1000 pid=541] Successfully activated service 'org.freedesktop.Notifications'
12月 30 15:13:06 leccesg systemd[1]: Stopping User Manager for UID 973...
12月 30 15:13:06 leccesg systemd[432]: Stopped target Bluetooth.
12月 30 15:13:06 leccesg systemd[432]: Stopped target Main User Target.
12月 30 15:13:06 leccesg systemd[432]: Stopping Accessibility services bus...
12月 30 15:13:06 leccesg systemd[432]: Stopping D-Bus User Message Bus...
12月 30 15:13:06 leccesg systemd[432]: Stopping Virtual filesystem service...
12月 30 15:13:06 leccesg systemd[432]: Stopped D-Bus User Message Bus.
12月 30 15:13:06 leccesg systemd[432]: Stopped Accessibility services bus.
12月 30 15:13:06 leccesg systemd[1]: run-user-973-gvfs.mount: Deactivated successfully.
12月 30 15:13:06 leccesg systemd[432]: Stopped Virtual filesystem service.
12月 30 15:13:06 leccesg systemd[432]: Stopped target Basic System.
12月 30 15:13:06 leccesg systemd[432]: Stopped target Paths.
12月 30 15:13:06 leccesg systemd[432]: Stopped target Sockets.
12月 30 15:13:06 leccesg systemd[432]: Stopped target Timers.
12月 30 15:13:06 leccesg systemd[432]: Closed D-Bus User Message Bus Socket.
12月 30 15:13:06 leccesg systemd[432]: Closed GnuPG network certificate management daemon.
12月 30 15:13:06 leccesg systemd[432]: Closed GCR ssh-agent wrapper.
12月 30 15:13:06 leccesg systemd[432]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
12月 30 15:13:06 leccesg systemd[432]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
12月 30 15:13:06 leccesg systemd[432]: Closed GnuPG cryptographic agent (ssh-agent emulation).
12月 30 15:13:06 leccesg systemd[432]: Closed GnuPG cryptographic agent and passphrase cache.
12月 30 15:13:06 leccesg systemd[432]: Closed p11-kit server.
12月 30 15:13:06 leccesg systemd[432]: Removed slice User Application Slice.
12月 30 15:13:06 leccesg systemd[432]: Reached target Shutdown.
12月 30 15:13:06 leccesg systemd[432]: Finished Exit the Session.
12月 30 15:13:06 leccesg systemd[432]: Reached target Exit the Session.
12月 30 15:13:06 leccesg systemd[433]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] termin>
12月 30 15:13:06 leccesg kernel: kauditd_printk_skb: 21 callbacks suppressed
12月 30 15:13:06 leccesg kernel: audit: type=1131 audit(1640848386.963:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 c>
12月 30 15:13:06 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/>
12月 30 15:13:06 leccesg systemd[1]: user@973.service: Deactivated successfully.
12月 30 15:13:06 leccesg systemd[1]: Stopped User Manager for UID 973.
12月 30 15:13:06 leccesg systemd[1]: Stopping User Runtime Directory /run/user/973...
12月 30 15:13:06 leccesg systemd[1]: run-user-973.mount: Deactivated successfully.
12月 30 15:13:06 leccesg systemd[1]: user-runtime-dir@973.service: Deactivated successfully.
12月 30 15:13:06 leccesg systemd[1]: Stopped User Runtime Directory /run/user/973.
12月 30 15:13:06 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" ex>
12月 30 15:13:06 leccesg kernel: audit: type=1131 audit(1640848386.990:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runti>
12月 30 15:13:06 leccesg systemd[1]: Removed slice User Slice of UID 973.
12月 30 15:13:15 leccesg kernel: usb 1-3: new full-speed USB device number 6 using xhci_hcd
12月 30 15:13:15 leccesg kernel: usb 1-3: device descriptor read/64, error -71
12月 30 15:13:15 leccesg kernel: usb 1-3: device descriptor read/64, error -71
12月 30 15:13:18 leccesg kernel: usb 1-3: new full-speed USB device number 8 using xhci_hcd
12月 30 15:13:18 leccesg kernel: usb 1-3: New USB device found, idVendor=248a, idProduct=8514, bcdDevice= 1.00
12月 30 15:13:18 leccesg kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
12月 30 15:13:18 leccesg kernel: usb 1-3: Product: Wireless Receiver
12月 30 15:13:18 leccesg kernel: usb 1-3: Manufacturer: Telink
12月 30 15:13:18 leccesg kernel: input: Telink Wireless Receiver Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3:1.0/0003:248A:8514.>
12月 30 15:13:18 leccesg kernel: input: Telink Wireless Receiver Consumer Control as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3:1.0/0003>
12月 30 15:13:18 leccesg kernel: input: Telink Wireless Receiver System Control as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3:1.0/0003:2>
12月 30 15:13:18 leccesg kernel: hid-generic 0003:248A:8514.0003: input,hidraw2: USB HID v1.11 Mouse [Telink Wireless Receiver] on usb-0000>
12月 30 15:13:18 leccesg kernel: input: Telink Wireless Receiver as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3:1.1/0003:248A:8514.0004/i>
12月 30 15:13:18 leccesg kernel: hid-generic 0003:248A:8514.0004: input,hidraw3: USB HID v1.11 Keyboard [Telink Wireless Receiver] on usb-0>
12月 30 15:13:18 leccesg upowerd[694]: treating change event as add on /sys/devices/pci0000:00/0000:00:15.0/usb1/1-3
12月 30 15:13:18 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event20 (Telink Wireless Receiver Consumer Control)
12月 30 15:13:18 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event21 (Telink Wireless Receiver System Control)
12月 30 15:13:18 leccesg systemd-logind[341]: Watching system buttons on /dev/input/event22 (Telink Wireless Receiver)
12月 30 15:13:23 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:13:23 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:13:27 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:13:28 leccesg systemd[1]: systemd-hostnamed.service: Deactivated successfully.
12月 30 15:13:28 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe=">
12月 30 15:13:28 leccesg kernel: audit: type=1131 audit(1640848408.223:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ho>
12月 30 15:13:28 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:13:28 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:13:28 leccesg audit: BPF prog-id=0 op=UNLOAD
12月 30 15:13:28 leccesg kernel: audit: type=1334 audit(1640848408.296:92): prog-id=0 op=UNLOAD
12月 30 15:13:28 leccesg kernel: audit: type=1334 audit(1640848408.296:93): prog-id=0 op=UNLOAD
12月 30 15:13:28 leccesg kernel: audit: type=1334 audit(1640848408.296:94): prog-id=0 op=UNLOAD
12月 30 15:13:29 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:13:30 leccesg systemd[1]: blueman-mechanism.service: Deactivated successfully.
12月 30 15:13:30 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe=">
12月 30 15:13:30 leccesg kernel: audit: type=1131 audit(1640848410.036:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-me>
12月 30 15:14:57 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:01 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:18 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:19 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:29 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:29 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:30 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:32 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:37 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:37 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:52 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:53 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:56 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:15:59 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:16:13 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:16:14 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:16:22 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:26 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:28 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:28 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:29 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:40 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:40 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:41 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:48 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:48 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:49 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:51 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:17:52 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:00 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:00 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:03 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:04 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:07 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:21 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:26 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:32 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:35 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:36 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:18:58 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:05 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:07 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:09 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:15 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:17 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:27 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:37 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:40 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:48 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:50 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:19:50 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:19:53 leccesg dbus-daemon[339]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop>
12月 30 15:19:53 leccesg dbus-daemon[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus->
12月 30 15:19:53 leccesg sudo[1388]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service n>
12月 30 15:19:57 leccesg audit[1388]: USER_AUTH pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_perm>
12月 30 15:19:57 leccesg audit[1388]: USER_ACCT pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_t>
12月 30 15:19:57 leccesg sudo[1388]: taizongh : TTY=pts/0 ; PWD=/home/taizongh ; USER=root ; COMMAND=/usr/bin/journalctl -b
12月 30 15:19:57 leccesg kernel: audit: type=1100 audit(1640848797.400:96): pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication gr>
12月 30 15:19:57 leccesg kernel: audit: type=1101 audit(1640848797.400:97): pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting granto>
12月 30 15:19:57 leccesg kernel: audit: type=1110 audit(1640848797.403:98): pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=>
12月 30 15:19:57 leccesg kernel: audit: type=1105 audit(1640848797.403:99): pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open gran>
12月 30 15:19:57 leccesg audit[1388]: CRED_REFR pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_>
12月 30 15:19:57 leccesg audit[1388]: USER_START pid=1388 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_l>
12月 30 15:19:57 leccesg sudo[1388]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
12月 30 15:20:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:20:28 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:20:50 leccesg wnck-applet[652]: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: gdk_window_get_scale_factor: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: gdk_window_get_width: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: gdk_window_get_height: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: gdk_cairo_set_source_window: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
12月 30 15:20:50 leccesg wnck-applet[652]: gtk_window_set_default_size: assertion 'width >= -1' failed
12月 30 15:20:50 leccesg wnck-applet[652]: drawing failure for widget 'GtkWindow': invalid value (typically too big) for the size of the in>
12月 30 15:20:51 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:22:20 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:22:20 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:23:00 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:06 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:07 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:20 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:21 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:22 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:22 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:24 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:31 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:31 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:33 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:33 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:41 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:23:45 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:03 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:24:03 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:14 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:15 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:16 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:20 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:45 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:46 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:47 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:24:48 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:24:49 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:17 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:25:18 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:19 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:20 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:22 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:35 leccesg wpa_supplicant[441]: wlp0s21f0u4i2: CTRL-EVENT-BEACON-LOSS
12月 30 15:25:45 leccesg wnck-applet[652]: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: gdk_window_get_scale_factor: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: gdk_window_get_width: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: gdk_window_get_height: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: gdk_cairo_set_source_window: assertion 'GDK_IS_WINDOW (window)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
12月 30 15:25:45 leccesg wnck-applet[652]: gtk_window_set_default_size: assertion 'width >= -1' failed
12月 30 15:25:45 leccesg wnck-applet[652]: drawing failure for widget 'GtkWindow': invalid value (typically too big) for the size of the in>
12月 30 15:25:45 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:25:46 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:47 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:48 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:25:54 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:26:15 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:26:18 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:26:23 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:26:24 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:26:25 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:26:56 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:26:57 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:01 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:01 leccesg systemd[1]: Starting Cleanup of Temporary Directories...
12月 30 15:27:01 leccesg systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
12月 30 15:27:01 leccesg systemd[1]: Finished Cleanup of Temporary Directories.
12月 30 15:27:01 leccesg audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd">
12月 30 15:27:01 leccesg audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" >
12月 30 15:27:01 leccesg kernel: audit: type=1130 audit(1640849221.826:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-t>
12月 30 15:27:01 leccesg kernel: audit: type=1131 audit(1640849221.826:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-t>
12月 30 15:27:02 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:02 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:27:03 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:05 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:07 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:09 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
12月 30 15:27:14 leccesg wnck-applet[652]: XID collision, trouble ahead
12月 30 15:27:15 leccesg notification-ar[656]: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: No such property ('org.kde.StatusNot>
lines 1675-1712/1712 (END)
Offline
I also made an attempt these days. I checked a similar question from others“ https://bbs.archlinux.org/viewtopic.php?id=260139 ”
And made some attempts
sudo pacman -R sof-firmware
git clone -b stable-v1. six https://github.com/thesofproject/sof-bin.git
cd sof-bin
sudo ./ go. sh
Still not resolved.
I reinstalled soft firmware
sudo pacman -S sof-firmware
The situation got worse. It turned out that:
[ taizongh@leccesg ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Now:
[ taizongh@leccesg ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
And
[ taizongh@leccesg ~]$ alsamixer
Unable to display the volume bar
Offline
[taizongh@leccesg ~]$ pactl list sources
Connection failure: Connection refused
Seems neither PA nor pipewire is running?
12月 30 15:11:58 leccesg kernel: microcode: microcode updated early to revision>
Don't copy out of the pager…
sudo journalctl -b | curl -F 'f:1=<-' ix.io
Sanity check:
lspci
lsusb
Offline
[taizongh@leccesg ~]$ pactl list sources Connection failure: Connection refused
Seems neither PA nor pipewire is running?
12月 30 15:11:58 leccesg kernel: microcode: microcode updated early to revision>
Don't copy out of the pager…
sudo journalctl -b | curl -F 'f:1=<-' ix.io
Sanity check:
lspci lsusb
Thanks.
Output:
[taizongh@leccesg ~]$ sudo journalctl -b | curl -F 'f:1=<-' ix.io
[sudo] taizongh password:
http://ix.io/3Kav
[taizongh@leccesg ~]$ lspci
00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 06)
00:00.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant (rev 06)
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 06)
00:0e.0 Multimedia audio controller: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06)
00:12.0 SATA controller: Intel Corporation Celeron/Pentium Silver Processor SATA Controller (rev 06)
00:13.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:13.1 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:13.2 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:13.3 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:14.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:14.1 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 06)
00:16.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO I2C Host Controller (rev 06)
00:16.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO I2C Host Controller (rev 06)
00:16.2 Signal processing controller: Intel Corporation Device 31b0 (rev 06)
00:16.3 Signal processing controller: Intel Corporation Device 31b2 (rev 06)
00:17.0 Signal processing controller: Intel Corporation Device 31b4 (rev 06)
00:17.1 Signal processing controller: Intel Corporation Device 31b6 (rev 06)
00:17.2 Signal processing controller: Intel Corporation Device 31b8 (rev 06)
00:17.3 Signal processing controller: Intel Corporation Device 31ba (rev 06)
00:18.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO UART Host Controller (rev 06)
00:18.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO UART Host Controller (rev 06)
00:18.2 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO UART Host Controller (rev 06)
00:18.3 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO UART Host Controller (rev 06)
00:19.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller (rev 06)
00:19.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller (rev 06)
00:19.2 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller (rev 06)
00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 06)
00:1e.0 SD Host controller: Intel Corporation Device 31d0 (rev 06)
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 06)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
[taizongh@leccesg ~]$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 1c4f:0063 SiGma Micro Touchpad (integrated in detachable keyboard of Chuwi SurBook)
Bus 001 Device 004: ID 0c45:6321 Microdia HP Integrated Webcam
Bus 001 Device 003: ID 0bda:b720 Realtek Semiconductor Corp. RTL8723BU 802.11b/g/n WLAN Adapter
Bus 001 Device 002: ID 0c45:6321 Microdia HP Integrated Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Offline
Offline
I tried it and it didn't work. It looks like I still need to report the BUG. thank you
Offline