To minimize the WLAN0 interruption while using WIFI via RPI especially for Rasbian BURST or DESKTOP + BUSTER users
Hi,
I have a latest RPI4 with Rasbian DESKTOP + BURST OS installed and i often face the wifi issue while browsing or updating my Rasbian OS ie the RPI may not send the alive or the Acknowledgement to the WIFI router so the connection breaks often to minimize that I have found a solution. As follows
STEP 1) Create a file in my case it is myapp.desktop and used nano as editor you can use any editor you want
$sudo nano /etc/xdg/autostart/myapp.desktop
STEP 2) Type in the below command and save:
[Desktop Entry]
Exec=sudo dhclient -v wlan0
STEP 3) Now reboot the RPI by command
$sudo reboot
this will minimize the issue
Comments
Post a Comment