scaleway / kernel-tools

:penguin: Kernels on Scaleway
http://devhub.scaleway.com/#/bootscripts
MIT License
104 stars 36 forks source link

No TUN module (ARM C1 server) #377

Open stayen opened 6 years ago

stayen commented 6 years ago

I was advised to use mainline bootscripts, to make use of TUN. However, 4.4.127 failed to boot with Ubuntu 14.04, and 4.9.93 seems to lack TUN support:

# ls /lib/modules/4.9.93-mainline-rev1/kernel/drivers/net | grep tun
# modprobe tun
# lsmod
    Module                  Size  Used by
#

Is TUN module actually supported for C1 kernels?