But still there is no directory /sys/kernel/debug/ec/ :
sudo ls -l /sys/kernel/debug/ec/
ls: cannot access '/sys/kernel/debug/ec/': No such file or directory
sudo ls -l /sys/kernel/debug/ec/ec0/io
ls: cannot access '/sys/kernel/debug/ec/ec0/io': No such file or directory
OS: Ubuntu 23.10
Hardware: PC based on motherboard MSI A520M-A PRO and AMD 5700G CPU
Secure boot disabled:
ec_sys IS NOT a builtin kernel module, checked with
grep ec_sys /lib/modules/$(uname -r)/modules.builtin
- nothing returned.Created file /etc/modprobe.d/isw-ec_sys.conf with content
Created file /etc/modules-load.d/isw-ec_sys.conf with content
Rebooted. After reboot executed
modinfo ec_sys
showslsmod | grep ec
showscat /sys/module/ec_sys/parameters/write_support
showsBut still there is no directory /sys/kernel/debug/ec/ :
How to fix this issue?