Results 1 to 8 of 8

Thread: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

  1. #1
    Join Date
    Oct 2021
    Beans
    5

    dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    hi all,

    For close to two years I have been suffering from an unstable/dropping wifi connection because of, I suppose, my network adapter (see for full details below). Like a pebble stone in your shoe, it was hard to live with, but bearable. I 'just' need to turn on/off airplane mode every so often and then wifi is back on. Still it is a horrific relationship, so I want a divorce.

    Searching for, and applying solutions over the past two years haven't come up with any results. This apart from that your last name needs to be Einstein if you are going through these tutorials to try to solve the issue. Last night I woke up with this miraculous idea (Einstein indeed isn't my last name): An USB wifi adapter should bypass this whole issue!

    So, what are your thoughts before I enter the operating theatre: Could this kind of device bypass both my issue AND the original Qualcomm Atheros QCA9377 adapter? If yes, could you girls and boys recommend me (1) what to purchase exactly, (2) should I disable the QCA9377 then in Ubuntu and if yes, how? (3) Anything else I haven't overlooked?

    my system details: Acer Aspire 3 A315-54-52UL, with Wireless Network Adapter: Qualcomm Atheros QCA9377 802.11ac, dual boot Windows 10 and Ubuntu 20.04

    If this works, this would help out not only me, but all the other blister sufferers out there!

    so: thanks in advance!
    Last edited by fortifor44; October 14th, 2021 at 12:38 PM.

  2. #2
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    can you post the result here in thread wrap with code for the result of this command below.
    Code:
    nmcli general
    Code:
    nmcli dev wifi list
    Code:
    nmcli dev status
    Code:
    sudo iwconfig wlp2s0
    this could be a lot of commands but it might help to those people here in the community to make it more easy to them to identify the issue of your device.
    Regards and Welcome to Linux Ubuntu Forum.
    Last edited by mIk3_08; October 15th, 2021 at 12:52 PM.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  3. #3
    Join Date
    Oct 2021
    Beans
    5

    Post Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    As requested (some of your requests were double):


    Code:
    nmcli general
    STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
    conectado total activado activado activado activado



    Code:
    nmcli dev wifi list
    IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
    38:35:FB:31E:62 WiFi-5.0-DE5B Infra 100 540 Mbit/s 94 ▂▄▆█ WPA2
    38:35:FB:31E:61 WiFi-2.4-DE5B Infra 6 130 Mbit/s 92 ▂▄▆█ WPA2
    * 38:35:FB:2D:3C:E0 WiFi-2.4-3CDA Infra 1 130 Mbit/s 90 ▂▄▆█ WPA2
    38:35:FB:2D:3C:E1 WiFi-5.0-3CDA Infra 100 540 Mbit/s 80 ▂▄▆_ WPA2
    2C:797:65:F3:EE WiFi-2.4-F3E8 Infra 6 130 Mbit/s 69 ▂▄▆_ WPA2


    Code:
    nmcli dev status
    DEVICE TYPE STATE CONNECTION
    wlp1s0 wifi conectado WiFi-2.4-3CDA
    p2p-dev-wlp1s0 wifi-p2p desconectado --
    enp2s0 ethernet no disponible --
    lo loopback sin gestión --


    Code:
    sudo iwconfig wlp2s0
    wlp2s0 No such device

  4. #4
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    Quote Originally Posted by fortifor44 View Post
    As requested (some of your requests were double):
    Can you please run this command below:
    Code:
    dmesg
    Just paste the result here wrap with code. Thanks
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  5. #5
    Join Date
    Oct 2021
    Beans
    5

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    Code:
    dmesg
    not sure what you are looking for, but that results in an amount information comparable with the contents of the Oxford dictionary.


    Any thoughts on my bypass solution?

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    Quote Originally Posted by fortifor44 View Post
    Code:
    dmesg
    not sure what you are looking for, but that results in an amount information comparable with the contents of the Oxford dictionary.


    Any thoughts on my bypass solution?
    He really wants:

    Code:
    sudo dmesg | grep -e wlp -e ath
    Is your router set to a fixed channel or autoselect? Fixed is strongly preferred.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Feb 2020
    Beans
    158

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    Quote Originally Posted by fortifor44 View Post
    hi all,

    For close to two years I have been suffering from an unstable/dropping wifi connection

    An USB wifi adapter should bypass this whole issue!
    I don't want to see you suffer and it can be handy to have a good usb wifi adapter around anyway:

    https://github.com/morrownr/USB-WiFi

    That site will give you a LOT of information about usb wifi adapters and it has many links to adapters that work with in-kernel drivers. If you have specific capabilities or price range in mind I can probably help.

    Good luck

  8. #8
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: dropping WiFi connection Ubuntu 20.04 >> potential bypass solution?

    Quote Originally Posted by fortifor44 View Post
    Code:
    dmesg
    not sure what you are looking for, but that results in an amount information comparable with the contents of the Oxford dictionary.
    Any thoughts on my bypass solution?
    yes. its normal as it will give us the result of all your usb devices attach in your system hardware and it will also show us your wifi device information and etc.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve 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
  •