-
Notifications
You must be signed in to change notification settings - Fork 4
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
Does this WMI-Driver work with Gigabyte B550M DS3H AC motherboard? #11
Comments
@ipsmile Instead of using this repository you should use the version from upstream Linux. Try to execute |
@ipsmile Did it work? |
Hello, I tried the 'modprobe gigabyte-wmi force-load=1' as well for a B560M DS3H V2, but nothing happens at all and nothing is shown in the dmesg or anywhere else. Here below are some details from the system, running a Debian (Proxmox version), just in case someone can help about what might be missing.
I read in the https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86/gigabyte-wmi.c that the exact name for the B560 does not include the V2 at the end, might that be the case? If so, any idea about how to make this working? Also, I read about forcing the ID of the motherboard to pretend be another one supported, but not sure if that is still valid or how I can do it. Anyone that could help please? |
@DavidMndz Please try to first unload the module before reloading it with the modprobe -r gigabyte_wmi
modprobe gigabyte_wmi force_load=1
dmesg |
Hello @t-8ch, you were completely right, I missed the removal step! Now it is working as expected, thank you very much, really (really!) appreciated your help.
|
@DavidMndz Nice! Now the board should be included in the upstream driver as supported. Do you think you can send a patch adding an entry to the list? |
Hi @t-8ch, I am more than happy to do it, but I am not familiar to this. Is how to do this anywhere documented please? Regarding the PWM, I guess this driver is not intended to get the sensors for PWM listed as well, am I correct? I tried to run the pwmconfig but it says that 'There are no pwm-capable sensor modules installed'. |
This is the official documentation: https://docs.kernel.org/#introduction-to-kernel-development |
Motherboard: Gigabyte "B550M DS3H AC"
CPU: AMD Ryzen 5 5600G
OS: Linux Mint 20.3
Does this WMI-Driver work with Gigabyte B550M DS3H AC motherboard? If so, how to get it to work? Thanks.
I added:
in "static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {"
of the "gigabyte-wmi.c" code, the "make" yields:
make -C /lib/modules/
uname -r
/build M=$PWD modulesmake[1]: Entering directory '/usr/src/linux-headers-5.13.0-30-generic'
make[1]: *** No rule to make target 'Drivers/B550M-DS3H/linux-gigabyte-wmi-driver-main'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-5.13.0-30-generic'
make: *** [Makefile:12: modules] Error 2
and I can't go any further.
Appreciate any comments, thoughts, and directions.
Thanks,
Ip
The text was updated successfully, but these errors were encountered: