Wi-Fi in 5.30
David Pitt (9872) 363 posts |
I have an RPi3B that has no networking, the relevant chip may have failed. |
Sprow (202) 1158 posts |
Does anyone know how to double-check whether it’s a Wi-Fi-capable one or not? If it’s not in the list of SDIO devices the chip’s toasted (it would appear regardless of whether any driver had tried to set it up).
The ROOL stand definitely had a Pi 400 on it with WiFi happily networked all day at the recent show. No idea what revision it was, it’s just whatever was in the show box, but David I see you say “rev 0”. I remember the torture of updating the Pi 400’s Micrel Ethernet PHY but that was a rev 1.0 versus rev 1.1 wasn’t it? |
Chris Mahoney (1684) 2165 posts |
That was certainly coming to mind for me when I found that one Pi worked and the other didn’t, but it might indeed be something else. If the chip truly has failed then that’s no big loss: I have the Wi-Fi HAT anyway (I tried physically disconnecting it just in case), and was just curious about whether I still needed it.
|
Paul Sprangers (346) 524 posts |
I’m happy to confirm that both can co-exist. As per David P.‘s instructions, I replaced ROOL’s !InetSetup by ROD’s one, and everything works fine now. |
Paul Sprangers (346) 524 posts |
This is certainly true for the ROD stack (see my former post), but I haven’t noticed any problem so far with Pinboard 2. Is there anything particular that I should look at? |
Jon Abbott (1421) 2651 posts |
I’ve just built a fresh SD for a Pi3 with 5.30 HD4 / OS and the latest stable Pi firmware and the Network Interfaces looks the way it always has…“PPP” and “Ethernet over USB” being the only options. It doesn’t have “BCM43 WiFi” shown here I don’t see any ROM Modules related to Wi-Fi, so am not sure how to get it to appear in the Interface list. I know it works as my other SD has the ROD stack and that connects to Wi-Fi okay, as does Linux. *SDIODevices shows:
Do I have an unsupported/unique chipset? |
Doug Webb (190) 1180 posts |
I found that updating the !Boot sequence to the latest build meant that the Pinboard configure application reverted tpo the ROOL one and thus I had to reinstall the ROD configuration application within the Boot sequence again as i got errors reported. It might be others see something different but getting back to a standard as possible ROOL !Boot setup is in my opinion a safer base to progress from.
I’m ahhpy to confirm the same. I uninstalled the ROD stack , plus Pinboard 2, updated the disc image with the 5.30 one and the WiFi addon and made sure that it was all working and then tested the ROOL Wifi setup before reinstalling the ROD one. Done a Pi4B, I’ll try a 3B I have later. Well done to all involved. |
Cameron Cawley (3514) 157 posts |
Do you have the additional components installed? As far as I can tell, Wi-Fi is only “Out of the box” for people using the pre-made SD image. For people upgrading or installing manually, you’ll need the “On board WiFi drivers” archive from the download page. |
David Pitt (9872) 363 posts |
FWIW WiFi lit up just fine on both an RPi3B+ and RPi3A+. That is particularly handy on the RPi3A+ as it has no ethernet. The problematic RPi400 made its opinion known when on a startup there was a noticeable click and it went to the network recovery option. A search of the rear of the machine showed there was no card in it. I was sure I had inserted a card but these days, who knows. The card could not be found where it would have been with rest of the cards but a bit later an itinerant card was observed in a strange place at the far side of the desk! The card then would not stay in the slot. Clearly the WiFi failure caused the RPi400 to forcibly eject the card breaking the SD card retaining clip thereby ensuring it was jolly well not going back in again. |
Jon Abbott (1421) 2651 posts |
That will be the piece I’m missing. From the News announcement I presumed “out of the box” meant it was in the HD4 zip as that’s what it refers to in “Getting started”. There’s no mention of separate downloads being required. I see NVMe is also a separate download, so I’ll look at adding options for both to Partition Manager when creating a Boot drive. |
Andrew McCarthy (3688) 605 posts |
On the PartMan front, Jon. It would be good to have a 5.28 build available for testing purposes. An observation- PartMan coped reasonably well with the 5.28 files being removed over the weekend by ROOL. ;) Perhaps it’s a topic for another thread. |
Doug Webb (190) 1180 posts |
So tried the 3B and it works OK but stymied by only having 2.4Ghz capability. |
Andrew Rawnsley (492) 1445 posts |
@Paul Sprangers The best approach to handling the 5.30 update is to run the ROD TCP/IP install program and choose the UnInstall option which will remove the stack and reset it back to “normal”. Ideally do this before 5.30 disc image install. Then once you have put that on, re-install the stack in the same way. but click “Install” rather than “Uninstall”. This avoids the situation where 5.30 components over-write ROD TCP/IP stack elements with versions that are not aware of them. Regarding Pinboard 2, it wouldn’t surprise me if the setup utility overwrote Pinboard 2’s setup with a v1 only edition, so reinstalling that afterwards is probably a good plan too. I haven’t had a chance to confirm this yet, though – it is merely speculation. Users of R-Comp Interactive machines will be receiving updates in the next couple of weeks, once we’ve a) tested things and b) created and checked suitable easy-to-install updates. |
André Timmermans (100) 655 posts |
Ah, that is why I couldn’t see my router. I activated the 2.4Ghz WiFi and could see it. It is now working and it reconnects automatically at startup. Another issue is selecting both the “BMC43 WiFi” and “Ethernet over USB”: |
Sprow (202) 1158 posts |
I managed to damage a Pi 400’s uSD socket too. Trying to bend the retaining spring back with tweezers was a fools errand so I got a strip of replacement sockets from Digikey. If you want one drop me an email and I’ll go look which box they’re in. I remember the torture of updating the Pi 400’s Micrel Ethernet PHY There’s no wireless or Bluetooth reported there – I’d say that one’s toast. |
David Pitt (9872) 363 posts |
Clearly the WiFi failure caused the RPi400 to forcibly eject the card breaking the SD card retaining clip thereby ensuring it was jolly well not going back in again. Thanks for the offer but I am even worse with hardware than I am with C. The RPi400 is still working and it has better chance of staying that way if I leave it alone. USB boot suffices. |
David Pitt (9872) 363 posts |
ROOL WiFi is good here on a CM4. (That has Interface controller: BCM43455.) |
Raik (463) 2061 posts |
My Pi400 Rev.1 (German layout) does the same. ROOL complete image or a new “self made” card makes no sence. |
Timo Hartong (2813) 204 posts |
I have exactly the same ‘Timed out while connecting’ error only when I switch off all security I can get a connection. So perhaps some error in the handshake. I use a vanilla RO 5.30 on a Pi400 |
David Pitt (9872) 363 posts |
+=1 The Wifi on my OS5.30 RPi400 only connects if security is turned off on the router. |
André Timmermans (100) 655 posts |
The ‘Timed out while connecting’ seem to be returned for any failed connection. I certainly had that error thrown at me when I used the wrong user/password. |
Doug Webb (190) 1180 posts |
I have the same issue of not connecting with the time out error on my early Pi400 with the ROOL WiFi stack. ROD’s stack and Network manager work. |
Jay (408) 34 posts |
Having the same problem with my Pi 400. Timeout errors. ROD’s stack only works for a bit until the hourglass starts going green intermittently and hanging the system each time it appears making it unusable. |
Jay (408) 34 posts |
Testing on Pi Model 3 Revision 1.2, onboard WiFi works fine. I think like everyone else that’s having problems with their Pi400 Wifi, is the very early revisions of the computer, as I got mine only a few days after it was released. |
Stephan Kleinert (2271) 70 posts |
Just wanted to chime in – WiFi also not working here on a brand new Pi 400 with brand new vanilla 5.30 image. |