Raspberry Pi 3 and later onboard Wi-Fi is not working #35
Comments
|
The driver used is
So it seems like that for some reason the device itself isn't there. |
|
Some more info. The built in Wi-Fi chips are connected to SD1 according to this And SD1 is an alt3 mode for pins It seems like these are SoC pins which are not exposed on the RPis GPIO header so it seems unlikely there's a collision with the pins of the shield. Also the SDIO bus shows as empty on the device
I'm going to compare this vs Raspbian and see what/where the differences are. |
|
A couple of curious data points... I got a shield up and running tonight and wanted to see if I could make one of my Fates installs work with it (stock buster-lite with changes for display, etc.). I only changed overlays for monome-snd, buttons-encoders and the display. After first boot with the shield, wifi stopped working (which worked just fine prior to this). After disconnecting the shield, I needed to go to nmtui and reconnect to wifi. So then just got the shield image and poked around on that. I did find this reference which is not entirely helpful (to me): Does that mean anything in context here? |
|
@okyeron Tbh I'm not entirely sure what's causing the wifi to not work yet. Then I removed all our dts/overlay config from Also, I just did two different buildroot builds for stock Rapsberry Pi 3 one with kernel 4.19 (buildroot 2019.08.3) and one with kernel 4.9 (buildroot 2018.02.12). Both worked fine. |
|
Some more tests done today. Using our norns config with the stock (ie default for the Raspberry Pi 3 buildroot config) kernel and the |
|
Found the culprit There are 2 MMC/SDIO interfaces on the Raspberry Pi 3/BCM2835 and both are supported by two mutually exclusive drivers:
Upstream means the main Linux kernel, downstream means the Raspberry Pi modified/specific kernel. Our kernel config had the upstream SDHOST driver enabled, which can be removed and it had no Arasan MMC drivers enabled at all. So the fix is to enable the downstream Arasan MMC driver using For more info see
|
|
Wow - great work tracking that down! |
Yeah, was a bit of a journey |

For some reason the onboard onboard Wi-Fi for the Raspberry Pi 3 and later isn't working.
Need to figure out why and fix it.
The text was updated successfully, but these errors were encountered: