Results 1 to 3 of 3

Thread: WiFi network disconnects automatically, then no WiFi networks are visible

  1. #1
    Join Date
    Mar 2023
    Beans
    2

    WiFi network disconnects automatically, then no WiFi networks are visible

    I am a novice on Ubuntu 22.04. My laptop connects to WiFi networks fine, but after some time it disconnects automatically. Then no WiFi networks are visible in the scanning list. After restarting the laptop it connects to WiFi networks fine, again after some time it disconnects automatically. Then again no WiFi networks are visible in the scanning list. Note that, all the programs are up to date, so no additional drivers are available.


    Here are the logs:


    rtw_8822be failed to read ASPM
    rtw_8822be failed to power on mac
    rtw_8822be failed to poll offset=0x5 mask=0x2 value=0x0


    Laptop model: Lenovo Ideapad S340-14IWL
    WiFi adapter: Realtek RTL8822BE


    How to fix this problem?
    Attached Images Attached Images

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

    Re: WiFi network disconnects automatically, then no WiFi networks are visible

    Try disabling wifi power management with
    Code:
    sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
    Reboot

  3. #3
    Join Date
    Mar 2023
    Beans
    2

    Re: WiFi network disconnects automatically, then no WiFi networks are visible

    I tried disabling wifi power management, then rebooted the laptop. But nothing worked. Now the update is my laptop connects to wifi networks normally, but there is no internet access. Can you suggest me another solution?

Tags for this Thread

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
  •