Thanks again for trying, and I will use the code as I haven’t yet.
[RPi5] Network Disappeared
-
quickstang -
October 25, 2024 at 10:35 AM -
Thread is Resolved
-
-
I borrowed RPi4 to check a few things. My instructions to replace the firmware were not complete - you also need to create a symlink pointing to the firmware, depending on whether you're using RPi4 or RPi5.
A workaround for the latest nightlies is:
This disables "External auth" feature. Note that WPA3-only network will not work but you should be able to connect to a WPA2/WPA3-mixed network.
-
I borrowed RPi4 to check a few things. My instructions to replace the firmware were not complete - you also need to create a symlink pointing to the firmware, depending on whether you're using RPi4 or RPi5.
A workaround for the latest nightlies is:
This disables "External auth" feature. Note that WPA3-only network will not work but you should be able to connect to a WPA2/WPA3-mixed network.
Should I run this on a working nightly then install the newest? Or should I just install the latest nightly, then run the code?
Also, is that code the only code that needs ran, or do I need to run it along with the other commands you mentioned in your prior post?
Thanks!
-
Install latest nightly. Then run "echo options brcmfmac feature_disable=0x400000 > brcmfmac.conf" over SSH, reboot and test.
-
It is a command that disables advertising SAE offload feature by kernel driver. You do not need to replace firmware as described in previous posts, but simply run it and you should be able to run latest nightly. On the other hand, if the issue with WPA3 is solved in the future, you will need to delete this file manually.
I have also made a PR to disable SAE offload for RPi, so if you wait a few days and the PR is accepted, you will be able to simply update the nightly and make no manual changes. I recommended this way, because when the WPA3 issue is solved eventually, the extra parameter will be removed from nigtlies.
My recommendation is to simply wait until the PR is merged or a better way to handle the issue is found. https://github.com/LibreELEC/LibreELEC.tv/pull/9477
-
Since I know have a working nightly and the latest nightlies aren't that big of a deal, I can patiently wait until the PR is merged.
I may still play with it on another SD card just for the sake of more SSH learning.
Thanks again to you as well as chewitt for the help.
-
The Pull Request was merged, you can grab a next nightly and check.
-
New nightly up, is this with the above fix?
https://test.libreelec.tv/13.0/RPi/RPi5/LibreELEC-RPi5.aarch64-13.0-nightly-20241111-4fcf919.img.gz
-
Yes, that is the build.
Installed to test and it seems to work as it should.
Just in case tested 2 4k hdr Demos to see if the connection is stable and on speed and those worked fine too.
So the issue seems to be solved for know.
-
Can confirm. Latest nightly does work, and all network settings are there.
Thanks again to all who were involved in getting this fixed.
-