this post was submitted on 09 Aug 2023
-5 points (30.8% liked)

Linux

47369 readers
781 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Tldr: Are there fan drivers I should look into for my Gigabyte Aorus XC laptop (Intel i7; RTX 3070; 32GB RAM), so my fans do not get stuck at 100% when running Linux? I installed Mint 2 yrs ago when this happened. Im aware I cant tell for sure without doing another live boot, but I'd like to prepared just in case.

EDIT: I tried solving this before with acpi fan module also to no avail. I checked lm-sensors scripts for my device before posting this today and there were none still. I also googled for solutions beforehand and did not find anything relevant for my device. Furthermore, when I did a live boot before, the fans were working normally, but on installing either Mint or Ubuntu the fans were maxed out. If I have to install to test things out, then there's not much point to a live boot for this in the first place.

you are viewing a single comment's thread
view the rest of the comments
[–] nyan@lemmy.cafe 3 points 1 year ago* (last edited 1 year ago)

A bit of fishing around turns this up: https://gist.github.com/bakman2/e801f342aaa7cade62d7bd54fd3eabd8 If the sensor/fan controller chip in your laptop is indeed one of the it87 models, you will need either the out-of-tree kernel module recommended on that page, or maybe just a quite recent kernel—the it87 chip on my mobo (completely different model from a completely different manufacturer, though) is supported in-tree as of kernel 6.1. I was using the out-of-tree module during 2018-2022, and it was touchy and required a boot param to allow it to load despite an ACPI conflict (that might have been fixed, though.)