Comment 5 for bug 1827757

Revision history for this message
intel (dts-dreamer) wrote :

A better workaround solution to this problem is the systemd wpa_supplicant.service override.
This is better than messing with broken packages and versions.

Here is my systemd override.conf (you can apply it with `systemctl edit wpa_supplicant`):

[Service]
Environment="LD_PRELOAD=/path_to_wpa_bundle_dir/libm.so.6"
ExecStart=
ExecStart=/path_to_wpa_bundle_dir/wpa_supplicant -u -s -O /run/wpa_supplicant

<path_to_wpa_bundle_dir> is just a custom folder that consists of wpa_supplicant binary from package wpasupplicant_2.9-1ubuntu2_amd64.deb + libm-2.30.so from package libc6_2.30-0ubuntu2_amd64.deb and libm.so.6 which is a symlink to the libm-2.30.so in the same folder.