All of lore.kernel.org
 help / color / mirror / Atom feed
* Intel X550-T2
@ 2019-01-23 12:15 Mikko Laaksonen
  2019-01-23 13:54 ` Ondřej Lysoněk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mikko Laaksonen @ 2019-01-23 12:15 UTC (permalink / raw)
  To: lm-sensors

Hello,

I would like to know how I can go about adding support for an Intel X550-T2 PCI-E network card in lm_sensors. The card comes with a number of sensors, including temperature, and a 1,200-page reference manual. sensors-detect does not recognize the card off the shelf.

Any ideas?

Thank you.

--
Mikko

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Intel X550-T2
  2019-01-23 12:15 Intel X550-T2 Mikko Laaksonen
@ 2019-01-23 13:54 ` Ondřej Lysoněk
  2019-01-23 14:05 ` Mikko Laaksonen
  2019-01-23 14:13 ` Ondřej Lysoněk
  2 siblings, 0 replies; 4+ messages in thread
From: Ondřej Lysoněk @ 2019-01-23 13:54 UTC (permalink / raw)
  To: lm-sensors

Hi,

On 23. 01. 19 13:15, Mikko Laaksonen wrote:
> Hello,
> 
> I would like to know how I can go about adding support for an Intel
> X550-T2 PCI-E network card in lm_sensors. The card comes with a number
> of sensors, including temperature, and a 1,200-page reference manual.
> sensors-detect does not recognize the card off the shelf.

Detection support in sensors-detect doesn't mean much, so I'd first
focus on whether data from the sensors is exported by the driver.
Looking at the ixgbe driver (am I looking at the correct driver?), it
does register a hwmon device, so the data could be available. Let's
verify that - what's the output of the 'sensors' program and the output
of 'cat /sys/class/hwmon/*/name'?

Ondra

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Intel X550-T2
  2019-01-23 12:15 Intel X550-T2 Mikko Laaksonen
  2019-01-23 13:54 ` Ondřej Lysoněk
@ 2019-01-23 14:05 ` Mikko Laaksonen
  2019-01-23 14:13 ` Ondřej Lysoněk
  2 siblings, 0 replies; 4+ messages in thread
From: Mikko Laaksonen @ 2019-01-23 14:05 UTC (permalink / raw)
  To: lm-sensors

Hello,

Sensors gives just the basics:

coretemp-isa-0001
Adapter: ISA adapter
Package id 1:  +18.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:        +12.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:        +12.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:        +11.0°C  (high = +80.0°C, crit = +90.0°C)

nouveau-pci-0200
Adapter: PCI adapter
GPU core:     +0.90 V  (min =  +0.85 V, max =  +1.05 V)
temp1:        +47.0°C  (high = +95.0°C, hyst =  +3.0°C)
                        (crit = +105.0°C, hyst =  +5.0°C)
                        (emerg = +135.0°C, hyst =  +5.0°C)

nct7904-i2c-12-2d
Adapter: SMBus I801 adapter at 0580
in1:          +0.95 V
in2:          +1.04 V
in3:          +1.49 V
in4:          +1.23 V
in5:          +1.26 V
in6:          +0.30 V
in7:          +1.81 V
in8:          +0.47 V
in9:          +1.79 V
in10:         +1.79 V
in11:         +1.20 V
in12:         +1.20 V
in13:         +1.20 V
in14:         +1.20 V
in15:         +3.22 V
in16:         +3.20 V
in20:         +3.38 V
fan1:        2343 RPM
fan2:        2368 RPM
fan3:        2481 RPM
fan4:        1288 RPM
fan5:           0 RPM
fan6:        2389 RPM
fan7:        1280 RPM
fan8:           0 RPM
temp1:        +30.8°C
temp2:        +17.6°C
temp3:        +17.8°C

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +17.0°C  (high = +80.0°C, crit = +90.0°C)
Core 0:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 1:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 3:        +12.0°C  (high = +80.0°C, crit = +90.0°C)
Core 4:        +11.0°C  (high = +80.0°C, crit = +90.0°C)
Core 5:        +12.0°C  (high = +80.0°C, crit = +90.0°C)


and cat /sys/class/hwmon/*/name gives

nouveau
coretemp
coretemp
nct7904

lspci | grep -i eth gives

03:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10G X550T (rev 01)
03:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10G X550T (rev 01)
05:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
06:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)

from which I get with

find /sys | grep drivers.*03:00.1

/sys/bus/pci/drivers/ixgbe/0000:03:00.1

--
Mikko

On 1/23/2019 2:54 PM, Ondřej Lysoněk wrote:
> Hi,
>
> On 23. 01. 19 13:15, Mikko Laaksonen wrote:
>> Hello,
>>
>> I would like to know how I can go about adding support for an Intel
>> X550-T2 PCI-E network card in lm_sensors. The card comes with a number
>> of sensors, including temperature, and a 1,200-page reference manual.
>> sensors-detect does not recognize the card off the shelf.
> Detection support in sensors-detect doesn't mean much, so I'd first
> focus on whether data from the sensors is exported by the driver.
> Looking at the ixgbe driver (am I looking at the correct driver?), it
> does register a hwmon device, so the data could be available. Let's
> verify that - what's the output of the 'sensors' program and the output
> of 'cat /sys/class/hwmon/*/name'?
>
> Ondra

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Intel X550-T2
  2019-01-23 12:15 Intel X550-T2 Mikko Laaksonen
  2019-01-23 13:54 ` Ondřej Lysoněk
  2019-01-23 14:05 ` Mikko Laaksonen
@ 2019-01-23 14:13 ` Ondřej Lysoněk
  2 siblings, 0 replies; 4+ messages in thread
From: Ondřej Lysoněk @ 2019-01-23 14:13 UTC (permalink / raw)
  To: lm-sensors

On 23. 01. 19 15:05, Mikko Laaksonen wrote:
> and cat /sys/class/hwmon/*/name gives
> 
> nouveau
> coretemp
> coretemp
> nct7904
> 
> lspci | grep -i eth gives
> 
> 03:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10G
> X550T (rev 01)
> 03:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10G
> X550T (rev 01)
> 05:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network
> Connection (rev 03)
> 06:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network
> Connection (rev 03)
> 
> from which I get with
> 
> find /sys | grep drivers.*03:00.1
> 
> /sys/bus/pci/drivers/ixgbe/0000:03:00.1

Ok, I suggest that you talk to the ixgbe maintainers about exporting the
sensor data from your card through hwmon. When support for that is
available, I'll try to add detection support to sensors-detect. Other
than that, there's really not much to be done on lm_sensors side.

Ondra

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-23 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23 12:15 Intel X550-T2 Mikko Laaksonen
2019-01-23 13:54 ` Ondřej Lysoněk
2019-01-23 14:05 ` Mikko Laaksonen
2019-01-23 14:13 ` Ondřej Lysoněk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.