Hello,
One month ago i recieved the framework 13 amd 7840u laptop. i followed the ubuntu 22.04 guide. ubuntu 22.04 is the only OS i use on this system. So far i am very pleased with the system. However, i noticed the system can get very hot when watching a video or installing things via commandline. the fan will only turn on when the system is already quiet hot. although i like the system to be silent, i am willing to accept fan noise if that helps my system to stay cool. after researching online, i installed fw-fanctrl with sudo. However, when running the output is as follows:
Exception in thread Thread-1 (bindSocket):
Traceback (most recent call last):
File â/usr/lib/python3.10/threading.pyâ, line 1016, in _bootstrap_inner
self.run()
File â/usr/lib/python3.10/threading.pyâ, line 953, in run
self._target(*self._args, **self._kwargs)
File â/usr/bin/fw-fanctrlâ, line 129, in bindSocket
os.remove(COMMANDS_SOCKET_FILE_PATH)
PermissionError: [Errno 13] Permission denied: â/run/fw-fanctrl/.fw-fanctrl.commands.sockâ
Error getting I/O privilege: Operation not permitted
Cannot find I2C adapter
Unable to establish host communication
Couldnât find EC
etcâŚ
so, after google these errors, i assume fw-fanctrl cannot operate since ectool is not installed correctly because of not being super user when installing, OR secure boot was not off. I am 100% sure i used sudo, since i followed the fw-fanctrl github guide. Moreover, when installing ubuntu the very first time after booting up after i installed the ram and ssd, i had to change a setting in secure boot, otherwise a blue screen kept popping up telling me someting was not secure. so after changing a setting in secure boot i was able to select the ubuntu 22.04 iso. Therefore i am almost certain secure boot is off and fw-fanctrl is installed while being superuser. However, since fw-fanctrl does not work i must have done something wrong. Can anyone please help me with this issue?