Closed guysoft closed 4 years ago
I seem to have the same issue, so following.
That's intentional. Trying to determine whether a country is set is unreliable, so we default to always blocking it by default and then letting the user unblock it. The tools we provide - raspi-config and the GUI applet do this automatically.
@XECDesign Is there a headless configuration method you would recommend? Because all 7 distros I maintain have no access to a terminal or GUI screen.
Also, if you are allowed to share, it might help to understand what requires you to do this, because other distros done have this as a default setting.
Finally warmly recommend you note that in the release notes. Would save frustrated users.
In Raspbian, dropping a wpa_supplicant.conf file into the boot directory copies it into /etc/wpa_supplicant/ and removes the block as well
I'm not aware that we are strictly speaking legally required to do it this way, but since we sell hardware, it all gets a bit tricky. I don't think anybody wants to have a precedent-setting case here, so we'll err on the side of caution.
It's in the release notes for the 2019-06-20 image, but the device paths have changed since then and had to be adjusted. Don't expect release notes to be complete. There are thousands of changes between releases and it's not possible to document all of them or know which will be most relevant to mention. Sometimes it seems like the important things are completely ignored, or sometimes things which seem unimportant turn out to be important. It's all easier with the benefit of hindsight after a release.
In Raspbian, dropping a wpa_supplicant.conf file into the boot directory copies it into /etc/wpa_supplicant/ and removes the block as well
Ok, since we have a default one should be sufficient.
Don't expect release notes to be complete.
I don't I also tried scrolling the commit messages and could not find this. If you can point me to the commit I could reference to it too. Your call on mentioning it. I am just recommending. The fact I am getting multiple issue reports on that from nightly builds is usually a good indicator.
The relevant commit: https://github.com/RPi-Distro/pi-gen/commit/b4ea63c0454e12af659623d0bd34bba71e6c9f25
I guess we can close this.
Hey, Spotted a change between
2019-09-26
and2020-02-05
, the rfkill shows with my wpa-supplicant setting:However this setup works fine on
2019-09-26
.Has anything been changed? Because I see nothing in the release notes or looking in the systemd service.
I have yet to try2020-02-14
and will later today since it just came out yesterday. But was wondering if you have any more insight since its evidently something undocumented AFIK.2020-02-14
also has this issue.The wifi setting is identical (the one in OctoPi). Will note that we create a wpasuppliant.conf file in
/boot
and symlink to the right location in/etc/wpa_supplicant/wpa_supplicant.conf
. And that this has worked in all previous versions.