:: Re: [DNG] To use a preconfigured (5…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: aitor
Date:  
À: Mario Marietto
CC: dng
Sujet: Re: [DNG] To use a preconfigured (5.4 / Ubuntu) kernel config file to recompile the (5.4) kernel for Devuan.
Hi Mario,

On 19/8/23 23:43, Mario Marietto wrote:

> root@devuan:~# modprobe tunmodprobe: FATAL: Module tun not found in
> directory /lib/modules/5.4.244-stb-cbe


I guess that you'll need to set the variables:

CONFIG_TUN=m
CONFIG_TAP=m

and rebuild the kernel with the values "m" (loadable module) or "yes" (enabled).

Cheers,

Aitor.