Results 1 to 3 of 3

Thread: installing Wireless USB driver in Ubuntu 22.04

  1. #1
    Join Date
    May 2021
    Beans
    4

    Post installing Wireless USB driver in Ubuntu 22.04

    How can I Install wireless driver for this modeled usb?
    ID 0bda:f179 Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter


    please help
    Last edited by rkpdl; May 5th, 2022 at 11:15 PM.

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

    Re: installing Wireless USB driver in Ubuntu 22.04

    Check
    Code:
    mokutil --sb-state
    As Secure Boot needs to be disabled in UEFI/BIOS settings, then
    Code:
    sudo add-apt-repository ppa:kelebek333/kablosuz
    sudo apt-get update
    sudo apt-get install rtl8188fu-dkms
    Reboot

  3. #3
    Join Date
    May 2021
    Beans
    4

    Re: installing Wireless USB driver in Ubuntu 22.04

    Thanks! worked for me.

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
  •