-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC_sys #198
Comments
I am having the same issue or maybe I have been reading it wrong this whole time, or these are two slightly different models. Were you able to fix the issue? After so long, I finally found a distro which finally works well with my Nvidia card. But need isw as well to keep the system cool. |
Hi, yes it is actually MSI GF63 Thin 9SC. If someone has a good understanding of Fedora, please tell us how to install a kernel module manually and use it. |
I might move to Manjaro as well. But I really don't want to, in the end I think I might not have a choice. I was able to install the latest NVIDIA beta drivers, which did sort of showed some fan profile in GWE app, but even with that app fan speed doesn't seem to be changing. Latest Nvidia beta driver does have fan control in its change log. I have 2 guesses, since it's beta drivers, so probably it's not working for my card properly, or it can't do what isw can do. |
I don't know if you ever figured this out, but the problem is that Fedora stopped including ec_sys in the normal kernel build in kernel 5.11 in Fedora 33. To get a kernel with this module included, you'll need to install kernel-debug (which will also install kernel-debug-core, which is the package that includes. ec_sys.ko). Once you've installed the debug kernel, you'll need to boot from it. |
I switched to popos. This is the only thing that was missing in fedora except that it was perfect for me. I will give this a try when i have some free days. Although i don't know the implications of debug kernel. usually debug builds are less secure when it comes to softwares. if thats the same case with Linux kernels, then i won't be doing this. |
Hey guys, I thought, you could maybe find this useful (especially the manual installation part, applicable to any Linux distro): |
FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ec/ec0/io'
$isw
modprobe ec_sys
modprobe: FATAL: Module ec_sys not found in directory /lib/modules/5.12.11-300.fc34.x86_64
can't load ec_sys, because it is not present in Linux kernel 5.12.11-300.fc34.x86_64
uname -r
5.12.11-300.fc34.x86_64
insmod ec_sys.ko
insmod: ERROR: could not insert module ec_sys.ko: Invalid module format
I am really out of options here, please help
I am using
Fedora 34
MSI GF63 Thin 95C
The text was updated successfully, but these errors were encountered: