Hi,
I'm having trouble with PPP on LS1012A Ubuntu
# pppd
Couldn't open the /dev/ppp device: No such device or address
pppd: Please load the ppp_generic kernel module.
# cat /boot/modules/5.15.71+g95448dd0dc9b/modules.* | grep ppp
no results
ls -R /boot/modules/5.15.71+g95448dd0dc9b | grep ppp
no results
I tried add following line to build_ls1012ardb/conf/local.conf
IMAGE_INSTALL:append = " ppp"
After that bitbake spits error:
And continue with this error even after I removed that line and clean build:
Error: Transaction test error:
file /usr/sbin/update-rc.d conflicts between attempted installs of update-rc.d-0.8-r0.noarch and ubuntu-main-22.04.1-r0.aarch64
file /usr/sbin/service conflicts between attempted installs of init-system-helpers-service-1.62-r0.aarch64 and ubuntu-main-22.04.1-r0.aarch64
Full log: https://pastebin.com/GEMaNp3H
Solved! Go to Solution.
It seems I resolved the issue by updating repo with
$repo sync