Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4456

Raspberry Pi OS • Install of dhcpcd5 removes raspberrypi-sys-mods

$
0
0
Hello,

I am just trying to build a modified Raspberry Pi OS images with SDM.
I would really like to use the old wpa_supplicant / dhcp of handling network stuff, but that's impossible right now due the the following issue:

As soon as I install dhcpcd5 into the image, the following packages are removed:

Code:

Removing pi-bluetooth (0.1.20) ...Removing userconf-pi (0.9) ...Removing raspberrypi-sys-mods (20240527+1) ...
with raspberrypi-sys-mods gone, /usr/lib/raspberrypi-sys-mods/firstboot is also gone, and that's needed for image expand etc at first boot (it's in the cmdline.txt)

Why does the install of dhcpcd5 remove important raspberry pi os packages?

When I try to install both packages in parallel, this happens:
apt install --no-install-recommends --yes dhcpcd5 raspberrypi-sys-mods

Code:

Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: raspberrypi-sys-mods : Breaks: dhcpcd5 (< 1:8.1.2-1+rpt2) but 9.4.1-24~deb12u3 is to be installedE: Unable to correct problems, you have held broken packages.
So there is a fundamental clash between the two packages.
I am not the first who run into this as it seems: https://github.com/pivpn/pivpn/issues/1774

Can this be resolved, or must I change to network manager. I really do not need it, as there will be no network switches for my project.

Statistics: Posted by thmang82 — Wed Jun 05, 2024 8:54 pm — Replies 1 — Views 125



Viewing all articles
Browse latest Browse all 4456

Trending Articles