LINUX.ORG.RU

История изменений

Исправление ArtSh, (текущая версия) :

Я поставил небольшую башню на 4 трубки. 2 вентилятора спереди, один сбоку на вдув, один на выдув сзади и блок питания (750Вт) сверху. Корпус самый мелкий, дешманская фольга аккорд. Снизу лежит ещё один HDD.

NP1localhost ~ # cat /proc/cpuinfo |grep name|uniq
model name      : AMD Ryzen 9 5950X 16-Core Processor
NP1localhost ~ # lspci|grep VGA
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)
NP1localhost ~ # uname -a
Linux NP1localhost 5.16.5-gentoo #1 SMP PREEMPT Wed Feb 2 00:17:10 MSK 2022 x86_64 AMD Ryzen 9 5950X 16-Core Processor AuthenticAMD GNU/Linux
NP1localhost ~ # sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +40.4°C  
Tccd1:        +32.8°C  
Tccd2:        +37.5°C  

nvme-pci-0100
Adapter: PCI adapter
Composite:    +35.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +35.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +36.9°C  (low  = -273.1°C, high = +65261.8°C)

amdgpu-pci-0b00
Adapter: PCI adapter
vddgfx:        1.05 V  
fan1:         809 RPM  (min =    0 RPM, max = 3700 RPM)
edge:         +47.0°C  (crit = +94.0°C, hyst = -273.1°C)
power1:       24.07 W  (cap = 145.00 W)

nct6798-isa-0290
Adapter: ISA adapter
in0:                      536.00 mV (min =  +0.20 V, max =  +1.50 V)
in1:                      992.00 mV (min =  +0.00 V, max =  +1.50 V)
in2:                        3.39 V  (min =  +2.00 V, max =  +4.00 V)
in3:                        3.30 V  (min =  +2.00 V, max =  +4.00 V)
in4:                        1.02 V  (min =  +0.50 V, max =  +1.50 V)
in5:                      792.00 mV (min =  +0.00 V, max =  +1.50 V)
in6:                      1000.00 mV (min =  +0.50 V, max =  +1.50 V)
in7:                        3.39 V  (min =  +2.50 V, max =  +4.08 V)
in8:                        3.28 V  (min =  +2.50 V, max =  +4.08 V)
in9:                      904.00 mV (min =  +0.00 V, max =  +1.00 V)
in10:                     280.00 mV (min =  +0.00 V, max =  +1.50 V)
in11:                     488.00 mV (min =  +0.00 V, max =  +1.50 V)
in12:                       1.04 V  (min =  +0.00 V, max =  +1.50 V)
in13:                     984.00 mV (min =  +0.00 V, max =  +1.50 V)
in14:                     992.00 mV (min =  +0.00 V, max =  +1.50 V)
Back fan:                  861 RPM  (min =    0 RPM)
CPU fan:                  1207 RPM  (min =    0 RPM)
Front fan2:                837 RPM  (min =    0 RPM)
Side fan:                  443 RPM  (min =    0 RPM)
fan5:                      961 RPM  (min =    0 RPM)
fan6:                        0 RPM  (min =    0 RPM)
Front fan1:                811 RPM  (min =    0 RPM)
SYSTIN:                    +37.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
CPUTIN:                    +33.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
AUXTIN0:                   +26.0°C    sensor = thermistor
AUXTIN1:                   +53.0°C    sensor = thermistor
AUXTIN2:                   +27.0°C    sensor = thermistor
AUXTIN3:                   +26.0°C    sensor = thermistor
PECI Agent 0 Calibration:  +33.5°C  
SMBUSMASTER 1:             +57.0°C  
PCH_CHIP_CPU_MAX_TEMP:      +0.0°C  
PCH_CHIP_TEMP:              +0.0°C  
intrusion0:               ALARM
intrusion1:               ALARM
beep_enable:              disabled

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +47.0°C  

nvme-pci-0400
Adapter: PCI adapter
Composite:    +35.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +35.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +36.9°C  (low  = -273.1°C, high = +65261.8°C)

NP1localhost ~ # dmidecode|grep "Product Name"
        Product Name: System Product Name
        Product Name: TUF GAMING X570-PRO (WI-FI)

Исходная версия ArtSh, :

Я поставил небольшую башню на 4 трубки. 2 вентилятора спереди, один сбоку на вдув, один на выдув сзади и блок питания (750Вт) сверху. Корпус самый мелкий, дешманская фольга аккорд. Снизу лежит ещё один HDD.

NP1localhost ~ # cat /proc/cpuinfo |grep name|unique
-bash: unique: команда не найдена
NP1localhost ~ # cat /proc/cpuinfo |grep name|uniq
model name      : AMD Ryzen 9 5950X 16-Core Processor
NP1localhost ~ # lspci|grep VGA
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)
NP1localhost ~ # uname -a
Linux NP1localhost 5.16.5-gentoo #1 SMP PREEMPT Wed Feb 2 00:17:10 MSK 2022 x86_64 AMD Ryzen 9 5950X 16-Core Processor AuthenticAMD GNU/Linux
NP1localhost ~ # sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +40.4°C  
Tccd1:        +32.8°C  
Tccd2:        +37.5°C  

nvme-pci-0100
Adapter: PCI adapter
Composite:    +35.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +35.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +36.9°C  (low  = -273.1°C, high = +65261.8°C)

amdgpu-pci-0b00
Adapter: PCI adapter
vddgfx:        1.05 V  
fan1:         809 RPM  (min =    0 RPM, max = 3700 RPM)
edge:         +47.0°C  (crit = +94.0°C, hyst = -273.1°C)
power1:       24.07 W  (cap = 145.00 W)

nct6798-isa-0290
Adapter: ISA adapter
in0:                      536.00 mV (min =  +0.20 V, max =  +1.50 V)
in1:                      992.00 mV (min =  +0.00 V, max =  +1.50 V)
in2:                        3.39 V  (min =  +2.00 V, max =  +4.00 V)
in3:                        3.30 V  (min =  +2.00 V, max =  +4.00 V)
in4:                        1.02 V  (min =  +0.50 V, max =  +1.50 V)
in5:                      792.00 mV (min =  +0.00 V, max =  +1.50 V)
in6:                      1000.00 mV (min =  +0.50 V, max =  +1.50 V)
in7:                        3.39 V  (min =  +2.50 V, max =  +4.08 V)
in8:                        3.28 V  (min =  +2.50 V, max =  +4.08 V)
in9:                      904.00 mV (min =  +0.00 V, max =  +1.00 V)
in10:                     280.00 mV (min =  +0.00 V, max =  +1.50 V)
in11:                     488.00 mV (min =  +0.00 V, max =  +1.50 V)
in12:                       1.04 V  (min =  +0.00 V, max =  +1.50 V)
in13:                     984.00 mV (min =  +0.00 V, max =  +1.50 V)
in14:                     992.00 mV (min =  +0.00 V, max =  +1.50 V)
Back fan:                  861 RPM  (min =    0 RPM)
CPU fan:                  1207 RPM  (min =    0 RPM)
Front fan2:                837 RPM  (min =    0 RPM)
Side fan:                  443 RPM  (min =    0 RPM)
fan5:                      961 RPM  (min =    0 RPM)
fan6:                        0 RPM  (min =    0 RPM)
Front fan1:                811 RPM  (min =    0 RPM)
SYSTIN:                    +37.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
CPUTIN:                    +33.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
AUXTIN0:                   +26.0°C    sensor = thermistor
AUXTIN1:                   +53.0°C    sensor = thermistor
AUXTIN2:                   +27.0°C    sensor = thermistor
AUXTIN3:                   +26.0°C    sensor = thermistor
PECI Agent 0 Calibration:  +33.5°C  
SMBUSMASTER 1:             +57.0°C  
PCH_CHIP_CPU_MAX_TEMP:      +0.0°C  
PCH_CHIP_TEMP:              +0.0°C  
intrusion0:               ALARM
intrusion1:               ALARM
beep_enable:              disabled

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +47.0°C  

nvme-pci-0400
Adapter: PCI adapter
Composite:    +35.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +35.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +36.9°C  (low  = -273.1°C, high = +65261.8°C)

NP1localhost ~ # dmidecode|grep "Product Name"
        Product Name: System Product Name
        Product Name: TUF GAMING X570-PRO (WI-FI)