Wifi Issues with New Build and Accessing RPI tools

We are currently setting up our new BR2 and having WiFi issues. Various posts refer to running sudo raspi-config to debug etc…
However having ssh’ed onto the rpi, I am getting a message like “sudo disabled”. ChatGPT tells me this is by design?
Any suggestions on how to proceed? Many thanks,

Hi @pfischer -

Welcome to the forums!

Can you share what you’re trying to accomplish? What “tools” you’re after? If you need terminal access, you can do that in BlueOS, and even gain root permissions with the red-pill…

You can also connect your system to WiFi from the BlueOS web interface, although some networks that require username and password, like those often used in universities, are unfortunately not supported!

Hi and thank you :slight_smile:

I have an ethernet connection set up on 192.168.2.1 and can interact witht the web ui from blueos. Having enabled wifi this was initially flaky and then seem to stabilize. However when we got to the step of updating the OS, we got a message something like ““error fetching online tags” when trying to (so i understand) download a new image from docker?
Matters then got worse and we finally lost all wifi connectivity… (despite having no wifi issues from various phones and laptops) so trying to debug this as a first step.
I was following up on various posts e.g. https://discuss.bluerobotics.com/t/accessing-blueos-and-connecting-to-wi-fi/15249/3 which suggest using raspi-config to check the wifi configuration etc.

And thank you, that is likely what I am looking for i.e. terminal access from the UI window!

I see there is an advanced useage tab which allows ethernet and wifi configuration :slight_smile:

Hi @pfischer

What version of BlueOS are you currently using? If you’re having issues, the easiest path to update might be to remove the SD card from the Raspberry Pi in the ROV, and flash it with the update directly as these instructions detail.

Thank you :slight_smile: We are on version 1.3… something (I am no longer in the workshop).
I will definitely do as you say as well as pursuing the connectivity issues. Many thanks.