Benjamin Abendroth

Results 45 comments of Benjamin Abendroth

Hello @IagoJevaux just use the nvidia-ml sensor. "none" means, that this sensor doesn't read a temperature file, but relies on internal mechanisms to obtain the temperature. (maybe I should rename...

Hello! Writing configurations for NBFC(-Linux) isn't easy -- you're definitely not a noob. Thanks for providing the DSDT file. Unfortunately, I personally don't know how to use it to create...

I'm a bit confused, I just googled "HP 625 vs HP Compaq 625" and got this result: The HP 625 and HP Compaq 625 are essentially the same laptop. The...

I'm sorry, here's another approach using ACPI methods: - `sudo ec_probe acpi_call '\_SB.PC00.LPCB.EC0.GFSD'` -- for getting the fan speed - `sudo ec_probe acpi_call '\_SB.PC00.LPCB.EC0.SFSD' 0` -- for setting the fan...

Oh, maybe I got the wrong path for the ACPI methods. It's very hard to get the path of the ACPI methods reading the `*.dsl` file. Here's how you can...

Hello, Please post the output of `nbfc get-model-name` and `cat /etc/nbfc/nbfc.json`. What does `nbfc status` say when the fan goes crazy?

Hello @Aaditya1611 that sounds very strange. The code that affects the Embedded Controller logic hasn't been touched in a long time. What you can do: - Power off your machine...

Hello! Thank you for contributing, I appreciate it. There are some things that need to be improved: **Adjust {Min,Max}SpeedValueRead** In your screenshot, the `CurrentSpeed` is 224, which indicates that `{Min,Max}SpeedValueRead`...

Hello @OnlineLearningTutorials, thanks for your fast response. The configuration looks better, however the `CurrentSpeed` and the `TargetSpeed` don't match. I noticed that RPM1 is a 16-byte register: ``` "Comment": "0XD1...

Can you please attach your `dsdt.dat`? You can extract it using `sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.dat`