LS1012A Yocto kirkstone 5.15 ubuntu 20.04 PPP is not working

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1012A Yocto kirkstone 5.15 ubuntu 20.04 PPP is not working

Jump to solution
724 Views
epoletaev
Contributor III

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

Labels (1)
Tags (3)
0 Kudos
Reply
1 Solution
700 Views
epoletaev
Contributor III

It seems I resolved the issue by updating repo with

$repo sync

View solution in original post

0 Kudos
Reply
1 Reply
701 Views
epoletaev
Contributor III

It seems I resolved the issue by updating repo with

$repo sync

0 Kudos
Reply