Hi there Reallife, please give us more info about what you're looking for - since I haven't understood
Hi Andrea, TUN/TAP is a virtual network interface for VPN Connections. http://udoo.org/forum/threads/openvpn-tun-tap-devices.430/ On my UDOO Quad it works fine.
You could try my custom kernel that has tun enabled among some other things... https://www.tiny-dev.com/udoo/kernel/ Quick installation guide (as root, sudo su -) cd /boot mv zImage zImage.orig wget "https://www.tiny-dev.com/udoo/kernel/zImage" wget "https://www.tiny-dev.com/udoo/kernel/System.map-3.14.56-g33791e5" curl https://www.tiny-dev.com/udoo/kernel/modules.tar.bz2 |tar -xvjf - -C / reboot If you want to keep using a custom kernel I suggest you remove the kernel packages so that your custom kernel isn't replaced with an apt-get upgrade / dist-upgrade Edit: Once booted you can check the kernel configuration I used running zcat /proc/config.gz
My congratulations Xykon! Great! If this is tested and works you could make a pull request to our kernel and add config to the file udoo_neo_devconfig, could you?
Hi, I'd be happy to do this pull request. On what branch should it be done to get this into an official udoo neo image ? Is this the one : imx_3.14.28_1.0.0_ga_neo Are you building kernels in the official images based on the config below : https://github.com/UDOOboard/linux_....0_ga_neo/arch/arm/configs/udoo_neo_defconfig
Dear dewaele, we have already implemented this feature actually. The official kernel is this one: https://github.com/UDOOboard/linux_kernel That's the config, the one on the default branch of the repo