Results 1 to 3 of 3

Thread: wireless network activation failed

  1. #1
    Join Date
    Sep 2018
    Beans
    2

    wireless network activation failed

    I am not able to connect to my WiFi. Every time I try to connect a pop-up notification comes saying "Wireless activation failed". I have recently installed Ubuntu 18.04LTS.
    My pastebin link is : http://paste.ubuntu.com/p/9DSwqrkyGw/

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: wireless network activation failed

    Do
    Code:
    sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/*
    echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
    Reboot

    Did you install the driver from https://github.com/lwfinger/rtlwifi_new?

  3. #3
    Join Date
    Sep 2018
    Beans
    2

    Re: wireless network activation failed

    yes i installed it from the github

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •