bugHddtemp - Bugs: bug #54046, Request support for NVMe devices

 
 

bug #54046: Request support for NVMe devices

Submitter:  None
Submitted:  Sun 03 Jun 2018 05:04:53 PM UTC
Votes: 10
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 12 Jan 2021 04:05:27 PM UTC, comment #1: 

Now I see that smartctl can read this data, and hddtemp cannot; so it ought to be fixable:

$ sudo smartctl -A /dev/nvme0
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.10.3-arch1-1] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
SMART/Health Information (NVMe Log 0x02)
Critical Warning:                   0x00
Temperature:                        49 Celsius
...

$ sudo hddtemp --debug /dev/nvme0
ERROR: /dev/nvme0: can't determine bus type (or this bus type is unknown)

But I want to use the hddtemp daemon for this, to avoid needing to use sudo every time I want to check it.  I generally write a "pow" script for every system that I use, to monitor sensors, fans and power, and "nc localhost 7634" is a good addition to that.

Anonymous
Sun 03 Jun 2018 05:04:53 PM UTC, original submission:  

NVMe devices (M.2 disks) such as the Intel 760p report temperature that is visible through the SMART data (either smartctl or the nvme cli):

SMART/Health Information (NVMe Log 0x02, NSID 0xffffffff)
Critical Warning:                   0x00
Temperature:                        38 Celsius
...

It would be helpful if hddtemp could display NVMe temperatures.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ecloud (Voted in favor of this item)
  •  

    There are 10 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-01-12 ecloud Carbon-Copy- Added ecloud

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code