From: Xavier V. <xav...@fr...> - 2004-04-23 18:22:10
|
Hello Marco, hello list ! > In the attachment is my config file, as you can see i commented this: > #Widget SensorMB { > # class 'Text' > # expression temp_input1 > # prefix 'MB: ' > # postfix 'c' > # width 11 > # align 'R' > # update tick > #} > Because if i do this i get an segmentation fault. > [..] > Now i get no temperature on the screeny and You didn't setup it correctly. You have to call expression i2c_sensors('temp_input1') ! > i have no idea how to fix the errors on "unknown function netdev" Try to use --with-plugins=all or to add netdev plugin to your list ;) |