Results 1 to 5 of 5

Thread: WiFi Issue

  1. #1
    Join Date
    Jan 2023
    Beans
    7

    Question WiFi Issue

    After I managed to install ubuntu, my Realtek 8811CU WiFi dongle isn't recognized, nor do I have a page for WiFi in Settings.
    How do I fix this?

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

    Re: WiFi Issue

    Check in terminal
    Code:
    mokutil --sb
    As Secure Boot can not be enabled for this to work
    Code:
    sudo apt update
    sudo apt install dkms git
    git clone https://github.com/morrownr/8821cu-20210118.git
    cd 8821cu-20210118
    sudo ./install-driver.sh
    Reboot

  3. #3
    Join Date
    Jan 2023
    Beans
    7

    Re: WiFi Issue

    I, uh, don't have any wifi. That includes internet. I don't have a wired connection, if I had one there wouldn't be much of an issue.

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

    Re: WiFi Issue

    Can you USB tether to a smart phone? What kernel version?
    Code:
    uname -r

  5. #5
    Join Date
    Jan 2023
    Beans
    7

    Re: WiFi Issue

    I managed to USB connect to my phone and install the driver, WiFi works fine now. Why doesn't the driver come with the third-party drivers for WiFi and graphics hardware?

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
  •