传感器检测未检测到

传感器检测未检测到

我正在尝试在 Debian6 64 位中运行sensors-detect,我得到:

抱歉,未检测到传感器。您的系统没有传感器,或者它们不受支持,或者它们连接到不受支持的 I2C 或 SMBus 适配器。

传感器小程序以及传感器 cpu 均正确运行


    root@debian:/# dmesg | grep -i error 
[ 0.558964] ACPI Error (psargs-0359): [RAMB] Namespace lookup failure, AE_NOT_FOUND 
[ 7.537292] PM: Error -22 checking image file 
[ 9.581500] nouveau: probe of 0000:01:00.0 failed with error -22

root@debian:/# lspci
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09)
00:02.0 Display controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 7 (rev b5)
00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 1244 (rev a1)
01:00.1 Audio device: nVidia Corporation Device 0bee (rev a1)
03:00.0 USB Controller: Device 1b21:1042
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
05:00.0 PCI bridge: Device 1b21:1080 (rev 01)

我只得到以下运行传感器:

root@debian:/# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +27.8°C  (crit = +99.0°C)                  
temp2:       +29.8°C  (crit = +99.0°C)

通过这个建议的脚本(http://dl.lm-sensors.org/lm-sensors/files/sensors-detect),传感器检测似乎找到了更多,我重新启动Debian,或者启动服务lm-sensor并我在传感器上得到相同的输出

相关内容