Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: iwlwifi rebuild

  1. #11
    Join Date
    Dec 2021
    Beans
    9

    Re: iwlwifi rebuild

    Supplicant log shows many
    Code:
    wlp0s20f3: Event BEACON_LOSS (53) received
    followed by
    Code:
    1722493569.290166: wlp0s20f3: Event DEAUTH (11) received
    1722493569.290177: wlp0s20f3: Deauthentication notification
    1722493569.290184: wlp0s20f3:  * reason 4 (DISASSOC_DUE_TO_INACTIVITY) locally_generated=1
    Doing trace-cmd log now.

  2. #12
    currentshaft Guest

    Re: iwlwifi rebuild

    .
    Last edited by currentshaft; September 2nd, 2024 at 12:31 AM.

  3. #13
    Join Date
    Dec 2021
    Beans
    9

    Re: iwlwifi rebuild

    Yes, there are other APs on the same channel. Where can you find a clean environment these days?
    Changing channel is not an option. Station is not supposed to disconnect anyway.

  4. #14
    Join Date
    May 2014
    Location
    /home
    Beans
    11,246
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: iwlwifi rebuild

    Ok, there are beacon loss events, I found a bug report earlier that involved Intel wifi and beacon loss causing disconnects, in terminal try
    Code:
    sudo -i
    echo 5000 > /sys/module/mac80211/parameters/probe_wait_ms 
    echo 50 > /sys/module/mac80211/parameters/beacon_loss_count
    If that stops the issue, then
    Code:
    echo "option mac80211 beacon_loss_count=50" | sudo tee /etc/modprobe.d/mac80211.conf
    echo "option mac80211 probe_wait_ms=5000" | sudo tee -a /etc/modprobe.d/mac80211.conf
    A link to the bug report https://bugzilla.kernel.org/show_bug.cgi?id=203709

  5. #15
    Join Date
    Dec 2021
    Beans
    9

    Re: iwlwifi rebuild

    Thanks. That issue was reported on year 2019.
    Last edited by lieta; August 2nd, 2024 at 09:21 AM.

Page 2 of 2 FirstFirst 12

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
  •