Upgrade to 1.8, no more temp sensors - lm-sensors

tbardin

Renowned Member
Nov 2, 2009
16
0
66
Hi there,

Yesterday, I upgraded from proxmox 1.5 to 1.8 (fresh reinstall). I was able to monitor temp with 1.5 thanks to lm_sensors (it87 module loaded).
With my brand new 1.8 install, I can't load the it87 module anymore !!!

Here is what I get when I try to load ot87 module :
Code:
FATAL: Error inserting it87 (/lib/modules/2.6.32-4-pve/kernel/drivers/hwmon/it87.ko): Device or resource busy
Could you help me ??

pveversion -v :
Code:
pve-manager: 1.8-15 (pve-manager/1.8/5754)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-32
pve-kernel-2.6.32-4-pve: 2.6.32-32
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-3
ksm-control-daemon: 1.0-5
Motherbard : Asus M2N68-AM+
CPU : AMD Athlon(tm) 7750
 
Hi there,

Yesterday, I upgraded from proxmox 1.5 to 1.8 (fresh reinstall). I was able to monitor temp with 1.5 thanks to lm_sensors (it87 module loaded).
With my brand new 1.8 install, I can't load the it87 module anymore !!!

Here is what I get when I try to load ot87 module :
Code:
FATAL: Error inserting it87 (/lib/modules/2.6.32-4-pve/kernel/drivers/hwmon/it87.ko): Device or resource busy
Could you help me ??

pveversion -v :
Code:
pve-manager: 1.8-15 (pve-manager/1.8/5754)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-32
pve-kernel-2.6.32-4-pve: 2.6.32-32
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-3
ksm-control-daemon: 1.0-5
Motherbard : Asus M2N68-AM+
CPU : AMD Athlon(tm) 7750
Hi,
works for me without module-load. But other mainboard
Code:
# apt-get install lm-sensors
# sensors
lm87-i2c-0-2e
Adapter: SFC4000 GPIO
+2.5V:       +1.81 V  (min =  +1.61 V, max =  +1.99 V)   
VCore:       +1.20 V  (min =  +1.07 V, max =  +1.32 V)   
+3.3V:       +3.30 V  (min =  +2.96 V, max =  +3.64 V)   
+5V:         +0.00 V  (min =  +0.00 V, max =  +6.64 V)   
+12V:       +11.62 V  (min = +10.75 V, max = +14.00 V)   
in5:         +1.00 V  (min =  +0.89 V, max =  +1.11 V)   
in6:         +0.23 V  (min =  +0.00 V, max =  +2.49 V)   
in7:         +1.49 V  (min =  +1.35 V, max =  +1.65 V)   
M/B Temp:    +23.0°C  (low  =  +0.0°C, high = +75.0°C)  
                      (crit = +70.0°C)                  
CPU Temp:    +31.0°C  (low  =  +0.0°C, high = +90.0°C)  
                      (crit = +85.0°C)                  
cpu0_vid:   +0.775 V

k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +19.9°C  (high = +70.0°C, crit = +90.0°C)
What shows "lsmod" is the module allready loaded?

Udo
 
Hi,

Here is the output of a lsmod :
Code:
Module                  Size  Used by
k8temp                  3283  0
i2c_dev                 4437  0
tun                    12299  8
kvm_amd                31750  7
kvm                   213640  1 kvm_amd
vzethdev                7189  0
vznetdev               17967  1
simfs                   2991  1
vzrst                 108222  0
vzcpt                  95266  0
vzdquota               34774  1 [permanent]
vzmon                  16221  5 vzethdev,vznetdev,vzrst,vzcpt
vzdev                   1824  4 vzethdev,vznetdev,vzdquota,vzmon
xt_tcpudp               2319  0
xt_length               1164  0
xt_hl                   1313  0
xt_tcpmss               1401  0
xt_TCPMSS               2935  0
iptable_mangle          2881  0
iptable_filter          2322  0
xt_multiport            2267  0
xt_limit                1782  0
xt_dscp                 1805  0
ipt_REJECT              1953  0
ip_tables              14123  2 iptable_mangle,iptable_filter
x_tables               13117  10 xt_tcpudp,xt_length,xt_hl,xt_tcpmss,xt_TCPMSS,x                                                                             t_multiport,xt_limit,xt_dscp,ipt_REJECT,ip_tables
ib_iser                24210  0
rdma_cm                20582  1 ib_iser
ib_cm                  26224  1 rdma_cm
iw_cm                   6275  1 rdma_cm
ib_sa                  16199  2 rdma_cm,ib_cm
ib_mad                 29825  2 ib_cm,ib_sa
ib_core                40679  6 ib_iser,rdma_cm,ib_cm,iw_cm,ib_sa,ib_mad
ib_addr                 4389  1 rdma_cm
iscsi_tcp               8017  0
libiscsi_tcp           10898  1 iscsi_tcp
libiscsi               29206  3 ib_iser,iscsi_tcp,libiscsi_tcp
scsi_transport_iscsi    24844  4 ib_iser,iscsi_tcp,libiscsi
bridge                 40294  0
stp                     1440  1 bridge
hwmon_vid               1828  0
snd_hda_codec_realtek   235570  1
asus_atk0110            7686  0
snd_hda_intel          19939  0
parport_pc             18855  0
parport                27938  1 parport_pc
snd_hda_codec          54244  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5396  1 snd_hda_codec
snd_pcm                60519  2 snd_hda_intel,snd_hda_codec
snd_timer              15550  1 snd_pcm
button                  4682  0
pcspkr                  1699  0
serio_raw               3768  0
psmouse                49841  0
processor              29759  0
k10temp                 2715  0
evdev                   7368  0
snd                    46398  6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_code                                                                             c,snd_hwdep,snd_pcm,snd_timer
soundcore               4598  1 snd
snd_page_alloc          6137  2 snd_hda_intel,snd_pcm
i2c_nforce2             5280  0
edac_core              29261  0
edac_mce_amd            6337  0
i2c_core               15739  2 i2c_dev,i2c_nforce2
ext3                  105510  3
jbd                    36509  1 ext3
mbcache                 5050  1 ext3
dm_mirror              10827  0
dm_region_hash          6584  1 dm_mirror
dm_log                  7381  2 dm_mirror,dm_region_hash
dm_snapshot            18289  0
usbhid                 32892  0
hid                    63081  1 usbhid
pata_amd                9869  0
sata_nv                19070  2
8139cp                 15621  0
8139too                17757  0
mii                     3210  2 8139cp,8139too
ata_generic             3047  0
ehci_hcd               31473  0
ohci_hcd               19087  0
usbcore               121986  4 usbhid,ehci_hcd,ohci_hcd
nls_base                6377  1 usbcore
libata                132912  3 pata_amd,sata_nv,ata_generic
forcedeth              45336  0
thermal                11754  0
fan                     3362  0
thermal_sys            11942  3 processor,thermal,fan
 
[SOLVED] Re: Upgrade to 1.8, no more temp sensors - lm-sensors

Hi all,

I added "acpi_enforce_resources=lax" at the end of the kernel selection line in /boot/grub/menu.lst.

SUCCESS.

Thank you everyone.