Results 1 to 8 of 8

Thread: RTL8812au failing after Ubuntu software updates

  1. #1
    Join Date
    Sep 2019
    Beans
    3

    RTL8812au failing after Ubuntu software updates

    I guess one of the recent Ubuntu 18.04 patches upgraded the kernel to 5.0.0-27-generic and my wifi all of a sudden stopped working after dinner. I had tried Ubuntu 19.04 already and my wifi never worked there even on a clean install (IIRC). So now that I am in the middle of a few projects, I would really like my wifi to work again.

    I have the following adapter: https://www.amazon.com/EDUP-ac600Mbp.../dp/B01CCMUN8C
    I believe the issue is with driver RTL8812au and dkms, but I am not a networking person at all and don't really know why it stopped working after a OS update.

    I was previously getting 8812au: version magic '5.0.0-25-generic SMP mod_unload ' should be '5.0.0-27-generic SMP mod_unload ' in /var/log/syslog.
    I tried the steps here to no avail: https://ubuntuforums.org/showthread.php?t=2412895 (replacing it kernel 5.0 stuff). However, that message doesn't appear anymore.

    Currently my dkms status says the following:
    nvidia....
    nvidia....
    nvidia....
    rtl8812au, 4.38.12165.201409002+dfsg, 4.15.0-58-generic, x86_64: installed
    rtl8812au, 4.38.12165.201409002+dfsg, 4.15.0-62-generic, x86_64: installed
    rtl8812au, 4.38.12165.201409002+dfsg, 5.0.0-25-generic, x86_64: installed
    rtl8812au, 4.38.12165.201409002+dfsg, 5.0.0-27-generic, x86_64: installed (WARNING! Diff between built and installed module!)

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

    Re: RTL8812au failing after Ubuntu software updates

    Try
    Code:
    wget http://mirrors.kernel.org/ubuntu/pool/universe/r/rtl8812au/rtl8812au-dkms_4.3.8.12175.20140902+dfsg-0ubuntu10_all.deb
    sudo dpkg -i rtl8812au-dkms_4.3.8.12175.20140902+dfsg-0ubuntu10_all.deb
    Reboot

  3. #3
    Join Date
    Sep 2019
    Beans
    3

    Re: RTL8812au failing after Ubuntu software updates

    Worked by running this code @jeremy31 on reboot. Thank you very much.

    Let me know if you would like logs from anywhere.

  4. #4
    Join Date
    Dec 2019
    Beans
    4

    Re: RTL8812au failing after Ubuntu software updates

    Hope this works for v16.04LTS Xenial also...
    I've been waiting for over a year now for a patch for my ALFA
    twin-RF USB Dongle. Have two WiFi Antennas on top of my
    truck that have been useless since this module broke...

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

    Re: RTL8812au failing after Ubuntu software updates

    scuba707, if you have already installed rtl8812au-dkms, do
    Code:
    gedit admin:///usr/src/rtl8812au-4.3.8.12175.20140902+dfsg/dkms.conf
    Replace
    Code:
    MAKE="'make' all"
    With
    Code:
    MAKE="'make' all KVER=${kernelver}"
    Then try
    Code:
    sudo dkms install rtl8812au/4.3.8.12175.20140902+dfsg -k $(uname -r)
    See if any errors occur

  6. #6
    Join Date
    Dec 2019
    Beans
    4

    Re: RTL8812au failing after Ubuntu software updates

    Module rtl8812au/4.3.8.12175.20140902+dfsg already installed on kernel 4.15.0-88-generic/x86_64

  7. #7
    Join Date
    Dec 2019
    Beans
    4

    Re: RTL8812au failing after Ubuntu software updates

    couldn't find the DELETE button to get rid of this dupe
    Last edited by scuba707; March 9th, 2020 at 08:45 PM. Reason: DELETE

  8. #8
    Join Date
    Dec 2019
    Beans
    4

    Re: RTL8812au failing after Ubuntu software updates

    This just started happening about the time the ALFA Dongle started failing.
    I'm getting systemd module load failure errors, at least a couple dozen, on boot sequence.
    The 'system status...' inquire responds with:

    ===
    ● systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
    Active: failed (Result: exit-code) since Mon 2020-03-09 11:37:23 PDT; 9min ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 1508 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    Main PID: 1508 (code=exited, status=1/FAILURE)

    Mar 09 11:37:23 pinetree systemd[1]: Starting Load Kernel Modules...
    Mar 09 11:37:23 pinetree systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
    Mar 09 11:37:23 pinetree systemd[1]: Failed to start Load Kernel Modules.
    Mar 09 11:37:23 pinetree systemd[1]: systemd-modules-load.service: Unit entered failed state.
    Mar 09 11:37:23 pinetree systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
    ===

    Could this is some way be preventing the 8812au module from being loaded ?
    I have tried loading the module manually (tainting the kernel), get no errors,
    but whenever the Dongle is plugged in all WiFi networking is killed.
    It WAS working fine, and I could pull down NIC list and disconnect the built-in,
    and the USB NIC would take over connection.
    I can be running along fine from a fresh boot (no dongle inserted), but then
    when plug in the dongle it knocks out the internal NIC also.
    Nothing gets it working again but removal of the usb, and cold reboot.
    Then the internal is working again. But I really need the external antennas.
    Last edited by scuba707; March 9th, 2020 at 08:41 PM.

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
  •