Anyone ever see anything like this? The hardware drivers all seem to be working. The module it87 is loaded and running 'sensors' turns up fan speeds, temperatures and voltages correctly. If I run ksysguardd and give it the command "monitors" it is missing the hardware sensors though. It (and ksysguard) does have cpu info, net traffic, etc though.
/etc/ksysguardrc seems normal to me:
Thanks for your thoughts. I'll update this if I ever get it figured out.
EDIT: ksensors work fine.
/etc/ksysguardrc seems normal to me:
Code:
# /etc/ksysguardd.conf # LogFiles: the list of all available logfiles LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log # Sensors: the list of all accessable sensors # ProcessList current processes # Memory physical memory and swap # Stat interrupts, CPU and disk throughput # NetDev throughput of network interfaces # NetStat number of TCP/UDP/ICMP/Unix sockets # Apm Advanced Power Managment # Acpi Advanced Configuration and Power Interface # CpuInfo CPU-Clock informations # LoadAvg system load values # LmSensors informations about motherboard and CPU # DiskStat partition space # LogFile local logfiles Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile
EDIT: ksensors work fine.
Comment