T-Troll / alienfx-tools

Alienware systems lights, fans, and power control tools and apps
MIT License
508 stars 46 forks source link

M15R7 - Nvme temperature sensors locked at 60 degrees #234

Closed luiz-fernandoalves closed 2 years ago

luiz-fernandoalves commented 2 years ago

Describe the bug SSD sensors are always showing 60 degrees.

To Reproduce

Open alienfx-monitor or alienfx-control and check values, they're different from samsung magician values for example.

Expected behavior SSD sensors must show the nvme drive temperatures.

System (please complete the following information):

Model: Intel Core i7 M15R7 OS: win 11 - Build 22621.755 - Experience Pack 1000.22636.1000.0 Core Isolation - Memory Integrity: Enabled AWCC: Not installed SSD Models: 2x Samsung 980 Pro 2TB

Untitled

T-Troll commented 2 years ago

Most probably it's not a bug - some SSDs have a fake temperature sensor, it's always return constant value into SMART (where i get it for GUI).

So check your SSDs SMART readings first.

Also, you should have MB SSD sensor as well - it's one of ESIF. Can't say exactly until take a look into BIOS dump (Dell name it, but Intel don't expose names).

luiz-fernandoalves commented 2 years ago

The only information about my motherboard, from HWiNFO : Alienware 0TJXCY Chipset: Intel Alder Lake-P PCH

From SMART: image

From HWiNFO : image

Actual readings from fx-control image

T-Troll commented 2 years ago

I see. But it locked into WMI to fake value. What NVMe driver you are using? Windows default? Samsung?

luiz-fernandoalves commented 2 years ago

I've used Intel RST RAID drivers at windows install. Then, windows defaults.

T-Troll commented 2 years ago

So, you have it at RAID0?

luiz-fernandoalves commented 2 years ago

Nop. I've used this default option, but there's no RAID 0 setup:

Bios1

image

luiz-fernandoalves commented 2 years ago

Hey dude..... I've changed the BIOS option to NVME and now the sensors are working fine. I've installed windows again from scratch, no Intel RST drivers, default drivers only.

image

T-Troll commented 2 years ago

Aha, so RAID drivers report fake. In case you're interested, i take this values from WMI (entry ROOT\\Microsoft\\Windows\\Storage\\Providers_v2\\MSFT_PhysicalDiskToStorageReliabilityCounter), which is, seems like, filled not by system, but by storage driver.

Anyway, thanks for this bug. i'll add it into readme!