Skip to content
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

FanControl isn't really doing anything #6

Open
kompas1 opened this issue Jan 11, 2021 · 0 comments
Open

FanControl isn't really doing anything #6

kompas1 opened this issue Jan 11, 2021 · 0 comments

Comments

@kompas1
Copy link

kompas1 commented Jan 11, 2021

So I cloned the fan.py from you and added the line in the config file which in my case on linuxmint 20 is /etc/thinkfan.conf but whenever i try to change the speed via fan.py i get the following result (example with trying to set to level 2):
tee: /proc/acpi/ibm/fan: Das Argument ist ungültig Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.8/tkinter/__init__.py", line 1883, in __call__ return self.func(*args) File "fan.py", line 47, in <lambda> tk.Button(row1, text=str(i), command=lambda x=i: set_speed(x)).grid( File "fan.py", line 29, in set_speed return subprocess.check_output( File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'echo level 2 | sudo tee "/proc/acpi/ibm/fan"' returned non-zero exit status 1.
I have no idea how to solve that and it drives me crazy because the gui is a wonderful idea and i would like to use it but, it seems like it doesn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant