-
Notifications
You must be signed in to change notification settings - Fork 85
How does WMID_gaming_set_fan_mode() work #220
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
Comments
Hello,
|
This works, but i want to control the fan mode for each fan separately. |
@Wer-Wolf - you should check out this repo: https://github.com/snowyoneill/Linux-PredatorSense |
Interesting, but i i am using the WMI interface. Anyway i will try to perform some tests myself. |
@Wer-Wolf Take a look at this one: @0x7375646F recently created it, but I believe it's not tested for all models |
Thank you very much, this is exactly what i need. |
@Wer-Wolf Thanks to @0x7375646F :) By any chance @Wer-Wolf, I see you also work on Dell Alienware, It looks like the M16 R2 model is using USB for RGB control & other things (not WMI), but I couldn't find any code implemented in the Linux kernel. Do you know if it's implemented or if there has been some progress on it? If not, I might be able to help. |
I do not directly work on alienware devices, but there is another developer working on it right now. If you want i can give him your contact info. |
That would be great!
|
Hi Jafar,
I am currently working on the alienware-wmi upstream linux driver. As you mentioned, RGB control is not done through a WMI interface, so unfortunately it lies out of my knowledge. Also this USB device is present on most newer (maybe >2016? I could be wrong) Alienware and Dell gaming laptops. This is the device present on my laptop Alienware x15 R1:
Thankfully no kernel drivers are required, because these devices are already exposed through the HIDRAW interface, but as I said, I don't have experience with this so I don't know for sure. It would be amazing to have a tool for RGB control and probably contributing to OpenRGB is the way to go. This project could also be of great help alienfx-tools. It supports A LOT of models, has some documentation and the developer is very helpful and active. If you end up working on this let me know, I'd love to help in some way! |
Hi @kuu-rt I was able to change the touchpad color in Linux using USB. If I can have some better progress I'll create a repo for it later. Contributing to OpenRGB would be nice, however, I still prefer some features to be available in the Linux kernel by default, without 3rd party software. I've also tried using alien fx-tools but it didn't work for this laptop on Windows. The only issue is that there are TONS of features for this laptop:
Then for each coloring mode, there are many different modes as well(static coloring, dynamic coloring ...) |
Hello,
i am currently try to add support for manual fan control to the acer-wmi driver. Setting the fan speed already works, but i need to find a way to switch the fans back to automatic mode.
Because of this i want to ask how
WMID_gaming_set_fan_mode()
works internally.Thanks,
Armin Wolf
The text was updated successfully, but these errors were encountered: