Homepage Forums RetroPie Project Everything else related to the RetroPie Project Raspberry Pi 3 WiFi Temporary Fix

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #120397
    fistwielder
    Participant

    I’ve been having WiFi instability issues on multiple Raspberry Pi 3s running RetroPie 3.6

    I found a temporary solution. If I run the following command it fixes the Wifi issue until the next boot:
    sudo iwconfig wlan0 power off

    Is there a permanent solution?
    If not, how do I create a script that will run this automatically every time it boots up? Or is there an existing script I can add this to?

    #120408
    senkun
    Participant

    [quote=120397]Is there a permanent solution?
    If not, how do I create a script that will run this automatically every time it boots up? Or is there an existing script I can add this to?[/quote]

    easiest way is to just add the line

    sudo iwconfig wlan0 power off

    to

    /etc/rc.local

    make sure it’s added above exit 0

    #120427
    dankcushions
    Participant

    thanks for this! finally i have stable wifi :)

    #120586
    fistwielder
    Participant

    Thank you senkun!
    This seems to be a Raspbian bug. Hopefully they will put out a permanently fix soon.

    #120588
    petrockblog
    Keymaster

    I believe it is already fixed in the latest packaged kernel

    
    sudo apt-get update; sudo apt-get dist-upgrade
    
    #120626
    dankcushions
    Participant

    seems to work without the etc/rc.local line after an apt update/upgrade, so even better! :)

    #120639
    fistwielder
    Participant

    Thanks buzz!
    Setting this to resolved.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.