A Holt
A Holt
One proven workaround is to add these 2 lines... ``` BindsTo=sys-subsystem-net-devices-wlan0.device After=sys-subsystem-net-devices-wlan0.device ``` ...into the `[Unit]` section of both of these files: - [hostapd.legacy.j2](https://github.com/iiab/iiab/blob/master/roles/network/templates/hostapd/hostapd.legacy.j2) (if `wifi_up_down: False`) - [iiab-clone-wifi.service.j2](https://github.com/iiab/iiab/blob/master/roles/network/templates/hostapd/iiab-clone-wifi.service.j2) (if...
@jvonau suspects (very reasonably) that the root cause may lie in last week's Raspberry Pi OS kernel update — whose breadcrumbs are here: ``` "Unpacking raspberrypi-kernel (1:1.20220811-1) over (1:1.20220331-1) ..."...
The above-mentioned workaround (permanent improvement?) was also tested on: - Raspberry Pi Zero 2 W - Raspberry Pi 4
Thanks to @jvonau who was *extremely helpful* last night, helping to work through this! Code resiliency suggestions here from the wider Raspberry Pi ecosystem would also be great, if that...
A new kernel for Raspberry Pi OS was pushed (via apt) early yesterday (Sept 1st): ``` raspberrypi-kernel/stable 1:1.20220830-1 arm64 [upgradable from: 1:1.20220811-1] ``` So let's retest (and fix as nec)...
> @jvonau suspects (very reasonably) that the root cause may lie in last week's Raspberry Pi OS kernel update — whose breadcrumbs are here: > > ``` > "Unpacking raspberrypi-kernel...
> The brand new Raspberry Pi OS (from 2022-09-06) introduces a new kernel: > > ``` > root@box:~# apt list raspberrypi-kernel > Listing... Done > raspberrypi-kernel/stable,now 1:1.20220830-1 arm64 [installed] >...
PR #3379 is now merged to address this issue that appears a result of (both) Raspberry Pi OS kernels released in Aug 2022 (20220811 and 20220830). But let's keep this...
> But let's keep this ticket open for a few days or weeks to confirm? Let's close this ticket within the month if possible.
Good Enough! Please re-open (or open a new ticket) if similar issues should arise.