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

Expanded Readme #6

Open
m-d-young opened this issue Jul 7, 2021 · 2 comments
Open

Expanded Readme #6

m-d-young opened this issue Jul 7, 2021 · 2 comments

Comments

@m-d-young
Copy link

I followed the readme and I believe that I missed some steps. From the readme it seems that I should clone the repository. I installed GIT LFS; should I install something in addition to that to clone the repository? An expanded readme would help me where my experience is lacking. I've been trying to track down some BSOD errors under windows and one of the possible culprits is the i/o boards.

@draeath
Copy link
Contributor

draeath commented Sep 7, 2021

This may have been completed by now?

At this time the readme contains the following, which seems to include instructions on installing dependencies and executing the build.

EDIT: I don't see where this was added since your issue was submitted, did you just miss the steps below?

From what I can see the only thing this driver does is monitor thermal sensors and apply a fan speed curve.


Thelio Io Windows Driver (WORK IN PROGRESS)

choco install dotnet netfx-4.8 python3 wixtoolset
  • Launch a normal Command Prompt and run the following:
cargo install cargo-wix
  • Run the following to build the installer:
python build.py
  • Execute the installer at target/wix/thelio-io-0.1.0-x86_64.msi
  • The installer will start the System76 Thelio Io service
  • Logs can be viewed in Event Viewer under Windows Logs/Application with the
    source System76 Thelio Io

@draeath
Copy link
Contributor

draeath commented Sep 21, 2021

Hey @desla-slade just wanted to note. I was able to follow that readme and build a .msi successfully. The gotcha not addressed by this README is having the C/C++ compiler for rust, but rustup itself (referenced in the README) tells you about that during installation.

Was that what was missing for you?

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

2 participants