Marcelo Luiz de Laia wrote: > Dear Marek, You can call me with my first name, I know this is confusing. I will add you to my internal list of people that exchanged my name and surname :) Ok this is telling you to load lm80. But this is not correct. You have integrated via686a on your board. This chip has no assigned address but you can fix it. And because you are using old kernel you cant use i2c-viapro and via686a at the same time. So all you need is todo: rmmod lm80 rmmod i2c-viapro modprobe i2c-isa modprobe via686a force_addr=0x6000 sensors So all you need to ensure is: load i2c-isa via686a with force parameter, DO NOT load i2c-viapro > Thank you very much no problem :) Rudolf