Hi Dieter, > I am using several Tyan Tiger 2460 motherboards since quite a while. And I am > observing a strange behaviour someone in the list (might) have a clue about. > > I am reading the sensors data periodically every 10 seconds. After an > undefined time (maybe one week, maybe one day, maybe three weeks) sensors > "hangs" after start and cannot be killed any more. A manual call to sensors > ends in a hang as well (of sensors, the board is running on). > > What is my configuration: > I am loading > MODULE_0=i2c-amd756 > MODULE_1=i2c-isa > MODULE_2=w83781d > MODULE_3=eeprom > MODULE_4=w83627hf > (in this sequence). > > By recommendation from Tyan I use the line: > options w83781d force_w83782d=0,0x2d force_subclients=0,0x2d,0x48,0x49 > force_w83627hf=0,0x2c force_subclients=0,0x2c,0x4a,0x4b init=0 > > in /etc/modprobe.conf.local This doesn't make much sense. You ask the w83781d driver to take care of the W83627HF chip, but also load the w83627hf driver. Both drivers will attempt to handle the same chip, this might explain the deadlock. I'd suggest that you try without loading the w83627hf driver. If the w83781d driver is able to handle both chips (the W83782D and the W83627HF) then the w83627hf driver is not needed at all. -- Jean Delvare