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

Thelio mira r3 needs updating for this #21

Open
hmalmstrom1 opened this issue Jul 28, 2023 · 2 comments · Fixed by #25
Open

Thelio mira r3 needs updating for this #21

hmalmstrom1 opened this issue Jul 28, 2023 · 2 comments · Fixed by #25

Comments

@hmalmstrom1
Copy link

This worked for me:

diff --git a/src/main.rs b/src/main.rs
index e5b2a12..91fc34d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -86,7 +86,7 @@ fn driver() -> io::Result<()> {
     ).unwrap_or(String::new());

     let curve = match (sys_vendor.as_str(), product_version.as_str()) {
-        ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3") => {
+        ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3" | "thelio-mira-b4.1") => {
             debug!("{} {} uses standard fan curve", sys_vendor, product_version);
             FanCurve::standard()
         },

@jacobgkau jacobgkau linked a pull request Aug 6, 2024 that will close this issue
@jacobgkau
Copy link
Member

Looks like this was done in #25.

@jacobgkau
Copy link
Member

jacobgkau commented Aug 6, 2024

Actually, #25 added thelio-mira-b4 and it looks like you're wanting to add thelio-mira-b4.1, which uses different firmware.

@jacobgkau jacobgkau reopened this Aug 6, 2024
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

Successfully merging a pull request may close this issue.

2 participants