Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: ubuntu keeps disconnecting my wifi

  1. #1
    kingofswords is offline Oops! My Coffee Cup is empty.
    Join Date
    Apr 2011
    Beans
    34

    ubuntu keeps disconnecting my wifi

    im getting sick and tired of having to log back in

    its a realtek 8273au

    can anyone tell me what the problem is? its a fresh insall a couple of days ago.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: ubuntu keeps disconnecting my wifi

    Thread moved to Networking & Wireless for a more appropriate fit.

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

    Re: ubuntu keeps disconnecting my wifi

    Please see the wireless script link in my signature and post results

  4. #4
    kingofswords is offline Oops! My Coffee Cup is empty.
    Join Date
    Apr 2011
    Beans
    34

    Re: ubuntu keeps disconnecting my wifi

    http://paste.ubuntu.com/p/g7wHwrJqjs/

    ive been trying to sort this for a month and have read hundreds of posts with same problem. ubuntu seems to be a joke these days.

  5. #5
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: ubuntu keeps disconnecting my wifi

    Canonical does not make drivers for hardware. If they are not in the kernel, they aren't. If they aren't, then you have to install one. If it doesn't work, that's on the OEM's developers. The Linux kernel developers aren't going to do that for them. That's not their job.

    It's no different in Windows. OEMs write drivers, not Microsoft. The OEMs have to go through flaming hoops to get their drivers into the Windows driver base. If they don't, the driver has to be installed. If the OEM botches the driver, it's on them. Microsoft doesn't lift a finger to make drivers work. That's not their job.

    Purveyors of distros don't write drivers, so Ubuntu is not at fault here.

    Just bear that in mind when asking for support. There are many things one can find with Canonical to complain about. But hardware drivers are not one of them.
    Last edited by QIII; January 17th, 2019 at 10:51 PM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

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

    Re: ubuntu keeps disconnecting my wifi

    If you want to use the driver you installed, do the following to disable wifi power management
    Code:
    echo "options 8723au rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8723au.conf
    Then we should blacklist the kernel module so they don't conflict
    Code:
    echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf
    Reboot, if the wifi refuses to work using the 8723au you installed, you can load the kernel module with
    Code:
    sudo modprobe rtl8xxxu

  7. #7
    kingofswords is offline Oops! My Coffee Cup is empty.
    Join Date
    Apr 2011
    Beans
    34

    Thumbs up Re: ubuntu keeps disconnecting my wifi

    Quote Originally Posted by jeremy31 View Post
    If you want to use the driver you installed, do the following to disable wifi power management
    Code:
    echo "options 8723au rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8723au.conf
    Then we should blacklist the kernel module so they don't conflict
    Code:
    echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf
    Reboot, if the wifi refuses to work using the 8723au you installed, you can load the kernel module with
    Code:
    sudo modprobe rtl8xxxu

    sorry for late reply i wanted to test for a few days to make sure it had solved my problem then i forgot to reply.

    thats solved my problem jeremy31 thank you very much.
    it still disconnects every now and then but only after a few hrs so is much more user able now .

  8. #8
    kingofswords is offline Oops! My Coffee Cup is empty.
    Join Date
    Apr 2011
    Beans
    34

    Re: ubuntu keeps disconnecting my wifi

    i take it back now im getting disconnects every few seconds after a software update.

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

    Re: ubuntu keeps disconnecting my wifi

    Please post new results for the wireless script

  10. #10
    kingofswords is offline Oops! My Coffee Cup is empty.
    Join Date
    Apr 2011
    Beans
    34

    Re: ubuntu keeps disconnecting my wifi


Page 1 of 3 123 LastLast

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
  •