Temperaturen unter Linux (Ubuntu) mit aktueller Hardware abfragen

Sieht danach aus, dass sich da einiges geändert hat:

https://wiki.ubuntuusers.de/Lm_sensors/
Do you want to add these lines automatically to /etc/modules? (yes/NO)yes

/etc/modules is obsolete and has been replaced by /etc/modules-load.d/.

Code:
$ ls -1 /etc/modules-load.d/
cups-filters.conf
modules.conf

Code:
$ cat /etc/modules-load.d/modules.conf
# /etc/modules is obsolete and has been replaced by /etc/modules-load.d/.
# Please see modules-load.d(5) and modprobe.d(5) for details.
#
# Updating this file still works, but it is undocumented and unsupported.

Das ist aber schon am neuen Platz.
 
linuxnutzer schrieb:
nct6687d/20250823-100235, 6.14.0-29-generic, x86_64: installed
Super! Wieder ein Schritt weiter gekommen.
dkms läuft also.

linuxnutzer schrieb:
... also: Erfolg!

linuxnutzer schrieb:
Der Sensor-Chip wird erkannt und Werte werden angezeigt. Sehr gut.

linuxnutzer schrieb:
CPU Fan: 615 RPM (min = 606 RPM, max = 635 RPM) Pump Fan: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #1: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #2: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #3: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #4: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #5: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #6: 0 RPM (min = 0 RPM, max = 0 RPM)
Hier müssen wir wohl nochmal ran.
Hab gelesen, dass man in der c_source o.s.ä. die Anzahl der FANs auf 16 erhöht werden soll, damit alle Lüfter erkannt werden können.

linuxnutzer schrieb:
$ locate lm-sensors /etc/init.d/lm-sensors /etc/rcS.d/S01lm-sensors /etc/systemd/system/multi-user.target.wants/lm-sensors.service /usr/lib/systemd/system/lm-sensors.service
Hier sollten wir besser nichts mehr tun. Ist ja auch nicht mehr wichtig, es sei denn du möchtest das unbedingt.

linuxnutzer schrieb:
cat /etc/init.d/lm-sensors
Nicht mehr nötig.

linuxnutzer schrieb:
in die /etc/init.d/lm-sensors ? Wo ?
Ja, aber nicht mehr nötig.

Bei mir ist lm_sensors auch nicht installiert. Ich nutze lieber CoolerControl.
Kannst also gern diesen Eintrag wieder entfernen:
Tanzmusikus schrieb:
Überprüfe, ob in /etc/conf.d/lm_sensors folgender Inhalt eingetragen ist, wenn "nein", bitte hinzufügen: HWMON_MODULES="nct6687"
... bzw.: in /etc/modules
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: linuxnutzer
Tanzmusikus schrieb:
Hab gelesen, dass man in der c_source o.s.ä. die Anzahl der FANs auf 16 erhöht werden soll,

Habe ich bei deinen Links auch gelesen, aber sonst nichts verstanden-

Tanzmusikus schrieb:
Ja, aber nicht mehr nötig.

In irgendeiner Text-Datei was eintragen ist kein Problem. Ich überlege gerade, ob ich das Modul in /etc/modules-load.d/modules.conf testweise eintragen soll?

Ich muss für morgen noch einiges vorbereiten, also heute gibt es eher kein Feedback mehr.
 
  • Gefällt mir
Reaktionen: Tanzmusikus
linuxnutzer schrieb:
Das ist aber schon am neuen Platz.
Schon, aber der Inhalt hätte wohl auch anders lauten sollen/können(?)
Ich sehe da aber auch gerade nicht durch. Ist halt viel zu lesen ...

Bin auch nicht mehr fit. GN8 🤭
 
  • Gefällt mir
Reaktionen: linuxnutzer
Schau mal bei https://www.computerbase.de/forum/t...ardware-abfragen.2251518/page-2#post-30911495 gegen Ende.

Wir hatten da schon was: Das war vor dem Modul kompilieren.

Code:
nct6687-isa-0a20
Adapter: ISA adapter

fan15:            1290 RPM  (min =    0 RPM)
fan16:             954 RPM  (min =    0 RPM)

Bei deinen Links hatte ich gelesen, dass das mit den 16 Fans gar nicht so einfach ist, verstanden habe ich nichts, nur reverse engineering.

Ich will die Fans nicht umstecken, dann verliere ich die Gewährleistung.
 
Nichts Reverse Engineering nötig. Ist ja bereits ausreichend fertig.
Es geht nur darum, eine spezielle Datei aus dem Download von Fred78290/nct6687d zu ändern.
Also statt 6 Register ("Plätze") 16 Register einzutragen.

Dann nochmals die DKMS-Installation durchführen.

Dieser Befehl sollte dabei helfen:
Code:
~$ echo "nct6687" | sudo tee -a /etc/modules-load.d/nct6687.conf
~$ sudo ls /etc/modules-load.d/
Es sollte die nct6687.conf angezeigt werden.
 
Zuerst bitte auf deinem PC in der Datei nct6687.c mit nano ~/nct6687d/nct6687.c bearbeiten.
Einfach in den Zeilen 159 & 160 den Wert "8" auf "16" ändern.

Code:
Dies ist nur zur Veranschaulichung:

-#define NCT6687_NUM_REG_FAN 8
-#define NCT6687_NUM_REG_PWM 8
+#define NCT6687_NUM_REG_FAN 16
+#define NCT6687_NUM_REG_PWM 16

Quelle: https://github.com/Fred78290/nct6687d/issues/136



Danach erneut DKMS installieren:
Code:
~$ cd nct6687d
~$ make deb
~$ dpkg -i ../nct6687d-dkms_*.deb
~$ dkms status

~$ sudo sensors-detect --auto

~$ modprobe nct6687   #keine Antwort = Erfolg
~$ sudo sh -c 'echo "nct6687 fan_config=msi_alt1" >> /etc/modules-load.d/nct6687.conf'

~$ sensors
ggf. sensors -A -u   #Anzeige der ursprünglichen Bezeichnungen

~$ journalctl | grep "nct6687"
 
Code:
 sudo sensors
xe-pci-0300
Adapter: PCI adapter
card:             N/A  (max =   0.00 W)
pkg:              N/A  (max =   0.00 W, crit = 400.00 W)
card:         30.02 kJ
pkg:          12.04 kJ

spd5118-i2c-1-53
Adapter: SMBus PIIX4 adapter port 0 at 0b00
temp1:        +28.8°C  (low  =  +0.0°C, high = +55.0°C)
                       (crit low =  +0.0°C, crit = +85.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +41.4°C
Tccd1:        +32.1°C
Tccd2:        +31.8°C

nvme-pci-0d00
Adapter: PCI adapter
Composite:    +28.9°C  (low  = -273.1°C, high = +89.8°C)
                       (crit = +94.8°C)
Sensor 1:     +35.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +28.9°C  (low  = -273.1°C, high = +65261.8°C)

r8169_0_b00:00-mdio-0
Adapter: MDIO adapter
temp1:        +39.0°C  (high = +120.0°C)

nct6687-isa-0a20
Adapter: ISA adapter

Getötet
 
So sieht es auch bei meinem ASRock Board aus.
Mit keinem Linux OS welches ich getestet habe wird die Lüfterdrehzahl angezeigt.

Die ganzen Tipps habe ich schon durch, aber ohne Erfolg.
mt7921_phy0-pci-0700
Adapter: PCI adapter
temp1: +48.0°C

r8169_0_800:00-mdio-0
Adapter: MDIO adapter
temp1: +45.0°C (high = +120.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tctl: +55.9°C
Tccd1: +44.4°C

nvme-pci-0100
Adapter: PCI adapter
Composite: +46.9°C (low = -40.1°C, high = +89.8°C)
(crit = +93.8°C)
Sensor 1: +62.9°C (low = -273.1°C, high = +65261.8°C)
Sensor 2: +48.9°C (low = -273.1°C, high = +65261.8°C)

spd5118-i2c-8-52
Adapter: SMBus PIIX4 adapter port 0 at 0b00
temp1: +45.5°C (low = +0.0°C, high = +55.0°C)
(crit low = +0.0°C, crit = +85.0°C)

spd5118-i2c-8-50
Adapter: SMBus PIIX4 adapter port 0 at 0b00
temp1: +42.5°C (low = +0.0°C, high = +55.0°C)
(crit low = +0.0°C, crit = +85.0°C)

amdgpu-pci-0c00
Adapter: PCI adapter
vddgfx: 989.00 mV
vddnb: 1.19 V
edge: +51.0°C
PPT: 5.00 mW
sclk: 600 MHz

Bildschirmfoto_20250915_142829.png
 
  • Gefällt mir
Reaktionen: linuxnutzer
Tanzmusikus schrieb:
journalctl | grep "nct6687"

Da kommt ganz lange nichts. Vorher vielleicht Neustart machen?

Der_Rolf schrieb:
Mit keinem Linux OS welches ich getestet habe wird die Lüfterdrehzahl angezeigt.

Ich hatte aber schon mal eine Anzeige. Problem ist, dass die Anzeigen zufällig sind.

Code:
$ inxi -s
Getötet

Inxi und Sensors zeigten schon was an.
 
❯ inxi -s
Sensors:
System Temperatures: cpu: 53.9 C mobo: 45.2 C gpu: amdgpu temp: 49.0 C
Fan Speeds (rpm): N/A

Die eigentliche Drehzahl ist mir jetzt nicht sooo wichtig.
Ich probiere nur immer mal gerne was aus.
So als Herausforderung. :)
 
Der_Rolf schrieb:
Fan Speeds (rpm): N/A

Kenne ich, manchmal da, manchmal nicht, genauso mobo, cpu ist eigentlich immer da

Tanzmusikus schrieb:
journalctl | grep "nct6687"

module verification failed: signature and/or required key missing - tainting kernel

Code:
~# journalctl | grep "nct6687"
Sep 13 19:35:37 k1.local sudo[9239]:       ab : TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:09:32 k1.local sudo[10808]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/apt install -y debhelper dkms
Sep 14 19:09:34 k1.local sudo[11174]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/apt-get install -y dh-dkms
Sep 14 19:14:41 k1.local sudo[11861]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/dpkg -i ../nct6687d-dkms_20250823-100235_all.deb
Sep 14 19:16:00 k1.local sudo[12974]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/sbin/sensors-detect --auto
Sep 14 19:22:19 k1.local sudo[13496]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/sbin/sensors-detect --auto
Sep 14 19:22:25 k1.local sudo[13541]:       ab : TTY=pts/1 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:22:25 k1.local kernel: nct6687: loading out-of-tree module taints kernel.
Sep 14 19:22:25 k1.local kernel: nct6687: module verification failed: signature and/or required key missing - tainting kernel
Sep 14 19:22:27 k1.local kernel: nct6687: Found NCT6687D or compatible chip at 0x004e:0x0a20
Sep 14 19:22:27 k1.local kernel: nct6687 nct6687.2592: NCT6687D EC firmware version 0.0 build 11/13/24
Sep 14 19:54:27 k1.local sudo[9183]:       ab : 1 incorrect password attempt ; TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:54:42 k1.local sudo[9200]:       ab : 1 incorrect password attempt ; TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:55:03 k1.local sudo[9224]:       ab : TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:55:03 k1.local kernel: nct6687: loading out-of-tree module taints kernel.
Sep 14 19:55:03 k1.local kernel: nct6687: module verification failed: signature and/or required key missing - tainting kernel
Sep 14 19:55:04 k1.local kernel: nct6687: Found NCT6687D or compatible chip at 0x004e:0x0a20
Sep 14 19:55:04 k1.local kernel: nct6687 nct6687.2592: NCT6687D EC firmware version 0.0 build 11/13/24
Sep 14 19:55:13 k1.local sudo[9303]:       ab : TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 14 19:55:19 k1.local sudo[9321]:       ab : TTY=pts/0 ; PWD=/home/ab/Schreibtisch ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 15 13:27:38 k1.local sudo[13456]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/apt install -y debhelper dkms
Sep 15 13:27:39 k1.local sudo[13575]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/apt-get install -y dh-dkms
Sep 15 13:28:06 k1.local sudo[13814]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/dpkg -i ../nct6687d-dkms_20250823-100235_all.deb
Sep 15 13:28:51 k1.local sudo[15337]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/sbin/modprobe nct6687
Sep 15 13:28:51 k1.local kernel: nct6687: loading out-of-tree module taints kernel.
Sep 15 13:28:51 k1.local kernel: nct6687: module verification failed: signature and/or required key missing - tainting kernel
Sep 15 13:28:52 k1.local kernel: nct6687: Found NCT6687D or compatible chip at 0x004e:0x0a20
Sep 15 13:28:52 k1.local kernel: nct6687 nct6687.2592: NCT6687D EC firmware version 0.0 build 11/13/24
Sep 15 13:29:14 k1.local sudo[15463]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/sbin/sensors-detect --auto
Sep 15 13:29:34 k1.local sudo[15521]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/sensors
Sep 15 13:29:34 k1.local kernel:  show_fan_label+0x2b/0x40 [nct6687]
Sep 15 13:29:34 k1.local kernel: Modules linked in: cpuid nct6687(OE) rfcomm snd_seq_dummy snd_hrtimer uhid cmac algif_hash algif_skcipher af_alg bnep binfmt_misc dm_crypt mei_gsc_proxy mei_gsc mei_me pmt_telemetry pmt_crashlog mei pmt_class qrtr_mhi input_leds nls_iso8859_1 xfs amdgpu joydev mac_hid amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi xe snd_hda_intel qrtr snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_vsec snd_usb_audio ath12k drm_gpuvm amdxcp snd_hda_core snd_usbmidi_lib gpu_sched drm_panel_backlight_quirks snd_hwdep btusb drm_buddy snd_ump drm_ttm_helper btrtl snd_seq_midi edac_mce_amd ttm snd_seq_midi_event btintel qmi_helpers drm_exec snd_rawmidi kvm_amd btbcm mac80211 btmtk drm_suballoc_helper snd_pcm spd5118 kvm snd_seq bluetooth mc drm_display_helper irqbypass snd_seq_device cfg80211 rapl snd_timer wmi_bmof k10temp cec snd i2c_piix4 libarc4 rc_core ccp i2c_smbus i2c_algo_bit soundcore mhi gpio_amdpt sch_fq_codel msr parport_pc ppdev lp parport nvme_fabrics nvme_keyring efi_pstore nfnetlink
Sep 15 13:29:51 k1.local sudo[15601]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/sensors
Sep 15 13:29:52 k1.local kernel:  show_fan_label+0x2b/0x40 [nct6687]
Sep 15 13:29:52 k1.local kernel: Modules linked in: cpuid nct6687(OE) rfcomm snd_seq_dummy snd_hrtimer uhid cmac algif_hash algif_skcipher af_alg bnep binfmt_misc dm_crypt mei_gsc_proxy mei_gsc mei_me pmt_telemetry pmt_crashlog mei pmt_class qrtr_mhi input_leds nls_iso8859_1 xfs amdgpu joydev mac_hid amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi xe snd_hda_intel qrtr snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_vsec snd_usb_audio ath12k drm_gpuvm amdxcp snd_hda_core snd_usbmidi_lib gpu_sched drm_panel_backlight_quirks snd_hwdep btusb drm_buddy snd_ump drm_ttm_helper btrtl snd_seq_midi edac_mce_amd ttm snd_seq_midi_event btintel qmi_helpers drm_exec snd_rawmidi kvm_amd btbcm mac80211 btmtk drm_suballoc_helper snd_pcm spd5118 kvm snd_seq bluetooth mc drm_display_helper irqbypass snd_seq_device cfg80211 rapl snd_timer wmi_bmof k10temp cec snd i2c_piix4 libarc4 rc_core ccp i2c_smbus i2c_algo_bit soundcore mhi gpio_amdpt sch_fq_codel msr parport_pc ppdev lp parport nvme_fabrics nvme_keyring efi_pstore nfnetlink
Sep 15 13:30:47 k1.local sudo[15663]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/journalctl
Sep 15 13:33:18 k1.local sudo[15979]:       ab : TTY=pts/0 ; PWD=/home/ab/nct6687d ; USER=root ; COMMAND=/usr/bin/sensors
Sep 15 13:33:18 k1.local kernel:  show_fan_label+0x2b/0x40 [nct6687]
Sep 15 13:33:18 k1.local kernel: Modules linked in: cpuid nct6687(OE) rfcomm snd_seq_dummy snd_hrtimer uhid cmac algif_hash algif_skcipher af_alg bnep binfmt_misc dm_crypt mei_gsc_proxy mei_gsc mei_me pmt_telemetry pmt_crashlog mei pmt_class qrtr_mhi input_leds nls_iso8859_1 xfs amdgpu joydev mac_hid amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi xe snd_hda_intel qrtr snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_vsec snd_usb_audio ath12k drm_gpuvm amdxcp snd_hda_core snd_usbmidi_lib gpu_sched drm_panel_backlight_quirks snd_hwdep btusb drm_buddy snd_ump drm_ttm_helper btrtl snd_seq_midi edac_mce_amd ttm snd_seq_midi_event btintel qmi_helpers drm_exec snd_rawmidi kvm_amd btbcm mac80211 btmtk drm_suballoc_helper snd_pcm spd5118 kvm snd_seq bluetooth mc drm_display_helper irqbypass snd_seq_device cfg80211 rapl snd_timer wmi_bmof k10temp cec snd i2c_piix4 libarc4 rc_core ccp i2c_smbus i2c_algo_bit soundcore mhi gpio_amdpt sch_fq_codel msr parport_pc ppdev lp parport nvme_fabrics nvme_keyring efi_pstore nfnetlink
Sep 15 15:15:54 k1.local kernel:  show_fan_label+0x2b/0x40 [nct6687]
Sep 15 15:15:54 k1.local kernel: Modules linked in: cpuid nct6687(OE) rfcomm snd_seq_dummy snd_hrtimer uhid cmac algif_hash algif_skcipher af_alg bnep binfmt_misc dm_crypt mei_gsc_proxy mei_gsc mei_me pmt_telemetry pmt_crashlog mei pmt_class qrtr_mhi input_leds nls_iso8859_1 xfs amdgpu joydev mac_hid amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi xe snd_hda_intel qrtr snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_vsec snd_usb_audio ath12k drm_gpuvm amdxcp snd_hda_core snd_usbmidi_lib gpu_sched drm_panel_backlight_quirks snd_hwdep btusb drm_buddy snd_ump drm_ttm_helper btrtl snd_seq_midi edac_mce_amd ttm snd_seq_midi_event btintel qmi_helpers drm_exec snd_rawmidi kvm_amd btbcm mac80211 btmtk drm_suballoc_helper snd_pcm spd5118 kvm snd_seq bluetooth mc drm_display_helper irqbypass snd_seq_device cfg80211 rapl snd_timer wmi_bmof k10temp cec snd i2c_piix4 libarc4 rc_core ccp i2c_smbus i2c_algo_bit soundcore mhi gpio_amdpt sch_fq_codel msr parport_pc ppdev lp parport nvme_fabrics nvme_keyring efi_pstore nfnetlink
Sep 15 15:15:54 k1.local kernel:  show_fan_label+0x2b/0x40 [nct6687]
Sep 15 15:15:54 k1.local kernel: Modules linked in: cpuid nct6687(OE) rfcomm snd_seq_dummy snd_hrtimer uhid cmac algif_hash algif_skcipher af_alg bnep binfmt_misc dm_crypt mei_gsc_proxy mei_gsc mei_me pmt_telemetry pmt_crashlog mei pmt_class qrtr_mhi input_leds nls_iso8859_1 xfs amdgpu joydev mac_hid amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi xe snd_hda_intel qrtr snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_vsec snd_usb_audio ath12k drm_gpuvm amdxcp snd_hda_core snd_usbmidi_lib gpu_sched drm_panel_backlight_quirks snd_hwdep btusb drm_buddy snd_ump drm_ttm_helper btrtl snd_seq_midi edac_mce_amd ttm snd_seq_midi_event btintel qmi_helpers drm_exec snd_rawmidi kvm_amd btbcm mac80211 btmtk drm_suballoc_helper snd_pcm spd5118 kvm snd_seq bluetooth mc drm_display_helper irqbypass snd_seq_device cfg80211 rapl snd_timer wmi_bmof k10temp cec snd i2c_piix4 libarc4 rc_core ccp i2c_smbus i2c_algo_bit soundcore mhi gpio_amdpt sch_fq_codel msr parport_pc ppdev lp parport nvme_fabrics nvme_keyring efi_pstore nfnetlink
Ergänzung ()

linuxnutzer schrieb:
manchmal da, manchmal nicht,

Code:
inxi -s
Sensors:
  System Temperatures: cpu: 39.9 C mobo: N/A gpu: amdgpu temp: 36.0 C
  Fan Speeds (rpm): N/A

Nach modproble ohne Meldung:

Adapter: ISA adapter
Getötet
Ergänzung ()

Ich hänge mal nct6687.c an.
 

Anhänge

Zuletzt bearbeitet:
Wahrscheinlich stimmt durch die Änderung der beiden Werte die Checksumme nicht mehr.
Dazu müsste weiter recherchiert werden.

Ich hab selbst das Problem, dass nicht alle Sensoren angezeigt werden.
Hab das aber noch nicht mit HWiNFO64 unter Windows verglichen...



Außerdem blinken die rpm-Werte bei mir, was auf fehlende PWM-Unterstützung zurückzuführen wäre.
Ich könnte also statt "nct6779" mal den "nct6775" o.s.ä. ausprobieren.

Bei dir @linuxnutzer gibt es ja auch diese Unterscheidung (3-Pin DC-FAN = nct6683 ... sowie 4-Pin PWM-FAN = nct6687).



Code:
pwmconfig
[sudo] Password ...
# pwmconfig version 3.6.2
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.

Found the following devices:
   hwmon0 is nvme
   hwmon1 is nvme
   hwmon2 is nvme
   hwmon3 is amdgpu
   hwmon4 is k10temp
   hwmon5 is nct6779

Found the following PWM controls:

   hwmon3/pwm1           current value: 51
hwmon3/pwm1 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n)

   hwmon5/pwm1           current value: 0
hwmon5/pwm1 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) 
   hwmon5/pwm2           current value: 255
hwmon5/pwm2 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) 

   hwmon5/pwm3           current value: 0
hwmon5/pwm3 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) 

   hwmon5/pwm4           current value: 204
hwmon5/pwm4 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) 

   hwmon5/pwm5           current value: 0
hwmon5/pwm5 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) 

There are no usable PWM outputs.

Du könntest das Ganze auch nochmals probieren, indem vorher das DKMS Modul deinstalliert wird.
 
  • Gefällt mir
Reaktionen: linuxnutzer
Tanzmusikus schrieb:
Bei dir @linuxnutzer gibt es ja auch diese Unterscheidung (3-Pin DC-FAN = nct6683 ... sowie 4-Pin PWM-FAN = nct6687).

Code:
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed

Stimmt natürlich nicht, alle können PWM.

Tanzmusikus schrieb:

Ubuntu 25.10 ist so nahe, ich warte darauf. Ich trau mich nicht an Experimente, wo soviel hakt.

Wie deinstalliere das selber kompilierte Modul richtig?
 
linuxnutzer schrieb:
Stimmt natürlich nicht, alle können PWM.
Ja & Nein.

There are no pwm-capable sensor modules installed
Übersetzung: "Es sind keine PWM-fähigen Sensormodule installiert"
Ja, wenn die Hardware-Sensormodule gemeint sind.
Nein, wenn die Software-Sensormodule gemeint sind.
😉

Ich meinte in meinem letzten Post übrigens die Software-Sensormodule, also den "nct6xxx".


linuxnutzer schrieb:
Wie deinstalliere das selber kompilierte Modul richtig?
Steht in einer der von mir verlinkten Webseiten.
 
Ich fürchte mit (X)Ubuntu 25.10-Beta in der Live version kommt man auch nicht viel weiter, aber es ist besser geworden.

25.10-modul.jpg


Der NCT-Treiber wird also von sensors-detect erkannt.

Inxi hat gerade Lust mehr anzuzeigen, aber nicht alles.

25.10-inxi.jpg


Das Problem wird sicher sein, dass es zu wenig Fans gibt. In der Live-Version habe ich mit sensors keine "hohen" Fans gesehen.
 
Zuletzt bearbeitet:
Du kannst das nicht in der PE/Live/ISO ausprobieren.
Du musst das im laufenden System auf deiner realen Hardware tun. Das ist meine gestrige Erfahrung.
Ob der nct-Treiber dann vorhanden ist, weiß ich nicht. Zumindest der nct6683 wird ja bereits unterstützt.
Leider nur 3-Pin FAN Unterstützung damit, soweit ich das richtig verstanden habe. Für PWM braucht's vermutlich den nct6687. Sicher bin ich mir aber nicht.

Ich würde mich an deiner Stelle an den MSI Support wenden.
 
  • Gefällt mir
Reaktionen: linuxnutzer
Also warten wir mal ab bis 24.10 offiziell erscheint. Morgen ist ja Kernel Freeze.

Tanzmusikus schrieb:
Zumindest der nct6683 wird ja bereits unterstützt

Unter 24.04 hatte ich keinen einzigen nct, der von lm-sensors angezeigt wurde. Das ist der Unterschied.

Ich experimentiere dann mit dem 2. PC mit diesem Board.
 
linuxnutzer schrieb:
Also warten wir mal ab bis 24.10 offiziell erscheint.
Da kannste laaaaaaaaaaaaaaaaaange warten...

... oder zu Deutsch: "Der Zug ist abgefahren."
 
Zuletzt bearbeitet: (kleine Korrektur)
  • Gefällt mir
Reaktionen: linuxnutzer
Zurück
Oben