Results 1 to 8 of 8

Thread: Rtl8811au

  1. #1
    Join Date
    Jul 2020
    Beans
    15

    Rtl8811au

    Hi all

    I have issues with my wifi USB stick (RTL8811AU). When I first installed Ubuntu 20.04 LTS it was working but this is random after every restart. I have a build-in adapter that I want disabled, since it is terribly old and I use the dongle to connect to wifi.

    lshw -c network shows network disabled for my PCIe wireless network adapter, and ok for my ethernet

    lsusb finds my wifi stick

    Followed advice on this thread: https://ubuntuforums.org/showthread....hlight=rtl8811 and rebooted. Wifi adapter not found.

    In synaptic I see I have installed rtl8812au dkms

    When I turn on theswitch for wifi/bluetooth, they work using my built-in card, that sucks...

    Need some help please (newbie alert lol)

    https://pastebin.com/hES5yFQ9 (wifi info)
    Last edited by mariannagr1; July 6th, 2020 at 09:01 AM.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    25,710
    Distro
    Ubuntu Development Release

    Re: Rtl8811au

    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D., Sc.D.

  3. #3
    Join Date
    Jul 2020
    Beans
    15

    Re: Rtl8811au

    Quote Originally Posted by chili555 View Post
    Yes, started there...

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    25,710
    Distro
    Ubuntu Development Release

    Re: Rtl8811au

    Your wireless info shows that you have:
    Realtek Semiconductor Co., Ltd. RTL8723AE PCIe Wireless Network Adapter [10ec:8723]
    Subsystem: Realtek Semiconductor Co., Ltd. RTL8723AE PCIe Wireless Network Adapter [10ec:0726]
    Kernel driver in use: rtl8723ae
    This is not an rtl8811au or even rtl8812au device. It uses the installed and working driver rtl8723ae.

    Your report also shows:
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    Please find the hardware switch or key combination and turn on the wireless radio. It is currently set to disable the wireless.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D., Sc.D.

  5. #5
    Join Date
    Jul 2020
    Beans
    15

    Re: Rtl8811au

    This is the internal wifi card. If I turn on the switch, it works. But I don't want it to work. I want my usb dongle on, that uses the driver rtl8811au...

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

    Re: Rtl8811au

    Please try:

    Code:
    sudo apt update
    sudo apt install build-essential git dkms
    git clone https://github.com/aircrack-ng/rtl8812au.git
    cd rtl8812au
    sudo ./dkms-install.sh
    sudo modprobe 88XXau
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D., Sc.D.

  7. #7
    Join Date
    Jul 2020
    Beans
    15

    Re: Rtl8811au

    Worked like a charm! Thank you so much!

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    25,710
    Distro
    Ubuntu Development Release

    Re: Rtl8811au

    Please use thread tools at the top to mark Solved. The searchers will appreciate it.

    Glad it’s working.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D., Sc.D.

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
  •