Kernel Module PPP (solved)

Hello,

When I would like to start my PPP connection my Kernel says missing Module:

Couldn’t open the /dev/ppp device: No such file or directory
FATAL: Module ppp_generic not found in directory /lib/modules/4.19.193-2-rockchip-g7cf7399ddb5c-ab679
ERROR: could not open directory /lib/modules/4.19.193-2-rockchip-g7cf7399ddb5c-ab679
pppd: You need to create the /dev/ppp device node by
executing the following command as root:
mknod /dev/ppp c 108

Could you please add support this PPP Kernel module to the next build please?

I think PPP kernel module is added since kernel 4.19.193-11.

Would you please upgrade kernel to the latest version, 4.19.193-31?

Try the following commands.

sudo rm /var/lib/apt/lists/apt.radxa.com* # optional
sudo apt update
sudo apt install -y linux-4.19-rock-3-latest

Yes. In kernel 4.19.193-31 it works!!
Thanks!