You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
How to fix this issue?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: