No Drive Temp when Intel RST enabled
After upgrading my laptop's software to v251,I can't get any temp sensor from my Samsung 970 Evo Plus NVME ssd.
I switched back to the ssd I swapped out when I upgraded my storage earlier and everything was fine. But when the software was updated, the problem appeared.
After Disabling Intel RST(Rapid Storage Technology) in bios and some windows safety mode tinkering,I got my temp sensor back
As a temporary workaround, just import your temp sensor from HWINFO or AIDA64.
@Blacktempel have you seen similar stuff with RST yet?
No reported issue on Intel RST yet. It should work, but I'll re-check the relevant code when I have time.
From which version did you upgrade @BeRealQueally ?
No reported issue on Intel RST yet. It should work, but I'll re-check the relevant code when I have time.
From which version did you upgrade @BeRealQueally ?
maybe v248 I guess? all of them has been upgraded and I can't find a log about it :(
The only thing I recall is that after the update, it prompted me to install .NET 10.
Some potentially useful information
My laptop is an DELL XPS9575, and I have not installed the Intel RST software, only RST is enabled in the BIOS, therefore, it should be a driver automatically installed by Microsoft by default.
And the Storage Controller looks like this
Please upload the log created by ConsoleOutputTest in latest release here: https://github.com/Blacktempel/DiskInfoToolkit/releases Best would be to have both, RST enabled and disabled.
Please upload the log created by ConsoleOutputTest in latest release here: https://github.com/Blacktempel/DiskInfoToolkit/releases Best would be to have both, RST enabled and disabled.
Normal_Log.txt (SN Blurred)
RST_Log.txt
Err in FanControl:
[V251] 2025/12/10 23:09:19: Startup - System.Exception: Sensor validation failed: The following sensors are missing:
/nvme/0/temperature/0
/nvme/0/temperature/8
/nvme/0/temperature/9
I've checked the logs. This would have to be debugged and checked where it fails for more information.
So you have a setting in BIOS to enable/disable Intel RST and if enabled, nothing works anymore. Did I get that right ?
Are you able to compile and debug the source yourself ? I can give you some hints where to start and what to look for. Will have to check with my available systems if I can get this reproduced and if I even have this option. https://github.com/Blacktempel/DiskInfoToolkit
So you have a setting in BIOS to enable/disable Intel RST and if enabled, nothing works anymore. Did I get that right ?
yep
Are you able to compile and debug the source yourself ? I can give you some hints where to start and what to look for. Will have to check with my available systems if I can get this reproduced and if I even have this option. https://github.com/Blacktempel/DiskInfoToolkit
maybe? but I have never developed on Windows .net