著者: aitor 日付: To: Mario Marietto CC: dng 題目: 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).