I'm using nanopi-neo-air_ubuntu-core-xenial_4.11.2_20170905 on a NanoPi NEO Air. Unfortunately 1-wire seems to not be supported:
This code was working with FriendlyArm's 3.something kernel (with some issues as well: thread; but at least it worked). Do you have any hints on how i can get 1-wire working with the ubuntu 4.11 kernel?
Thanks, Thomas
Code: Select all
$> sudo modprobe w1-gpio-board gpio=203
modprobe: FATAL: Module w1-gpio-board not found in directory /lib/modules/4.11.2
$> modprobe w1-gpio
modprobe: FATAL: Module w1-gpio not found in directory /lib/modules/4.11.2
This code was working with FriendlyArm's 3.something kernel (with some issues as well: thread; but at least it worked). Do you have any hints on how i can get 1-wire working with the ubuntu 4.11 kernel?
Thanks, Thomas