Após instalar com sucesso lm-sensors
no meu Turnkey Linux , eu chamei sensors-detect
. Infelizmente, informa que não é possível detectar nenhum sensor . Eu tentei o script de 2010 que vem com a minha distro Turnkey, também eu baixei o atual.
Eu corro um kernel Linux 2.6.32-5-686 em um bom e velho Dell D400 Latitude - um "Intel Pentium M 1.8GHz" dentro (família 6, modelo 13, passo 6) , como dito por /proc/cpuinfo
. Eu reúno que coretemp
seria o driver de escolha.
Parece que o ponto chave é que o módulo do kernel coretemp
não é fint e dispositivos. Se eu executar modprobe coretemp
, diz
FATAL: error inserting coretemp (.../coretemp.ko): No such device
O que "dispositivo" significa? Este é o driver correto?
Eu obtenho alguns em /proc/acpi/thermal_zone/THM/temperature
. Mas eu suspeito que seja falso, ele sempre mostra 46 ° C. Atualmente, ele mostra valores entre 46 ° C e 47 ° C.
Também /proc/acpi/processor/CPU0/
contém informações, desta vez parece útil. Por exemplo cat info
processor id: 0
acpi id: 0
bus master control: yes
power management: yes
throttling control: yes
limit interface: yes
Fazer um echo 4 > throttling
(4 = 50%) na verdade tem o efeito de que a CPU parece estar rodando mais devagar. Eu também tentei 6
(25%) e 7 (12%). Infelizmente, o fã continua zumbindo mesmo assim.
Alguma ideia de como posso silenciar este excelente computador sem arrancar os fios (o que provavelmente não é uma boa ideia)?
Atualizar dmidecode
output
# dmidecode 2.9
SMBIOS 2.3 present.
61 structures occupying 2324 bytes.
Table at 0x000F8CF0.
Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
Vendor: Dell Computer Corporation
Version: A08
Release Date: 06/28/2005
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 512 kB
Characteristics:
ISA is supported
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
3.5"/720 KB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Handle 0x0100, DMI type 1, 25 bytes
System Information
Manufacturer: Dell Computer Corporation
Product Name: Latitude D400
Version: Not Specified
...
Wake-up Type: Power Switch
...
Handle 0x0400, DMI type 4, 32 bytes
Processor Information
Socket Designation: Microprocessor
Type: Central Processor
Family: Pentium M
Manufacturer: Intel
ID: D6 06 00 00 BF F9 E9 AF
Signature: Type 0, Family 6, Model 13, Stepping 6
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Not Specified
Voltage: 3.3 V
External Clock: 133 MHz
Max Speed: 1800 MHz
Current Speed: 1800 MHz
Status: Populated, Enabled
Upgrade: None
L1 Cache Handle: 0x0700
L2 Cache Handle: 0x0701
L3 Cache Handle: Not Provided
...
Handle 0x1B00, DMI type 27, 12 bytes
Cooling Device
Type: Fan
Status: OK
OEM-specific Information: 0x0000DD00
Handle 0x1C00, DMI type 28, 20 bytes
Temperature Probe
Description: CPU Internal Temperature
Location: Processor
Status: OK
Maximum Value: 127.0 deg C
Minimum Value 0.0 deg C
Resolution: 1.000 deg C
Tolerance: 0.5 deg C
Accuracy: Unknown
OEM-specific Information: 0x0000DC00
atualizar sensors-detect
output:
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): yes
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
Intel Core family thermal sensor... No
Intel Atom thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No
...
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family 'National Semiconductor'... No
Trying family 'SMSC'... Yes
Found unknown chip with ID 0x1011
Probing for Super-I/O at 0x4e/0x4f
Trying family 'National Semiconductor'... No
Trying family 'SMSC'... No
Trying family 'VIA/Winbond/Nuvoton/Fintek'... No
Trying family 'ITE'... No
...
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no):
Probing for 'IPMI BMC KCS' at 0xca0... No
Probing for 'IPMI BMC SMIC' at 0xca8... No
...
ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
Probing for 'National Semiconductor LM78' at 0x290... No
Probing for 'National Semiconductor LM79' at 0x290... No
Probing for 'Winbond W83781D' at 0x290... No
Probing for 'Winbond W83782D' at 0x290... No
...
Do you want to probe the I2C/SMBus adapters now? (YES/no):
Sorry, no supported PCI bus adapters found.
Module i2c-dev loaded successfully.
Sorry, no sensors were detected.