Is it possible that PPP support is missing in the precompiled Ubuntu Core Xenial images? I'm trying to make my NanoPi Neo connect to the internet through a cellular modem, but I get this error:
PPP seems to be installed, but not working?
I am completely new to Linux, so excuse me if I'm asking obvious stuff here.
Code: Select all
root@test:~# pon fona
Couldn't open the /dev/ppp device: No such device or address
modprobe: FATAL: Module ppp_generic not found in directory /lib/modules/4.11.2
/usr/sbin/pppd: Please load the ppp_generic kernel module.
PPP seems to be installed, but not working?
Code: Select all
root@test:/etc# apt-cache policy ppp
ppp:
Installed: 2.4.7-1+2ubuntu1
Candidate: 2.4.7-1+2ubuntu1
Version table:
*** 2.4.7-1+2ubuntu1 500
500 http://ports.ubuntu.com xenial/main armhf Packages
100 /var/lib/dpkg/status
I am completely new to Linux, so excuse me if I'm asking obvious stuff here.