mlfc icon indicating copy to clipboard operation
mlfc copied to clipboard

Instructions unclear. Got folders but do not contain specified files

Open aveemashfaq opened this issue 1 year ago • 10 comments

I followed the instructions given, installed dependencies and compiled using CMake in Arch Linux. The build was successful. But don't know what to deploy or where to deploy. Please refer to the screenshots of output after compilation

image image image image

aveemashfaq avatar Sep 22 '22 06:09 aveemashfaq

Hello! Thanks for the feedback! Do you exec make?

marshevms avatar Sep 26 '22 10:09 marshevms

Ah, I think after the cmake command in the instructions, the make command was missing.

On a tangent, I executed it and got the below error image You can see above that tomlplusplus package is installed. Yet, it is telling me that toml++ version not found. Can you help me here?

aveemashfaq avatar Sep 30 '22 03:09 aveemashfaq

I think it will be easier if you install it from deb package. https://github.com/marshevms/mlfc/releases/tag/0.5.2 https://www.makeuseof.com/install-deb-packages-arch-linux/

marshevms avatar Sep 30 '22 13:09 marshevms

Hi, tried using the debtap to install package. Did not work. Threw an error that mlfc_server not found. I saw the .tar.xz and manually copied files. Found a small error and fixed

`$ mlfc_client

/usr/local/bin/mlfc_client: line 37: /usr/local/bin/bin/mlfc_client: No such file or directory ` Fixed it and now mlfc_client works but is giving me this error message

`$ mlfc_client

/bin/sh: warning: shell level (1000) too high, resetting to 1 `

And it opens up nothing. Is there anything else I can do

aveemashfaq avatar Oct 03 '22 05:10 aveemashfaq

I think you did something wrong, but i don't know what

marshevms avatar Oct 03 '22 08:10 marshevms

Hi, I finally got it working by manually copying files from deb into the folders. Maybe there are a few mistakes in the tar.xz version attached in the release notes.

On a related note, if it is just copy pasting, maybe you can package the app as tar.xz with an install.sh script that copies the relevant files to the relevant paths.

I finally got the GUI working but getting this error

image

aveemashfaq avatar Oct 05 '22 09:10 aveemashfaq

What laptop model?

marshevms avatar Oct 05 '22 19:10 marshevms

MSI Modern 14 B5M. Ryzen 5 -5500U

All MSI laptops apparently use the same EC register values. I'm looking for fan profiles (spin down fans when not needed) and charge limiter.

Currently using this to spin down fans - https://github.com/FaridZelli/ISW-Modern

aveemashfaq avatar Oct 07 '22 03:10 aveemashfaq

Okay, then you need to disable other applications that can modify the ec file and restart the laptop and then open mlfc. And also delete the file from error message

marshevms avatar Oct 07 '22 09:10 marshevms

It works. Removed ISW and now it works. The only thing is that, for some reason, the application is not responsive. It takes around 5 seconds to register a click. Don't know why

aveemashfaq avatar Oct 10 '22 11:10 aveemashfaq