11-28-2016, 08:08 PM
(11-27-2016, 03:39 PM)martinayotte Wrote: You should also see w1_therm while doing lsusb.
You should not only see w1_master_driver in /sys/bus/w1/devices, but also devices such 28-000005a2fac5
Do you have a 4K7 Pull-Up on the data line ?
ok i did a modprobe w1_therm and now have that in lsmod
wire 23744 2 w1_gpio,w1_therm
i don't see any more entries like 28-000005a2fac5 under /sys/bus/w1/devices/. (i know it should be a unique device id for the sensor) I do have a 4k Pull-Up as this is how i got it to work with the Raspberry pi. Do i need something else besides the kernel? Are there other things that need to be executed while booting?
I'm using a fedora beta release i found here on the forum with the longsleep kernel. What version are you using? I can give that a try.
Thanks