Closed krmbzds closed 1 year ago
I'm also getting this error when I try to change profiles.
@mmstick This issue doesn't seem to be resolved yet. Why was it closed?
There isn't a resolvable issue. A kernel either does or doesn't support it, and there's nothing this software can do about a kernel that's disabled the debug interface.
Fair enough. Thanks for the clarification 👍
Is it normal for a fresh install of Pop!_OS 22.04 after official upgrades to have it's kernel debug interface disabled?
What can I do to enable it?
When I try to change the profile or start the daemon I get the following error:
I did not try to install a custom kernel or anything like that. This is a fresh install getting regular updates through
apt upgrade
./etc/os-release
``` NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 22.04 LTS" VERSION_ID="22.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy LOGO=distributor-logo-pop-os ```/proc/version
``` Linux version 6.2.6-76060206-generic (jenkins@warp.pop-os.org) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.1.0-2ubuntu1~22.04) 12.1.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #202303130630~1679424972~22.04~4a8cde1 SMP PREEMPT_DYNAMIC Tue M ```I've read in https://github.com/pop-os/system76-scheduler/issues/18 that I need access to
/sys/kernel/debug/sched/
but I am not sure how I can enable access. I looks like the files are there and they have values in them.sudo ls -l /sys/kernel/debug/sched/
``` total 0 -r--r--r-- 1 root root 0 Mar 26 11:09 debug drwxr-xr-x 18 root root 0 Mar 26 11:09 domains -rw-r--r-- 1 root root 0 Mar 26 11:09 features -rw-r--r-- 1 root root 0 Mar 26 11:09 idle_min_granularity_ns -rw-r--r-- 1 root root 0 Mar 26 11:09 latency_ns -rw-r--r-- 1 root root 0 Mar 26 11:09 latency_warn_ms -rw-r--r-- 1 root root 0 Mar 26 11:09 latency_warn_once -rw-r--r-- 1 root root 0 Mar 26 11:09 migration_cost_ns -rw-r--r-- 1 root root 0 Mar 26 11:09 min_granularity_ns -rw-r--r-- 1 root root 0 Mar 26 11:09 nr_migrate drwxr-xr-x 2 root root 0 Mar 26 11:09 numa_balancing -rw-r--r-- 1 root root 0 Mar 26 11:09 preempt -rw-r--r-- 1 root root 0 Mar 26 11:09 tunable_scaling -rw-r--r-- 1 root root 0 Mar 26 11:09 verbose -rw-r--r-- 1 root root 0 Mar 26 11:09 wakeup_granularity_ns ```