08-13-2016, 07:26 AM
First, check if you have the w1-gpio.ko and w1_therm.ko modules in your kernel /lib/modules tree.
If not, you would have to compile a new kernel with the following flag :
CONFIG_W1=m
CONFIG_W1_MASTER_GPIO=m
CONFIG_W1_SLAVE_THERM=m
Maybe longsleep should enable them by default in his builds.
If not, you would have to compile a new kernel with the following flag :
CONFIG_W1=m
CONFIG_W1_MASTER_GPIO=m
CONFIG_W1_SLAVE_THERM=m
Maybe longsleep should enable them by default in his builds.