RG35XX SP Continuous WiFi Issues

My RG35XX SP only connects to WiFi once out of every 20 reboots. There seems to be no reason why it works vs doesn’t work on each reboot. I have a saved network and it just says “not connected” then I’ll try to connect it, and it just won’t— also, when this is happening, it says “no networks available” when I try to search for a network.

I’ve seen that others have had this issue, but have not been able to find a fix. Is there a fix for this?

1 Like

What wireless security is your network using?

I’m using WPA2-Personal [AES] and I’ve not had any issues with either of my RG35XX-SP connecting.

There is an upcoming patch release that should help immensely with Wi-Fi connections on all devices.

6 Likes

Oh hellll yes! That’s awesome! Thanks for the info- I figured it was just a matter of time before it was fixed!

1 Like

Please update to muOS 2502.0 PIXIE - PATCH-2 and let us know how you go.

I am presently on PIXIE Patch 2 and am experiencing this exact problem on my RG35XXSP using my home network with WPA2 wifi. The problem occurs for me in all patch versions of PIXIE and does not occur in muOS versions prior to PIXIE.

After updating my RG35XX Plus with PATH2 I have to wait long time when I close any game. If I’m not connected to any WiFi there is no delay when closing game.
Before PATH2 everything was ok

It is appears that editing
/opt/muos/script/system/network.sh
Line 28 from

WAIT_IFACE=300

to

WAIT_IFACE=1000

Seems to have resolved the issue for me. Might make a pr for it, though I can’t help but notice that the current source code has WAIT_IFACE set to 20, so perhaps something has changed since the release.

EDIT: Strike that, it is still happening, not sure why I couldn’t reproduce it earlier