Power & Source of Big Ideas

I have a Nanopi NEO with kernel: Linux NEO 4.11.2 #266 SMP Thu Jun 29 17:46:10 CST 2017 armv7l armv7l armv7l GNU/Linux I want to setup traffic shaping. with wondershaper eth0 512 512 I get the error message: RTNETLINK answers: Operation not supported When using a script e.g. the following errors: + ...
I have implemented WiringNP on my NanoPi NEO according to FriendlyARM wiki: http://wiki.friendlyarm.com/wiki/index.php?title=WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C&redirect=no= When I test example isr.c or isr-osc.c (or any other code with wiringPiISR function) the following fatal...
I have installed following standard image on my NanoPi Neo 1.2 http://www.mediafire.com/file/g4wwv8u4gl94t4l/nanopi-neo_ubuntu-core-xenial_4.11.2_20170705.img.zip Output and GPIO.input are ok. But neither function add_event_detect nor function wait_for_edge is working. No event is triggered by any i...