Power & Source of Big Ideas

I tried looking into the available packaged versions using apt-cache search linux-headers- but it doesnt seem there's one that even comes close to this version of the kernel, so I tried installing the headers manually. I'm running Ubuntu Core 16.04 on the NEO, kernel version 3.4.39-h3. I tried getti...
Try typing in

Code: Select all

npi-config
in the terminal and going into advanced settings you'll find options for enabling i2c and spi.
Try running

Code: Select all

sudo python3 setup.py install

while you're in your virtual environment in the first place
I need to install the linux headers on the NanoPi NEO to compile a driver for the RTL8192CU wifi dongle. I'm running Ubuntu Core 16.04 on the NEO, kernel version 3.4.39-h3. I tried getting the source files from here: https://github.com/friendlyarm/h3_lichee and renamed the "linux-3.4" dire...
Did you manage to install the headers? If you did, can you please help me through it?
How did you manage to install the linux headers on the Neo?
You can access it through the RPi.GPIO_NP library:
http://wiki.friendlyarm.com/wiki/index. ... ith_Python
It's not working properly, and because of that I can't set a vpn interface in the network parameters, here's what I have tried: root@NanoPi-NEO:~# ls /dev/net/tun /dev/net/tun root@NanoPi-NEO:~# sudo modprobe tun FATAL: Module tun not found in in directory /lib/modules/4.11.2 root@NanoPi-NEO:~# sudo...