Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: WiFi setup using Netplan

  1. #21
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: WiFi setup using Netplan

    Quote Originally Posted by makem2 View Post
    May I ask if you will offer guidance in disabling the wifi please?
    Simply blacklist the driver:

    Code:
    sudo -i
    echo "blacklist brcmfmac"  >>  /etc/modprobe.d/blacklist.conf
    modprobe -r brcmfmac
    exit
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #22
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Re: WiFi setup using Netplan

    Thank you.

Page 3 of 3 FirstFirst 123

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
  •