-
Notifications
You must be signed in to change notification settings - Fork 20
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
Linux version #16
Comments
Hi! Unfortunately, no. I don't know how to access WMI in Linux or if it's event gonna work because Dell provides no drivers for linux. |
What driver would you need for the G155511? I have one that runs plain Arch Linux and Windows on the other boot, the drivers for this equipment do have an Ubuntu version that includes a BIOS update directly from Dell. |
The Dell driver exposes temperature and fan sensors and fan control over WMI (Windows Management Instrumentation) interface. I don't know what alternative is available in Linux (if any). But obviously WMI won't work because it's windows-only. |
@tungchiahui @pizanao https://github.com/cemkaya-mpi/Dell-G15-Controller i tried it and it worked |
OK,thank you |
|
@AlexIII it is possible to use this project on linux but with acpi_calls (they are hard to find the right one to use but i guess i can make it possible thx to your work :) ) |
@meduk0 Hi! Thanks for the info. I will check it out a bit later.
See AWCCWmiWrapper.py for more info. |
well i never worked on a system project with acpi calls but recently i was able to get some things done . from what i can do i think i will make so much changes first of all : so with some grep commands i am able to get both temps and fans speed percent (using two varaibles one is the current one which need to be monitored maybe throw a systemd service and the max ones are a hardware defined so all what i have to do is save it once and use it when i need it ) |
Sure! It's up to you how to better get things working on linux. Unfortunately I don't have enough free time to help at the moment, but I do intend to maintain the project and review issues and PRs. |
@meduk0 there is also https://github.com/cemkaya-mpi/Dell-G15-Controller which gets the job done. |
@revoltez i know about the project ,in fact , i have been working on adding support for my own model but the maintainer seem to like to not add any other dependecies which somes will make it way ez to work with especially dell cctk as it provides all the bios settings via cli . |
@meduk0 That would be great, especially the pstate solution, you might add to it nvidia-smi to control the frequency, im using currently a whacky bash script whenever i turn on my laptop so i was also thinking of creating my own fork (didn't have time lately) so good luck doing that and keep us updated :) the whacky bash script:
|
@revoltez that is a good addon i will make a progress list for the fork , i think a systemd service with the backend is needed to save the custum settings . if you want we can work together linux fork |
@meduk0 I don't think i have time now, but i'll definitely check it out! |
Whats the update about it? |
Have you ever considered launching a Linux version of this software Please?
Please upvote this comment with a👍 if you're interested in this feature.
-AlexIII
The text was updated successfully, but these errors were encountered: