How to implement 1-Wire DS18B20 sensor on ODESSEY X86J4105

Hi all!

For couple of days i’m trying to connect DS18B20 on my ODESSEY X86J4105 using 1-Wire connection. I’ve configure:
w1-gpio
w1-therm

Using sudoedit /etc/modules, then i’ve configured RPI-completable pinout in BIOS. Now i can use i2c devices as on RPI, but have some troubles with ds18b20, because it’s not detecting on /sys/bus/w1/devices

How i can activate 1-Wire on my pc? Maybe is possible to take direct access to sensors via python? I need to recive data from 5 sensors on 1-Wire port.