Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: no wifi adapter found ubuntu 18.04

  1. #11
    Join Date
    Jul 2018
    Beans
    7

    Re: no wifi adapter found ubuntu 18.04

    also nothing

  2. #12
    Join Date
    Jul 2018
    Beans
    7

    Re: no wifi adapter found ubuntu 18.04

    well, I give up

  3. #13
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,971
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: no wifi adapter found ubuntu 18.04

    Did you try the boot parameter? Open that file
    Code:
    gksudo gedit /etc/default/grub
    Look for that line

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    and change it to

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft"
    Proofread carefully, save, close the editor and run
    Code:
    sudo update-grub
    Reboot

Page 2 of 2 FirstFirst 12

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
  •