-
Notifications
You must be signed in to change notification settings - Fork 30
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
Board not supported, not capable of modprobe #87
Comments
Your board is not supported. |
Nct6775 has support of your board, look to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/hwmon/nct6775-platform.c#n1319. If it's not true could you please attach dmesg messages when you load nct6775 to https://bugzilla.kernel.org/show_bug.cgi?id=204807. |
Hi @KeithMyers , i tried using https://github.com/zeule/asus-ec-sensors - but that too doesn't work
|
Hello @0lvin , I can see the module is present
But, when i try to load that module, it doesn't get loaded
BTW, this is my kernel version
|
Support of SuperIO used in your board was added to kernel last summer, I suppose such change is not backported to 4.18 LTS kernels, and 6.5+ kernel version is required for your board |
You are running a much too old kernel to have the newest nct6775 module that has code to recognize your motherboard SIO chipset. Likely your chipset is the nct6798 or 6799 chipsets which is only in the latest kernels. You can try to force load the module with:
Then run sensors again and see if the chipset is found at nct6799-isa-290. If it is then add this to your /etc/modules-load.d/modules.conf file: If that doesn't work, then add this to your kernel command line: and run sensors again. |
I was trying to compile the driver but while doing so i am getting
This is the motherboard:
It would be great, if you could add support for this MB.
Thank you!
The text was updated successfully, but these errors were encountered: