You are not logged in.

#1 2021-03-09 17:12:55

tommylinux
Member
Registered: 2021-03-09
Posts: 3

Asus VivoBook_ASUSLaptop X421IA_M433IA s2idle issue

hello guys im new here and linux is new OS for me
i have some problem after i patched kernel linux-5.11.2 with pathes enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.8+.patch and s2idle_renoir.patch
after wake up from s2idle "fn" not work some button like "dot" also and when i switch off power or switch on system reaction for this action 20-30 sec delay
after reboot first time lid closed put laptop into s2idle after resume lid closed only turn off display
i try to put here all what i can for more info ask me pls :)

$ cat /etc/default/grub
# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet acpi_backlight=vendor"
GRUB_CMDLINE_LINUX=""

$ cat /usr/share/X11/xorg.conf.d/10-quirks.conf

# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
        Identifier "Xen Virtual Pointer axis blacklist"
        MatchProduct "Xen Virtual Pointer"
        Option "IgnoreAbsoluteAxes" "off"
        Option "IgnoreRelativeAxes" "off"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
        Identifier "Tag trackballs as XI_TRACKBALL"
        MatchProduct "trackball"
        MatchDriver "evdev"
        Option "TypeName" "TRACKBALL"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
        MatchDriver "evdev"
        Option "TypeName" "MOUSE"
EndSection

$ cat /usr/share/X11/xorg.conf.d/40-libinput.conf

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

$ dmesg

[ 3419.273532] PM: suspend entry (s2idle)
[ 3419.278820] Filesystems sync: 0.005 seconds
[ 3419.279436] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 3419.281252] OOM killer disabled.
[ 3419.281253] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 3419.282301] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3419.504193] ACPI: EC: interrupt blocked
[ 3419.755555] ACPI: EC: interrupt unblocked
[ 3420.014087] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 3420.014093] pci 0000:00:00.2: PCI INT A: no GSI
[ 3420.032358] [drm] DMUB hardware initialized: version=0x01000000
[ 3420.032851] nvme nvme0: 8/0/0 default/read/poll queues
[ 3420.246979] amdgpu 0000:03:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3420.246987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3420.246990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3420.246992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3420.246995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3420.246997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3420.246999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3420.247001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3420.247003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3420.247006] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3420.247008] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 3420.247011] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 3420.247013] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 3420.247015] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 3420.247017] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 3420.328056] ata1: SATA link down (SStatus 0 SControl 300)
[ 3420.328233] ata2: SATA link down (SStatus 0 SControl 300)
[ 3420.958190] OOM killer enabled.
[ 3420.958194] Restarting tasks ... done.
[ 3420.973840] PM: suspend exit
[ 3420.975981] audit: type=1130 audit(1615306697.219:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3420.975985] audit: type=1131 audit(1615306697.219:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3421.470091] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input19
[ 3424.506543] wlp1s0: authenticate with d4:b7:09:fa:66:bc
[ 3424.511285] wlp1s0: send auth to d4:b7:09:fa:66:bc (try 1/3)
[ 3424.537331] wlp1s0: authenticated
[ 3424.538143] wlp1s0: associate with d4:b7:09:fa:66:bc (try 1/3)
[ 3424.539739] wlp1s0: RX AssocResp from d4:b7:09:fa:66:bc (capab=0x411 status=0 aid=1)
[ 3424.545166] wlp1s0: associated
[ 3424.572594] wlp1s0: Limiting TX power to 20 (20 - 0) dBm as advertised by d4:b7:09:fa:66:bc
[ 3424.594995] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[ 3424.620992] audit: type=1100 audit(1615306700.864:102): pid=12057 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="tommy" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 3429.007096] audit: type=1131 audit(1615306705.250:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3478.048671] audit: type=1101 audit(1615306754.293:104): pid=12269 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tommy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3478.049254] audit: type=1110 audit(1615306754.294:105): pid=12269 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3478.049329] audit: type=1105 audit(1615306754.294:106): pid=12269 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3478.056901] audit: type=1106 audit(1615306754.301:107): pid=12269 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3478.056918] audit: type=1104 audit(1615306754.301:108): pid=12269 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3789.905364] audit: type=1101 audit(1615307066.150:109): pid=13453 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3789.906078] audit: type=1110 audit(1615307066.150:110): pid=13453 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3789.906207] audit: type=1105 audit(1615307066.151:111): pid=13453 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3789.907854] audit: type=1106 audit(1615307066.152:112): pid=13453 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3789.907864] audit: type=1104 audit(1615307066.152:113): pid=13453 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3790.727474] audit: type=1101 audit(1615307066.972:114): pid=13456 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3790.728861] audit: type=1110 audit(1615307066.973:115): pid=13456 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3790.729035] audit: type=1105 audit(1615307066.973:116): pid=13456 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3790.731038] audit: type=1106 audit(1615307066.975:117): pid=13456 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3790.731133] audit: type=1104 audit(1615307066.975:118): pid=13456 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3796.525978] kauditd_printk_skb: 5 callbacks suppressed
[ 3796.525984] audit: type=1101 audit(1615307072.770:124): pid=13485 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3796.527331] audit: type=1110 audit(1615307072.772:125): pid=13485 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3796.527471] audit: type=1105 audit(1615307072.772:126): pid=13485 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3796.529584] audit: type=1106 audit(1615307072.774:127): pid=13485 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3796.529593] audit: type=1104 audit(1615307072.774:128): pid=13485 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3797.382649] audit: type=1101 audit(1615307073.627:129): pid=13491 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3797.383501] audit: type=1110 audit(1615307073.628:130): pid=13491 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3797.383582] audit: type=1105 audit(1615307073.628:131): pid=13491 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3797.385410] audit: type=1106 audit(1615307073.630:132): pid=13491 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3797.385555] audit: type=1104 audit(1615307073.630:133): pid=13491 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[ 3859.808895] kauditd_printk_skb: 5 callbacks suppressed
[ 3859.808901] audit: type=1101 audit(1615307136.053:139): pid=13723 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tommy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3859.809969] audit: type=1110 audit(1615307136.054:140): pid=13723 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[ 3859.810157] audit: type=1105 audit(1615307136.054:141): pid=13723 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'

$ cat /var/log/Xorg.0.log

[     6.684] (--) Log file renamed from "/var/log/Xorg.pid-415.log" to "/var/log/Xorg.0.log"
[     6.687] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     6.687] Build Operating System: Linux Arch Linux
[     6.687] Current Operating System: Linux vivobook 5.11.2-THOR #1 SMP PREEMPT Mon Mar 8 12:56:17 CET 2021 x86_64
[     6.687] Kernel command line: BOOT_IMAGE=/vmlinuz-thor root=UUID=d21e63b3-ad15-4401-8f4f-72b53ba870ec rw loglevel=3 quiet acpi_backlight=vendor
[     6.687] Build Date: 14 December 2020  12:10:29PM
[     6.687]  
[     6.687] Current version of pixman: 0.40.0
[     6.687]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     6.687] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.687] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  9 16:21:11 2021
[     6.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.691] (==) No Layout section.  Using the first Screen section.
[     6.691] (==) No screen section available. Using defaults.
[     6.691] (**) |-->Screen "Default Screen Section" (0)
[     6.691] (**) |   |-->Monitor "<default monitor>"
[     6.691] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     6.691] (==) Automatically adding devices
[     6.691] (==) Automatically enabling devices
[     6.691] (==) Automatically adding GPU devices
[     6.691] (==) Automatically binding GPU devices
[     6.691] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.692] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.692]    Entry deleted from font path.
[     6.693] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     6.693]    Entry deleted from font path.
[     6.693] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.693]    Entry deleted from font path.
[     6.693] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.693]    Entry deleted from font path.
[     6.693] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.693]    Entry deleted from font path.
[     6.693] (==) FontPath set to:
        /usr/share/fonts/TTF
[     6.693] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.693] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.693] (II) Module ABI versions:
[     6.693]    X.Org ANSI C Emulation: 0.4
[     6.693]    X.Org Video Driver: 24.1
[     6.693]    X.Org XInput driver : 24.1
[     6.693]    X.Org Server Extension : 10.0
[     6.694] (++) using VT number 1

[     6.694] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.695] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.702] (--) PCI:*(3@0:0:0) 1002:1636:1043:10b2 rev 195, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfe700000/524288, I/O @ 0x0000f000/256
[     6.702] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.702] (II) LoadModule: "glx"
[     6.703] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.710] (II) Module glx: vendor="X.Org Foundation"
[     6.710]    compiled for 1.20.10, module version = 1.0.0
[     6.710]    ABI class: X.Org Server Extension, version 10.0
[     6.710] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[     6.710]    loading driver: amdgpu
[     6.710] (==) Matched amdgpu as autoconfigured driver 0
[     6.710] (==) Matched ati as autoconfigured driver 1
[     6.710] (==) Matched modesetting as autoconfigured driver 2
[     6.710] (==) Matched fbdev as autoconfigured driver 3
[     6.710] (==) Matched vesa as autoconfigured driver 4
[     6.710] (==) Assigned the driver to the xf86ConfigLayout
[     6.710] (II) LoadModule: "amdgpu"
[     6.711] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     6.713] (II) Module amdgpu: vendor="X.Org Foundation"
[     6.713]    compiled for 1.20.8, module version = 19.1.0
[     6.713]    Module class: X.Org Video Driver
[     6.713]    ABI class: X.Org Video Driver, version 24.1
[     6.713] (II) LoadModule: "ati"
[     6.713] (WW) Warning, couldn't open module ati
[     6.713] (EE) Failed to load module "ati" (module does not exist, 0)
[     6.713] (II) LoadModule: "modesetting"
[     6.713] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.714] (II) Module modesetting: vendor="X.Org Foundation"
[     6.714]    compiled for 1.20.10, module version = 1.20.10
[     6.714]    Module class: X.Org Video Driver
[     6.714]    ABI class: X.Org Video Driver, version 24.1
[     6.714] (II) LoadModule: "fbdev"
[     6.714] (WW) Warning, couldn't open module fbdev
[     6.714] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.714] (II) LoadModule: "vesa"
[     6.714] (WW) Warning, couldn't open module vesa
[     6.714] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.714] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[     6.714] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.714] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[     6.716] (WW) Falling back to old probe method for modesetting

$ evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:      Lid Switch
/dev/input/event1:      Power Button
/dev/input/event2:      AT Translated Set 2 keyboard
/dev/input/event3:      Video Bus
/dev/input/event4:      Logitech Gaming Mouse G502
/dev/input/event5:      Asus WMI hotkeys
/dev/input/event6:      PC Speaker
/dev/input/event7:      ELAN1301:00 04F3:3128 Mouse
/dev/input/event8:      ELAN1301:00 04F3:3128 Touchpad
/dev/input/event9:      Logitech Gaming Mouse G502 Keyboard
/dev/input/event10:     Logitech Gaming Mouse G502 Consumer Control
/dev/input/event11:     Logitech Gaming Mouse G502 System Control
/dev/input/event12:     HD-Audio Generic HDMI/DP,pcm=3
/dev/input/event13:     HD-Audio Generic Headphone
/dev/input/event14:     USB2.0 HD UVC WebCam: USB2.0 HD
Select the device event number [0-14]: 2
Input driver version is 1.0.1
Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xabba
Input device name: "AT Translated Set 2 keyboard"

Testing ... (interrupt to exit)
Event: time 1615309442.071729, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1c
Event: time 1615309442.071729, type 1 (EV_KEY), code 28 (KEY_ENTER), value 0
Event: time 1615309442.071729, -------------- SYN_REPORT ------------
Event: time 1615309450.951115, type 4 (EV_MSC), code 4 (MSC_SCAN), value 35
Event: time 1615309450.951115, type 1 (EV_KEY), code 53 (KEY_SLASH), value 1
Event: time 1615309450.951115, -------------- SYN_REPORT ------------
/Event: time 1615309451.046679, type 4 (EV_MSC), code 4 (MSC_SCAN), value 35 #push "/"
Event: time 1615309451.046679, type 1 (EV_KEY), code 53 (KEY_SLASH), value 0
Event: time 1615309451.046679, -------------- SYN_REPORT ------------
Event: time 1615309455.298538, type 4 (EV_MSC), code 4 (MSC_SCAN), value 34 #push "."

$ systemctl list-units --failed
  UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.

# dmidecode

# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.
Table at 0xCCFC8000.

Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
        Vendor: American Megatrends Inc.
        Version: X421IA.305
        Release Date: 07/27/2020
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 16 MB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print screen service is supported (int 5h)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                Printer services are supported (int 17h)
                ACPI is supported
                USB legacy is supported
                Smart battery is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 5.16

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: VivoBook_ASUSLaptop X421IA_M433IA
        Version: 1.0       
        Serial Number: LCN0CX09M721503
        UUID: cc172e2e-9731-cc4a-b969-1fd4734e29ac
        Wake-up Type: Power Switch
        SKU Number:  
        Family: VivoBook

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: X421IA
        Version: 1.0       
        Serial Number: LC49NBCX002ZPKMB
        Asset Tag: ATN12345678901234567
        Features:
                Board is a hosting board
                Board is replaceable
        Location In Chassis: MIDDLE              
        Chassis Handle: 0x0003
        Type: Motherboard
        Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Type: Notebook
        Lock: Not Present
        Version: 1.0       
        Serial Number: LCN0CX09M721503
        Asset Tag: No Asset Tag
        Boot-up State: Safe
        Power Supply State: Safe
        Thermal State: Safe
        Security Status: None
        OEM Information: 0x00000000
        Height: Unspecified
        Number Of Power Cords: 1
        Contained Elements: 0
        SKU Number: NA

Handle 0x0007, DMI type 32, 20 bytes
System Boot Information
        Status: No errors detected

Handle 0x0008, DMI type 43, 31 bytes
TPM Device
        Vendor ID: AMD
        Specification Version: 2.0
        Firmware Revision: 3.42
        Description: AMD
        Characteristics:
                Family configurable via platform software support
        OEM-specific Information: 0x00000000

Handle 0x0009, DMI type 18, 23 bytes
32-bit Memory Error Information
        Type: OK
        Granularity: Unknown
        Operation: Unknown
        Vendor Syndrome: Unknown
        Memory Array Address: Unknown
        Device Address: Unknown
        Resolution: Unknown

Handle 0x000A, DMI type 16, 23 bytes
Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 32 GB
        Error Information Handle: 0x0009
        Number Of Devices: 2

Handle 0x000B, DMI type 19, 31 bytes
Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x003FFFFFFFF
        Range Size: 16 GB
        Physical Array Handle: 0x000A
        Partition Width: 2

Handle 0x000C, DMI type 7, 27 bytes
Cache Information
        Socket Designation: L1 - Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 384 kB
        Maximum Size: 384 kB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 8-way Set-associative

Handle 0x000D, DMI type 7, 27 bytes
Cache Information
        Socket Designation: L2 - Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 3 MB
        Maximum Size: 3 MB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 8-way Set-associative

Handle 0x000E, DMI type 7, 27 bytes
Cache Information
        Socket Designation: L3 - Cache
        Configuration: Enabled, Not Socketed, Level 3
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 8 MB
        Maximum Size: 8 MB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 16-way Set-associative

Handle 0x000F, DMI type 4, 48 bytes
Processor Information
        Socket Designation: FP6
        Type: Central Processor
        Family: Zen
        Manufacturer: Advanced Micro Devices, Inc.
        ID: 01 0F 86 00 FF FB 8B 17
        Signature: Family 23, Model 96, Stepping 1
        Flags:
                FPU (Floating-point unit on-chip)
                VME (Virtual mode extension)
                DE (Debugging extension)
                PSE (Page size extension)
                TSC (Time stamp counter)
                MSR (Model specific registers)
                PAE (Physical address extension)
                MCE (Machine check exception)
                CX8 (CMPXCHG8 instruction supported)
                APIC (On-chip APIC hardware supported)
                SEP (Fast system call)
                MTRR (Memory type range registers)
                PGE (Page global enable)
                MCA (Machine check architecture)
                CMOV (Conditional move instruction supported)
                PAT (Page attribute table)
                PSE-36 (36-bit page size extension)
                CLFSH (CLFLUSH instruction supported)
                MMX (MMX technology supported)
                FXSR (FXSAVE and FXSTOR instructions supported)
                SSE (Streaming SIMD extensions)
                SSE2 (Streaming SIMD extensions 2)
                HTT (Multi-threading)
        Version: AMD Ryzen 5 4500U with Radeon Graphics         
        Voltage: 1.2 V
        External Clock: 100 MHz
        Max Speed: 4000 MHz
        Current Speed: 2375 MHz
        Status: Populated, Enabled
        Upgrade: None
        L1 Cache Handle: 0x000C
        L2 Cache Handle: 0x000D
        L3 Cache Handle: 0x000E
        Serial Number: Unknown
        Asset Tag: Unknown
        Part Number: Unknown
        Core Count: 6
        Core Enabled: 6
        Thread Count: 6
        Characteristics:
                64-bit capable
                Multi-Core
                Hardware Thread
                Execute Protection
                Enhanced Virtualization
                Power/Performance Control

Handle 0x0010, DMI type 18, 23 bytes
32-bit Memory Error Information
        Type: OK
        Granularity: Unknown
        Operation: Unknown
        Vendor Syndrome: Unknown
        Memory Array Address: Unknown
        Device Address: Unknown
        Resolution: Unknown

Handle 0x0011, DMI type 17, 84 bytes
Memory Device
        Array Handle: 0x000A
        Error Information Handle: 0x0010
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 8 GB
        Form Factor: SODIMM
        Set: None
        Locator: DIMM 0
        Bank Locator: P0 CHANNEL A
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 3200 MT/s
        Manufacturer: Unknown
        Serial Number: 00000000
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 1
        Configured Memory Speed: 3200 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V
        Memory Technology: DRAM
        Memory Operating Mode Capability: Volatile memory
        Firmware Version: Unknown
        Module Manufacturer ID: Unknown
        Module Product ID: Unknown
        Memory Subsystem Controller Manufacturer ID: Unknown
        Memory Subsystem Controller Product ID: Unknown
        Non-Volatile Size: None
        Volatile Size: 8 GB
        Cache Size: None
        Logical Size: None

Handle 0x0012, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x003FFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x0011
        Memory Array Mapped Address Handle: 0x000B
        Partition Row Position: Unknown
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

Handle 0x0013, DMI type 18, 23 bytes
32-bit Memory Error Information
        Type: OK
        Granularity: Unknown
        Operation: Unknown
        Vendor Syndrome: Unknown
        Memory Array Address: Unknown
        Device Address: Unknown
        Resolution: Unknown

Handle 0x0014, DMI type 17, 84 bytes
Memory Device
        Array Handle: 0x000A
        Error Information Handle: 0x0013
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 8 GB
        Form Factor: SODIMM
        Set: None
        Locator: DIMM 0
        Bank Locator: P0 CHANNEL B
        Type: DDR4
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 3200 MT/s
        Manufacturer: Unknown
        Serial Number: 00000000
        Asset Tag: Not Specified
        Part Number: Unknown
        Rank: 1
        Configured Memory Speed: 3200 MT/s
        Minimum Voltage: 1.2 V
        Maximum Voltage: 1.2 V
        Configured Voltage: 1.2 V
        Memory Technology: DRAM
        Memory Operating Mode Capability: Volatile memory
        Firmware Version: Unknown
        Module Manufacturer ID: Unknown
        Module Product ID: Unknown
        Memory Subsystem Controller Manufacturer ID: Unknown
        Memory Subsystem Controller Product ID: Unknown
        Non-Volatile Size: None
        Volatile Size: 8 GB
        Cache Size: None
        Logical Size: None

Handle 0x0015, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x003FFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x0014
        Memory Array Mapped Address Handle: 0x000B
        Partition Row Position: Unknown
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

Handle 0x0028, DMI type 10, 26 bytes
On Board Device 1 Information
        Type: Video
        Status: Enabled
        Description: VGA
On Board Device 2 Information
        Type: Ethernet
        Status: Enabled
        Description: GLAN
On Board Device 3 Information
        Type: Ethernet
        Status: Enabled
        Description: WLAN
On Board Device 4 Information
        Type: Sound
        Status: Enabled
        Description: Audio CODEC
On Board Device 5 Information
        Type: SATA Controller
        Status: Enabled
        Description: SATA Controller
On Board Device 6 Information
        Type: Other
        Status: Enabled
        Description: USB 2.0 Controller
On Board Device 7 Information
        Type: Other
        Status: Enabled
        Description: USB 3.0 Controller
On Board Device 8 Information
        Type: Other
        Status: Enabled
        Description: SMBus Controller
On Board Device 9 Information
        Type: Other
        Status: Enabled
        Description: Card Reader
On Board Device 10 Information
        Type: Other
        Status: Enabled
        Description: Cmos Camera
On Board Device 11 Information
        Type: Other
        Status: Enabled
        Description: Bluetooth

Handle 0x0029, DMI type 11, 5 bytes
OEM Strings
        String 1: kPJ-+7X7+EfTa
        String 2: jTyRUBSNi7Ydf
        String 3: fCrOzJ6x1i-eh
        String 4:  
        String 5: 90NB0QR3-M02350

Handle 0x002A, DMI type 12, 5 bytes
System Configuration Options
        Option 1: SMI:00B26C
        Option 2: DSN:                                
        Option 3: DSN:                                
        Option 4: DSN:                                

Handle 0x002B, DMI type 13, 22 bytes
BIOS Language Information
        Language Description Format: Long
        Installable Languages: 1
                en|US|iso8859-1
        Currently Installed Language: en|US|iso8859-1

Handle 0x002C, DMI type 127, 4 bytes
End Of Table

Last edited by tommylinux (2021-03-09 18:04:07)

Offline

Board footer

Powered by FluxBB