2

I'm having some problems with Raspberry Pi 4... The wifi works normally when I use 1920 x 1080.

But when I change the resolution from 1920 x 1080 to 1280 x 720, the wifi suddenly disconnected and unable to connect...

At my wpa_supplicant.conf , the update_config=1 I change it into update_config=0 nothing happens...

I tried to back to 1920 x 1080 to do the following task :

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install rpi-update -y
sudo rpi-update
sudo apt-get purge rpi-update -y

sudo apt autoremove -y

and the wifi still works normally. But when I back to 1280 x 720 become disconnected and unable to connect to any wifi...

I Even try using: sudo systemctl enable networking still no luck...

my current eeprom VL805 : up-to-date and version 137ab

But when I tried to return the resolution to 1920 x 1080 it works just fine...

But when I change the resolution to 1280 x 720 back to wifi disconnected...

Seems that there are wifi issues on Raspberry Pi 4 for wifi when changing resolution beside 1920 x 1080...

Any idea how to fix it?

PS : I use original raspberry micro hdmi cable and original raspberry charger.

goldilocks
  • 60,325
  • 17
  • 117
  • 234
Sidhi Ciang
  • 147
  • 1
  • 2
  • 12

1 Answers1

2

It's weird. Sounds like HDMI signals conflicting with Wifi signals, however, change the cable to another one (better, if it has a shield it'd be better.) and add an external wifi dongle.

If you change the cable, maybe you would realize that it's ok with "1920 x 1080" and it's not with "1280 x 720".

The list below can help you.

1920x1080 working
1600x1200 not working
1680x1050 working
1280x1024 not working if switching from 1600, working if 1440 or 1680
1440x900 working
1280x960 working
1280x800 working
1280x720 not working

Different resolution affected the ping rate and network connectivity.

On the whole, there is plenty of circumstances are related. Try changing the resolution and the HDMI cable, using an original power supply, disconnect any USB3 ports, turn WiFi channel number less than 10, etc, though.

Check this link out.
https://www.raspberrypi.org/forums/viewtopic.php?t=254640

Mohi Rostami
  • 4,434
  • 1
  • 20
  • 39